halapi: power: Add hal-api-power package for Power HAL API 45/251345/4 accepted/tizen/unified/20210115.004615 submit/tizen/20210114.085609
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 5 Jan 2021 06:36:14 +0000 (15:36 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 14 Jan 2021 08:50:18 +0000 (17:50 +0900)
commitbe86ea4dd5fe17087f1e351a23a25e9d680865dd
treef16cc0c203285679fcc153425de6d63844b4ea23
parent2d9d11aceca192f47476d1b00dd5f87381e44eb1
halapi: power: Add hal-api-power package for Power HAL API

Power HAL API (hal-api-power) provides the HAL C API for Tizen internal user such as
library and daemon. Also, it provides HAL interface for Tizen device
developer in order to port Tizen to new h/w devices.

hal-api-power supports the control of CPU, Memory Bus, GPU and Memory
h/w resources for boosting the performance and for limiting the
power-consumption. hal-api-power makes the following two packages:

[Packages provided by hal-api-power git]
1. hal-api-power-*.rpm
- /usr/lib/hal/libhal-api-power.so if armv7l
- /usr/lib64/hal/libhal-api-power.so if aarch64

2. hal-api-power-devel-*.rpm
- /usr/include/hal/hal-power.h
- /usr/include/hal/hal-power-interface.h

Change-Id: I3989416368bc8aaf910696596daa6eaddeb22e92
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
hal-api-power.pc [new file with mode: 0644]
include/hal-power-interface.h [new file with mode: 0644]
include/hal-power.h [new file with mode: 0644]
packaging/hal-api-power.manifest [new file with mode: 0644]
packaging/hal-api-power.spec [new file with mode: 0644]
src/common.h [new file with mode: 0644]
src/hal-api-power.c [new file with mode: 0644]