xref: /aosp_15_r20/external/crosvm/protos/src/lib.rs (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
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