From 8989b1ca5a740b2029a19e77c2030e3d641cf47e Mon Sep 17 00:00:00 2001 From: Lee Siwoo Date: Thu, 26 Sep 2013 11:27:20 +0900 Subject: [PATCH] Fix build error Systeminfo & Power api don't work well. Base version source code is very old. Some platform api is updated latest but some platform api is not updated. When all platform api is updated, Update Systeminfo & Power source code. Change-Id: I705f6b981e0cfa727a2df512c83801253dd79820 --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7e0c62f..d8ef402 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -49,12 +49,12 @@ add_plugin( Application Messaging Callhistory - Systeminfo + #Systeminfo NFC Log Filesystem Alarm - Power + #Power Notification Download NetworkBearerSelection -- 2.7.4