crosvm/sandbox
Idan Raiter bb9c6fba45 vhost-user: snd: Implement Windows broker & device setup
Creates sound configurations in the broker, depending on if the
vhost-user flag for sound is set. Follows the same pattern as the GPU
device.

BUG=b:269174100
TEST=downstream

Change-Id: I6ae4b5d5e0fa50e169e7f477cf268f4bf7f05050
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4246715
Reviewed-by: Noah Gold <nkgold@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
Commit-Queue: Idan Raiter <idanr@google.com>
2023-02-28 21:34:01 +00:00
..
src vhost-user: snd: Implement Windows broker & device setup 2023-02-28 21:34:01 +00:00
bindings.rs sandbox: upstream sandbox 2022-10-12 21:05:39 +00:00
build.rs sandbox: upstream sandbox 2022-10-12 21:05:39 +00:00
Cargo.toml Fix remaining Chrome/Chromium OS instances 2023-01-03 22:14:30 +00:00
prebuilts_version sandbox: upstream sandbox 2022-10-12 21:05:39 +00:00
README.md sandbox: Add a README 2022-10-13 16:25:08 +00:00

Sandbox dependencies

This crate links against chromium project's sandbox library. The library is provided as a prebuilt because

  • The build system's toolchain doesn't support building that library.
  • The original library is C++ based and we have added a small C wrapper around it to which rust binds.

build.rs downloads the prebuilt library during build.

Googlers can build the library by following these instructions.