Add a resource for update-control
authorSunmin Lee <sunm.lee@samsung.com>
Fri, 7 Sep 2018 10:05:44 +0000 (19:05 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Wed, 12 Sep 2018 10:31:22 +0000 (19:31 +0900)
Change-Id: Ia86f46ad6ceb48aadd5946f16f3864b591d464a4
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
rs_resource_tizeniot/update-control-rs.xml [new file with mode: 0644]

diff --git a/rs_resource_tizeniot/update-control-rs.xml b/rs_resource_tizeniot/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>