forked from spike0en/nothing_archive
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevices.json
More file actions
84 lines (84 loc) · 2.81 KB
/
devices.json
File metadata and controls
84 lines (84 loc) · 2.81 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
{
"devices": {
"Asteroids": {
"boot_partitions": [
"boot", "dtbo", "init_boot", "recovery", "vendor_boot", "vbmeta", "vbmeta_system", "vbmeta_vendor"
],
"logical_partitions": [
"odm", "product", "system", "system_dlkm", "system_ext", "vendor", "vendor_dlkm"
]
},
"AsteroidsPro": {
"boot_partitions": [
"boot", "dtbo", "init_boot", "recovery", "vendor_boot", "vbmeta", "vbmeta_system", "vbmeta_vendor"
],
"logical_partitions": [
"odm", "product", "system", "system_dlkm", "system_ext", "vendor", "vendor_dlkm"
]
},
"Galaga": {
"boot_partitions": [
"boot", "dtbo", "init_boot", "vendor_boot", "vbmeta"
],
"logical_partitions": [
"odm", "odm_dlkm", "product", "system", "system_dlkm", "system_ext", "vbmeta_system", "vbmeta_vendor", "vendor", "vendor_dlkm"
]
},
"Galaxian": {
"boot_partitions": [
"boot", "dtbo", "init_boot", "vendor_boot", "vbmeta", "vbmeta_system", "vbmeta_vendor"
],
"logical_partitions": [
"odm", "odm_dlkm", "product", "system", "system_dlkm", "system_ext", "vendor", "vendor_dlkm"
]
},
"Metroid": {
"boot_partitions": [
"boot", "dtbo", "init_boot", "recovery", "vbmeta", "vbmeta_system", "vbmeta_vendor", "vendor_boot"
],
"logical_partitions": [
"odm", "product", "system", "system_dlkm", "system_ext", "vendor", "vendor_dlkm"
]
},
"Pacman": {
"boot_partitions": [
"boot", "dtbo", "init_boot", "vendor_boot", "vbmeta"
],
"logical_partitions": [
"odm", "odm_dlkm", "product", "system", "system_dlkm", "system_ext", "vbmeta_system", "vbmeta_vendor", "vendor", "vendor_dlkm"
]
},
"PacmanPro": {
"boot_partitions": [
"boot", "dtbo", "init_boot", "vendor_boot", "vbmeta"
],
"logical_partitions": [
"odm", "odm_dlkm", "product", "system", "system_dlkm", "system_ext", "vbmeta_system", "vbmeta_vendor", "vendor", "vendor_dlkm"
]
},
"Pong": {
"boot_partitions": [
"boot", "dtbo", "recovery", "vendor_boot", "vbmeta", "vbmeta_system", "vbmeta_vendor"
],
"logical_partitions": [
"odm", "product", "system", "system_ext", "vendor", "vendor_dlkm"
]
},
"Spacewar": {
"boot_partitions": [
"boot", "dtbo", "vendor_boot", "vbmeta"
],
"logical_partitions": [
"odm", "product", "system", "system_ext", "vbmeta_system", "vendor"
]
},
"Tetris": {
"boot_partitions": [
"boot", "dtbo", "init_boot", "vendor_boot", "vbmeta"
],
"logical_partitions": [
"odm", "odm_dlkm", "product", "system", "system_dlkm", "system_ext", "vbmeta_system", "vbmeta_vendor", "vendor", "vendor_dlkm"
]
}
}
}