meta-agl-test: add "linus_stress"
[AGL/meta-agl-devel.git] / meta-agl-ic-container / recipes-demo / ilm-manager / ilm-manager / agl.json.in
1 {
2         "screen": [
3                 {
4                         "name": "ivi-screen",
5                         "dispname": "@DRM_IVI_DEVICE@"
6                 }
7         ],
8         "layer": [
9                 {
10                         "name": "ivi-layer",
11                         "id": 2000,
12                         "width": 1920,
13                         "height": 1080,
14                         "x": 0,
15                         "y": 0,
16                         "z": 10,
17                         "attach": "ivi-screen"
18                 }
19         ],
20         "surface": [
21                 {
22                         "name": "momiscreen",
23                         "id": 2000,
24                         "x": 0,
25                         "y": 988,
26                         "z": 10,
27                         "attach": "ivi-layer"
28                 },
29                 {
30                         "name": "mominavi",
31                         "id": 2010,
32                         "x": 0,
33                         "y": 0,
34                         "z": 100,
35                         "attach": "ivi-layer"
36                 },
37                 {
38                         "name": "momiplay",
39                         "id": 2011,
40                         "x": 0,
41                         "y": 0,
42                         "z": 110,
43                         "attach": "ivi-layer"
44                 },
45                 {
46                         "name": "momiradio",
47                         "id": 2012,
48                         "x": 0,
49                         "y": 0,
50                         "z": 120,
51                         "attach": "ivi-layer"
52                 },
53                 {
54                         "name": "momisetting",
55                         "id": 2013,
56                         "x": 0,
57                         "y": 0,
58                         "z": 130,
59                         "attach": "ivi-layer"
60                 },
61                 {
62                         "name": "xdg-test",
63                         "id": 9801,
64                         "x": 0,
65                         "y": 0,
66                         "z": 300,
67                         "attach": "ivi-layer"
68                 }
69         ]
70 }