From: Boram Bae Date: Thu, 21 Jan 2021 01:47:31 +0000 (+0900) Subject: [TRE-2600] Add hal-api-sensor package to all profiles X-Git-Tag: submit/tizen/20210122.021400^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=459c8655dbce1998f6306a4c59188600a40ec82f;p=tools%2Fbuilding-blocks.git [TRE-2600] Add hal-api-sensor package to all profiles Change-Id: I04f7038392ade3def7c49e8d8ee9f6e27120f526 Signed-off-by: Boram Bae --- diff --git a/packaging/domain-apis-system.inc b/packaging/domain-apis-system.inc index 6ec490c..0fc28c2 100644 --- a/packaging/domain-apis-system.inc +++ b/packaging/domain-apis-system.inc @@ -109,6 +109,7 @@ To get the process information, you need to add one of these resource manager fe %package sub2-domain_API-System-Sensor_Listener Summary: Sensor_Listener Requires: capi-system-sensor +Requires: hal-api-sensor Requires: sensord Suggests: sensor-hal-tm1 Suggests: sensor-hal-tm2 diff --git a/packaging/domain-halapis.inc b/packaging/domain-halapis.inc index d71817d..9cbe34c 100644 --- a/packaging/domain-halapis.inc +++ b/packaging/domain-halapis.inc @@ -6,6 +6,7 @@ Summary: Tizen HAL API Sets Requires: %{name}-sub1-domain_HALAPI-Common Requires: %{name}-sub1-domain_HALAPI-Power Requires: %{name}-sub1-domain_HALAPI-Bluetooth +Requires: %{name}-sub1-domain_HALAPI-Sensor %description root-domain_HALAPI __EXPAND__: domains @@ -60,3 +61,17 @@ Bluetooth HAL API (hal-api-bluetooth) provides the HAL C API for Tizen internal such as library and daemon in order to control bluetooth functionality related to BR/EDR, LE and so on. %files sub1-domain_HALAPI-Bluetooth + +##################### +### Sensor HAL API ### +##################### +%package sub1-domain_HALAPI-Sensor +Summary: Sensor HAL API +Requires: hal-api-common +Requires: hal-api-sensor + +%description sub1-domain_HALAPI-Sensor +Sensor HAL API (hal-api-sensor) provides the HAL C API for Tizen internal user +such as library and daemon in order to control h/w sensor. hal-api-sensor is used for +implementing sensor devices on the target device and it allows to control of each sensor +%files sub1-domain_HALAPI-Sensor