[ACR-1793] remove deprecated cbhm APIs
authorTaehyub Kim <taehyub.kim@samsung.com>
Wed, 20 Sep 2023 08:05:14 +0000 (17:05 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Thu, 19 Oct 2023 06:58:53 +0000 (15:58 +0900)
rs_resource/NativeAPI/cbhm-rs.xml [deleted file]

diff --git a/rs_resource/NativeAPI/cbhm-rs.xml b/rs_resource/NativeAPI/cbhm-rs.xml
deleted file mode 100644 (file)
index 410dff0..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="cbhm">
-  <email>slotus.lee@samsung.com</email>
-  <email>taehyub.kim@samsung.com</email>
-  <emulator>
-    <rpm accept="cbhm" arch="i686"/>
-    <rpm accept="cbhm-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="cbhm" arch="armv7l"/>
-    <rpm accept="cbhm-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-    <file>/usr/include/cbhm/cbhm.h</file>
-    <file>/usr/include/cbhm/cbhm_constant.h</file>
-    <file>/usr/include/cbhm/cbhm_error.h</file>
-    <file>/usr/lib/libcbhm.so*</file>
-  </necessary>
-  <include_path>/usr/include/cbhm</include_path>
-  <library_path>/usr/lib</library_path>
-  <library>libcbhm.so</library>
-</rootstrap>