Change the file path for wifi cert storage
[platform/core/connectivity/net-config.git] / CMakeLists.txt
index 350148c..87477e0 100755 (executable)
@@ -14,6 +14,7 @@ SET(SRCS
        src/neterror.c
        src/wifi-eap.c
        src/wifi-wps.c
+       src/wifi-bssid-scan.c
        src/wifi-agent.c
        src/wifi-power.c
        src/wifi-state.c
@@ -37,8 +38,8 @@ SET(SRCS
        src/network-statistics.c
        src/dbus/netsupplicant.c
        src/wifi-background-scan.c
-       src/wifi-tel-intf.c
        src/wifi-config.c
+       src/wifi-extension.c
        )
 
 IF("${CMAKE_BUILD_TYPE}" STREQUAL "")
@@ -56,7 +57,6 @@ ENDIF(TIZEN_WLAN_USE_P2P_INTERFACE)
 
 IF(TIZEN_P2P_ENABLE)
        ADD_DEFINITIONS(-DTIZEN_P2P_ENABLE)
-       SET(P2P_REQUIRED_PKGS "capi-network-wifi-direct")
 ENDIF(TIZEN_P2P_ENABLE)
 
 IF(TIZEN_TETHERING_ENABLE)
@@ -75,7 +75,6 @@ ENDIF(TIZEN_WEARABLE)
 INCLUDE(FindPkgConfig)
 PKG_CHECK_MODULES(pkgs REQUIRED
        dlog
-       tapi
        vconf
        gio-2.0
        glib-2.0
@@ -131,3 +130,4 @@ INSTALL(TARGETS ${PROJECT_NAME} DESTINATION ${BINDIR})
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/config/security-network-config.conf DESTINATION /usr/lib/tmpfiles.d/)
 
 ADD_SUBDIRECTORY(plugin/headed)
+ADD_SUBDIRECTORY(plugin/telephony)