[Scummvm-cvs-logs] SF.net SVN: scummvm: [22821] scummvm/trunk/backends/symbian/UIQ3

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Thu Jun 1 15:45:01 CEST 2006


Revision: 22821
Author:   anotherguest
Date:     2006-06-01 15:44:08 -0700 (Thu, 01 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22821&view=rev

Log Message:
-----------
Specific resource file for UIQ3 added and updated.

Modified Paths:
--------------
    scummvm/trunk/backends/symbian/UIQ3/scummvm_loc.rss

Added Paths:
-----------
    scummvm/trunk/backends/symbian/UIQ3/ScummVM.rss
Added: scummvm/trunk/backends/symbian/UIQ3/ScummVM.rss
===================================================================
--- scummvm/trunk/backends/symbian/UIQ3/ScummVM.rss	                        (rev 0)
+++ scummvm/trunk/backends/symbian/UIQ3/ScummVM.rss	2006-06-01 22:44:08 UTC (rev 22821)
@@ -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>
+


Property changes on: scummvm/trunk/backends/symbian/UIQ3/ScummVM.rss
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Modified: scummvm/trunk/backends/symbian/UIQ3/scummvm_loc.rss
===================================================================
--- scummvm/trunk/backends/symbian/UIQ3/scummvm_loc.rss	2006-06-01 22:43:19 UTC (rev 22820)
+++ scummvm/trunk/backends/symbian/UIQ3/scummvm_loc.rss	2006-06-01 22:44:08 UTC (rev 22821)
@@ -18,5 +18,41 @@
 			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 
+		{ 
+		}; 
+		}
+	   };
 	}
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list