Changyeon Lee [Mon, 22 Jan 2024 09:17:19 +0000 (18:17 +0900)]
e_comp_object: add e_comp_object_image_filter_set_listener_add
Change-Id: I9a5d61e43b1a0511d527e932868ac0e0613d4807
Changyeon Lee [Mon, 22 Jan 2024 08:46:24 +0000 (17:46 +0900)]
e_hwc_windows: add e_hwc_windows_comp_override_set
Change-Id: I1ed35d2d184a2e0889b471369406e78771b5b3ac
Changyeon Lee [Thu, 18 Jan 2024 04:43:53 +0000 (13:43 +0900)]
e_hwc: get output available size in hwc_new
Change-Id: I21232629094eea0f2d1ccc661bda6d1a20afac63
Changyeon Lee [Thu, 18 Jan 2024 03:18:28 +0000 (12:18 +0900)]
e_hwc_window: add e_hwc_window_never_hwc_set
Change-Id: Idbcd02832c470fe9dcfd0513293e95876f08a1a0
Changyeon Lee [Thu, 18 Jan 2024 03:10:53 +0000 (12:10 +0900)]
e_hwc_window: add e_hwc_window_comp_override_set
Change-Id: Ib68ab414ac1e2ba80d4f39b443d85fc5d41cadf5
Changyeon Lee [Wed, 10 Jan 2024 11:24:55 +0000 (20:24 +0900)]
e_hwc_windows: remove rendered_windows in the E_Hwc_Windows_Comp_Info
use e_hwc_windows_present_sync for sychronizing gl and hwc compositing
Change-Id: Iecd09fa3be23aa00fa23aca05bef5edf2de20c21
duna.oh [Mon, 19 Feb 2024 03:19:10 +0000 (12:19 +0900)]
e_pointer: add damage when hiding cursor object
Change-Id: I4a85d51cadbfe9dd00d2878ecabed146e607962c
Jihoon Kim [Wed, 14 Feb 2024 10:46:45 +0000 (19:46 +0900)]
e_devicemgr_input: fix issue tizen_input_device_manager object is not found
errno 22 (invalid argument) occurs because the tizen_input_device_manager object is not found after receiving the device_remove event of the tizen_input_device_manager interface from the wayland client.
Change-Id: I372267cd2080bec95c341f97cb1cd6631e766d55
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Doyoun Kang [Wed, 14 Feb 2024 05:12:45 +0000 (14:12 +0900)]
packaging: Update version to tz9_6.2.1
Change-Id: I78bc3881cfbbc4043c191f2d1e4cd1d8b46132ae
Jihoon Kim [Tue, 13 Feb 2024 10:04:38 +0000 (19:04 +0900)]
e_comp_wl: fix overflow issue
Expression cancel_keycode - 8U, which is equal to
4294967288, where cancel_keycode is known to be equal to 0, underflows the type that receives it, an unsigned integer 32 bits wide.
Change-Id: I3fc0178cc2159b123b5d2c637c813b958132f31f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Doyoun Kang [Tue, 13 Feb 2024 09:11:32 +0000 (18:11 +0900)]
e_desk_area/e_info_server: fix coverity issue
Change-Id: I24623d39474f8cb81f7754a7f0365047d33dc270
SooChan Lim [Tue, 6 Feb 2024 01:17:44 +0000 (10:17 +0900)]
include: include e_types.h file at all public header files
e_types.h has the default definitions which all other public header
files should have. Therefore, they include e_types.h file as a
default.
Change-Id: I36d85d3a47e272602eb14db930290cb960ef603a
duna.oh [Thu, 8 Feb 2024 01:13:53 +0000 (10:13 +0900)]
packaging: Update version to tz9_6.2.0
Change-Id: I23e12ccec39585e2e9a95f9388042e55f0d90b04
duna.oh [Tue, 6 Feb 2024 09:41:20 +0000 (18:41 +0900)]
e_input: add E_API e_input_device_keyboard_has_key(dev, device_path, code)
E_API for checking if a keyboard key is present on a given input device
Change-Id: I752453b81b8fe0216fdd8f0039cdcefd69d0d49d
SooChan Lim [Mon, 5 Feb 2024 23:16:21 +0000 (08:16 +0900)]
include: remove the unused file
Change-Id: I4dcd226094bc57192f821360e6887674fe0bab31
Doyoun Kang [Mon, 5 Feb 2024 08:03:06 +0000 (17:03 +0900)]
e_log: refactor log format
We reduce the log length as below.
1. remove log level in domain info. (ex. INF<e> -> <e>)
2. print just file name w/o directory and reduce file name length to 18 from 30
3. reduce log tag length to 8 from 10
@log_refactoring
Change-Id: I2f002f89bba05c83a73108a89eb6b4dd558239a9
Junseok Kim [Fri, 2 Feb 2024 07:56:54 +0000 (16:56 +0900)]
e_client: check visibility of the activated window when focus set to the window
There was a bug that focus unset by focus calculate after focus set by activate.
(e.g. visible window but out of zone geometry)
This problem occures because the visibility of the activated window is not checked.
For fix this issue, check visibility of the activated window when focus set.
Change-Id: I00cec403b51b11593dfef2c86cf7cfb50858a7af
Junseok Kim [Thu, 1 Feb 2024 11:29:05 +0000 (20:29 +0900)]
e_comp_wl: Change ecore_event_mouse_move handler to prepend
There was a bug that KVM Service app receive pointer lock event before drag enter event.
It caused by the EVAS_CALLBACK process faster then ECORE_EVENT callback
For fix this issue, change from append to prepend when add ecore_event_mouse_move handler
Change-Id: I2df4e0a8e302604a299440363edc215afaa419b8
Doyoun Kang [Tue, 30 Jan 2024 09:05:48 +0000 (18:05 +0900)]
packaging: Update version to tz9_6.1.0
Change-Id: Ie7f8d1f22d6cf9f4ea26693514188ce85e279610
duna.oh [Mon, 29 Jan 2024 08:34:27 +0000 (17:34 +0900)]
e_comp_wl: Fix issue detected by static analysis tool
keycode is only valid if it is greater than zero.
Also wl_keyboard's key event now contains unsigned integer variable to handle
the keycode correctly.
Change-Id: I0ddc839d3b468cf14713690f551a991e62336d20
Junseok Kim [Fri, 26 Jan 2024 06:24:55 +0000 (15:24 +0900)]
e_service_kvm: send source mimetype to kvm service
Change-Id: Ica0e41f0deb847f4a7e643fc378b0e3cdf5a50f8
Doyoun Kang [Tue, 30 Jan 2024 00:46:44 +0000 (09:46 +0900)]
e_info_server_input: includes e_types.h
Change-Id: I6750eb44415d33cbe4f5b3a404e7392852e43cfc
SooChan Lim [Mon, 29 Jan 2024 11:56:31 +0000 (20:56 +0900)]
packaging: Update version to tz9_6.0.0
Change-Id: Ia68a79018d6dcb233f2cd4c4a668c3f0fb403bdf
Junseok Kim [Mon, 29 Jan 2024 05:46:15 +0000 (14:46 +0900)]
headers: fix build errors
Change-Id: I3e109581c907489eb6ed92fb1f83f5506012361f
Junseok Kim [Mon, 29 Jan 2024 05:45:35 +0000 (14:45 +0900)]
e_hwc_planes: Add e_hwc_planes header and makes e_hwc_planes_end to E_API
Change-Id: I872484e57fcef973ded223f26f257fe66c50ddbc
SooChan Lim [Thu, 25 Jan 2024 10:55:23 +0000 (19:55 +0900)]
e: do not include e.h
enlightenment does not include e.h file. The definitions and symbols
in e.h file are spread in each related files.
Change-Id: Ia6a6a71d58532fe9557a61532d9aed742717b000
Junkyeong Kim [Fri, 26 Jan 2024 08:03:08 +0000 (17:03 +0900)]
e_info_protocol: Avoid overflow
Change-Id: I7baf6c4b5ffeb37d4e4aaf055973fad3c97f56f2
Junseok Kim [Thu, 25 Jan 2024 08:48:44 +0000 (17:48 +0900)]
e_client_video: fix build break during module build
There was a build break that could not find tdm_helper_dump_start/stop during module build.
It occured because the module was indirectly reference that functions.
Change-Id: I3c3386725892b439a86ac0d546fa3298562f02da
TODO: include directly the header and remove including tdm_helper header from e_client_video
Junseok Kim [Thu, 25 Jan 2024 08:48:21 +0000 (17:48 +0900)]
e_comp_screen: fix build break during module build
Change-Id: Icfa949c2452ae3308ea257e9ef21220cdae47dc2
Junseok Kim [Thu, 25 Jan 2024 08:47:48 +0000 (17:47 +0900)]
e_device: fix build break during module build
Change-Id: If0d2de3170ac03d3efe8863052ef943056e1c028
SooChan Lim [Wed, 24 Jan 2024 10:16:54 +0000 (19:16 +0900)]
headers: move the exposed headers to include folder
The exposed headers which the e20 module depends on move
to the include directory.
Change-Id: I8f2199cc1e21b786dddf0edee9134331eaa50c0f
SooChan Lim [Wed, 24 Jan 2024 07:31:58 +0000 (16:31 +0900)]
e_zone: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Id22bae82ced1a5c2d44b1c0b51d480ba603006b5
SooChan Lim [Wed, 24 Jan 2024 07:11:28 +0000 (16:11 +0900)]
e_desk: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I2a1b62c0da457c4b34fee14a054ab1b819b9a5e5
SooChan Lim [Wed, 24 Jan 2024 04:53:15 +0000 (13:53 +0900)]
e_desk_area: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Id6e413a4def3775313a25b3bc0f6064ef854aa6c
SooChan Lim [Wed, 24 Jan 2024 02:08:39 +0000 (11:08 +0900)]
e_comp_object: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I971739bbede37ddfcca42231ff86ca3bfa8344bd
SooChan Lim [Tue, 23 Jan 2024 11:59:59 +0000 (20:59 +0900)]
e_client: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Id4047d7c0e1f233570d72af8bd59b83065badc4f
SooChan Lim [Sun, 21 Jan 2024 05:35:40 +0000 (14:35 +0900)]
e_video_internal: remove e_video_internal header file
Change-Id: I8f690b5f8ba9491ef44cdbb4b8c18d73040745e5
SooChan Lim [Sun, 21 Jan 2024 05:28:54 +0000 (14:28 +0900)]
e_zone_video: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I89b1034f9cd9db2414dfff56f8f79ffc41906089
SooChan Lim [Sun, 21 Jan 2024 05:14:58 +0000 (14:14 +0900)]
e_video_internal: move e_video_hwc api to e_video_hwc_intern.h
Change-Id: Ide448b3ec912e78f7daa4fbfc129d101a483c974
SooChan Lim [Sun, 21 Jan 2024 05:08:23 +0000 (14:08 +0900)]
e_video_fallback: make e_video_fallback header
Change-Id: I17b477dddd71be28cf111168bceecb350cbbf748
SooChan Lim [Sun, 21 Jan 2024 05:04:09 +0000 (14:04 +0900)]
e_video_external: make e_video_external header
Change-Id: Ibb6dee549c705abee1493485ad2fa30954a22be0
SooChan Lim [Sun, 21 Jan 2024 04:57:14 +0000 (13:57 +0900)]
e_video_comp_iface: make e_video_comp_iface
It has E_Video_Comp_Iface structure.
Change-Id: I5d2c8cc09e78c1687b29db3dc13399dea25d9151
SooChan Lim [Sun, 21 Jan 2024 04:18:30 +0000 (13:18 +0900)]
e_video_internal: move debug stuff to e_video_debug_intern.h
Change-Id: I8ee7d5e738f0ac4d08a90b037a0e3f5cb85d32e1
SooChan Lim [Sun, 21 Jan 2024 04:07:43 +0000 (13:07 +0900)]
e_video_internal: move e_client_video to e_client_video_inter.h
Change-Id: I6cd21a20b9830f512bbee45a3ced77ee439c5281
SooChan Lim [Sun, 21 Jan 2024 03:58:45 +0000 (12:58 +0900)]
e_video_internal: remove including e.h
including e.h does at each c files.
Change-Id: I3e8a4e500e71e2d2e668707a6051318b7694632e
SooChan Lim [Sun, 21 Jan 2024 03:57:00 +0000 (12:57 +0900)]
e_video_debug: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I9f5a2ad09b19a745eb1d308dc17b2ae12c54744a
SooChan Lim [Sun, 21 Jan 2024 03:52:12 +0000 (12:52 +0900)]
e_util_video: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I1d2594dd3c38025111a0ef6e093fc01109e87de4
SooChan Lim [Sun, 21 Jan 2024 03:47:22 +0000 (12:47 +0900)]
e_comp_wl_video: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I43b995059d48f464443e451d1af015faef3be78a
SooChan Lim [Sun, 21 Jan 2024 03:24:30 +0000 (12:24 +0900)]
e_comp_wl_video_buffer: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I7a15772c8fb4d42ed739cb7f14ef3191fd2a1df0
SooChan Lim [Sun, 21 Jan 2024 03:07:14 +0000 (12:07 +0900)]
e_client_video: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I2405b2c2c6aeab65231afde461eb52f45a809d55
SooChan Lim [Sun, 21 Jan 2024 02:51:08 +0000 (11:51 +0900)]
e_video_hwc: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Ie1264f103846b480e2c62463e464c6c4101c4f1a
SooChan Lim [Sun, 21 Jan 2024 02:39:14 +0000 (11:39 +0900)]
e_devicemgr: move all in e_devicemgr_private.h to e_devicemgr_intern.h
Move all of the definitions and internal signatures to e_devicemgr_intern.h.
Change-Id: Ie89137b435aeb46c7355ad1dd530826c6518543d
SooChan Lim [Sun, 21 Jan 2024 02:05:25 +0000 (11:05 +0900)]
e_comp_wl: move all in e_comp_wl_private.h to e_comp_wl_intern.h
Move all of the definitions and internal signatures to e_comp_wl_intern.h.
Change-Id: I7e972053773060fb1633ab31de9eb3ef3a5b4b13
SooChan Lim [Sun, 21 Jan 2024 01:50:42 +0000 (10:50 +0900)]
e_foreign: move all in e_foreign_private.h to e_foreign_intern.h
Move all of the definitions and internal signatures to e_foreign_intern.h.
Change-Id: I1164c1cdd97e3e4f9e3040a4aedada30dd8bb41f
SooChan Lim [Wed, 24 Jan 2024 23:54:17 +0000 (08:54 +0900)]
e_input: move all in e_input_private.h to e_input_intern.h
Move all of the definitions and internal signatures to e_input_intern.h.
Then, e_input has only one internal header file which is e_input_intern.h
Change-Id: Ib2d2d53f77626466f54dd418ac43ee13cc83dd8e
SooChan Lim [Sun, 21 Jan 2024 01:20:40 +0000 (10:20 +0900)]
e_policy_visibility: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Ie17505cb0216b8ea8e30c4649a04d47b44e3a593
SooChan Lim [Sun, 21 Jan 2024 01:08:08 +0000 (10:08 +0900)]
e_service_volume: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Ie1ce2ca1c8cd69f81801ed2615293a7f7b488639
SooChan Lim [Sun, 21 Jan 2024 01:04:01 +0000 (10:04 +0900)]
e_service_taskbar: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Ib739dcfc395d465ea45c2fc8eb1e2a15b809747c
SooChan Lim [Sun, 21 Jan 2024 00:59:54 +0000 (09:59 +0900)]
e_service_softkey: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I1ced8746ce94d07121daeeafeed675565765f01f
SooChan Lim [Sun, 21 Jan 2024 00:54:16 +0000 (09:54 +0900)]
e_service_scrsaver: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I987395ead6ebc4754a69f931b519c2e201880564
SooChan Lim [Sun, 21 Jan 2024 00:51:41 +0000 (09:51 +0900)]
e_service_region: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Ie5de89c9f1bdcb346ecf48630c2cb8047aff8e1d
SooChan Lim [Sun, 21 Jan 2024 00:45:33 +0000 (09:45 +0900)]
e_service_quickpanel: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Ibcee9a2cebeef2944dba67bf0eff09bde0a4c03d
SooChan Lim [Sun, 21 Jan 2024 00:28:52 +0000 (09:28 +0900)]
e_service_lockscreen: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I9fdd4aedcff2c612b523e2b8115daebf920647a0
SooChan Lim [Sun, 21 Jan 2024 00:26:55 +0000 (09:26 +0900)]
e_service_launcher: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Ifbfe59de8de000fd861dc50b418020953de008c2
SooChan Lim [Sun, 21 Jan 2024 00:23:07 +0000 (09:23 +0900)]
e_service_kvm: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I68b367a36960a2f8399bd5b49a23be03d6263774
SooChan Lim [Sun, 21 Jan 2024 00:16:11 +0000 (09:16 +0900)]
e_service_indicator: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Ieb83a8497c0e4d5e9bd3690c968f69c128f32dc6
SooChan Lim [Sun, 21 Jan 2024 00:13:06 +0000 (09:13 +0900)]
e_service_cbhm: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: If70752cd29d48e5acabd05cc146cd626a5cb7ab6
SooChan Lim [Sat, 20 Jan 2024 23:53:19 +0000 (08:53 +0900)]
e_dnd: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I37a83aa09a2407900f1f07626da6c06d2049866f
SooChan Lim [Sat, 20 Jan 2024 23:35:34 +0000 (08:35 +0900)]
e_dpms: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I03a8e411cb30c14a74ac8993eedaae8db74b2707
SooChan Lim [Sat, 20 Jan 2024 23:30:29 +0000 (08:30 +0900)]
e_egl_sync: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Ib82a82d845e63472f4eceaea49e91ba6c4b6de64
SooChan Lim [Sat, 20 Jan 2024 23:25:16 +0000 (08:25 +0900)]
e_env: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: If32da9ab5a31b76a2fd6cfb58445cfd1dd3c07ec
SooChan Lim [Sat, 20 Jan 2024 23:17:06 +0000 (08:17 +0900)]
e_focus: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I1026abedf198906306b0e2bd0c40610c36f9b5d3
SooChan Lim [Fri, 19 Jan 2024 10:30:12 +0000 (19:30 +0900)]
e_foreign: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I4a0510fb6a816716ed124d229ff305d1c99038fc
SooChan Lim [Fri, 19 Jan 2024 10:25:51 +0000 (19:25 +0900)]
e_gesture: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I77b18562bb885bf84f88a46667b6ed1076112e6e
SooChan Lim [Fri, 19 Jan 2024 10:20:03 +0000 (19:20 +0900)]
e_grabinput: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Id7ca34bb79d6f5ba3b4225e3519d4242ef127d14
SooChan Lim [Fri, 19 Jan 2024 10:02:32 +0000 (19:02 +0900)]
e_hints: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I580cbb4b1391c4085e9f0595af9974d7b1c6566b
SooChan Lim [Fri, 19 Jan 2024 09:47:13 +0000 (18:47 +0900)]
e_hwc_window: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I0a8366aa4a0b462982fe3fcd086c899e62cf10aa
SooChan Lim [Fri, 19 Jan 2024 09:10:54 +0000 (18:10 +0900)]
e_hwc_windows: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I9ccaf68bf7f236e16b5df70ead1cb8db67a5f1af
SooChan Lim [Fri, 19 Jan 2024 08:55:15 +0000 (17:55 +0900)]
e_hwc: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Iab40c267a581cf447f79099cd1ce6f630e5b6611
SooChan Lim [Fri, 19 Jan 2024 08:14:49 +0000 (17:14 +0900)]
e_layout: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I44bcec014ccfa23ebd7cc103f9a2eabed5bb1c67
SooChan Lim [Fri, 19 Jan 2024 08:11:07 +0000 (17:11 +0900)]
e_magnifier: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I3f6b34c6f16a145ce0baf3a1a56f37a7f8970c45
SooChan Lim [Fri, 19 Jan 2024 08:03:37 +0000 (17:03 +0900)]
e_map: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Ibbeba8b34fb46dcb226d06456ddb72fc15a1c79b
SooChan Lim [Fri, 19 Jan 2024 07:59:47 +0000 (16:59 +0900)]
e_maximize: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I61890c32d33b31a64b042bfaa9162d9ccec79da6
SooChan Lim [Fri, 19 Jan 2024 07:54:21 +0000 (16:54 +0900)]
e_module: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I0570263ef3da7b1e0e00d440ce95662a0299d33b
SooChan Lim [Fri, 19 Jan 2024 07:47:18 +0000 (16:47 +0900)]
e_mouse: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I014b7ca2582b473e033eb527909cb8028f203b91
SooChan Lim [Fri, 19 Jan 2024 07:25:27 +0000 (16:25 +0900)]
e_msg: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I413ab509364313623e8bc16ac45eb323d0289612
SooChan Lim [Fri, 19 Jan 2024 07:13:16 +0000 (16:13 +0900)]
e_output: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I3c5e8cd8d40f1cb3e134a252764fdb9b59cb56e9
SooChan Lim [Fri, 19 Jan 2024 06:55:16 +0000 (15:55 +0900)]
e_path: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I8b4ddcc5537d1a4b4a825e05c31cd7d9ac8b4a3a
SooChan Lim [Fri, 19 Jan 2024 06:45:40 +0000 (15:45 +0900)]
e_policy_wl: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I2ed0c0a9b0653db9b8ecb48da0a7d99750632175
SooChan Lim [Fri, 19 Jan 2024 05:48:27 +0000 (14:48 +0900)]
e_policy: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I61d32955dca6176d437cd88c649ba85bd67e198a
SooChan Lim [Fri, 19 Jan 2024 05:27:08 +0000 (14:27 +0900)]
e_presentation_time: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I54efd4b36e30c37bd1dd087315b6cfb7545ab45c
SooChan Lim [Fri, 19 Jan 2024 05:15:25 +0000 (14:15 +0900)]
e_privilege: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I434f519b99156032344547e7a726280e071f2aa1
SooChan Lim [Fri, 19 Jan 2024 05:09:56 +0000 (14:09 +0900)]
e_pixmap: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Ic711b384d5104d2b7ca4b492641eeefaa7561012
SooChan Lim [Fri, 19 Jan 2024 04:53:43 +0000 (13:53 +0900)]
e_place: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I8dc52c091273a4fa8359ede82fa9502c120ad911
SooChan Lim [Fri, 19 Jan 2024 04:48:36 +0000 (13:48 +0900)]
e_pointer: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I9c86c769a9db44b611acaa45f8f1ab9c08863d90
SooChan Lim [Fri, 19 Jan 2024 02:58:35 +0000 (11:58 +0900)]
e_error: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I4a1cbfd06fe799859da91314df590aaaa854c614
SooChan Lim [Fri, 19 Jan 2024 02:47:06 +0000 (11:47 +0900)]
e_devicemgr: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: Ia2fe9a4989543de30e256ace9d851e240ff60d3e
SooChan Lim [Fri, 19 Jan 2024 02:12:13 +0000 (11:12 +0900)]
e_device: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I162c048b281ee988fe3664d84d1d7d64f157b883
SooChan Lim [Fri, 19 Jan 2024 01:59:37 +0000 (10:59 +0900)]
e_icon: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I355bd154783f7d39c00ea5143c768dbfb24d5de5
SooChan Lim [Fri, 19 Jan 2024 01:52:20 +0000 (10:52 +0900)]
e_info_server_input: make an internal header
Move the internal resources and the function declaration
to the internal header
Change-Id: I32e30808807b5e511af9f3be018637de4a136c52