pmqos: Convert pass-pmqos.conf format to json to improve readability 55/261955/5
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 29 Jul 2021 12:38:13 +0000 (21:38 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 30 Jul 2021 04:27:29 +0000 (13:27 +0900)
commit45f5c07684b5346e9f79660a2c640d7cff6746f7
tree5c6da969da0d3068c479d2874bb6a9b032fe4c4a
parent3364431b71ad3d0c38b7c5971bd7647869a4c49a
pmqos: Convert pass-pmqos.conf format to json to improve readability

The legacy pass-pmqos.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: I4898d431b1d0f8bc3b50b1d1ea764c87992cdf6c
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
include/pass/common.h
packaging/pass.spec
scripts/pass-pmqos.conf [deleted file]
scripts/pass-pmqos.json [new file with mode: 0644]
src/core/common.c
src/pmqos/pmqos-parser.c
src/pmqos/pmqos.c
unittest/CMakeLists.txt