summaryrefslogtreecommitdiffstats
path: root/system_manager/server/include/ss_sm_default_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'system_manager/server/include/ss_sm_default_paths.h')
-rw-r--r--system_manager/server/include/ss_sm_default_paths.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/system_manager/server/include/ss_sm_default_paths.h b/system_manager/server/include/ss_sm_default_paths.h
index caf30545..8ffafd98 100644
--- a/system_manager/server/include/ss_sm_default_paths.h
+++ b/system_manager/server/include/ss_sm_default_paths.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -34,8 +34,7 @@ const CHAR UsingVMPlayerVariable[] = "USING_VM_PLAYER";
*/
const CHAR DefaultBasePath[] = "";
const CHAR DefaultBinaryPath[] = "/agl/bin/";
-const CHAR DefaultConfigFilesPathOld[] = "/usr/agl/share/systemmanager/scfg/"; // Past compatible
-const CHAR DefaultConfigFilesPath[] = "/usr/agl/conf/systemmanager/";
+const CHAR DefaultConfigFilesPath[] = "/usr/agl/conf/BS/ss/system_manager/rwdata/";
const CHAR DefaultLaunchConfigFileName[] = "sm_launch.cfg";
const CHAR DefaultSMConfigFileName[] = "gpf_ss_sm_config_data.cfg";