pass-hal: tw3: Update pass-hal-tw3 by using hal-api-power interface 80/251380/4
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 13 Jan 2021 05:40:16 +0000 (14:40 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 26 Jan 2021 01:02:27 +0000 (10:02 +0900)
commit18a973820ca46bec3087f321133ce88704a59334
tree7161a9db363e48ab2db58fdceb3cdad68525b2eb
parentde4abf54d67ce1f5deede045d4eb5b2472140db4
pass-hal: tw3: Update pass-hal-tw3 by using hal-api-power interface

Prior pass-hal-tw3 depends on PASS HAL interface (hal.h) provided by
pass-hal-devel pkg. In order to keep the new HAL API package on Tizen 6.5,
change the pass-hal-tw3 package.

[Mandatory implementation for HAL backend]
- Power HAL backend must define 'hal_backend_power_data' symbol
including the implementation of Power HAL interface.
- Include /hal/lib64/libhal-backend-power.so

Change-Id: I516dc8e8c1064ef0cfb9bb1a0101783059ed27fc
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
packaging/pass-hal-tw3.spec
scripts/pass.conf
src/cpu/CMakeLists.txt [deleted file]
src/hal-backend-power.c [moved from src/cpu/cpu.c with 58% similarity]
src/memory/CMakeLists.txt [deleted file]
src/memory/memory.c [deleted file]
src/nonstandard/CMakeLists.txt [deleted file]
src/nonstandard/nonstandard.c [deleted file]
src/sysfs.c [moved from src/shared/sysfs.c with 100% similarity]
src/sysfs.h [moved from src/shared/sysfs.h with 100% similarity]