Add Sibon wallpapers

Default wallpaper is set to a7_bw.

Issue: FP2P-311
Issue: FP2N-196
Change-Id: I52983e696cc246ccd7d0ae361d6f7b69835d471d
Depends-On: I4f3856bdc3d9545bf0f0883e8479548ea7650d6a
diff --git a/device-vendor.mk b/device-vendor.mk
new file mode 100644
index 0000000..84de743
--- /dev/null
+++ b/device-vendor.mk
@@ -0,0 +1,18 @@
+# Copyright 2018 Fairphone B.V.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+DEVICE_PACKAGE_OVERLAYS += \
+	vendor/fairphone/fp2-sibon/overlay
+
diff --git a/overlay/frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.png b/overlay/frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.png
new file mode 120000
index 0000000..08fc4e1
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.png
@@ -0,0 +1 @@
+../../../../../../../../media/wallpapers/a7_bw.png
\ No newline at end of file
diff --git a/overlay/packages/apps/WallpaperPicker/res/values-nodpi/wallpapers.xml b/overlay/packages/apps/WallpaperPicker/res/values-nodpi/wallpapers.xml
new file mode 100644
index 0000000..da03f99
--- /dev/null
+++ b/overlay/packages/apps/WallpaperPicker/res/values-nodpi/wallpapers.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ * Copyright (C) 2018 Fairphone B.V.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ -->
+
+<resources>
+    <string-array name="wallpapers" translatable="false">
+        <item>a7_blue</item>
+        <item>a7_orange</item>
+        <item>a</item>
+        <item>b</item>
+        <item>c</item>
+        <item>fp_stained_glass</item>
+        <item>fp_stained_glass_blue</item>
+        <item>fp_stained_glass_dark_blue</item>
+        <item>fp_stained_glass_dark_grey</item>
+        <item>fp_stained_glass_dark_red</item>
+        <item>fp_stained_glass_grey</item>
+        <item>fp_stained_glass_red</item>
+        <item>wallpaper_pcb</item>
+        <item>wallpaper_press</item>
+        <item>wallpaper_screws</item>
+    </string-array>
+</resources>