Enable the legacy app/social stats providers 87/124587/2
authorMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 12 Apr 2017 01:26:13 +0000 (10:26 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 12 Apr 2017 01:52:45 +0000 (10:52 +0900)
Change-Id: Ia85db0d4c46985c4aaad05cfc8eac8aa12e01bdd
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/context-provider.spec
src/CMakeLists.txt

index 3dbd146..f4988ad 100644 (file)
@@ -38,9 +38,9 @@ BuildRequires: pkgconfig(capi-media-sound-manager)
 # if it is mobile or BASE2 (when we have migrated everything into BASE2, we can remove this if statement)
 # Common also supports extension mode.
 %if "%{?BUILD_PROFILE}" != "tv" && "%{?BUILD_PROFILE}" != "wearable" && "%{?BUILD_PROFILE}" != "ivi"
-#BuildRequires: pkgconfig(capi-appfw-package-manager)
-#BuildRequires: pkgconfig(capi-appfw-application)
-#BuildRequires: pkgconfig(capi-appfw-app-manager)
+BuildRequires: pkgconfig(capi-appfw-package-manager)
+BuildRequires: pkgconfig(capi-appfw-application)
+BuildRequires: pkgconfig(capi-appfw-app-manager)
 BuildRequires: pkgconfig(capi-network-bluetooth)
 BuildRequires: pkgconfig(pkgmgr)
 BuildRequires: pkgconfig(pkgmgr-info)
index fecf577..a39ccc1 100644 (file)
@@ -9,7 +9,7 @@ ADD_SUBDIRECTORY(system)
 ADD_SUBDIRECTORY(time)
 
 IF("${FEATURES}" STREQUAL "extended")
-#ADD_SUBDIRECTORY(app-stats)
+ADD_SUBDIRECTORY(app-stats)
 #ADD_SUBDIRECTORY(battery-stats)
 ADD_SUBDIRECTORY(call)
 ADD_SUBDIRECTORY(contacts)
@@ -19,6 +19,6 @@ ADD_SUBDIRECTORY(headphone)
 #ADD_SUBDIRECTORY(media-stats)
 ADD_SUBDIRECTORY(message)
 #ADD_SUBDIRECTORY(my-place)
-#ADD_SUBDIRECTORY(social-stats)
+ADD_SUBDIRECTORY(social-stats)
 #ADD_SUBDIRECTORY(wifi)
 ENDIF("${FEATURES}" STREQUAL "extended")