diff options
author | Anusha Gugale <external.agogale@jp.adit-jv.com> | 2021-01-21 00:49:34 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-02-05 14:55:47 +0000 |
commit | 8bc19fc5f0807fb03cdc12e9a77eac94b1a4f2f7 (patch) | |
tree | eaabe5e564dade00b24982f71a1cedb2364e66b2 /meta-agl-core/recipes-graphics | |
parent | b6ef00864dbb5c05b608a2e5d3605597b10befdf (diff) |
RBAModel: Added unknown_app content_id
Bug-AGL: SPEC-3738
Change-Id: I7b501696bdb7ec13abe67d07c0c29128d0068ee3
Signed-off-by: Anusha Gugale <external.agogale@jp.adit-jv.com>
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 <marius.vlad@collabora.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 275045b7acf6dc19dacd30e2254620b24feca993)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26007
Diffstat (limited to 'meta-agl-core/recipes-graphics')
-rw-r--r-- | meta-agl-core/recipes-graphics/rba/rba-config/RBAModel.json | 20 |
1 files changed, 20 insertions, 0 deletions
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":[ |