| { | |
| "manifest_version": 1, | |
| "ec_version": "model-0.0.0-abcdefa", | |
| "component_list": [ | |
| { | |
| "component_type": "base_sensor", | |
| "component_name": "base_sensor_1", | |
| "i2c": { | |
| "port": 3, | |
| "addr": "0x01", | |
| "expect": [ | |
| { | |
| "reg": "0x00", | |
| "mask": "0xff", | |
| "value": "0x00" | |
| }, | |
| { | |
| "reg": "0x01", | |
| "mask": "0xffff", | |
| "value": "0x01" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } |