twrpme: Add QRD8350

Change-Id: I2f4d35ecae57294b9e274fcb936f39289b431e81
diff --git a/_config.yml b/_config.yml
index c51062c..9631b52 100644
--- a/_config.yml
+++ b/_config.yml
@@ -163,6 +163,9 @@
   planet:
     output: true
 
+  qcom:
+    output: true
+
   quanta:
     output: true
 
diff --git a/_oem/qcom.markdown b/_oem/qcom.markdown
new file mode 100644
index 0000000..385414b
--- /dev/null
+++ b/_oem/qcom.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: qcom
+---
diff --git a/_qcom/qrd8350.markdown b/_qcom/qrd8350.markdown
new file mode 100644
index 0000000..33393ea
--- /dev/null
+++ b/_qcom/qrd8350.markdown
@@ -0,0 +1,24 @@
+---
+layout: device
+title:  "QRD8350"
+codename: lahaina
+downloadfolder: lahaina
+supportstatus: Current
+maintainer: snnbyyds
+oem: qcom
+devicetree: https://github.com/TeamWin/android_device_qcom_lahaina
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include avb.html %}
+
+{% include dynamicpartitions.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
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>