blob: 8ed44353ee0cbee75ed798b97ab15aad4ccf183f [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 = "proto2";
package wimax_manager;
import "network_operator.proto";
message Config {
repeated NetworkOperator network_operator = 1;
}