Fix a wrong profile name 41/204041/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 19 Apr 2019 00:02:42 +0000 (09:02 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 19 Apr 2019 00:02:42 +0000 (09:02 +0900)
Change-Id: I2560b41cbfb41b66ef29ccb8568f56f36fa235a3
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tool/sp_initdb/data/wearable.xml.in

index 446ef32..d5e0fb9 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <manifest xmlns="http://tizen.org/ns/packages" version="5.5">
-    <profile name="mobile"/>
+    <profile name="wearable"/>
     <syspopup name="volume" priority="medium" focus="false" timeout="-1" term-action="hide" endkey-action="hide" appid="org.tizen.windicator"/>
     <syspopup name="powerkey-syspopup" priority="top" focus="true" timeout="-1" term-action="term" endkey-action="term" appid="org.tizen.powerkey-syspopup"/>
     <syspopup name="lowmem-syspopup" priority="default" focus="true" timeout="5" term-action="term" endkey-action="term" appid="org.tizen.lowmem-syspopup"/>