| [ |
| { |
| "parent": "acpi", |
| "tests": [ |
| { |
| "name": "Match HID", |
| "expected": "match", |
| "device": { |
| "fuchsia.BIND_PROTOCOL": "fuchsia.acpi.BIND_PROTOCOL.DEVICE", |
| "fuchsia.acpi.HID": "\"PNP0B00\"" |
| } |
| }, |
| { |
| "name": "Match FIRST_CID", |
| "expected": "match", |
| "device": { |
| "fuchsia.BIND_PROTOCOL": "fuchsia.acpi.BIND_PROTOCOL.DEVICE", |
| "fuchsia.acpi.FIRST_CID": "\"PNP0B00\"" |
| } |
| } |
| ] |
| }, |
| { |
| "parent": "irq000", |
| "tests": [ |
| { |
| "name": "Match", |
| "expected": "match", |
| "device": { |
| "fuchsia.Service": "\"fuchsia.hardware.interrupt.Service\"", |
| "fuchsia.BIND_PLATFORM_DEV_INTERRUPT_ID": "1" |
| } |
| } |
| ] |
| } |
| ] |