rs_resource: HAL: Remove unused hal-api-uwb/zigbee 14/316614/1 accepted/tizen/unified/20241217.010336 accepted/tizen/unified/x/20241218.032444 accepted/tizen/unified/x/asan/20241224.004204
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 16 Dec 2024 03:03:51 +0000 (12:03 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 16 Dec 2024 03:15:40 +0000 (03:15 +0000)
Before posting HAL ACR, remove unused hal-api-uwb/zigbee because it will
not be maintained to keep ABI compatibility.

Change-Id: Id749e3e9c51bf27771bdcd7480ecc2b3c46f243d
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
packaging/hal-rootstrap-data-common.spec
rs_resource/common/HAL/hal-api-uwb-rs.xml [deleted file]
rs_resource/common/HAL/hal-api-zigbee-rs.xml [deleted file]

index 59d7c94dd46110d8a4ab4a99a7392644c6daf93f..0368bac6570dd1400f2e1be5382566baa77b3331 100644 (file)
@@ -187,12 +187,8 @@ Requires:  pkgconfig(hal-api-power)
 BuildRequires: pkgconfig(hal-api-power)
 Requires:      pkgconfig(hal-api-radio)
 BuildRequires: pkgconfig(hal-api-radio)
-Requires:      pkgconfig(hal-api-uwb)
-BuildRequires: pkgconfig(hal-api-uwb)
 Requires:      pkgconfig(hal-api-wifi)
 BuildRequires: pkgconfig(hal-api-wifi)
-Requires:      pkgconfig(hal-api-zigbee)
-BuildRequires: pkgconfig(hal-api-zigbee)
 %endif
 
 %if "%{WITH_DA}" == "0"
@@ -226,9 +222,7 @@ rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-bluetooth-rs.xml
 rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-location-rs.xml
 rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-power-rs.xml
 rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-radio-rs.xml
-rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-uwb-rs.xml
 rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-wifi-rs.xml
-rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-zigbee-rs.xml
 %endif
 
 %files
diff --git a/rs_resource/common/HAL/hal-api-uwb-rs.xml b/rs_resource/common/HAL/hal-api-uwb-rs.xml
deleted file mode 100644 (file)
index a84f4dd..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="hal-api-uwb">
-  <email></email>
-  <emulator>
-    <rpm accept="hal-api-uwb" arch="i686"/>
-    <rpm accept="hal-api-uwb-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="hal-api-uwb" arch="armv7l"/>
-    <rpm accept="hal-api-uwb-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-      <file>/usr/lib/hal/libhal-api-uwb.so*</file>
-      <file>/usr/include/hal/hal-uwb-interface*.h</file>
-  </necessary>
-  <include_path>/usr/include/</include_path>
-  <library_path>/usr/lib</library_path>
-</rootstrap>
diff --git a/rs_resource/common/HAL/hal-api-zigbee-rs.xml b/rs_resource/common/HAL/hal-api-zigbee-rs.xml
deleted file mode 100644 (file)
index 3d92a08..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-<rootstrap name="hal-api-zigbee">
-  <email></email>
-  <emulator>
-    <rpm accept="hal-api-zigbee" arch="i686"/>
-    <rpm accept="hal-api-zigbee-devel" arch="i686"/>
-  </emulator>
-  <target>
-    <rpm accept="hal-api-zigbee" arch="armv7l"/>
-    <rpm accept="hal-api-zigbee-devel" arch="armv7l"/>
-  </target>
-  <necessary>
-      <file>/usr/lib/hal/libhal-api-zigbee.so*</file>
-      <file>/usr/include/hal/hal-zigbee-interface*.h</file>
-  </necessary>
-  <include_path>/usr/include/</include_path>
-  <library_path>/usr/lib</library_path>
-</rootstrap>