From ece4adfd37dd8054e7337c605915a42127a08847 Mon Sep 17 00:00:00 2001 From: Nobuhiko Tanibata Date: Tue, 24 Jun 2014 23:06:02 +0900 Subject: ivi-shell: a reference implementation how to use ivi-layout internal APIs The library is used to manage layout of surfaces/layers. Layout change is triggered by ivi-hmi-controller protocol, ivi-hmi-controller.xml. A reference how to use the protocol, see hmi-controller-homescreen. In-Vehicle Infotainment system usually manage properties of surfaces/layers by only a central component which decide where surfaces/layers shall be. This reference show examples to implement the central component as a module of weston. Default Scene graph of UI is defined in hmi_controller_create. It consists of - In the bottom, a base layer to group surfaces of background, panel, and buttons - Next, a application layer to show application surfaces. - Workspace background layer to show a surface of background image. - Workspace layer to show launcher to launch application with icons. Paths to binary and icon are defined in weston.ini. The width of this layer is longer than the size of screen because a workspace has several pages and is controlled by motion of input. Signed-off-by: Nobuhiko Tanibata --- ivi-shell/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ivi-shell/.gitignore (limited to 'ivi-shell/.gitignore') diff --git a/ivi-shell/.gitignore b/ivi-shell/.gitignore new file mode 100644 index 00000000..9f31bfdc --- /dev/null +++ b/ivi-shell/.gitignore @@ -0,0 +1,7 @@ +ivi-application-client-protocol.h +ivi-application-protocol.c +ivi-application-server-protocol.h +ivi-hmi-controller-client-protocol.h +ivi-hmi-controller-protocol.c +ivi-hmi-controller-server-protocol.h +weston.ini -- cgit v1.2.1