// 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;