Implement CPU boosting plugin 67/275567/6 accepted/tizen/unified/20220528.144338 submit/tizen/20220526.112909
authorUnsung Lee <unsung.lee@samsung.com>
Thu, 26 May 2022 08:34:54 +0000 (17:34 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Thu, 26 May 2022 11:20:57 +0000 (20:20 +0900)
commit61715d3e8eb12ce83958a7c22b0d35c7c20d6323
tree678015125a2d27fd34b39dfd7b8b9cc00a7eec68
parent6d415e2c87ca59c3c2416653b3ffffddfe367b9b
Implement CPU boosting plugin

Change-Id: I0234087e4caa9f7dccf9ab7c9f7f3013fb9e1243
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
12 files changed:
.gitignore
CMakeLists.txt
include/common.h [new file with mode: 0644]
include/cpu-boosting-type.h [new file with mode: 0644]
include/cpu-boosting.h
packaging/capi-system-resource.spec
src/cpu-boosting.c
src/plugin/CMakeLists.txt [new file with mode: 0644]
src/plugin/plugin.c [new file with mode: 0644]
src/plugin/plugin.h [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/main.c [new file with mode: 0644]