From e0983c762535a6c82b1206d4857b17eb9803d38c Mon Sep 17 00:00:00 2001 From: Zach Reizner Date: Tue, 16 Jan 2018 17:35:27 -0800 Subject: add plugin_proto crate This module defines the protocol shared between the crosvm plugin process and main crosvm process. TEST=cargo build --features plugin BUG=chromium:800626 CQ-DEPEND=CL:892048 Change-Id: I5dfbe845644b7489f1918cecfcc07f28a223aa42 Reviewed-on: https://chromium-review.googlesource.com/869355 Commit-Ready: Zach Reizner Tested-by: Zach Reizner Reviewed-by: Zach Reizner --- plugin_proto/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugin_proto/src/lib.rs (limited to 'plugin_proto/src') diff --git a/plugin_proto/src/lib.rs b/plugin_proto/src/lib.rs new file mode 100644 index 0000000..7f0d66c --- /dev/null +++ b/plugin_proto/src/lib.rs @@ -0,0 +1,2 @@ +extern crate protobuf; +include!(concat!(env!("OUT_DIR"), "/proto_include.rs")); -- cgit 1.4.1