1 // Copyright 2019 The ChromiumOS Authors 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 //! Generated protobuf bindings. 6 7 #[cfg(feature = "plugin")] 8 pub use crosvm_plugin_proto::plugin; 9 10 #[cfg(feature = "composite-disk")] 11 pub use cdisk_spec_proto::cdisk_spec; 12 #[cfg(feature = "registered_events")] 13 pub use registered_events_proto::registered_events; 14