summary refs log tree commit diff
path: root/protos/src/lib.rs
blob: d73fb0352f8042fa8f388bcc439ac21ce8118f83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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.

mod generated {
    include!(concat!(env!("OUT_DIR"), "/generated.rs"));
}

#[cfg(feature = "plugin")]
pub mod plugin;

#[cfg(feature = "trunks")]
pub use generated::trunks;

#[cfg(feature = "composite-disk")]
pub use generated::cdisk_spec;