summaryrefslogtreecommitdiffstats
path: root/apps/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bitmaps')
-rw-r--r--apps/bitmaps/bitmaps.make3
-rw-r--r--apps/bitmaps/native/SOURCES6
-rw-r--r--apps/bitmaps/native/rockboxicon.130x130x16.bmpbin0 -> 51014 bytes
-rw-r--r--apps/bitmaps/native/toolsicon.130x130x16.bmpbin0 -> 51014 bytes
4 files changed, 8 insertions, 1 deletions
diff --git a/apps/bitmaps/bitmaps.make b/apps/bitmaps/bitmaps.make
index a8165b9409..d39531a8b8 100644
--- a/apps/bitmaps/bitmaps.make
+++ b/apps/bitmaps/bitmaps.make
@@ -29,7 +29,8 @@ BMPOBJ = $(call full_path_subst,$(ROOTDIR)/%.bmp,$(BUILDDIR)/%.o,$(BMP))
BMPHFILES = $(BMPINCDIR)/usblogo.h $(BMPINCDIR)/remote_usblogo.h \
$(BMPINCDIR)/default_icons.h $(BMPINCDIR)/remote_default_icons.h \
- $(BMPINCDIR)/rockboxlogo.h $(BMPINCDIR)/remote_rockboxlogo.h
+ $(BMPINCDIR)/rockboxlogo.h $(BMPINCDIR)/remote_rockboxlogo.h \
+ $(BMPINCDIR)/rockboxicon.h $(BMPINCDIR)/toolsicon.h
$(BMPHFILES): $(BMPOBJ)
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES
index 88a571bdbd..dbd0f577ed 100644
--- a/apps/bitmaps/native/SOURCES
+++ b/apps/bitmaps/native/SOURCES
@@ -39,6 +39,12 @@ rockboxlogo.480x149x16.bmp
rockboxlogo.640x198x16.bmp
#endif
+/* The Sony NWZ linux bootloader needs icons to display a menu */
+#if defined(BOOTLOADER) && defined(SONY_NWZ_LINUX)
+rockboxicon.130x130x16.bmp
+toolsicon.130x130x16.bmp
+#endif
+
#ifndef BOOTLOADER /* We don't need these for the bootloader */
/* USB logo */
diff --git a/apps/bitmaps/native/rockboxicon.130x130x16.bmp b/apps/bitmaps/native/rockboxicon.130x130x16.bmp
new file mode 100644
index 0000000000..69e6792e7b
--- /dev/null
+++ b/apps/bitmaps/native/rockboxicon.130x130x16.bmp
Binary files differ
diff --git a/apps/bitmaps/native/toolsicon.130x130x16.bmp b/apps/bitmaps/native/toolsicon.130x130x16.bmp
new file mode 100644
index 0000000000..f9fccf0306
--- /dev/null
+++ b/apps/bitmaps/native/toolsicon.130x130x16.bmp
Binary files differ