summaryrefslogtreecommitdiff
path: root/scripts/newbitmaps/default_source/config.yaml
blob: 8aa45155a8338c3b7f406dcaa974f77c1c21f457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# 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