summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-11-21 17:51:08 +0900
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-11-21 17:51:08 +0900
commit8bcee9b4cdaab1e7bf6c417bf71fa92cab499dfe (patch)
tree4035d46395c41c88c005737f0ae6d15d692a3495
parent89b17b51a5b036dbf9a3035cb93f61832ec3af52 (diff)
Revise PATH
/agl/bin to /bin Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
-rwxr-xr-xservice/system/interface_unified/scfg/system_launch_flashloader.cfg6
-rwxr-xr-xservice/system/system_manager/server/include/ss_sm_default_paths.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/service/system/interface_unified/scfg/system_launch_flashloader.cfg b/service/system/interface_unified/scfg/system_launch_flashloader.cfg
index 49012de..3653b2d 100755
--- a/service/system/interface_unified/scfg/system_launch_flashloader.cfg
+++ b/service/system/interface_unified/scfg/system_launch_flashloader.cfg
@@ -3,6 +3,6 @@
# Generated on Tuesday, July 23, 2013 6:57:49 PM
# Launch#|GroupName|Group#|Group Launch Wait Time|GroupTrigger|name|path| priority| critical| retry_cnt| arguments|logging_mask| restart| is_start_required| shutdown_critical| shutdown_wait_time
[ModulesLaunchConfig]
-Launch1=CoreModules|1|100000|False|NS_NPPService|/agl/bin/NS_NPPService|51|True|1|--a SS_SystemManager|NULL|me|False|True|15
-Launch2=CoreModules|1|100000|False|SS_LoggerService|/agl/bin/SS_LoggerService|10|False|3|-p thrd=pdg.LogQueReader:30,thrd=pdg.TransmitQueReader:30,thrd=pdg.DumpQueReader:11,thrd=pdg.PerformanceQueReader:11,thrd=pdg.LogQueWriter:30,thrd=pdg.TransmitQueWriter:30,thrd=pdg.EvntLogQue:8,thrd=pdg.UdpQueWriter:10|NULL|me|True|True|4
-Launch3=SystemModules|2|100000|False|SS_PowerService|/agl/bin/SS_PowerService|12|True|3|NULL|NULL|me|True|False|0
+Launch1=CoreModules|1|100000|False|NS_NPPService|/bin/NS_NPPService|51|True|1|--a SS_SystemManager|NULL|me|False|True|15
+Launch2=CoreModules|1|100000|False|SS_LoggerService|/bin/SS_LoggerService|10|False|3|-p thrd=pdg.LogQueReader:30,thrd=pdg.TransmitQueReader:30,thrd=pdg.DumpQueReader:11,thrd=pdg.PerformanceQueReader:11,thrd=pdg.LogQueWriter:30,thrd=pdg.TransmitQueWriter:30,thrd=pdg.EvntLogQue:8,thrd=pdg.UdpQueWriter:10|NULL|me|True|True|4
+Launch3=SystemModules|2|100000|False|SS_PowerService|/bin/SS_PowerService|12|True|3|NULL|NULL|me|True|False|0
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 31ea0c2..9b68237 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
@@ -33,7 +33,7 @@ const CHAR UsingVMPlayerVariable[] = "USING_VM_PLAYER";
* Default paths to be used in case Environment variables are not set
*/
const CHAR DefaultBasePath[] = "";
-const CHAR DefaultBinaryPath[] = "/agl/bin/";
+const CHAR DefaultBinaryPath[] = "/bin/";
const CHAR DefaultConfigFilesPath[] = "/etc/basesystem/ss/system_manager/rwdata/";
const CHAR DefaultLaunchConfigFileName[] = "sm_launch.cfg";
const CHAR DefaultSMConfigFileName[] = "gpf_ss_sm_config_data.cfg";