[TRE-2595] Add hal-api-power package to all profiles 94/251494/4 accepted/tizen/unified/20210115.125717 submit/tizen/20210115.064049
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 14 Jan 2021 08:54:21 +0000 (17:54 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 15 Jan 2021 01:27:54 +0000 (10:27 +0900)
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 <cw00.choi@samsung.com>
packaging/domain-features-power_manager.inc
packaging/domain-halapis.inc

index ee63f2338533d5c024e25fb7f40c76e0be4789ff..16af69c40661ae5a2e0c6272a2bdb5fa92b8cc90 100644 (file)
@@ -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
 
index be1445cc9131782f533c38aa5c5e90fb44563fea..0babf58b2e864b3f24213795002f3ff9dccde115 100644 (file)
@@ -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