blob: 146c3fa14f86f64ec6b508b7ffe21311e5747473 [file] [log] [blame]
// Copyright 2019 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package prototype;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/prototype";
import "prototype/src/platform2/bluetooth/config.proto";
import "prototype/src/platform2/powerd/config.proto";
message Platform2Config {
BluetoothConfig bluetooth_config = 1;
PowerdConfig powerd_config = 2;
}