@@ -15,21 +15,21 @@ config("relative_flutter_tizen_headers") {
1515
1616config (" flutter_tizen_native_headers" ) {
1717 include_dirs = [
18- " //third_party/tizen_tools/sysroot/armel /usr/include" ,
19- " //third_party/tizen_tools/sysroot/armel /usr/include/base" ,
20- " //third_party/tizen_tools/sysroot/armel /usr/include/dlog" ,
21- " //third_party/tizen_tools/sysroot/armel /usr/include/ecore-1" ,
22- " //third_party/tizen_tools/sysroot/armel /usr/include/ecore-wl2 -1" ,
23- " //third_party/tizen_tools/sysroot/armel /usr/include/ecore-evas -1" ,
24- " //third_party/tizen_tools/sysroot/armel /usr/include/efl -1" ,
25- " //third_party/tizen_tools/sysroot/armel /usr/include/eo -1" ,
26- " //third_party/tizen_tools/sysroot/armel /usr/include/eina -1" ,
27- " //third_party/tizen_tools/sysroot/armel /usr/include/eina-1/eina " ,
28- " //third_party/tizen_tools/sysroot/armel /usr/include/ecore-input -1" ,
29- " //third_party/tizen_tools/sysroot/armel /usr/include/ecore-imf-1 " ,
30- " //third_party/tizen_tools/sysroot/armel /usr/include/ecore-imf-evas -1" ,
31- " //third_party/tizen_tools/sysroot/armel /usr/include/evas -1" ,
32- " //third_party/tizen_tools/sysroot/armel /usr/include/emile -1" ,
18+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include" ,
19+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/base" ,
20+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/dlog" ,
21+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/ecore-1" ,
22+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/ecore-evas -1" ,
23+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/ecore-imf -1" ,
24+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/ecore-imf-evas -1" ,
25+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/ecore-input -1" ,
26+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/ecore-wl2 -1" ,
27+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/efl-1 " ,
28+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/eina -1" ,
29+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/eina-1/eina " ,
30+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/emile -1" ,
31+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/eo -1" ,
32+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/evas -1" ,
3333 ]
3434}
3535
@@ -50,29 +50,18 @@ source_set("flutter_tizen_headers") {
5050
5151source_set (" flutter_tizen" ) {
5252 sources = [
53- " tizen_event_loop.cc" ,
54- " tizen_event_loop.h" ,
5553 " flutter_tizen.cc" ,
5654 " key_event_channel.cc" ,
57- " key_event_channel.h" ,
55+ " lifecycle_channel.cc" ,
56+ " localization_channel.cc" ,
57+ " text_input_plugin.cc" ,
5858 " tizen_embedder_engine.cc" ,
59- " tizen_embedder_engine.h " ,
59+ " tizen_event_loop.cc " ,
6060 " tizen_surface.cc" ,
61- " tizen_surface.h" ,
6261 " tizen_surface_gl.cc" ,
63- " tizen_surface_gl.h" ,
6462 " tizen_surface_software.cc" ,
65- " tizen_surface_software.h" ,
6663 " tizen_vsync_waiter.cc" ,
67- " tizen_vsync_waiter.h" ,
6864 " touch_event_channel.cc" ,
69- " touch_event_channel.h" ,
70- " text_input_plugin.h" ,
71- " text_input_plugin.cc" ,
72- " lifecycle_channel.h" ,
73- " lifecycle_channel.cc" ,
74- " localization_channel.h" ,
75- " localization_channel.cc" ,
7665 ]
7766
7867 defines = [ " USE_RAPID_JSON" ]
@@ -91,25 +80,25 @@ source_set("flutter_tizen") {
9180 " //third_party/rapidjson" ,
9281 ]
9382
94- lib_dirs = [ " //third_party/tizen_tools/sysroot/armel /usr/lib" ]
83+ lib_dirs = [ " //third_party/tizen_tools/sysroot/$target_cpu /usr/lib" ]
9584
9685 cflags_cc = [
9786 " -Wno-newline-eof" ,
9887 " -Wno-macro-redefined" ,
9988 " -Wno-unused-const-variable"
10089 ]
10190 libs = [
91+ " base-utils-i18n" ,
10292 " dlog" ,
103- " EGL" ,
104- " ecore_wl2" ,
105- " wayland-client" ,
106- " GLESv2" ,
107- " tdm-client" ,
10893 " ecore" ,
94+ " ecore_imf" ,
10995 " ecore_input" ,
96+ " ecore_wl2" ,
97+ " EGL" ,
11098 " evas" ,
111- " ecore_imf" ,
112- " base-utils-i18n"
99+ " GLESv2" ,
100+ " tdm-client" ,
101+ " wayland-client" ,
113102 ]
114103}
115104
0 commit comments