summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoram Bae <boram21.bae@samsung.com>2021-01-21 10:47:31 +0900
committerBoram Bae <boram21.bae@samsung.com>2021-01-21 10:47:31 +0900
commit459c8655dbce1998f6306a4c59188600a40ec82f (patch)
treed6a62e2536f012c6441b44179919b662b5bc898a
parenteaa8d890f03f269018d4c790aad5848b7be6dd6b (diff)
downloadbuilding-blocks-459c8655dbce1998f6306a4c59188600a40ec82f.tar.gz
building-blocks-459c8655dbce1998f6306a4c59188600a40ec82f.tar.bz2
building-blocks-459c8655dbce1998f6306a4c59188600a40ec82f.zip
[TRE-2600] Add hal-api-sensor package to all profilessubmit/tizen/20210122.021400accepted/tizen/unified/20210122.021857
Change-Id: I04f7038392ade3def7c49e8d8ee9f6e27120f526 Signed-off-by: Boram Bae <boram21.bae@samsung.com>
-rw-r--r--packaging/domain-apis-system.inc1
-rw-r--r--packaging/domain-halapis.inc15
2 files changed, 16 insertions, 0 deletions
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