blob: 8871e424a1634dd06bfbb2ed1305a856758298a2 [file] [log] [blame]
// Copyright 2017 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 modemfwd;
option go_package = "chromiumos/modemfwd";
message HelperEntry {
string filename = 1;
repeated string device_id = 2;
repeated string extra_argument = 3;
repeated string variant = 4;
}
message HelperManifest {
repeated HelperEntry helper = 1;
}