diff options
-rw-r--r-- | packaging/domain-apis-system.inc | 6 | ||||
-rw-r--r-- | 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.<br> 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.<br> +For example, if you want to make a binary for TM1, you can choose the hal-backend-sensor-tm1 package.<br> %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.<br> 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.<br> +For example, if you want to make a binary for TM1, you can choose the hal-backend-sensor-tm1 package.<br> %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. |