[attach-panel] rename the xml file and modify the package url 16/61516/1
authormoon87.park <moon87.park@samsung.com>
Tue, 8 Mar 2016 10:16:19 +0000 (19:16 +0900)
committermoon87.park <moon87.park@samsung.com>
Tue, 8 Mar 2016 10:16:42 +0000 (19:16 +0900)
Change-Id: Id3939570f8bead873d1d4a9bd7577fb31dfc045c

error_messages/attach-panel-core.xml [deleted file]
error_messages/attach-panel.xml [new file with mode: 0644]

diff --git a/error_messages/attach-panel-core.xml b/error_messages/attach-panel-core.xml
deleted file mode 100644 (file)
index 3625167..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<package uri="apps/native/attach-panel">
-       <error name="ATTACH_PANEL_ERROR_ALREADY_EXISTS">
-               <value>TIZEN_ERROR_PANEL | 0x01</value>
-               <msg>There is already a panel in the conformant</msg>
-       </error>
-       <error name="ATTACH_PANEL_ERROR_NOT_INITIALIZED">
-               <value>TIZEN_ERROR_PANEL | 0x02</value>
-               <msg>The panel is not initialized yet</msg>
-       </error>
-       <error name="ATTACH_PANEL_ERROR_UNSUPPORTED_CONTENT_CATEGORY">
-               <value>TIZEN_ERROR_PANEL | 0x03</value>
-               <msg>Not supported content category</msg>
-       </error>
-       <error name="ATTACH_PANEL_ERROR_ALREADY_DESTROYED">
-               <value>TIZEN_ERROR_PANEL | 0x05</value>
-               <msg>The panel is already removed</msg>
-       </error>
-</package>
-
diff --git a/error_messages/attach-panel.xml b/error_messages/attach-panel.xml
new file mode 100644 (file)
index 0000000..fdc1456
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="profile/mobile/apps/native/attach-panel">
+       <error name="ATTACH_PANEL_ERROR_ALREADY_EXISTS">
+               <value>TIZEN_ERROR_PANEL | 0x01</value>
+               <msg>There is already a panel in the conformant</msg>
+       </error>
+       <error name="ATTACH_PANEL_ERROR_NOT_INITIALIZED">
+               <value>TIZEN_ERROR_PANEL | 0x02</value>
+               <msg>The panel is not initialized yet</msg>
+       </error>
+       <error name="ATTACH_PANEL_ERROR_UNSUPPORTED_CONTENT_CATEGORY">
+               <value>TIZEN_ERROR_PANEL | 0x03</value>
+               <msg>Not supported content category</msg>
+       </error>
+       <error name="ATTACH_PANEL_ERROR_ALREADY_DESTROYED">
+               <value>TIZEN_ERROR_PANEL | 0x05</value>
+               <msg>The panel is already removed</msg>
+       </error>
+</package>
+