Change key definitions of Launcher Service 51/233551/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 15 May 2020 09:04:15 +0000 (18:04 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 15 May 2020 09:04:15 +0000 (18:04 +0900)
Change-Id: I03060060406cce0daa4ac87c03c19278cc750c90
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/aul_key.h

index 80bd72b..537d5c2 100644 (file)
  * @brief Definition for AUL: The name for the launcher service.
  * @since_tizen 5.5
  */
-#define AUL_K_LAUNCHER_SERVICE          "__K_LAUNCHER_SERVICE__"
+#define AUL_K_LAUNCHER_SERVICE          "__AUL_LAUNCHER_SERVICE__"
 
 /**
  * @brief Definition for AUL: The unqiue ID of the launcher service.
  * @since_tizen 5.5
  */
-#define AUL_K_LAUNCHER_SERVICE_SERIAL   "__K_LAUNCHER_SERVICE_SERIAL__"
+#define AUL_K_LAUNCHER_SERVICE_SERIAL   "__AUL_LAUNCHER_SERVICE_SERIAL__"
 
 /**
  * @brief Definition for AUL: The event of the launcher service.
  * @since_tizen 5.5
  */
-#define AUL_K_LAUNCHER_SERVICE_EVENT    "__K_LAUNCHER_SERVICE_EVENT__"
+#define AUL_K_LAUNCHER_SERVICE_EVENT    "__AUL_LAUNCHER_SERVICE_EVENT__"
 
 /**
  * @brief Definition for AUL: The name of the app-defined loader.