Move update-control-rs.xml
authorSunmin Lee <sunm.lee@samsung.com>
Mon, 1 Oct 2018 07:02:38 +0000 (16:02 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Mon, 1 Oct 2018 07:03:43 +0000 (16:03 +0900)
Change-Id: Ic39697215396feb9beb6c082af9926ceef6068a1
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
rs_resource/NativeAPI/update-control-rs.xml [new file with mode: 0644]
rs_resource_tizeniot/update-control-rs.xml [deleted file]

diff --git a/rs_resource/NativeAPI/update-control-rs.xml b/rs_resource/NativeAPI/update-control-rs.xml
new file mode 100644 (file)
index 0000000..9558941
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<rootstrap name="update-control">
+  <email>knhoon.baik@samsung.com</email>
+  <email>sunm.lee@samsung.com</email>
+  <emulator>
+    <rpm accept="update-control" arch="i686"/>
+    <rpm accept="update-control-devel" arch="i686"/>
+  </emulator>
+  <target>
+    <rpm accept="update-control" arch="armv7l"/>
+    <rpm accept="update-control-devel" arch="armv7l"/>
+  </target>
+  <necessary>
+    <file>/usr/include/system/update_control.h</file>
+    <file>/usr/lib/libupdate-control.so*</file>
+  </necessary>
+  <include_path>/usr/include/system</include_path>
+  <library_path>/usr/lib</library_path>
+  <library>libupdate-control.so</library>
+</rootstrap>
diff --git a/rs_resource_tizeniot/update-control-rs.xml b/rs_resource_tizeniot/update-control-rs.xml
deleted file mode 100644 (file)
index 9558941..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="update-control">
-  <email>knhoon.baik@samsung.com</email>
-  <email>sunm.lee@samsung.com</email>
-  <emulator>
-    <rpm accept="update-control" arch="i686"/>
-    <rpm accept="update-control-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="update-control" arch="armv7l"/>
-    <rpm accept="update-control-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/system/update_control.h</file>
-    <file>/usr/lib/libupdate-control.so*</file>
-  </necessary>
-  <include_path>/usr/include/system</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libupdate-control.so</library>
-</rootstrap>