Merge "Remove dead code in Locales." into tizen_2.2
[platform/framework/native/appfw.git] / src / io / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index ea5f0e8..098e03c
@@ -7,6 +7,7 @@ INCLUDE_DIRECTORIES (
        ${CMAKE_SOURCE_DIR}/src/app/inc
        ${CMAKE_SOURCE_DIR}/src/security/inc
        ${CMAKE_SOURCE_DIR}/src/system/inc
+       ${CMAKE_SOURCE_DIR}/src/system
        inc
        )
 
@@ -37,6 +38,8 @@ SET (${this_target}_SOURCE_FILES
        FIo_FileAttributesImpl.cpp
        FIoFileEventManager.cpp
        FIo_FileEventManagerImpl.cpp
+       FIo_FileEventDispatcher.cpp
+       FIo_FileEvent.cpp
        FIoRegistry.cpp
        FIo_RegistryImpl.cpp
        FIo_RegistryCore.cpp
@@ -77,7 +80,6 @@ SET (${this_target}_SOURCE_FILES
        FIo_DataSetEnumeratorImpl.cpp
        FIoDataRow.cpp
        FIo_DataRowImpl.cpp
-       FIo_ZipFileArchive.cpp
        FIoFileLock.cpp
        FIo_FileLockImpl.cpp
        )