blob: c9fb1c90e5ec973904c1e224dbcc8608dea5d2a0 [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;
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;
}