| { |
| "chromeos": { |
| "configs": [ |
| { |
| "firmware": { |
| "image-name": "IdentityMatch_firmware", |
| "no-firmware": true |
| }, |
| "identity": { |
| "frid": "google_somedevice", |
| "platform-name": "PlatformName", |
| "sku-id": 0 |
| }, |
| "name": "IdentityMatch", |
| "wallpaper": "wallpaper-overridden-by-identity" |
| }, |
| { |
| "firmware": { |
| "image-name": "IdentityMatch_firmware", |
| "no-firmware": true |
| }, |
| "identity": { |
| "frid": "google_somedevice", |
| "platform-name": "PlatformName", |
| "sku-id": 1 |
| }, |
| "name": "IdentityMatch", |
| "wallpaper": "wallpaper-overridden-by-identity" |
| }, |
| { |
| "firmware": { |
| "image-name": "NameMatch_firmware", |
| "no-firmware": true |
| }, |
| "identity": { |
| "frid": "google_somedevice", |
| "platform-name": "PlatformName", |
| "sku-id": 3 |
| }, |
| "name": "NameMatch", |
| "wallpaper": "wallpaper-overridden-by-name" |
| }, |
| { |
| "firmware": { |
| "image-name": "foo", |
| "no-firmware": true |
| }, |
| "identity": { |
| "frid": "Google_SomeDevice", |
| "platform-name": "PlatformName", |
| "sku-id": 4 |
| }, |
| "name": "NoMatchAppended" |
| } |
| ] |
| } |
| } |