From: Young Ik Cho Date: Mon, 20 May 2013 08:26:46 +0000 (+0900) Subject: change boot complete configuration X-Git-Tag: accepted/tizen/20130912.081851^2~316^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e81d25eeb0f61f49286329257a29b010f67d086;p=platform%2Fframework%2Fnative%2Fappfw.git change boot complete configuration Change-Id: I0a63957dee118451738c073b4af1a6fbe04515fd Signed-off-by: Young Ik Cho --- diff --git a/src/system/CMakeLists.txt b/src/system/CMakeLists.txt index 73c1ecf..da0b937 100755 --- a/src/system/CMakeLists.txt +++ b/src/system/CMakeLists.txt @@ -11,19 +11,8 @@ INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/src/locales/inc ${CMAKE_SOURCE_DIR}/src/app/inc ${CMAKE_SOURCE_DIR}/src/security/inc - /usr/include/telephony - /usr/include/telephony-client ) -INCLUDE(FindPkgConfig) -pkg_check_modules(pkgs REQUIRED - haptic -) - -FOREACH(flag ${pkgs_CFLAGS}) - SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}") -ENDFOREACH(flag) - SET (${this_target}_SOURCE_FILES FSys_CommunicationDispatcherClient.cpp FSys_AlarmManager.cpp diff --git a/src/system/FSys_PowerManagerImpl.cpp b/src/system/FSys_PowerManagerImpl.cpp index c4cea92..42af887 100644 --- a/src/system/FSys_PowerManagerImpl.cpp +++ b/src/system/FSys_PowerManagerImpl.cpp @@ -66,7 +66,7 @@ static const int _DEACTIVATED_BRIGHTNESS_CONTROL = -1; static const float _BRIGHTNESS_RESOLUTION = 10.0; #ifndef VCONFKEY_SERVICE_READY -#define VCONFKEY_SERVICE_READY "memory/appservice/serviceready" +#define VCONFKEY_SERVICE_READY "memory/deviced/boot_power_on" #endif bool _activeApp = false; diff --git a/src/system/FSys_RuntimeInfoImpl.cpp b/src/system/FSys_RuntimeInfoImpl.cpp index 04baad5..ada4a83 100644 --- a/src/system/FSys_RuntimeInfoImpl.cpp +++ b/src/system/FSys_RuntimeInfoImpl.cpp @@ -57,7 +57,7 @@ namespace Tizen { namespace System { #ifndef VCONFKEY_SERVICE_READY -#define VCONFKEY_SERVICE_READY "memory/appservice/serviceready" +#define VCONFKEY_SERVICE_READY "memory/deviced/boot_power_on" #endif static const wchar_t* _ALLOCATED_MEMORY = L"AllocatedMemory";