summaryrefslogtreecommitdiffstats
path: root/service/system/interface_unified
diff options
context:
space:
mode:
Diffstat (limited to 'service/system/interface_unified')
-rwxr-xr-xservice/system/interface_unified/Makefile.client12
-rwxr-xr-xservice/system/interface_unified/library/include/ss_last_to_order_local.h2
2 files changed, 7 insertions, 7 deletions
diff --git a/service/system/interface_unified/Makefile.client b/service/system/interface_unified/Makefile.client
index de16e15..4925383 100755
--- a/service/system/interface_unified/Makefile.client
+++ b/service/system/interface_unified/Makefile.client
@@ -19,14 +19,14 @@ SUBDIRS := library
install:install_cfg install_cfg_pram
install_cfg_pram:
- install -d -m 775 $(DESTDIR)/usr/agl/conf/BS/ss/system_manager/rwdata
- install -m 644 -t $(DESTDIR)/usr/agl/conf/BS/ss/system_manager/rwdata scfg_pram/gpf_ss_sm_config_data.cfg
+ install -d -m 775 $(DESTDIR)/etc/basesystem/BS/ss/system_manager/rwdata
+ install -m 644 -t $(DESTDIR)/etc/basesystem/BS/ss/system_manager/rwdata scfg_pram/gpf_ss_sm_config_data.cfg
install_cfg:
- install -d -m 775 $(DESTDIR)/usr/agl/conf/BS/ss/power_service/rodata
- install -m 644 -t $(DESTDIR)/usr/agl/conf/BS/ss/power_service/rodata scfg/gpf_ss_ps_config.cfg
- install -d -m 775 $(DESTDIR)/usr/agl/conf/BS/ss/logger_service/rodata
- install -m 644 -t $(DESTDIR)/usr/agl/conf/BS/ss/logger_service/rodata scfg/ss_logger.cfg
+ install -d -m 775 $(DESTDIR)/etc/basesystem/BS/ss/power_service/rodata
+ install -m 644 -t $(DESTDIR)/etc/basesystem/BS/ss/power_service/rodata scfg/gpf_ss_ps_config.cfg
+ install -d -m 775 $(DESTDIR)/etc/basesystem/BS/ss/logger_service/rodata
+ install -m 644 -t $(DESTDIR)/etc/basesystem/BS/ss/logger_service/rodata scfg/ss_logger.cfg
include ../system_service.mk
diff --git a/service/system/interface_unified/library/include/ss_last_to_order_local.h b/service/system/interface_unified/library/include/ss_last_to_order_local.h
index 889a733..b806eec 100755
--- a/service/system/interface_unified/library/include/ss_last_to_order_local.h
+++ b/service/system/interface_unified/library/include/ss_last_to_order_local.h
@@ -33,7 +33,7 @@
#include <string>
-#define SS_LAST_TO_ORDER_CONF_PATH "/usr/agl/conf/BS/ss/system_manager/rodata/sm_last2order.cfo"
+#define SS_LAST_TO_ORDER_CONF_PATH "/etc/basesystem/BS/ss/system_manager/rodata/sm_last2order.cfo"
#endif // INTERFACE_UNIFIED_LIBRARY_INCLUDE_SS_LAST_TO_ORDER_LOCAL_H_
/** @}*/