/*
 *  Copyright (c) 2020, The Linux Foundation. All rights reserved.
 *
 *  Redistribution and use in source and binary forms, with or without
 *  modification, are permitted provided that the following conditions are
 *  met:
 *    * Redistributions of source code must retain the above copyright
 *      notice, this list of conditions and the following disclaimer.
 *    * Redistributions in binary form must reproduce the above
 *      copyright notice, this list of conditions and the following
 *      disclaimer in the documentation and/or other materials provided
 *      with the distribution.
 *    * Neither the name of The Linux Foundation nor the names of its
 *      contributors may be used to endorse or promote products derived
 *      from this software without specific prior written permission.
 *
 *  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
 *  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
 *  ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
 *  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 *  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 *  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 *  BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 *  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
 *  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 *  IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

### Location Manager Subsystem Stub Settings ###
# Subssystem status after starting PASS or FAIL, Default PASS; uncomment if FAIL is required
#LOCATION_MANAGER_SYSTEM_READY_STATUS = FAIL

# Subssystem start delay Min 100, Max 10000 msecs, Default 2000 msecs
LOCATION_MANAGER_SYSTEM_READY_DELAY = 1000

### Location Configurator Subsystem Stub Settings ###
# Subssystem status after starting PASS or FAIL, Default PASS; uncomment if FAIL is required
#LOCATION_CONFIGURATOR_SYSTEM_READY_STATUS = FAIL

# Subssystem start delay Min 500, Max 10000 msecs, Default 2000 msecs
LOCATION_CONFIGURATOR_SYSTEM_READY_DELAY = 1000

### Location Dgnss Subsystem Stub Settings ###
# Subssystem status after starting PASS or FAIL, Default PASS; uncomment if FAIL is required
#LOCATION_DGNSS_SYSTEM_READY_STATUS = FAIL

# Subssystem start delay Min 500, Max 10000 msecs, Default 2000 msecs
LOCATION_DGNSS_SYSTEM_READY_DELAY = 3000

### Callback Settings ###
# Command Response callback delay, Min 50, Max 500 msecs, Default 100 msecs
LOCATION_CALLBACK_DELAY = 200


###Logger Settings##
# LoggerLevel levels: DISABLE_ALL, ERROR, WARN, INFO, TRACE, DEBUG
LOGGER_LEVEL = DEBUG
# LoggerType types: CONSOLE_LOG, FILE_LOG, CONSOLE_FILE_LOG
LOGGER_TYPE = FILE_LOG

###Reading Report Settings ###
#Report simulation types:0 and default : Fixed Canned values
#1 : Taken from File, File having values every 100 msecs, File Name in : REPORT_FILE_NAME
REPORT_SIMULATION_TYPE = 1

#File to be reported: Valid filename: PRE-RECORDED_LOCATION_DATA.csv,
#full path name can be provided ex: /home/user/PRE-RECORDED_LOCATION_DATA.csv
REPORT_FILE_NAME = PRE-RECORDED_LOCATION_DATA.csv
