added /opt/nfc/sdkMsg flushing to rc.shutdown 88/10488/1
authorGiWoong Kim <giwoong.kim@samsung.com>
Mon, 30 Sep 2013 05:46:34 +0000 (14:46 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Wed, 2 Oct 2013 09:38:37 +0000 (18:38 +0900)
Change-Id: I9cd776322e6e7403eb2b8ea68c9c9b6910bc3de5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
filesystem/etc/rc.d/rc.shutdown
packaging/system-plugin-emulator.changes
packaging/system-plugin-emulator.spec

index adc4e3a..5551baf 100755 (executable)
@@ -7,6 +7,9 @@ killall -9 xinit
 rm -rf /tmp/vip/*                                                               
 rm -rf /tmp/permanent/* 
 
+echo "nfc sdkMsg flush..."
+echo > /opt/nfc/sdkMsg
+
 echo "Run Shutdown animation..."
 nice -n -15 /usr/bin/boot-animation --offmsg " " &
 sleep 1
@@ -14,8 +17,8 @@ sleep 1
 echo "Stopping menu screen..."  
 killall -9 menu_screen  
 
-echo "Stopping all applications..."  
-/usr/bin/enter_deepsleep  
+#echo "Stopping all applications..."
+#/usr/bin/enter_deepsleep
 
 echo "Stopping indicator..."
 killall -9 indicator
index f3a3ce2..e5c5b01 100644 (file)
@@ -1,3 +1,6 @@
+* Mon Sep 30 14:30:50 UTC 2013 GiWoong Kim <giwoong.kim@samsung.com>
+- added /opt/nfc/sdkMsg flushing to rc.shutdown
+
 * Mon Sep 30 02:57:50 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
 - include license file into package.
 
index 423497f..b46ac14 100644 (file)
@@ -1,5 +1,5 @@
 Name: system-plugin-emulator
-Version: 0.0.12
+Version: 0.0.13
 Release: 1
 
 %define systemd_dir     /usr/lib/systemd