| edition = "2023"; | |
| package milotic_tlbmc; | |
| option java_outer_classname = "GpioFruConfig"; | |
| // TODO: b/508649077 this proto should be deleted once UHMM support is ready. | |
| message GpioFruComponent { | |
| string barepath = 1; | |
| string plugin_id = 2; | |
| string gpio_line_name = 3; | |
| } | |
| message GpioFruComponentConfigs { | |
| repeated GpioFruComponent gpio_fru_components = 1; | |
| } |