INCLUDE(FindPkgConfig)
INCLUDE(ApplyPkgConfig)
-PKG_CHECK_MODULES(PKGMGR_PARSER_DEPS REQUIRED pkgmgr-parser)
-PKG_CHECK_MODULES(PKGMGR_INFO_DEPS REQUIRED pkgmgr-info)
-PKG_CHECK_MODULES(LIBXML_DEPS REQUIRED libxml-2.0)
-PKG_CHECK_MODULES(VCONF_DEPS REQUIRED vconf)
-PKG_CHECK_MODULES(LIBIRI_DEPS REQUIRED libiri)
-PKG_CHECK_MODULES(XGDMIME_DEPS REQUIRED xdgmime)
PKG_CHECK_MODULES(MANIFEST_PARSER_UTILS_DEPS REQUIRED manifest-parser-utils)
-FIND_PACKAGE(GTest REQUIRED)
FIND_PACKAGE(Boost REQUIRED COMPONENTS system filesystem)
# xmlsec1 - choose crypto library which to use
BuildRequires: boost-devel
BuildRequires: cmake
-BuildRequires: gtest-devel
-BuildRequires: pkgconfig(pkgmgr-parser)
-BuildRequires: pkgconfig(pkgmgr-info)
-BuildRequires: pkgconfig(libiri)
-BuildRequires: pkgconfig(libxml-2.0)
-BuildRequires: pkgconfig(vconf)
-BuildRequires: pkgconfig(xdgmime)
BuildRequires: pkgconfig(manifest-parser)
-Requires: ca-certificates-tizen
-Requires: libtzplatform-config
-
%description
Installs tpk parser and handlers based on manifest-parser
#include <regex>
#include <utility>
-#include "manifest_parser/manifest_util.h"
#include "manifest_parser/utils/iri_util.h"
#include "manifest_parser/utils/logging.h"
#include "manifest_parser/values.h"
#include <utility>
-#include "manifest_parser/manifest_util.h"
#include "manifest_parser/utils/iri_util.h"
#include "manifest_parser/utils/logging.h"
#include "manifest_parser/values.h"
#include <map>
#include <utility>
-#include "manifest_parser/manifest_util.h"
#include "manifest_parser/utils/iri_util.h"
#include "manifest_parser/utils/logging.h"
#include "manifest_parser/values.h"
#include <utility>
-#include "manifest_parser/manifest_util.h"
#include "manifest_parser/utils/iri_util.h"
#include "manifest_parser/utils/logging.h"
#include "manifest_parser/values.h"
#include <map>
#include <utility>
-#include "manifest_parser/manifest_util.h"
#include "tpk_manifest_handlers/application_manifest_constants.h"
namespace {
#include <utility>
-#include "manifest_parser/manifest_util.h"
#include "manifest_parser/utils/logging.h"
#include "manifest_parser/values.h"
#include "tpk_manifest_handlers/application_manifest_constants.h"