Support launch reqeust async API
[platform/core/appfw/aul-1.git] / include / aul_cmd.h
old mode 100644 (file)
new mode 100755 (executable)
index 82849bc..880f62d
@@ -132,6 +132,15 @@ enum app_cmd {
 
        RPC_PORT_CREATE_SOCKET_PAIR = 101,
        RPC_PORT_NOTIFY_RPC_FINISHED = 102,
+       COMPLICATION_UPDATE_REQUEST = 103,
+       APP_NOTIFY_START = 104,
+       WATCHDOG_ENABLE = 105,
+       WATCHDOG_DISABLE = 106,
+       WATCHDOG_PING = 107,
+       WATCHDOG_KICK = 108,
+       APP_SEND_LAUNCH_REQUEST = 109,
 
        APP_CMD_MAX
 };
+
+const char *aul_cmd_convert_to_string(int cmd);