blob: dc97f13474d5875f81bf5e9325a9f696ebddc820 [file] [log] [blame]
syntax = "proto3";
package chromiumos_overlay;
option go_package = "go.chromium.org/chromiumos/config/go/src/third_party/chromiumos-overlay/proto";
import "src/platform2/chromeos-config/proto/brand_id_scan_config.proto";
// Specifies branding configuration.
message BrandConfig {
chromeos_config.BrandIdScanConfig scan_config = 1;
// Base filename of the default wallpaper to show on this device.
string wallpaper = 2;
}