mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-26 19:25:02 +00:00
According to new flow, we need "confirm" screens for TONORM. Also simplified default_source folder, with better hints and using PNG image source. image/assets/* are files from issue page. BUG=chrome-os-partner:11078 TEST=make # x86 and arm bitmaps both works. Change-Id: I3701d6ed5a944305e12a01c1841a197d3e18a8cd Reviewed-on: https://gerrit.chromium.org/gerrit/29983 Reviewed-by: Bill Richardson <wfrichar@chromium.org> Commit-Ready: Hung-Te Lin <hungte@chromium.org> Tested-by: Hung-Te Lin <hungte@chromium.org>
73 lines
1.8 KiB
YAML
73 lines
1.8 KiB
YAML
# This is the source for the unofficial BIOS bitmaps that are found in
|
|
# src/third_party/chromiumos-overlay/sys-boot/chromeos-bootimage/files/ The
|
|
# original sources are lost in the mists of time, so most of this is simply
|
|
# unpacked from the binary.
|
|
|
|
bmpblock: 2.0
|
|
compression: 2
|
|
images:
|
|
$HWID: font.bin
|
|
UNOFFICIAL: unofficial.bmp
|
|
EN_LAN: en_language.bmp
|
|
GB_LAN: gb_language.bmp
|
|
DEV: dev.bmp
|
|
INSERT: insert.bmp
|
|
REMOVE: remove.bmp
|
|
YUCK: yuck.bmp
|
|
TODEV: todev.bmp
|
|
TONORM: tonorm.bmp
|
|
WAIT: wait.bmp
|
|
TONORM_CONFIRM: tonorm_confirm.bmp
|
|
screens:
|
|
scr_en_dev:
|
|
- [0, 0, UNOFFICIAL]
|
|
- [200, 250, DEV]
|
|
- [500, 175, EN_LAN]
|
|
- [100, 175, $HWID]
|
|
scr_gb_dev:
|
|
- [0, 0, UNOFFICIAL]
|
|
- [200, 250, DEV]
|
|
- [500, 175, GB_LAN]
|
|
- [100, 175, $HWID]
|
|
scr_en_insert:
|
|
- [0, 0, UNOFFICIAL]
|
|
- [125, 311, INSERT]
|
|
- [500, 175, EN_LAN]
|
|
- [100, 175, $HWID]
|
|
scr_gb_insert:
|
|
- [0, 0, UNOFFICIAL]
|
|
- [125, 311, INSERT]
|
|
- [500, 175, GB_LAN]
|
|
- [100, 175, $HWID]
|
|
scr_en_remove:
|
|
- [0, 0, UNOFFICIAL]
|
|
- [137, 368, REMOVE]
|
|
- [100, 175, $HWID]
|
|
scr_en_yuck:
|
|
- [0, 0, UNOFFICIAL]
|
|
- [240, 261, YUCK]
|
|
- [100, 175, $HWID]
|
|
scr_en_todev:
|
|
- [0, 0, UNOFFICIAL]
|
|
- [305, 348, TODEV]
|
|
- [100, 175, $HWID]
|
|
scr_en_tonorm:
|
|
- [0, 0, UNOFFICIAL]
|
|
- [221, 372, TONORM]
|
|
- [100, 175, $HWID]
|
|
scr_en_wait:
|
|
- [0, 0, UNOFFICIAL]
|
|
- [221, 372, WAIT]
|
|
- [100, 175, $HWID]
|
|
scr_en_tonorm_confirm:
|
|
- [0, 0, UNOFFICIAL]
|
|
- [221, 372, TONORM_CONFIRM]
|
|
- [100, 175, $HWID]
|
|
|
|
localizations:
|
|
- [ scr_en_dev, scr_en_remove, scr_en_yuck, scr_en_insert, scr_en_todev, scr_en_tonorm, scr_en_wait, scr_en_tonorm_confirm ]
|
|
- [ scr_gb_dev, scr_en_remove, scr_en_yuck, scr_gb_insert, scr_en_todev, scr_en_tonorm, scr_en_wait, scr_en_tonorm_confirm ]
|
|
locale_index:
|
|
- en
|
|
- en_GB
|