From 2e81d25eeb0f61f49286329257a29b010f67d086 Mon Sep 17 00:00:00 2001 From: Young Ik Cho Date: Mon, 20 May 2013 17:26:46 +0900 Subject: [PATCH] change boot complete configuration Change-Id: I0a63957dee118451738c073b4af1a6fbe04515fd Signed-off-by: Young Ik Cho --- src/system/CMakeLists.txt | 11 ----------- src/system/FSys_PowerManagerImpl.cpp | 2 +- src/system/FSys_RuntimeInfoImpl.cpp | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) 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"; -- 2.7.4