blob: 441c9e76998f33e87c8ee99782b9dc423b724f26 [file] [log] [blame]
// Copyright (c) 2013 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 wimax_manager;
import "network_operator.proto";
message Config {
repeated NetworkOperator network_operator = 1;
}