Skip to content

Commit

Permalink
generic-amd64: add device type
Browse files Browse the repository at this point in the history
Make it private until we figure out what to do about genericx86-64-ext

Change-type: patch
Signed-off-by: Michal Toman <[email protected]>
  • Loading branch information
mtoman committed May 28, 2021
1 parent 5a5f976 commit 72dc090
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
29 changes: 29 additions & 0 deletions contracts/hw.device-type/generic-amd64/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"slug": "generic-amd64",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Generic AMD64 (x86-64)",
"assets": {
"logo": {
"url": "./generic-amd64.svg",
"name": "logo"
}
},
"data": {
"arch": "amd64",
"hdmi": true,
"led": false,
"connectivity": {
"bluetooth": true,
"wifi": true
},
"storage": {
"internal": true
},
"media": {
"installation": "usbkey"
},
"is_private": true
}
}
10 changes: 10 additions & 0 deletions contracts/hw.device-type/generic-amd64/generic-amd64.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72dc090

Please sign in to comment.