Remove unused build dependencies 24/195424/3
authorSangyoon Jang <jeremy.jang@samsung.com>
Thu, 13 Dec 2018 10:03:28 +0000 (19:03 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Thu, 13 Dec 2018 11:41:59 +0000 (20:41 +0900)
Change-Id: Id8fd1781a6b3d8942c4c8a527c091eac5678fded
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
CMakeLists.txt
packaging/tpk-manifest-handlers.spec
src/tpk_manifest_handlers/author_handler.cc
src/tpk_manifest_handlers/common/appdefined_privilege_handler.cc
src/tpk_manifest_handlers/description_handler.cc
src/tpk_manifest_handlers/privileges_handler.cc
src/tpk_manifest_handlers/profile_handler.cc
src/tpk_manifest_handlers/provides_appdefined_privileges_handler.cc

index 4c3a11dbba5e545a5ac0757e527d782d9baa1466..b1e128a5065f0b43a10b6dd4fb3a2e3e8b23b4c3 100644 (file)
@@ -37,15 +37,8 @@ SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Mo
 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
index 62c7c610e573eb57fe39e6e4a73c75aba5915cc9..2c16da16be7e0bcbba6485167863b1f8b7334f97 100644 (file)
@@ -9,18 +9,8 @@ Source100:      %{name}.manifest
 
 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
 
index 7a1e68721f484d186eb3dfafc322cb818332262c..5b83d8cb4c0973e8abee1e0b780e923aad326468 100644 (file)
@@ -9,7 +9,6 @@
 #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"
index 2c51aa576f33d08864087b735749ed09f05eded0..52a2363a31f9ca9de8a2e22114d95f53b6971a14 100644 (file)
@@ -6,7 +6,6 @@
 
 #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"
index 129d16f6d78a4ff9ac792291a1f18438d741204e..710c0d7c1daa598974943f01e30f87da5bf7e917 100644 (file)
@@ -8,7 +8,6 @@
 #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"
index 0b67b50aef73e767a0b8cd50880f0666b3ac7e3a..d3bae1d539b4caa2a842b1362e90453b5d7842a3 100644 (file)
@@ -6,7 +6,6 @@
 
 #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"
index e2275005191e9eead790eecc40069583198b3126..8d942022307bd154d5f647fb3d4777a09f4f1bd2 100644 (file)
@@ -8,7 +8,6 @@
 #include <map>
 #include <utility>
 
-#include "manifest_parser/manifest_util.h"
 #include "tpk_manifest_handlers/application_manifest_constants.h"
 
 namespace {
index 128882d911772725a04e091e204da15bca235794..1de2f0e8476de95303759969dc3bb8812a54a2f9 100644 (file)
@@ -6,7 +6,6 @@
 
 #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"