summaryrefslogtreecommitdiffstats
path: root/agl-systemd/tool_9E_SI
diff options
context:
space:
mode:
Diffstat (limited to 'agl-systemd/tool_9E_SI')
-rwxr-xr-xagl-systemd/tool_9E_SI/agl_set_capability.sh4
-rwxr-xr-xagl-systemd/tool_9E_SI/launch_sm.sh2
-rwxr-xr-xagl-systemd/tool_9E_SI/set_capability.sh4
-rwxr-xr-xagl-systemd/tool_9E_SI/setup_refhw.sh12
4 files changed, 11 insertions, 11 deletions
diff --git a/agl-systemd/tool_9E_SI/agl_set_capability.sh b/agl-systemd/tool_9E_SI/agl_set_capability.sh
index 6b108ae..43c9dd2 100755
--- a/agl-systemd/tool_9E_SI/agl_set_capability.sh
+++ b/agl-systemd/tool_9E_SI/agl_set_capability.sh
@@ -16,7 +16,7 @@
#
ROMFILESTOP=/
-CAP_LST=${ROMFILESTOP}/usr/target/agl_cap.lst
+CAP_LST=${ROMFILESTOP}/etc/basesystem/target/agl_cap.lst
echo `cat ${CAP_LST}`
#-----------------------------------------------------------------------
# Capability
@@ -33,7 +33,7 @@ SKIPWARN=n
#-----------------------------------------------------------------------
# Set Capability for NFS or Set DummyLink for ROM
#CAP_LST="/usr/debug/share/target/cap.lst"
-CAP_LST="/usr/target/agl_cap.lst"
+CAP_LST="/etc/basesystem/target/agl_cap.lst"
if [ $IS_EMMC_BOOT -eq 0 ]; then
if [ -f "${CAP_LST}" ];then
diff --git a/agl-systemd/tool_9E_SI/launch_sm.sh b/agl-systemd/tool_9E_SI/launch_sm.sh
index ed1e8d1..2fdec6f 100755
--- a/agl-systemd/tool_9E_SI/launch_sm.sh
+++ b/agl-systemd/tool_9E_SI/launch_sm.sh
@@ -20,7 +20,7 @@ export APPS_CONFIG_FILENAME=sm_launch.cfg
export SM_CONFIG_DATA_FILENAME=gpf_ss_sm_config_data.cfg
export XDG_RUNTIME_DIR=/run/user/0
cd /usr/agl/bin/
-rm -rf /nv/romaccess
+rm -rf /var/local/lib/basesystem/nv/romaccess
rm /dev/shm/lockfile
/usr/agl/bin/SS_SystemManager &
diff --git a/agl-systemd/tool_9E_SI/set_capability.sh b/agl-systemd/tool_9E_SI/set_capability.sh
index c16ab4a..3f8ab43 100755
--- a/agl-systemd/tool_9E_SI/set_capability.sh
+++ b/agl-systemd/tool_9E_SI/set_capability.sh
@@ -16,7 +16,7 @@
#
ROMFILESTOP=/
-CAP_LST=${ROMFILESTOP}/usr/target/cap.lst
+CAP_LST=${ROMFILESTOP}/etc/basesystem/target/cap.lst
echo `cat ${CAP_LST}`
#-----------------------------------------------------------------------
# Capability
@@ -33,7 +33,7 @@ SKIPWARN=n
#-----------------------------------------------------------------------
# Set Capability for NFS or Set DummyLink for ROM
#CAP_LST="/usr/debug/share/target/cap.lst"
-CAP_LST="/usr/target/cap.lst"
+CAP_LST="/etc/basesystem/target/cap.lst"
if [ $IS_EMMC_BOOT -eq 0 ]; then
if [ -f "${CAP_LST}" ];then
diff --git a/agl-systemd/tool_9E_SI/setup_refhw.sh b/agl-systemd/tool_9E_SI/setup_refhw.sh
index 00abc93..9c20cb6 100755
--- a/agl-systemd/tool_9E_SI/setup_refhw.sh
+++ b/agl-systemd/tool_9E_SI/setup_refhw.sh
@@ -31,12 +31,12 @@ echo "AREA=$VEHICLEPARAMETERLIBRARY_AREA" >> /tmp/udev_device.env
## Sprint 29 To make WebService can update contents.
#chown -R agl:agl /usr/agl/data/electronicom
## For btservice initial data.
-#chown -R agl:agl /nv/backup/D_BK_CA_BT_MANAGEMENT
+#chown -R agl:agl /var/local/lib/basesystem/nv/backup/D_BK_CA_BT_MANAGEMENT
## Sprint 29 PFDRECThread
-mkdir -p /ramd/BS/ns/backup_manager/rwdata
-mkdir -p /ramd/BS/ss/logger_service/rwdata/frameworkunifiedlog/diag
-restorecon -R /ramd
-#chmod 777 /ramd/BS/ss/logger_service/rwdata/frameworkunifiedlog/diag
+mkdir -p /var/local/lib/basesystem/ramd/BS/ns/backup_manager/rwdata
+mkdir -p /var/local/lib/basesystem/ramd/BS/ss/logger_service/rwdata/frameworkunifiedlog/diag
+restorecon -R /var/local/lib/basesystem/ramd
+#chmod 777 /var/local/lib/basesystem/ramd/BS/ss/logger_service/rwdata/frameworkunifiedlog/diag
## Sprint 29 communication
#chmod -R 777 /home/root/.app_can_d
# TODO:for bluetooth_service
@@ -73,7 +73,7 @@ chmod 666 /dev/mqueue/IccSnd
#chmod 777 /dev/mqueue/NS_NPPService
#chmod 777 /run/user/0
-rm -rf /nv/romaccess
+rm -rf /var/local/lib/basesystem/nv/romaccess
rm /dev/shm/lockfile