summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge E. Moreira <jemoreira@google.com>2021-05-12 21:04:16 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-12 21:04:16 +0000
commite2740908c1b8d574fbef4ed436c6551061f4896c (patch)
treee55aa736a659071f6ecb7ef1e042c0d8e4e70363
parentbf7284f19935b651b886abc23d42b6378075c41d (diff)
parentfa467c1dd12abf3525b95f68dda62d3ce3844acc (diff)
downloadvmm_vhost-e2740908c1b8d574fbef4ed436c6551061f4896c.tar.gz
Add metadata files am: fa467c1dd1
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vmm_vhost/+/1704407 Change-Id: Ieaf0ef115a7cfaf225f0b5a82afd62b706e1f1d3
-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