Cleanup pkgmgr-info 47/251347/2
authorJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 13 Jan 2021 01:21:36 +0000 (10:21 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 13 Jan 2021 08:13:40 +0000 (17:13 +0900)
commit9a8a4c8e26f4769fc43f75fb8519a7bfd43264a8
tree4b14221aa3c6483676bf7801edd147e50be7b8e7
parent1453562c73eb6aff3c1c566944bd4ba0cfa0e40d
Cleanup pkgmgr-info

- Create directory for storing plugin list files.
- Remove unused definitions
- Remove parser_path.conf which is used by deprecated functions only
  by hard-cord it.

Change-Id: Ifa2ba0eecd0b00b87def402786f6731a5551c85e
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
CMakeLists.txt
packaging/pkgmgr-info.spec
parser/include/pkgmgr_parser.h
parser/src/pkgmgr_parser_deprecated.c
parser_path.conf.in [deleted file]
plugin_list/CMakeLists.txt [new file with mode: 0644]
plugin_list/category_parser_list.txt.in [moved from category_parser_list.txt.in with 100% similarity]
plugin_list/mdparser_list.txt.in [moved from mdparser_list.txt.in with 100% similarity]
plugin_list/metadata_parser_list.txt.in [moved from metadata_parser_list.txt.in with 100% similarity]
plugin_list/tag_parser_list.txt.in [moved from tag_parser_list.txt.in with 100% similarity]