CMake support
[platform/core/uifw/dali-adaptor.git] / build / tizen / profiles / android-profile.cmake
1 # dependencies
2
3 # sources
4 SET( SOURCES
5     ${adaptor_accessibility_common_src_files}
6     ${adaptor_accessibility_ubuntu_src_files}
7     ${adaptor_adaptor_common_src_files}
8     ${adaptor_adaptor_ubuntu_src_files}
9     ${adaptor_clipboard_common_src_files}
10     ${adaptor_clipboard_ubuntu_x11_src_files}
11     ${adaptor_framework_generic_src_files}
12     ${devel_api_src_files}
13     ${adaptor_devel_api_text_abstraction_src_files}
14     ${adaptor_graphics_common_src_files}
15     ${adaptor_graphics_gles_src_files}
16     ${adaptor_graphics_ubuntu_src_files}
17     ${adaptor_haptics_common_src_files}
18     ${adaptor_imaging_common_src_files}
19     ${adaptor_imaging_ubuntu_x11_src_files}
20     ${adaptor_input_common_src_files}
21     ${adaptor_input_ubuntu_x11_src_files}
22     ${adaptor_integration_api_src_files}
23     ${adaptor_legacy_common_src_files}
24     ${adaptor_network_common_src_files}
25     ${adaptor_public_api_src_files}
26     ${adaptor_sensor_common_src_files}
27     ${adaptor_sensor_ubuntu_src_files}
28     ${adaptor_styling_common_src_files}
29     ${adaptor_system_common_src_files}
30     ${adaptor_system_linux_src_files}
31     ${adaptor_system_ubuntu_x11_src_files}
32     ${adaptor_text_common_src_files}
33     ${adaptor_text_ubuntu_src_files}
34     ${adaptor_resampler_src_files}
35     ${adaptor_vector_animation_common_src_files}
36     ${adaptor_video_common_src_files}
37     ${adaptor_web_engine_common_src_files}
38     ${adaptor_window_system_common_src_files}
39     ${adaptor_trace_common_src_files}
40     ${adaptor_thread_common_src_files}
41     ${adaptor_window_system_ubuntu_x11_src_files}
42     ${devel_api_text_abstraction_src_files}
43     ${static_libraries_glyphy_src_files}
44     ${static_libraries_libunibreak_src_files}
45 )
46
47 if( DEFINED ENABLE_NETWORK_LOGGING )
48     SET( DALI_ADAPTOR_LA_SOURCES ${DALI_ADAPTOR_LA_SOURCES}
49           ${adaptor_performance_logging_src_files}
50     )
51 endif()
52
53 if ( DEFINED ENABLE_TRACE )
54     SET( DALI_ADAPTOR_LA_SOURCES ${DALI_ADAPTOR_LA_SOURCES}
55         ${adaptor_trace_ubuntu_src_files}
56     )
57 endif()
58
59 # headers
60 SET( INCLUDE_HEADERS
61         ${ECORE_INCLUDE_DIRS}
62         ${EXIF_INCLUDE_DIRS}
63         ${FREETYPE_INCLUDE_DIRS}
64         ${FREETYPE_BITMAP_SUPPORT}
65         ${FONTCONFIG_INCLUDE_DIRS}
66         ${PNG_INCLUDE_DIRS}
67         ${LIBEXIF_INCLUDE_DIRS}
68         ${LIBDRM_INCLUDE_DIRS}
69         ${LIBCURL_INCLUDE_DIRS}
70         ${LIBCRYPTO_INCLUDE_DIRS}
71         ${HARFBUZZ_INCLUDE_DIRS}
72         ${FRIBIDI_INCLUDE_DIRS}
73         ${CAIRO_INCLUDE_DIRS}
74         ${EVAS_INCLUDE_DIRS}
75         ${ECORE_IPC_INCLUDE_DIRS}
76         ${ECORE_IMF_INCLUDE_DIRS}
77         ${ECORE_IMF_INCLUDE_DIRS}
78         ${CAPI_APPFW_APPLICATION_INCLUDE_DIRS}
79         ${ELEMENTARY_INCLUDE_DIRS}
80         ${ECORE_X_INCLUDE_DIRS}
81         ${X11_INCLUDE_DIRS}
82         )
83
84 # definitions
85 SET( DEFINITIONS -DDALI_PROFILE_UBUNTU )