[vboot_reference] add manifest for cipd builds

Change-Id: I4cae6ec8d1897b499dbd09103c41c1f69a4cf561
diff --git a/vboot b/vboot
new file mode 100644
index 0000000..8d071da
--- /dev/null
+++ b/vboot
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+  <imports>
+    <localimport file="minimal"/>
+  </imports>
+  <projects>
+    <project name="vboot_reference"
+             path="third_party/vboot_reference"
+             remote="https://fuchsia.googlesource.com/third_party/vboot_reference"
+             revision= "origin/master"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="boringssl"
+             path="third_party/boringssl"
+             remote="https://fuchsia.googlesource.com/third_party/boringssl"
+             revision= "origin/master"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+  </projects>
+</manifest>