From: chakradhar pogiri Date: Sun, 21 Feb 2021 14:55:07 +0000 (+0530) Subject: [TRE-2639] Add hal-api-location to all profiles X-Git-Tag: submit/tizen/20210222.083052^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71673fea124ce39362f5a1eb2091bc27f111d93c;p=tools%2Fbuilding-blocks.git [TRE-2639] Add hal-api-location to all profiles Change-Id: I2f7ce61d4b2ef3757e934f18575ee5ecf57f6f6f --- diff --git a/packaging/domain-apis-location.inc b/packaging/domain-apis-location.inc old mode 100644 new mode 100755 index 7aa6056..eca8917 --- a/packaging/domain-apis-location.inc +++ b/packaging/domain-apis-location.inc @@ -17,6 +17,7 @@ Summary: Location-Manager Requires: capi-location-manager Requires: lbs-server Requires: location-lbs-server +Requires: hal-api-location Suggests: lbs-plugin-gps-rpi3 %description sub2-domain_API-Location-Location_Manager This block supports managing Location Service.
diff --git a/packaging/domain-halapis.inc b/packaging/domain-halapis.inc old mode 100644 new mode 100755 index dd22e31..24f079f --- a/packaging/domain-halapis.inc +++ b/packaging/domain-halapis.inc @@ -17,6 +17,7 @@ Requires: %{name}-sub1-domain_HALAPI-Tdm Requires: %{name}-sub1-domain_HALAPI-Radio Requires: %{name}-sub1-domain_HALAPI-Camera Requires: %{name}-sub1-domain_HALAPI-Audio +Requires: %{name}-sub1-domain_HALAPI-Location %description root-domain_HALAPI __EXPAND__: domains @@ -219,3 +220,16 @@ Requires: hal-api-audio Audio HAL API (hal-api-audio) provides the HAL C API for Tizen internal user such as library in order to control audio functionality. %files sub1-domain_HALAPI-Audio + +#################### +### Location HAL API ### +#################### +%package sub1-domain_HALAPI-Location +Summary: Location HAL API +Requires: hal-api-common +Requires: hal-api-Location + +%description sub1-domain_HALAPI-Location +Location HAL API (hal-api-Location) provides the HAL C API for Tizen internal user +such as library in order to control location functionality. +%files sub1-domain_HALAPI-Location \ No newline at end of file