blob: 2805ffa76b5798a18a87a9dcad90db10f9923c6a [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;
}
message HelperManifest {
repeated HelperEntry helper = 1;
}