From e0413d70c66c98e5ec7fa30893b3ecd6b5141ff4 Mon Sep 17 00:00:00 2001 From: Anusha Gugale Date: Thu, 17 Dec 2020 12:57:48 +0530 Subject: meta-agl-core: add recipe for librba and rba-config - Required for agl-compositor rba policy - RBAModel.json will be install using rba-config recipe file Bug-AGL: SPEC-3738 Signed-off-by: Anusha Gugale Change-Id: I05244dcceb8f0ba56865ce1edf1563b90bdfbae3 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25821 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- .../recipes-graphics/rba/rba-config/RBAModel.json | 300 +++++++++++++++++++++ 1 file changed, 300 insertions(+) create mode 100644 meta-agl-core/recipes-graphics/rba/rba-config/RBAModel.json (limited to 'meta-agl-core/recipes-graphics/rba/rba-config') diff --git a/meta-agl-core/recipes-graphics/rba/rba-config/RBAModel.json b/meta-agl-core/recipes-graphics/rba/rba-config/RBAModel.json new file mode 100644 index 000000000..eb611fa8a --- /dev/null +++ b/meta-agl-core/recipes-graphics/rba/rba-config/RBAModel.json @@ -0,0 +1,300 @@ +{ + "root":{ + "model":"", + "template":"02.00.00", + "areas":[ + { + "name":"ApplicationArea", + "visibility":-1, + "arbitrationPolicy":"DEFAULT", + "zorder":1, + "size":[ + { + "name":"ApplicationSize", + "width":1080, + "height":1488 + } + ] + }, + { + "name":"ShortcutIconArea", + "visibility":-1, + "arbitrationPolicy":"DEFAULT", + "zorder":0, + "size":[ + { + "name":"ShortcutIconSize", + "width":1080, + "height":216 + } + ] + } + ], + "viewcontents":[ + { + "name":"launcher", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize:Area", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] + }, + { + "name":"dashboard", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] + }, + { + "name":"hvac", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize:Area", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] + }, + { + "name":"mediaplayer", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize:Area", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] + }, + { + "name":"messaging", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize:Area", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] + }, + { + "name":"mixer", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize:Area", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] + }, + { + "name":"navigation", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize:Area", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] + }, + { + "name":"phone", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize:Area", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] + }, + { + "name":"poi", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize:Area", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] + }, + { + "name":"radio", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize:Area", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] + }, + { + "name":"settings", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize:Area", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] + }, + { + "name":"taskmanager", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize:Area", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] + } + ], + "displays":[ + { + "name":"SampleDisplay", + "size":{ + "name":"FULLSCREEN", + "width":1080, + "height":1920 + }, + "PositionContainer":[ + { + "x":0, + "y":0, + "basePoint":"LEFT_TOP", + "areaReference":"ShortcutIconArea" + }, + { + "x":0, + "y":216, + "basePoint":"LEFT_TOP", + "areaReference":"ApplicationArea" + } + ] + } + ] + } +} -- cgit 1.2.3-korg