Add missing OEM for nokia.

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