From 8bc19fc5f0807fb03cdc12e9a77eac94b1a4f2f7 Mon Sep 17 00:00:00 2001 From: Anusha Gugale Date: Thu, 21 Jan 2021 00:49:34 +0530 Subject: RBAModel: Added unknown_app content_id Bug-AGL: SPEC-3738 Change-Id: I7b501696bdb7ec13abe67d07c0c29128d0068ee3 Signed-off-by: Anusha Gugale Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25935 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Marius Vlad Reviewed-by: Jan-Simon Moeller (cherry picked from commit 275045b7acf6dc19dacd30e2254620b24feca993) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26007 --- .../recipes-graphics/rba/rba-config/RBAModel.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/meta-agl-core/recipes-graphics/rba/rba-config/RBAModel.json b/meta-agl-core/recipes-graphics/rba/rba-config/RBAModel.json index eb611fa8a..753a9ed86 100644 --- a/meta-agl-core/recipes-graphics/rba/rba-config/RBAModel.json +++ b/meta-agl-core/recipes-graphics/rba/rba-config/RBAModel.json @@ -270,6 +270,26 @@ "allocatable":[ "ApplicationArea:Area" ] + }, + { + "name":"unknown_app", + "loserType":"NEVER_GIVEUP", + "size":[ + { + "name":"ApplicationSize:Area", + "width":1080, + "height":1488 + } + ], + "states":[ + { + "name":"NORMAL", + "priority":10 + } + ], + "allocatable":[ + "ApplicationArea:Area" + ] } ], "displays":[ -- cgit 1.2.3-korg