[ACR-1311] Add autofill in rootstrap
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 25 Jan 2019 02:04:03 +0000 (11:04 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 3 Apr 2019 02:11:30 +0000 (11:11 +0900)
Change-Id: I1f974e5cb4a938b33f5907b494dc599a4beb7f57
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
rs_resource/NativeAPI/capi-ui-autofill-rs.xml [new file with mode: 0644]

diff --git a/rs_resource/NativeAPI/capi-ui-autofill-rs.xml b/rs_resource/NativeAPI/capi-ui-autofill-rs.xml
new file mode 100644 (file)
index 0000000..bca946a
--- /dev/null
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<rootstrap name="capi-ui-autofill">
+  <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-autofill" arch="i686"/>
+    <rpm accept="capi-ui-autofill-devel" arch="i686"/>
+    <rpm accept="capi-ui-autofill-common" arch="i686"/>
+    <rpm accept="capi-ui-autofill-common-devel" arch="i686"/>
+    <rpm accept="capi-ui-autofill-service" arch="i686"/>
+    <rpm accept="capi-ui-autofill-service-devel" arch="i686"/>
+    <rpm accept="capi-ui-autofill-manager" arch="i686"/>
+    <rpm accept="capi-ui-autofill-manager-devel" arch="i686"/>
+  </emulator>
+  <target>
+    <rpm accept="capi-ui-autofill" arch="armv7l"/>
+    <rpm accept="capi-ui-autofill-devel" arch="armv7l"/>
+    <rpm accept="capi-ui-autofill-common" arch="armv7l"/>
+    <rpm accept="capi-ui-autofill-common-devel" arch="armv7l"/>
+    <rpm accept="capi-ui-autofill-service" arch="armv7l"/>
+    <rpm accept="capi-ui-autofill-service-devel" arch="armv7l"/>
+    <rpm accept="capi-ui-autofill-manager" arch="armv7l"/>
+    <rpm accept="capi-ui-autofill-manager-devel" arch="armv7l"/>
+  </target>
+  <necessary>
+    <file>/usr/include/autofill_common.h</file>
+    <file>/usr/include/autofill.h</file>
+    <file>/usr/include/autofill_service.h</file>
+    <file>/usr/include/autofill_error.h</file>
+    <file>/usr/include/autofill_manager.h</file>
+    <file>/usr/lib/libcapi-ui-autofill-common.so*</file>
+    <file>/usr/lib/libcapi-ui-autofill-manager.so*</file>
+    <file>/usr/lib/libcapi-ui-autofill-service.so*</file>
+    <file>/usr/lib/libcapi-ui-autofill.so*</file>
+  </necessary>
+  <include_path>/usr/include</include_path>
+  <library_path>/usr/lib</library_path>
+  <library>libcapi-ui-autofill.so</library>
+  <library>libcapi-ui-autofill-common.so</library>
+  <library>libcapi-ui-autofill-manager.so</library>
+  <library>libcapi-ui-autofill-service.so</library>
+</rootstrap>