Add rootstrap missed
authorsangwook lee <sangwook96.lee@samsung.com>
Mon, 19 Jun 2023 11:40:28 +0000 (20:40 +0900)
committersangwook lee <sangwook96.lee@samsung.com>
Mon, 19 Jun 2023 11:40:28 +0000 (20:40 +0900)
Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
rs_resource/NativeAPI/capi-network-ua-rs.xml [new file with mode: 0644]
rs_resource/NativeAPI/capi-ui-sticker-rs.xml [new file with mode: 0644]

diff --git a/rs_resource/NativeAPI/capi-network-ua-rs.xml b/rs_resource/NativeAPI/capi-network-ua-rs.xml
new file mode 100644 (file)
index 0000000..4ca5485
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<rootstrap name="capi-network-ua">
+  <email>dh79.pyun@samsung.com</email>
+  <email>hyunuk.tak@samsung.com</email>
+  <emulator>
+    <rpm accept="capi-network-ua" arch="i686"/>
+    <rpm accept="capi-network-ua-devel" arch="i686"/>
+  </emulator>
+  <target>
+    <rpm accept="capi-network-ua" arch="armv7l"/>
+    <rpm accept="capi-network-ua-devel" arch="armv7l"/>
+  </target>
+  <necessary>
+    <file>/usr/include/user-awareness.h</file>
+    <file>/usr/include/user-awareness-type.h</file>
+    <file>/usr/lib/libcapi-network-ua.so*</file>
+  </necessary>
+  <include_path>/usr/include</include_path>
+  <library_path>/usr/lib</library_path>
+  <library>libcapi-network-ua.so</library>
+</rootstrap>
diff --git a/rs_resource/NativeAPI/capi-ui-sticker-rs.xml b/rs_resource/NativeAPI/capi-ui-sticker-rs.xml
new file mode 100644 (file)
index 0000000..e28dc17
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<rootstrap name="capi-ui-sticker">
+  <email>sehwan@samsung.com</email>
+  <email>jihoon48.kim@samsung.com</email>
+  <email>inhong1.kim@samsung.com</email>
+  <email>dalton.lee@samsung.com</email>
+  <email>sungwook79.park@samsung.com</email>
+  <emulator>
+    <rpm accept="capi-ui-sticker" arch="i686"/>
+    <rpm accept="capi-ui-sticker-devel" arch="i686"/>
+  </emulator>
+  <target>
+    <rpm accept="capi-ui-sticker" arch="armv7l"/>
+    <rpm accept="capi-ui-sticker-devel" arch="armv7l"/>
+  </target>
+  <necessary>
+    <file>/usr/include/sticker_error.h</file>
+    <file>/usr/include/sticker_data.h</file>
+    <file>/usr/include/sticker_consumer.h</file>
+    <file>/usr/include/sticker_provider.h</file>
+    <file>/usr/lib/libcapi-ui-sticker-consumer.so*</file>
+    <file>/usr/lib/libcapi-ui-sticker-provider.so*</file>
+  </necessary>
+  <include_path>/usr/include</include_path>
+  <library_path>/usr/lib</library_path>
+  <library>libcapi-ui-sticker-consumer.so</library>
+  <library>libcapi-ui-sticker-provider.so</library>
+</rootstrap>
\ No newline at end of file