summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/recipes-demo/ilm-manager
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2021-10-17 22:57:29 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-11-17 15:43:33 +0000
commit44d32c8910306ab189459339ba31c4b68aa2942e (patch)
tree87b27255e40eec5d23caaf9ad93a990928834a7b /meta-agl-lxc/recipes-demo/ilm-manager
parent7ff24f36c69161ec3fc488c7aa3b5396b158ef48 (diff)
Add momiscreen into ivi guest
The momiscreen is example home screen for IVI guest demo. This patch add momiscreen. Bug-AGL: SPEC-4101 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: If3e926dc01cab7dfb9062f001a765a0fcab26a2a
Diffstat (limited to 'meta-agl-lxc/recipes-demo/ilm-manager')
-rw-r--r--meta-agl-lxc/recipes-demo/ilm-manager/ilm-manager/agl.json52
1 files changed, 31 insertions, 21 deletions
diff --git a/meta-agl-lxc/recipes-demo/ilm-manager/ilm-manager/agl.json b/meta-agl-lxc/recipes-demo/ilm-manager/ilm-manager/agl.json
index 2abdf7b8..80028c50 100644
--- a/meta-agl-lxc/recipes-demo/ilm-manager/ilm-manager/agl.json
+++ b/meta-agl-lxc/recipes-demo/ilm-manager/ilm-manager/agl.json
@@ -1,26 +1,12 @@
{
"screen": [
{
- "name": "cluster-screen",
- "dispname": "HDMI-A-2"
- },
- {
"name": "ivi-screen",
"dispname": "HDMI-A-1"
}
],
"layer": [
{
- "name": "cluster-layer",
- "id": 1000,
- "width": 1920,
- "height": 720,
- "x": 0,
- "y": 0,
- "z": 10,
- "attach": "cluster-screen"
- },
- {
"name": "ivi-layer",
"id": 2000,
"width": 1920,
@@ -33,15 +19,15 @@
],
"surface": [
{
- "name": "cluster-app",
- "id": 10,
+ "name": "momiscreen",
+ "id": 2000,
"x": 0,
- "y": 0,
- "z": 100,
- "attach": "cluster-layer"
+ "y": 988,
+ "z": 10,
+ "attach": "ivi-layer"
},
{
- "name": "ivi-app",
+ "name": "mominavi",
"id": 2010,
"x": 0,
"y": 0,
@@ -49,11 +35,35 @@
"attach": "ivi-layer"
},
{
+ "name": "momiplay",
+ "id": 2011,
+ "x": 0,
+ "y": 0,
+ "z": 110,
+ "attach": "ivi-layer"
+ },
+ {
+ "name": "momiradio",
+ "id": 2012,
+ "x": 0,
+ "y": 0,
+ "z": 120,
+ "attach": "ivi-layer"
+ },
+ {
+ "name": "momisetting",
+ "id": 2013,
+ "x": 0,
+ "y": 0,
+ "z": 130,
+ "attach": "ivi-layer"
+ },
+ {
"name": "xdg-test",
"id": 9801,
"x": 0,
"y": 0,
- "z": 110,
+ "z": 300,
"attach": "ivi-layer"
}
]