tests: unittest: Add hal-api-power mock class 73/276573/4
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 20 Jun 2022 08:10:30 +0000 (17:10 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 23 Jun 2022 06:08:12 +0000 (15:08 +0900)
commit6573f55ef63684eac95a6dc1dcf1fa3d0467f7ba
treeebe0b58080434ea361b92504c84ef7b64067e9df
parenta2b9e042d7c07281d4ecfd85add4995b3278fa97
tests: unittest: Add hal-api-power mock class

PASS comunicates with hal-api-power to read/write the h/w resources
such as CPU/Memory Bus/GPU/Memroy and so on. For the testing on build
time, it requires the mocking of hal-api-power. In result, add hal-api-power
mock class.

Change-Id: I75e7537d3a94059d586943810c502882d24a1517
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
tests/unittest/hal-api-power-mock.cpp [new file with mode: 0644]
tests/unittest/hal-api-power-mock.hpp [new file with mode: 0644]