diff options
author | Karthik Ramanan <a0393906@ti.com> | 2016-12-22 15:31:51 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-22 11:56:20 +0000 |
commit | 99f3c43b9becf983a3f4a19d2f93bb6ace5d4c80 (patch) | |
tree | e66779c2f1020f23b964ccc7bbdb35839a43f72f | |
parent | af3e80f2a6d7fa06630621a1c5843a1bdda82d49 (diff) |
dra7xx-evm: make HomeScreen application fullscreen
Tested and verified on the Rev H EVM with OSD display
Should work on all other supported displays too.
Change-Id: Ib8f210ebf84a0f36fbc87c4553d13ff984874051
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-arago/weston/weston/dra7xx-evm/weston.ini | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-ti/recipes-arago/weston/weston/dra7xx-evm/weston.ini b/meta-agl-bsp/meta-ti/recipes-arago/weston/weston/dra7xx-evm/weston.ini index c9d6b8eed..05b10ab87 100644 --- a/meta-agl-bsp/meta-ti/recipes-arago/weston/weston/dra7xx-evm/weston.ini +++ b/meta-agl-bsp/meta-ti/recipes-arago/weston/weston/dra7xx-evm/weston.ini @@ -6,6 +6,30 @@ shell=ivi-shell.so ivi-module=layout-controller.so,wl-shell-emulator.so ivi-input-module=ivi-input-controller.so +[ivi-layout-rule] +application=HomeScreen +screen=0 +mode=1 + [output] name=Unknown-1 transform=90 + +#Retain this section as a reference +#[ivi-layout-rule] +## Application name +#application=some_app +## mode:0 - native size, 1 - full screen +#mode=1 +## order:0 - always on top +#order=0 +## screen id +#screen=2 +## src_rect ignored +#src_rect=1,2,3,4 +## destination +#dest_rect=5,6,7,8 +## borders to crop (left,top,righ,bot) +#crop_rect=9,10,11,12 +## ignored +#focus_on=1 |