From 14fe95666a433619616a7fb30a6f84a93f8ef56b Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Sat, 16 May 2020 17:57:48 +0900 Subject: [PATCH] Revert "Change key definitions of Launcher Service" This reverts commit f9459cc51a0e9cc0f47b8fa192dd3e778a3b5c8d. Change-Id: Ie2f97417570189675b8e09f2a76599c7048d3502 --- include/aul_key.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/aul_key.h b/include/aul_key.h index 537d5c2..80bd72b 100644 --- a/include/aul_key.h +++ b/include/aul_key.h @@ -731,19 +731,19 @@ * @brief Definition for AUL: The name for the launcher service. * @since_tizen 5.5 */ -#define AUL_K_LAUNCHER_SERVICE "__AUL_LAUNCHER_SERVICE__" +#define AUL_K_LAUNCHER_SERVICE "__K_LAUNCHER_SERVICE__" /** * @brief Definition for AUL: The unqiue ID of the launcher service. * @since_tizen 5.5 */ -#define AUL_K_LAUNCHER_SERVICE_SERIAL "__AUL_LAUNCHER_SERVICE_SERIAL__" +#define AUL_K_LAUNCHER_SERVICE_SERIAL "__K_LAUNCHER_SERVICE_SERIAL__" /** * @brief Definition for AUL: The event of the launcher service. * @since_tizen 5.5 */ -#define AUL_K_LAUNCHER_SERVICE_EVENT "__AUL_LAUNCHER_SERVICE_EVENT__" +#define AUL_K_LAUNCHER_SERVICE_EVENT "__K_LAUNCHER_SERVICE_EVENT__" /** * @brief Definition for AUL: The name of the app-defined loader. -- 2.7.4