[ACR-1719] Add api-system-resource-monitor-rs.xml
authorDongwoo Lee <dwoo08.lee@samsung.com>
Tue, 20 Sep 2022 09:00:15 +0000 (18:00 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Wed, 21 Sep 2022 04:33:13 +0000 (13:33 +0900)
Change-Id: I4a017fd1f23e229c762b57ce58112db41c1b48fb
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
rs_resource/NativeAPI/capi-system-resource-monitor-rs.xml [new file with mode: 0644]

diff --git a/rs_resource/NativeAPI/capi-system-resource-monitor-rs.xml b/rs_resource/NativeAPI/capi-system-resource-monitor-rs.xml
new file mode 100644 (file)
index 0000000..e87ff3c
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<rootstrap name="capi-system-resource-monitor">
+  <email>cw00.choi@samsung.com</email>
+  <email>dwoo08.lee@samsung.com</email>
+  <email>sfoon.kim@samsung.com</email>
+  <emulator>
+    <rpm accept="capi-system-resource-monitor" arch="i686"/>
+    <rpm accept="capi-system-resource-monitor-devel" arch="i686"/>
+  </emulator>
+  <target>
+    <rpm accept="libpass-resource-monitor-devel" arch="armv7l"/>
+    <rpm accept="capi-system-resource-monitor" arch="armv7l"/>
+    <rpm accept="capi-system-resource-monitor-devel" arch="armv7l"/>
+  </target>
+  <necessary>
+    <file>/usr/include/pass/resource-monitor.h></file>
+    <file>/usr/include/system/resource-monitor.h</file>
+    <file>/usr/lib/libcapi-system-resource-monitor.so*</file>
+  </necessary>
+  <include_path>/usr/include/system</include_path>
+  <library_path>/usr/lib</library_path>
+  <library>libcapi-system-resource-monitor.so</library>
+</rootstrap>