twrpme: Add QRD8350

Change-Id: I2f4d35ecae57294b9e274fcb936f39289b431e81
diff --git a/oem/qcom.html b/oem/qcom.html
new file mode 100644
index 0000000..e32e0e4
--- /dev/null
+++ b/oem/qcom.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: qcom
+permalink: /Devices/qcom/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.qcom %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>