Automatic merge from PDK_3.0.h CompilerCompatibility
authorWilliam Roberts <williamr@symbian.org>
Sun, 14 Mar 2010 13:15:49 +0000
branchCompilerCompatibility
changeset 6 608b0be494d8
parent 4 24f5986762de (current diff)
parent 3 f7d9134af83e (diff)
child 10 faf4b9dea6fa
Automatic merge from PDK_3.0.h
mm_pub/drm_audio_player_api/tsrc/data/mmc/drm/test3gp.dcf
mm_pub/drm_audio_player_api/tsrc/data/mmc/drm/testmp3.dcf
--- a/layers.sysdef.xml	Mon Mar 08 21:44:53 2010 +0000
+++ b/layers.sysdef.xml	Sun Mar 14 13:15:49 2010 +0000
@@ -39,6 +39,9 @@
 			<module name="">
 				<unit unitID="ARM_MDF_Decoders" mrp="" bldFile="&layer_real_source_path;/video/ARM_MDF_Decoders/group" filter="!sf_build" name="ARM_MDF_Decoders" />
 			</module>
+			<module name="">
+				<unit unitID="Utilities" mrp="" bldFile="&layer_real_source_path;/video/ARM_MDF_Decoders/Utilities/group" filter="sf_build" name="Utilities" />
+			</module>
     </layer>    
 
         <layer name="arm9e_layer"> 
@@ -111,6 +114,9 @@
 			<module name="">
 				<unit unitID="ARM_MDF_Decoders_group" mrp="" bldFile="&layer_real_source_path;/video/ARM_MDF_Decoders/group" filter="!sf_build" name="ARM_MDF_Decoders_group" />
 			</module>
+			<module name="">
+				<unit unitID="Utilities_group" mrp="" bldFile="&layer_real_source_path;/video/ARM_MDF_Decoders/Utilities/group" filter="sf_build" name="Utilities_group" />
+			</module>
     </layer>    
   </systemModel>
 </SystemDefinition>
\ No newline at end of file
--- a/mdfdevvideoextensions/nga_mdf_postprocessor/group/bld.inf	Mon Mar 08 21:44:53 2010 +0000
+++ b/mdfdevvideoextensions/nga_mdf_postprocessor/group/bld.inf	Sun Mar 14 13:15:49 2010 +0000
@@ -26,6 +26,6 @@
 
 PRJ_EXPORTS
 
-../Rom/NGA_MDF_Postprocessor.iby     CORE_OS_LAYER_IBY_EXPORT_PATH(NGA_MDF_Postprocessor.iby)
+../rom/NGA_MDF_Postprocessor.iby     CORE_OS_LAYER_IBY_EXPORT_PATH(NGA_MDF_Postprocessor.iby)
 ../data/nga_mdf_postprocessor_stub.sis   /epoc32/data/z/system/install/nga_mdf_postprocessor_stub.sis
 
--- a/mdfdevvideoextensions/nga_mdf_postprocessor/src/200195AF.rss	Mon Mar 08 21:44:53 2010 +0000
+++ b/mdfdevvideoextensions/nga_mdf_postprocessor/src/200195AF.rss	Sun Mar 14 13:15:49 2010 +0000
@@ -21,7 +21,7 @@
 
 
 #include <ecom/registryinfo.rh>
-#include <mmf/devvideo/devvideopluginInterfaceuids.hrh>
+#include <mmf/devvideo/devvideoplugininterfaceuids.hrh>
 #include "NGAPostProcHwDevice_UID.hrh"
 
 RESOURCE REGISTRY_INFO theInfo
--- a/mmtestenv/mmtesttools/Build/buildutils/mmbuild2.py	Mon Mar 08 21:44:53 2010 +0000
+++ b/mmtestenv/mmtesttools/Build/buildutils/mmbuild2.py	Sun Mar 14 13:15:49 2010 +0000
@@ -151,14 +151,16 @@
         commands += ["--logfile=-"] # send output to stdout
         if self.iOptions.keepgoing:
             commands += ["--keepgoing"]
-        if len(remainingArgs)>0 and remainingArgs[0]=="winscw":
+        if testBuild:
+            commands += ["--config=winscw.test"]
+        else:
+            commands += ["--config=winscw"]
+        if not(len(remainingArgs)>0 and remainingArgs[0]=="winscw"):
+            # not the winscw scenario - we want both winscw and armv5
             if testBuild:
-                commands += ["--config=winscw.test"]
+                commands += ["--config=armv5.test"]
             else:
-                commands += ["--config=winscw"]
-        else:
-            if testBuild:
-               commands += ["--config=default.test"]
+                commands += ["--config=armv5"]
         commands += ["--filters=FilterSquashLog"] # reduce log size
         commands += ["--tries=2"] # retry on failure - e.g. for license fails
         commands += ["build"]
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/video/ARM_MDF_Decoders/Utilities/group/bld.inf	Sun Mar 14 13:15:49 2010 +0000
@@ -0,0 +1,33 @@
+// BLD.INF
+/*
+* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  
+*
+*/
+
+PRJ_PLATFORMS
+WINSCW ARMV5
+
+
+PRJ_MMPFILES
+
+// Buffer Processor related
+#include "../BufferProcessor/group/bld.inf"
+
+// State Machine related
+#include "../StateMachine/group/bld.inf"
+
+//-----------------------------------------------------------------------------
+//  End of BLD.INF
+//-----------------------------------------------------------------------------