fe16aab282e6f93cfaedd1c22483b5e89a7c71a0
[profile/ivi/wrt-plugins-tizen.git] / src / platform / API / Call / config.cmake
1 get_current_path()
2 set(SRCS_PLATFORM_API_CALL
3   ${CURRENT_PATH}/CallFactory.cpp
4   ${CURRENT_PATH}/CallHistoryEntryProperties.cpp
5   ${CURRENT_PATH}/CallHistoryFactory.cpp
6   ${CURRENT_PATH}/CallServiceFilter.cpp
7   ${CURRENT_PATH}/CallServiceObject.cpp
8   ${CURRENT_PATH}/EventCallHistoryListener.cpp
9   ${CURRENT_PATH}/EventFindCallHistory.cpp
10   ${CURRENT_PATH}/EventGetCallService.cpp
11   ${CURRENT_PATH}/EventLaunchDialer.cpp
12   ${CURRENT_PATH}/EventRemoveAll.cpp
13   ${CURRENT_PATH}/EventRemoveBatch.cpp
14   ${CURRENT_PATH}/EventSendUSSD.cpp
15   ${CURRENT_PATH}/ICallHistory.cpp
16   ${CURRENT_PATH}/ICallHistoryEntry.cpp
17   ${CURRENT_PATH}/ICallManager.cpp
18   ${CURRENT_PATH}/ICallService.cpp
19   ${CURRENT_PATH}/RemoteParty.cpp
20   PARENT_SCOPE
21 )