From: Chanwoo Choi Date: Thu, 14 Jan 2021 08:54:21 +0000 (+0900) Subject: [TRE-2595] Add hal-api-power package to all profiles X-Git-Tag: submit/tizen/20210115.064049^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abea7c7d10c657a2cc68b60f6094a2eb5e006c25;p=tools%2Fbuilding-blocks.git [TRE-2595] Add hal-api-power package to all profiles Add hal-api-power package to all profiles - TRE-2595 for hal-api-common package for power HAL API Change-Id: Ied034831830808c8dfec97e4d9ea5119e691d182 Signed-off-by: Chanwoo Choi --- diff --git a/packaging/domain-features-power_manager.inc b/packaging/domain-features-power_manager.inc index ee63f23..16af69c 100644 --- a/packaging/domain-features-power_manager.inc +++ b/packaging/domain-features-power_manager.inc @@ -7,6 +7,7 @@ %package sub1-domain_Feature-Power_manager Summary: Tizen Power Manager Requires: pass +Requires: hal-api-power Suggests: pass-hal-rpi Suggests: pass-hal-standard diff --git a/packaging/domain-halapis.inc b/packaging/domain-halapis.inc index be1445c..0babf58 100644 --- a/packaging/domain-halapis.inc +++ b/packaging/domain-halapis.inc @@ -4,6 +4,7 @@ %package root-domain_HALAPI Summary: Tizen HAL API Sets Requires: %{name}-sub1-domain_HALAPI-Common +Requires: %{name}-sub1-domain_HALAPI-Power %description root-domain_HALAPI __EXPAND__: domains @@ -28,3 +29,19 @@ to remove the duplicate code and reduce the code fragmentation. By using the consistent coding style on HAL API packages, it improves the readability and makes it easy understanding. %files sub1-domain_HALAPI-Common + +##################### +### Power HAL API ### +##################### +%package sub1-domain_HALAPI-Power +Summary: Power HAL API +Requires: hal-api-common +Requires: hal-api-power + +%description sub1-domain_HALAPI-Power +Power HAL API (hal-api-power) provides the HAL C API for Tizen internal user +such as library and daemon in order to control h/w resources related to +power-management like CPU/GPU/Memory Bus and so on. hal-api-power is used +for supporting the performance boosting, limiting the power-consumption, +thermal control and so on. +%files sub1-domain_HALAPI-Power