summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/recipes-demo/ilm-manager/ilm-manager/agl.json
blob: 80028c5072ce7f8c1e58f6d962aa67578b5623c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
	"screen": [
		{
			"name": "ivi-screen",
			"dispname": "HDMI-A-1"
		}
	],
	"layer": [
		{
			"name": "ivi-layer",
			"id": 2000,
			"width": 1920,
			"height": 1080,
			"x": 0,
			"y": 0,
			"z": 10,
			"attach": "ivi-screen"
		}
	],
	"surface": [
		{
			"name": "momiscreen",
			"id": 2000,
			"x": 0,
			"y": 988,
			"z": 10,
			"attach": "ivi-layer"
		},
		{
			"name": "mominavi",
			"id": 2010,
			"x": 0,
			"y": 0,
			"z": 100,
			"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": 300,
			"attach": "ivi-layer"
		}
	]
}