Add iot
authorsangwook lee <sangwook96.lee@samsung.com>
Thu, 1 Jun 2023 09:47:19 +0000 (18:47 +0900)
committersangwook lee <sangwook96.lee@samsung.com>
Thu, 1 Jun 2023 09:47:19 +0000 (18:47 +0900)
Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
rs_resource_tizeniot/capi-network-zigbee-rs.xml [new file with mode: 0644]
rs_resource_tizeniot/capi-system-peripheral-io-rs.xml [new file with mode: 0644]
rs_resource_tizeniot/update-control-rs.xml [new file with mode: 0644]

diff --git a/rs_resource_tizeniot/capi-network-zigbee-rs.xml b/rs_resource_tizeniot/capi-network-zigbee-rs.xml
new file mode 100644 (file)
index 0000000..ad065c9
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<rootstrap name="capi-network-zigbee">
+  <email>steve.jun@samsung.com</email>
+  <email>sareome.kim@samsung.com</email>
+  <emulator>
+    <rpm accept="capi-network-zigbee" arch="i686"/>
+    <rpm accept="capi-network-zigbee-devel" arch="i686"/>
+  </emulator>
+  <target>
+    <rpm accept="capi-network-zigbee" arch="armv7l"/>
+    <rpm accept="capi-network-zigbee-devel" arch="armv7l"/>
+  </target>
+  <necessary>
+    <file>/usr/include/network/zigbee.h</file>
+       <file>/usr/include/network/zigbee-zdo-type.h</file>
+       <file>/usr/include/network/zigbee-zcl-type.h</file>
+    <file>/usr/lib/libcapi-network-zigbee.so*</file>
+  </necessary>
+  <include_path>/usr/include/network</include_path>
+  <library_path>/usr/lib</library_path>
+  <library>libcapi-network-zigbee.so</library>
+</rootstrap>
diff --git a/rs_resource_tizeniot/capi-system-peripheral-io-rs.xml b/rs_resource_tizeniot/capi-system-peripheral-io-rs.xml
new file mode 100644 (file)
index 0000000..ce13a97
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<rootstrap name="capi-system-peripheral-io">
+  <email>knhoon.baik@samsung.com</email>
+  <email>kibak.yoon@samsung.com</email>
+  <email>segwon.han@samsung.com</email>
+  <emulator>
+    <rpm accept="capi-system-peripheral-io" arch="i686"/>
+    <rpm accept="capi-system-peripheral-io-devel" arch="i686"/>
+  </emulator>
+  <target>
+    <rpm accept="capi-system-peripheral-io" arch="armv7l"/>
+    <rpm accept="capi-system-peripheral-io-devel" arch="armv7l"/>
+  </target>
+  <necessary>
+    <file>/usr/include/peripheral_io.h</file>
+    <file>/usr/lib/libcapi-system-peripheral-io.so*</file>
+  </necessary>
+  <include_path>/usr/include</include_path>
+  <library_path>/usr/lib</library_path>
+  <library>libcapi-system-peripheral-io.so</library>
+</rootstrap>
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>