pass: parser: Convert script format to json to improve readability 54/261954/12
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 28 Jul 2021 01:01:07 +0000 (10:01 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 2 Aug 2021 07:52:39 +0000 (16:52 +0900)
commit284147ad7bbdbb0b9ee98d9be0f31ec85221de79
treedbc98035df5183146a326f182efc4f1574030ada
parent3d8374d30debda17f4068213d20a18c9ed4710d9
pass: parser: Convert script format to json to improve readability

The legacy .conf file format is not better on side of readability.
So that change the configuration file format to json style to improve
readability.

Change-Id: I056971e4674ccfee703d3b55636575f8a0d83fbd
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
include/pass/common.h
include/pass/config-parser.h [deleted file]
src/core/common.c
src/core/config-parser.c [deleted file]
src/pass/pass-cpuhp.c
src/pass/pass-parser.c
src/pass/pass-pmqos.c
src/pass/pass.c
unittest/CMakeLists.txt
unittest/power-haltests.cpp