summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>2014-01-29 15:53:59 +0900
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2014-05-14 11:01:19 +0900
commit1ef5e8b0aff412f988ffbadc243332eb3f8fef01 (patch)
tree21e1a58eb4d29af3dc4f05e4fd3e87f166fd646e
parentbd2a61db01eba84c49a852338f171e5cf844308a (diff)
downloadweston-1ef5e8b0aff412f988ffbadc243332eb3f8fef01.tar.gz
README modifed for ivi-shell
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index 3821e5d0..cf7eca51 100644
--- a/README
+++ b/README
@@ -1,3 +1,20 @@
+ivi-shell addon:
+
+ivi-shell proposes two features
+- Common layout library for surface, which allow ivi-shell developer
+ to develop own shell, linking Common layout library.
+ For the time being, the library refers Genivi ilm interface.
+
+ http://projects.genivi.org/ivi-layer-management/
+
+- Extension protocal; ivi-application to tie wl_surface and a given ID.
+ With this ID, shell can identify which wl_surface is drawn by which
+ application. In in-vehicle infortainment system, a shell has to update
+ a property of a wl_surface. E.g. there may be a use case when vehicle
+ starts to move, the wl_surface drawn by Car navigation is expected to
+ move top of surfaces.
+
+-----------------------------
Weston
Weston is the reference implementation of a Wayland compositor, and a