@@ -19,29 +19,23 @@ config("flutter_tizen_config") {
1919 " ${ sysroot_path } /usr/include/dlog" ,
2020 " ${ sysroot_path } /usr/include/ecore-1" ,
2121 " ${ sysroot_path } /usr/include/ecore-con-1" ,
22- " ${ sysroot_path } /usr/include/ecore-evas-1" ,
2322 " ${ sysroot_path } /usr/include/ecore-file-1" ,
2423 " ${ sysroot_path } /usr/include/ecore-imf-1" ,
25- " ${ sysroot_path } /usr/include/ecore-imf-evas-1" ,
2624 " ${ sysroot_path } /usr/include/ecore-input-1" ,
27- " ${ sysroot_path } /usr/include/ecore-input-evas-1" ,
2825 " ${ sysroot_path } /usr/include/ecore-wayland-1" ,
2926 " ${ sysroot_path } /usr/include/ecore-wl2-1" ,
3027 " ${ sysroot_path } /usr/include/edje-1" ,
3128 " ${ sysroot_path } /usr/include/eet-1" ,
3229 " ${ sysroot_path } /usr/include/efl-1" ,
33- " ${ sysroot_path } /usr/include/efl-extension" ,
3430 " ${ sysroot_path } /usr/include/efl-1/interfaces" ,
3531 " ${ sysroot_path } /usr/include/efreet-1" ,
3632 " ${ sysroot_path } /usr/include/eina-1" ,
3733 " ${ sysroot_path } /usr/include/eina-1/eina" ,
3834 " ${ sysroot_path } /usr/include/eldbus-1" ,
39- " ${ sysroot_path } /usr/include/elementary-1" ,
4035 " ${ sysroot_path } /usr/include/emile-1" ,
4136 " ${ sysroot_path } /usr/include/eo-1" ,
4237 " ${ sysroot_path } /usr/include/ethumb-1" ,
4338 " ${ sysroot_path } /usr/include/ethumb-client-1" ,
44- " ${ sysroot_path } /usr/include/evas-1" ,
4539 " ${ sysroot_path } /usr/include/feedback" ,
4640 " ${ sysroot_path } /usr/include/system" ,
4741 " ${ sysroot_path } /usr/include/tzsh" ,
@@ -96,15 +90,12 @@ template("embedder") {
9690 " channels/window_channel.cc" ,
9791 " external_texture_pixel_egl.cc" ,
9892 " external_texture_pixel_egl_impeller.cc" ,
99- " external_texture_pixel_evas_gl.cc" ,
10093 " external_texture_surface_egl.cc" ,
10194 " external_texture_surface_egl_impeller.cc" ,
102- " external_texture_surface_evas_gl.cc" ,
10395 " flutter_platform_node_delegate_tizen.cc" ,
10496 " flutter_project_bundle.cc" ,
10597 " flutter_tizen.cc" ,
10698 " flutter_tizen_display_monitor.cc" ,
107- " flutter_tizen_elementary.cc" ,
10899 " flutter_tizen_engine.cc" ,
109100 " flutter_tizen_texture_registrar.cc" ,
110101 " flutter_tizen_view.cc" ,
@@ -114,12 +105,9 @@ template("embedder") {
114105 " tizen_input_method_context.cc" ,
115106 " tizen_renderer.cc" ,
116107 " tizen_renderer_egl.cc" ,
117- " tizen_renderer_evas_gl.cc" ,
118108 " tizen_renderer_gl.cc" ,
119- " tizen_view_elementary.cc" ,
120109 " tizen_vsync_waiter.cc" ,
121110 " tizen_window_ecore_wl2.cc" ,
122- " tizen_window_elementary.cc" ,
123111 ]
124112
125113 lib_dirs = [ " //engine/${ target_cpu } " ]
@@ -136,16 +124,11 @@ template("embedder") {
136124 " capi-ui-efl-util" ,
137125 " dlog" ,
138126 " ecore" ,
139- " ecore_evas" ,
140127 " ecore_imf" ,
141- " ecore_imf_evas" ,
142128 " ecore_input" ,
143129 " ecore_wl2" ,
144- " efl-extension" ,
145130 " eina" ,
146131 " eldbus" ,
147- " elementary" ,
148- " evas" ,
149132 " feedback" ,
150133 " flutter_engine" ,
151134 " tbm" ,
0 commit comments