blob: a6ce327fc0ea435d873fd01a166bde2b00425fa1 [file] [log] [blame]
// Copyright 2019 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.
//! Module to contain all the protobuf generated code.
extern crate protobuf;
include!(concat!(env!("OUT_DIR"), "/proto_include.rs"));