1 // Copyright 2019 The Chromium OS Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 #[cfg(feature = "plugin")] 6 pub use crosvm_plugin_proto::plugin; 7 8 #[cfg(feature = "trunks")] 9 pub mod trunks; 10 11 #[cfg(feature = "composite-disk")] 12 pub use cdisk_spec_proto::cdisk_spec; 13