[Scummvm-cvs-logs] SF.net SVN: scummvm: [20618] scummvm/trunk/gui

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Sun Feb 12 06:45:06 CET 2006


Revision: 20618
Author:   anotherguest
Date:     2006-02-12 06:42:43 -0800 (Sun, 12 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20618&view=rev

Log Message:
-----------
Changed file paths from /epoc/ to /symbian/

Modified Paths:
--------------
    scummvm/trunk/backends/symbian/AdaptAllMMPs.pl
    scummvm/trunk/backends/symbian/mmp/initial_mmps.zip
    scummvm/trunk/backends/symbian/src/ScummApp.cpp
    scummvm/trunk/backends/symbian/src/SymbianActions.cpp
    scummvm/trunk/backends/symbian/src/SymbianOS.cpp
    scummvm/trunk/base/main.cpp
    scummvm/trunk/gui/Actions.cpp

Added Paths:
-----------
    scummvm/trunk/backends/symbian/UIQ3/scummvm_loc.rss
    scummvm/trunk/backends/symbian/UIQ3/scummvm_reg.rss
Modified: scummvm/trunk/backends/symbian/AdaptAllMMPs.pl
===================================================================
--- scummvm/trunk/backends/symbian/AdaptAllMMPs.pl	2006-02-12 14:25:28 UTC (rev 20617)
+++ scummvm/trunk/backends/symbian/AdaptAllMMPs.pl	2006-02-12 14:42:43 UTC (rev 20618)
@@ -45,6 +45,7 @@
 ParseModule("_kyra",	"kyra",		\@section_empty);
 ParseModule("_sword1",	"sword1",	\@section_empty);
 ParseModule("_sword2",	"sword2",	\@section_empty);
+ParseModule("_lure",	"lure",		\@section_empty);
 
 print "
 =======================================================================================

Added: scummvm/trunk/backends/symbian/UIQ3/scummvm_loc.rss
===================================================================
--- scummvm/trunk/backends/symbian/UIQ3/scummvm_loc.rss	                        (rev 0)
+++ scummvm/trunk/backends/symbian/UIQ3/scummvm_loc.rss	2006-02-12 14:42:43 UTC (rev 20618)
@@ -0,0 +1,22 @@
+#include <AppInfo.rh>
+
+// This file localise the applications icons and caption
+RESOURCE LOCALISABLE_APP_INFO
+	{
+	caption_and_icon =
+		{
+		CAPTION_AND_ICON_INFO
+			{
+			// The caption text is defined in the rls file
+			caption = "ScummVM";
+			// Icons are used to represent applications in the 
+			// application launcher and application title bar.
+			// The number_of_icons value identifies how many icons 
+			// that exist in the icon_file.
+			number_of_icons = 3;
+			// Using the application icons.
+			icon_file = "\\Resource\\Apps\\ScummVM.mbm";
+			}
+		};
+	}
+


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

Added: scummvm/trunk/backends/symbian/UIQ3/scummvm_reg.rss
===================================================================
--- scummvm/trunk/backends/symbian/UIQ3/scummvm_reg.rss	                        (rev 0)
+++ scummvm/trunk/backends/symbian/UIQ3/scummvm_reg.rss	2006-02-12 14:42:43 UTC (rev 20618)
@@ -0,0 +1,18 @@
+// All registration files need to #include appinfo.rh. 
+#include <AppInfo.rh>
+
+// All registration files must define UID2, which is always 
+// KUidAppRegistrationResourceFile, and UID3, which is the application's UID.
+UID2 KUidAppRegistrationResourceFile
+UID3 0xA0000657 // application UID
+
+// Registration file need to containo an APP_REGISTRATION_INFO resource that
+// minimally needs to provide the name of the application binary (using the 
+// app_file statement). 
+RESOURCE APP_REGISTRATION_INFO
+	{
+	app_file = "ScummVM"; // filename of application binary (minus extension)
+	// Specify the location of the localisable icon/caption definition file
+	localisable_resource_file = "\\Resource\\Apps\\ScummVM_loc";
+	}
+


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

Modified: scummvm/trunk/backends/symbian/mmp/initial_mmps.zip
===================================================================
(Binary files differ)

Modified: scummvm/trunk/backends/symbian/src/ScummApp.cpp
===================================================================
--- scummvm/trunk/backends/symbian/src/ScummApp.cpp	2006-02-12 14:25:28 UTC (rev 20617)
+++ scummvm/trunk/backends/symbian/src/ScummApp.cpp	2006-02-12 14:42:43 UTC (rev 20618)
@@ -22,9 +22,9 @@
  * $Id$
  */
 
-#include "backends/epoc/src/ScummApp.h"
+#include "backends/symbian/src/ScummApp.h"
+#include "backends/symbian/src/ScummVM.hrh"
 
-#include "backends/epoc/src/ScummVM.hrh"
 #define _PAGESIZE_ 0x1000
 
 #if defined (__WINS__) && !defined (__SERIES60_30__)

Modified: scummvm/trunk/backends/symbian/src/SymbianActions.cpp
===================================================================
--- scummvm/trunk/backends/symbian/src/SymbianActions.cpp	2006-02-12 14:25:28 UTC (rev 20617)
+++ scummvm/trunk/backends/symbian/src/SymbianActions.cpp	2006-02-12 14:42:43 UTC (rev 20618)
@@ -21,7 +21,7 @@
  */
 
 #include "common/stdafx.h"
-#include "backends/epoc/src/SymbianActions.h"
+#include "backends/symbian/src/SymbianActions.h"
 
 #include "gui/message.h"
 #include "scumm/scumm.h"

Modified: scummvm/trunk/backends/symbian/src/SymbianOS.cpp
===================================================================
--- scummvm/trunk/backends/symbian/src/SymbianOS.cpp	2006-02-12 14:25:28 UTC (rev 20617)
+++ scummvm/trunk/backends/symbian/src/SymbianOS.cpp	2006-02-12 14:42:43 UTC (rev 20618)
@@ -22,8 +22,8 @@
  * $Id$
  */
 
-#include "backends/epoc/src/SymbianOS.h"
-#include "backends/epoc/src/SymbianActions.h"
+#include "backends/symbian/src/SymbianOS.h"
+#include "backends/symbian/src/SymbianActions.h"
 #include "common/config-manager.h"
 #include "gui/Actions.h"
 #include "gui/Key.h"

Modified: scummvm/trunk/base/main.cpp
===================================================================
--- scummvm/trunk/base/main.cpp	2006-02-12 14:25:28 UTC (rev 20617)
+++ scummvm/trunk/base/main.cpp	2006-02-12 14:42:43 UTC (rev 20618)
@@ -134,7 +134,7 @@
 #ifdef __SYMBIAN32__
 // we want a list of compiled in engines visible in the program,
 // because we also release special builds with only one engine
-#include "backends/epoc/src/main_features.inl"
+#include "backends/symbian/src/main_features.inl"
 #endif
 	;
 

Modified: scummvm/trunk/gui/Actions.cpp
===================================================================
--- scummvm/trunk/gui/Actions.cpp	2006-02-12 14:25:28 UTC (rev 20617)
+++ scummvm/trunk/gui/Actions.cpp	2006-02-12 14:42:43 UTC (rev 20618)
@@ -30,7 +30,7 @@
 	#include "backends/wince/CEActionsPocket.h"
 	#include "backends/wince/CEActionsSmartphone.h"
 #elif defined(__SYMBIAN32__)
-	#include "backends/epoc/src/SymbianActions.h"
+	#include "backends/symbian/src/SymbianActions.h"
 #endif
 
 namespace GUI {







More information about the Scummvm-git-logs mailing list