From 23d40b490b2e6735d70d413e6a147d78b1898c8b Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Sun, 22 Nov 2020 09:58:42 +0900 Subject: Fix the path to the host specific system configurations Fix the path to the host specific system configurations, '/usr/conf/' to follow the standard '/etc'. And all configurations of agl basesystem should stored under subdirectory, 'basesystem'. Signed-off-by: Tadao Tanikawa Change-Id: I2be55d483a4a359e69250fc36d1f03a55a01cd8e --- service/system/system_manager/server/include/ss_sm_default_paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/system/system_manager/server/include/ss_sm_default_paths.h') diff --git a/service/system/system_manager/server/include/ss_sm_default_paths.h b/service/system/system_manager/server/include/ss_sm_default_paths.h index 8ffafd9..286aa21 100755 --- a/service/system/system_manager/server/include/ss_sm_default_paths.h +++ b/service/system/system_manager/server/include/ss_sm_default_paths.h @@ -34,7 +34,7 @@ const CHAR UsingVMPlayerVariable[] = "USING_VM_PLAYER"; */ const CHAR DefaultBasePath[] = ""; const CHAR DefaultBinaryPath[] = "/agl/bin/"; -const CHAR DefaultConfigFilesPath[] = "/usr/agl/conf/BS/ss/system_manager/rwdata/"; +const CHAR DefaultConfigFilesPath[] = "/etc/basesystem/BS/ss/system_manager/rwdata/"; const CHAR DefaultLaunchConfigFileName[] = "sm_launch.cfg"; const CHAR DefaultSMConfigFileName[] = "gpf_ss_sm_config_data.cfg"; -- cgit 1.2.3-korg