summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaeho Lee <jaeho81.lee@samsung.com>2013-10-17 19:48:56 +0900
committerSunwook Bae <sunwook45.bae@samsung.com>2013-11-27 14:05:12 +0900
commit894983680be3832eeb42c728f70602be27d5d685 (patch)
tree5b3830cf4bb6548698e65b32a027dc50bc954b3c
parentb3e81797b08679aad1a2cce4ab3f31574c5bc231 (diff)
downloadaul-1-accepted/tizen/generic/20140108.092534.tar.gz
aul-1-accepted/tizen/generic/20140108.092534.tar.bz2
aul-1-accepted/tizen/generic/20140108.092534.zip
Change-Id: I9cfcbec028d299ef967a625e0c8eeaea280b39c4 Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
-rwxr-xr-xCMakeLists.txt4
-rwxr-xr-xam_daemon/amd_launch.c5
-rwxr-xr-xpackaging/aul.spec1
3 files changed, 3 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e09a8d68..a1acf649 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,10 +23,10 @@ INCLUDE(FindPkgConfig)
OPTION(WITH_WAYLAND "Build with wayland" OFF)
IF(WITH_WAYLAND)
ADD_DEFINITIONS("-DWAYLAND")
- pkg_check_modules(pkgs REQUIRED dlog ecore x11 libprivilege-control app-checker rua glib-2.0 ecore-wayland ecore-input evas vconf pkgmgr-info app2sd privacy-manager-client)
+ pkg_check_modules(pkgs REQUIRED dlog ecore x11 libprivilege-control app-checker rua glib-2.0 ecore-wayland ecore-input evas vconf pkgmgr-info privacy-manager-client)
ELSE()
ADD_DEFINITIONS("-DX11")
- pkg_check_modules(pkgs REQUIRED dlog ecore x11 libprivilege-control app-checker rua glib-2.0 ecore-x ecore-input evas vconf pkgmgr-info app2sd privacy-manager-client)
+ pkg_check_modules(pkgs REQUIRED dlog ecore x11 libprivilege-control app-checker rua glib-2.0 ecore-x ecore-input evas vconf pkgmgr-info privacy-manager-client)
ENDIF(WITH_WAYLAND)
pkg_check_modules(libpkgs REQUIRED dlog bundle dbus-glib-1 ail xdgmime app-checker libsmack)
diff --git a/am_daemon/amd_launch.c b/am_daemon/amd_launch.c
index fed2659b..aa88100f 100755
--- a/am_daemon/amd_launch.c
+++ b/am_daemon/amd_launch.c
@@ -27,7 +27,6 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
-#include <app2ext_interface.h>
#include <sys/prctl.h>
#include <pkgmgr-info.h>
#include <poll.h>
@@ -752,9 +751,7 @@ int _start_app(char* appid, bundle* kb, int cmd, int caller_pid, uid_t caller_ui
}
}
- if(app2ext_get_app_location(pkgid) == APP2EXT_SD_CARD) {
- app2ext_enable_external_pkg(pkgid);
- }
+ pkgmgrinfo_client_request_enable_external_pkg(pkgid);
if (componet && strncmp(componet, "ui", 2) == 0) {
multiple = appinfo_get_value(ai, AIT_MULTI);
diff --git a/packaging/aul.spec b/packaging/aul.spec
index 01e294ce..846eee13 100755
--- a/packaging/aul.spec
+++ b/packaging/aul.spec
@@ -40,7 +40,6 @@ BuildRequires: pkgconfig(utilX)
BuildRequires: pkgconfig(vconf)
BuildRequires: pkgconfig(pkgmgr-info)
BuildRequires: pkgconfig(libsmack)
-BuildRequires: pkgconfig(app2sd)
BuildRequires: pkgconfig(privacy-manager-client)