blob: 25b4938a46c6f9abcbc1ccc09c62438800315332 [file] [log] [blame] [edit]
// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
mod proto;
#[cfg(feature = "vm_grpc")]
pub(crate) mod vm_grpc_server;
#[cfg(feature = "vm_grpc")]
pub(crate) mod vm_grpc_client;
#[cfg(feature = "vm_grpc")]
pub(crate) mod vm_grpc_util;
#[cfg(feature = "vm_grpc")]
pub(crate) mod battery_helper;