| edition = "2023"; | |
| package milotic_tlbmc; | |
| option java_outer_classname = "UsbFruConfig"; | |
| message UsbFruComponent { | |
| string barepath = 1; | |
| string plugin_id = 2; | |
| string sysfs_path = 3; | |
| } | |
| message UsbFruComponentConfigs { | |
| string soc_path = 1; | |
| repeated UsbFruComponent usb_fru_components = 2; | |
| } |