pass: Split out parser feature from plugin module
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 12 Jan 2017 11:27:38 +0000 (20:27 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 17 Jan 2017 04:59:36 +0000 (13:59 +0900)
commit85f2c53b78ff0d0ac36709f4afcff884c679c0b7
treefcbe34c994e167f5d8e91f3c0370cefcb294fb61
parent8ddcc2d18db8de23daa356a5f88955d46d06b65c
pass: Split out parser feature from plugin module

This patch split out the parser feature to parse the configuration
from plugin module because plugin module will be removed and renames
the pmqos-plugin.c to pmqos-parser.c.

Change-Id: Iba89a1293678714114846234c303b5e36570408a
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass-parser.c [new file with mode: 0644]
src/pass/pass-parser.h [new file with mode: 0644]
src/pass/pass-plugin.c
src/pass/pass-plugin.h
src/pass/pass.c
src/pmqos/pmqos-parser.c [moved from src/pmqos/pmqos-plugin.c with 98% similarity]