From afa8521a41efc3fd3408c78835b447d7edfae958 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Wed, 9 Jun 2021 14:51:14 +0900 Subject: [PATCH] [TRE-2718] Replace sensor-hal-tm1 with hal-backend-sensor-tm1 in TM1 Change-Id: I062b6f1cae148944ef97777070ead227f37a0b40 Signed-off-by: Hyotaek Shim --- packaging/domain-apis-system.inc | 6 +++--- packaging/platform-preset-boards-tm1.inc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/domain-apis-system.inc b/packaging/domain-apis-system.inc index 65852e3..7c5800b 100644 --- a/packaging/domain-apis-system.inc +++ b/packaging/domain-apis-system.inc @@ -113,7 +113,7 @@ Summary: Sensor_Listener Requires: capi-system-sensor Requires: hal-api-sensor Requires: sensord -Suggests: sensor-hal-tm1 +Suggests: hal-backend-sensor-tm1 Suggests: sensor-hal-tm2 Suggests: sensor-hal-tw1 Suggests: sensor-hal-tw2 @@ -121,7 +121,7 @@ Suggests: sensor-hal-tw2 %description sub2-domain_API-System-Sensor_Listener This block supports sensor listener API to detect sensors and monitor sensor events.
You should choose HAL packages depends on target and hardware. -For example, if you want to make a binary for TM1, you can choose the sensor-hal-tm1 package.
+For example, if you want to make a binary for TM1, you can choose the hal-backend-sensor-tm1 package.
%files sub2-domain_API-System-Sensor_Listener @@ -133,7 +133,7 @@ Requires: %{name}-sub2-domain_API-System-Sensor_Listener %description sub2-domain_API-System-Sensor_Recorder This block supports sensor recorder API to record sensor data.
You should choose HAL packages depends on target and hardware. HAL packages are listed in the Sensor_Listener block. -For example, if you want to make a binary for TM1, you can choose the sensor-hal-tm1 package.
+For example, if you want to make a binary for TM1, you can choose the hal-backend-sensor-tm1 package.
%files sub2-domain_API-System-Sensor_Recorder diff --git a/packaging/platform-preset-boards-tm1.inc b/packaging/platform-preset-boards-tm1.inc index 9a6d239..366af2e 100644 --- a/packaging/platform-preset-boards-tm1.inc +++ b/packaging/platform-preset-boards-tm1.inc @@ -322,7 +322,7 @@ Packages of Feedback HAL and Feature for TM1. %package sub2-Preset_boards-TM1-Sensor Summary: TM1_Sensor Requires: %{name}-sub2-domain_API-System-Sensor_Listener -Requires: sensor-hal-tm1 +Requires: hal-backend-sensor-tm1 %description sub2-Preset_boards-TM1-Sensor Packages of Sensor HAL and Feature for TM1. -- 2.34.1