Fix path to various non-standard directories
[staging/basesystem.git] / service / vehicle / positioning / server / src / Sensor / SensorLog.cpp
index eed514f..9dd22a4 100755 (executable)
@@ -78,7 +78,7 @@ typedef enum {
 
 #define SENSLOG_SEMAPHO_NAME            ("SENSLOG_SEMAPHO")   /* Semaphore name(MAX 32Byte) */
 
-#define SENSLOG_CONFIG_FILE_PATH_1      "/nv/BS/vs/positioning/rwdata/"  /* Sensor log-Config filepath-1      */
+#define SENSLOG_CONFIG_FILE_PATH_1      "/var/local/lib/basesystem/nv/BS/vs/positioning/rwdata/"  /* Sensor log-Config filepath-1      */
 #define SENSLOG_CONFIG_FILE_PATH_2      "/mnt/sda1/"       /* Sensor log-Config filepath-2      */
 #define SENSLOG_CONFIG_FILE_NAME_SYS    "POS_sys_log.cfg"  /* Sensor log-Config filename-SYS      */
 #define SENSLOG_CONFIG_FILE_NAME_GPS    "POS_gps_log.cfg"  /* Sensor log-Config filename-GPS      */