summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge E. Moreira <jemoreira@google.com>2021-05-12 21:43:52 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-12 21:43:52 +0000
commitc08a780c078991f04c233efe4c72690a201ddac7 (patch)
treee55aa736a659071f6ecb7ef1e042c0d8e4e70363
parent90dbc1103763c81468886257b37e533b2f708a6b (diff)
parentb0ee5c13c5bc062d0c1bda4c0a9add3da66b7b77 (diff)
downloadvmm_vhost-c08a780c078991f04c233efe4c72690a201ddac7.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vmm_vhost/+/1704407 Change-Id: Ic3eab2a44418506c474b744fdcf93a992eef7922
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_APACHE20
2 files changed, 17 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..7c39d6b
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "rust_vmm_vhost"
+description:
+ "A pure rust library for vDPA, vhost and vhost-user."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/rust-vmm/vhost"
+ }
+ url {
+ type: GIT
+ value: "https://chromium.googlesource.com/chromiumos/third_party/rust-vmm/vhost"
+ }
+ version: "98298cb96972c20e05bffed58861456b48328d43"
+ last_upgrade_date { year: 2021 month: 4 day: 9 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2