From 1935ee2b73e8528b15eea080962da582bf0efc90 Mon Sep 17 00:00:00 2001 From: MinJeong Kim Date: Mon, 28 Oct 2019 08:39:13 +0900 Subject: [PATCH] tizen_launch: added new requests for managing appinfo based on appid Change-Id: If60fcc9b96179d76c5e42343bbea130cffd128e5 Signed-off-by: MinJeong Kim --- protocol/tizen/tizen-launch.xml | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/protocol/tizen/tizen-launch.xml b/protocol/tizen/tizen-launch.xml index c420cf2..34b7628 100644 --- a/protocol/tizen/tizen-launch.xml +++ b/protocol/tizen/tizen-launch.xml @@ -119,5 +119,39 @@ + + + + registers appid. Display server start to manage appinfo instance + based on not pid but appid with this request. + + + + + + + deregister appid. + + + + + + + notifies pid corresponding appid. + + + + + + + + notifies ready of metadata. Display server can take valid metadata of + app matching "pid" and "appid" which delivered ad arguments, after + receiving this request. + + + + + -- 2.34.1