aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorLars Persson2006-06-01 22:44:08 +0000
committerLars Persson2006-06-01 22:44:08 +0000
commita5c03dce0a8b8621b05d8f48909d9df069f4ef86 (patch)
treebfb923204b56c3478c8cd9a66e152ad2a4c644f1 /backends
parent5755b5a97e248afa2d93ca3bc6de44d2e060ef33 (diff)
downloadscummvm-rg350-a5c03dce0a8b8621b05d8f48909d9df069f4ef86.tar.gz
scummvm-rg350-a5c03dce0a8b8621b05d8f48909d9df069f4ef86.tar.bz2
scummvm-rg350-a5c03dce0a8b8621b05d8f48909d9df069f4ef86.zip
Specific resource file for UIQ3 added and updated.
svn-id: r22821
Diffstat (limited to 'backends')
-rw-r--r--backends/symbian/UIQ3/ScummVM.rss49
-rw-r--r--backends/symbian/UIQ3/scummvm_loc.rss36
2 files changed, 85 insertions, 0 deletions
diff --git a/backends/symbian/UIQ3/ScummVM.rss b/backends/symbian/UIQ3/ScummVM.rss
new file mode 100644
index 0000000000..9430f4a2ba
--- /dev/null
+++ b/backends/symbian/UIQ3/ScummVM.rss
@@ -0,0 +1,49 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2003-2005 Andreas 'Sprawl' Karlsson - Original EPOC port, ESDL
+ * Copyright (C) 2003-2005 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System
+ * Copyright (C) 2005 Jurgen 'SumthinWicked' Braam - EPOC/CVS maintainer
+ * Copyright (C) 2005-2006 The ScummVM project
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id: ScummVM.rss,v 1.1 2006/06/01 19:00:29 anotherguest Exp $
+ */
+
+// ScummVM.RSS
+
+NAME SCUM
+
+// Include definitions of resource STRUCTS used by this
+// resource script
+#include <eikon.rh>
+#include <qikon.rh>
+#include "..\src\Scummvm.hrh"
+// Include the standard Eikon resource ids
+#include <eikon.rsg>
+
+
+RESOURCE RSS_SIGNATURE
+ {
+ }
+
+RESOURCE TBUF16 { buf=""; }
+
+RESOURCE EIK_APP_INFO
+ {
+ }
+
+#include <sdl.ra>
+
diff --git a/backends/symbian/UIQ3/scummvm_loc.rss b/backends/symbian/UIQ3/scummvm_loc.rss
index 83a8cfcc4c..e2070a74a9 100644
--- a/backends/symbian/UIQ3/scummvm_loc.rss
+++ b/backends/symbian/UIQ3/scummvm_loc.rss
@@ -18,5 +18,41 @@ RESOURCE LOCALISABLE_APP_INFO
icon_file = "\\Resource\\Apps\\ScummVM.mbm";
}
};
+
+ view_list =
+ {
+ VIEW_DATA
+ {
+ uid = 0x10000001;
+ screen_mode = 0;
+ caption_and_icon = CAPTION_AND_ICON_INFO
+ {
+ };
+ },
+ VIEW_DATA
+ {
+ uid = 0x10000001;
+ screen_mode = EQikScreenModeLandscape;
+ caption_and_icon = CAPTION_AND_ICON_INFO
+ {
+ };
+ },
+ VIEW_DATA
+ {
+ uid = 0x10000001;
+ screen_mode = EQikScreenModeSmallPortrait;
+ caption_and_icon = CAPTION_AND_ICON_INFO
+ {
+ };
+ },
+ VIEW_DATA
+ {
+ uid = 0x10000001;
+ screen_mode = EQikScreenModeSmallLandscape;
+ caption_and_icon = CAPTION_AND_ICON_INFO
+ {
+ };
+ }
+ };
}