From 8c5d363c334474fee33a81837f9ce4e6d2d92cd8 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Mon, 3 Dec 2018 06:42:52 +0000 Subject: Sort out package of examples The packages for debug of runxdg were removed because they were not good for example to use xdg-launcher. Some package are added to test AGL LifeCycle Management. Change-Id: Ic82fd1b90eb695d7e6a0c2f62bb21994424ebf51 Signed-off-by: Tadao Tanikawa --- package/hvac/runxdg.toml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 package/hvac/runxdg.toml (limited to 'package/hvac/runxdg.toml') diff --git a/package/hvac/runxdg.toml b/package/hvac/runxdg.toml deleted file mode 100644 index 48a0ee3..0000000 --- a/package/hvac/runxdg.toml +++ /dev/null @@ -1,22 +0,0 @@ -[application] -# role: identifier for WindowManager (used in layers.json) -# e.g. role = "WebBrowser" -role = "HVAC" - -# launch by "POSIX"(fork/exec), "AFM_DBUS"(afm via dbus), "AFM_WEBSOCKET"(afm via websockt) -method = "POSIX" - -# path: path to the executable -# e.g. -# path = "/usr/bin/chromium" -path = "/usr/bin/weston-simple-egl" - -# params: arguments of the excecutable -# e.g. -# params = [ -# "--mus", -# "--no-sandbox", -# "--window-size=1080,1488", -# "--ozone-platform=wayland", -# "" -# ] -- cgit 1.2.3-korg