Revert "Change key definitions of Launcher Service" 02/233602/1
authorHwankyu Jhun <h.jhun@samsung.com>
Sat, 16 May 2020 08:57:48 +0000 (17:57 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Sat, 16 May 2020 08:58:04 +0000 (17:58 +0900)
This reverts commit f9459cc51a0e9cc0f47b8fa192dd3e778a3b5c8d.

Change-Id: Ie2f97417570189675b8e09f2a76599c7048d3502

include/aul_key.h

index 537d5c2..80bd72b 100644 (file)
  * @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.