Add tpk-manifest-handlers dependency
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
PKG_CHECK_MODULES(PKGMGR_DEPS REQUIRED pkgmgr)
PKG_CHECK_MODULES(MANIFEST_PARSER_DEPS REQUIRED manifest-parser)
PKG_CHECK_MODULES(MANIFEST_PARSER_UTILS_DEPS REQUIRED manifest-parser-utils)
+PKG_CHECK_MODULES(TPK_MANIFEST_HANDLERS_DEPS REQUIRED tpk-manifest-handlers)
PKG_CHECK_MODULES(LIBSYSTEMD_DEPS REQUIRED libsystemd)
PKG_CHECK_MODULES(AUL_DEPS REQUIRED aul)
BuildRequires: pkgconfig(gmock)
BuildRequires: pkgconfig(app-installers)
BuildRequires: pkgconfig(manifest-parser)
+BuildRequires: pkgconfig(tpk-manifest-handlers)
BuildRequires: pkgconfig(pkgmgr)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(aul)
#include "manifest_parser/manifest_handler.h"
#include "manifest_parser/permission_types.h"
#include "manifest_parser/values.h"
-#include "appdefined_privilege_handler.h"
+#include "tpk_manifest_handlers/appdefined_privilege_handler.h"
namespace rpk {
namespace parse {