From: Sangyoon Jang Date: Fri, 16 Feb 2024 06:49:31 +0000 (+0900) Subject: Revert "Use aul-rsc-mgr library" X-Git-Tag: accepted/tizen/8.0/unified/20240219.160524~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83a81bf067ed9046137a43566b5ac316be6e574b;p=platform%2Fcore%2Fappfw%2Fpkgmgr-tool.git Revert "Use aul-rsc-mgr library" This reverts commit d16259c704d8472ae06aae565b401f72b2de6a2f. Change-Id: I1515c076c90edb2a617b728b486d38043b3069cb --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 77fe20b..af1e541 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,6 @@ PKG_CHECK_MODULES(DLOG_DEPS REQUIRED dlog) PKG_CHECK_MODULES(GLIB_DEPS REQUIRED glib-2.0) PKG_CHECK_MODULES(GMOCK_DEPS REQUIRED gmock) PKG_CHECK_MODULES(AUL_DEPS REQUIRED aul) -PKG_CHECK_MODULES(AUL_RSC_MGR_DEPS REQUIRED aul-rsc-mgr) PKG_CHECK_MODULES(BUNDLE_DEPS REQUIRED bundle) PKG_CHECK_MODULES(PKGMGR_DEPS REQUIRED pkgmgr) PKG_CHECK_MODULES(PKGMGR_PARSER_DEPS REQUIRED pkgmgr-parser) diff --git a/packaging/pkgmgr-tool.spec b/packaging/pkgmgr-tool.spec index c4c432b..038fb16 100644 --- a/packaging/pkgmgr-tool.spec +++ b/packaging/pkgmgr-tool.spec @@ -26,7 +26,6 @@ BuildRequires: pkgconfig(xdgmime) BuildRequires: pkgconfig(pkgmgr) BuildRequires: pkgconfig(pkgmgr-installer) BuildRequires: pkgconfig(aul) -BuildRequires: pkgconfig(aul-rsc-mgr) BuildRequires: pkgconfig(storage) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(gmock) diff --git a/src/rsc-slice/CMakeLists.txt b/src/rsc-slice/CMakeLists.txt index e582ed0..3ce52fe 100644 --- a/src/rsc-slice/CMakeLists.txt +++ b/src/rsc-slice/CMakeLists.txt @@ -8,7 +8,7 @@ ADD_EXECUTABLE(${TARGET_RSC_SLICE} ${SRCS}) # Dependency APPLY_PKG_CONFIG(${TARGET_RSC_SLICE} PUBLIC - AUL_RSC_MGR_DEPS + AUL_DEPS GLIB_DEPS BUNDLE_DEPS ) diff --git a/src/rsc-slice/pkg_rsc_slice.c b/src/rsc-slice/pkg_rsc_slice.c index 6c24aa2..93078e9 100644 --- a/src/rsc-slice/pkg_rsc_slice.c +++ b/src/rsc-slice/pkg_rsc_slice.c @@ -37,7 +37,7 @@ #include #include #include -#include +#include "aul_rsc_mgr.h" #define RSC_TOOL_VERSION "0.1" #define BUF_SIZE 1024