blob: cc5a1351ae162c88cc0677c77de7533fa86b571e [file]
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;
}