Catchup to latest Symbian^4 GCC_SURGE
authorWilliam Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:43:31 +0100
branchGCC_SURGE
changeset 23 d893972633bc
parent 13 7c5dc61114c1 (current diff)
parent 12 78fbd574edf4 (diff)
Catchup to latest Symbian^4
--- a/package_definition.xml	Thu Jun 17 22:32:09 2010 +0100
+++ b/package_definition.xml	Thu Jul 22 16:43:31 2010 +0100
@@ -2,20 +2,20 @@
 <SystemDefinition schema="3.0.0">
   <package id="srvdiscovery" name="Service Discovery and Usage" levels="plugin framework server generic specific">
     <collection id="servicediscoveryandcontrol" name="Service Discovery and Control" level="framework">
-      <component id="servicediscoveryfw" name="Service Discovery Framework" introduced="^3" purpose="optional">
+      <component id="servicediscoveryfw" name="Service Discovery Framework" introduced="^3" purpose="optional" filter="s60">
         <unit bldFile="servicediscoveryandcontrol/pnp/group" mrp="servicediscoveryandcontrol/pnp/group/servicediscoveryframework.mrp"/>
       </component>
     </collection>
     <collection id="upnp" name="UPnP" level="server">
-      <component id="upnpstack_plat" name="UPnP Stack Platform Interfaces" introduced="^3" purpose="optional" class="api">
+      <component id="upnpstack_plat" name="UPnP Stack Platform Interfaces" introduced="^3" purpose="optional" class="api" filter="s60">
         <unit bldFile="upnp/upnpstack_plat/group"/>
       </component>
-      <component id="upnpstack" name="UPnP Stack" introduced="^3" purpose="optional">
+      <component id="upnpstack" name="UPnP Stack" introduced="^3" purpose="optional" filter="s60">
         <unit bldFile="upnp/upnpstack/group"/>
       </component>
     </collection>
     <collection id="srvdiscovery_info" name="Service Discovery and Usage Info" level="specific">
-      <component id="srvdiscovery_metadata" name="Service Discovery and Usage Metadata" class="config" introduced="^2" purpose="development" target="desktop">
+      <component id="srvdiscovery_metadata" name="Service Discovery and Usage Metadata" class="config" introduced="^2" purpose="development" target="desktop" filter="s60">
         <unit mrp="srvdiscovery_info/srvdiscovery_metadata/srvdiscovery_metadata.mrp"/>
       </component>
     </collection>
--- a/servicediscoveryandcontrol/pnp/group/servicediscoveryframework.mrp	Thu Jun 17 22:32:09 2010 +0100
+++ b/servicediscoveryandcontrol/pnp/group/servicediscoveryframework.mrp	Thu Jul 22 16:43:31 2010 +0100
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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: 
-#
-
 component	servicediscoveryframework
 source	\sf\mw\srvdiscovery\servicediscoveryandcontrol\pnp
 binary	\sf\mw\srvdiscovery\servicediscoveryandcontrol\pnp\group	all
--- a/servicediscoveryandcontrol/pnp/test/upnp/group/application-protocols_upnp.mrp	Thu Jun 17 22:32:09 2010 +0100
+++ b/servicediscoveryandcontrol/pnp/test/upnp/group/application-protocols_upnp.mrp	Thu Jul 22 16:43:31 2010 +0100
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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: 
-#
-
 component	application-protocols_upnp
 source	\sf\mw\srvdiscovery\servicediscoveryandcontrol\upnp
 binary	\sf\mw\srvdiscovery\servicediscoveryandcontrol\upnp\group	all
--- a/srvdiscovery_info/srvdiscovery_metadata/srvdiscovery_metadata.mrp	Thu Jun 17 22:32:09 2010 +0100
+++ b/srvdiscovery_info/srvdiscovery_metadata/srvdiscovery_metadata.mrp	Thu Jul 22 16:43:31 2010 +0100
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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: 
-#
-
 component           srvdiscovery_metadata
 source   \sf\mw\srvdiscovery\srvdiscovery_info\srvdiscovery_metadata 
 source   \sf\mw\srvdiscovery\package_definition.xml
--- a/upnp/upnpstack/serviceframework/src/upnpdeviceimplementation.cpp	Thu Jun 17 22:32:09 2010 +0100
+++ b/upnp/upnpstack/serviceframework/src/upnpdeviceimplementation.cpp	Thu Jul 22 16:43:31 2010 +0100
@@ -19,7 +19,7 @@
 // INCLUDE FILES
 
 #include <e32math.h>
-#include <xmlengdom.h> 
+#include <xml/dom/xmlengdom.h> 
 
 #include <upnpdevicedescriptionstore.h>
 #include "upnpfileutils.h"
--- a/upnp/upnpstack/serviceframework/src/upnpdeviceimplementationbase.cpp	Thu Jun 17 22:32:09 2010 +0100
+++ b/upnp/upnpstack/serviceframework/src/upnpdeviceimplementationbase.cpp	Thu Jul 22 16:43:31 2010 +0100
@@ -19,7 +19,7 @@
 // INCLUDE FILES
 
 #include <e32math.h>
-#include <xmlengdom.h> 
+#include <xml/dom/xmlengdom.h> 
 
 #include "upnpfileutils.h"
 #include "upnpicon.h"
--- a/upnp/upnpstack/serviceframework/src/upnpsilentdeviceimplementation.cpp	Thu Jun 17 22:32:09 2010 +0100
+++ b/upnp/upnpstack/serviceframework/src/upnpsilentdeviceimplementation.cpp	Thu Jul 22 16:43:31 2010 +0100
@@ -19,7 +19,7 @@
 // INCLUDE FILES
 
 #include <e32math.h>
-#include <xmlengdom.h> 
+#include <xml/dom/xmlengdom.h> 
 
 #include <upnpdevicedescriptionstore.h>
 #include "upnpfileutils.h"
--- a/upnp/upnpstack/upnputils/src/upnpdominterface.cpp	Thu Jun 17 22:32:09 2010 +0100
+++ b/upnp/upnpstack/upnputils/src/upnpdominterface.cpp	Thu Jul 22 16:43:31 2010 +0100
@@ -30,9 +30,9 @@
 #include "upnpcustomlog.h"
 
 
-#include <xmlengdom.h>
-#include <xmlengdocument.h>
-#include <xmlengserializationoptions.h>
+#include <xml/dom/xmlengdom.h>
+#include <xml/dom/xmlengdocument.h>
+#include <xml/dom/xmlengserializationoptions.h>
 
 
 
--- a/upnp/upnpstack_plat/upnp_device_api/inc/upnpdevicedescriptionstore.h	Thu Jun 17 22:32:09 2010 +0100
+++ b/upnp/upnpstack_plat/upnp_device_api/inc/upnpdevicedescriptionstore.h	Thu Jul 22 16:43:31 2010 +0100
@@ -20,9 +20,9 @@
 #define C_CUPNPDEVICEDESCRIPTIONSTORE_H
 
 #include <e32base.h> 
-#include <xmlengdom.h> 
-#include <xmlengdocument.h>
-#include <xmlengdomparser.h>
+#include <xml/dom/xmlengdom.h> 
+#include <xml/dom/xmlengdocument.h>
+#include <xml/dom/xmlengdomparser.h>
 #include <upnpicon.h>
 
 class CUpnpDevice;
--- a/upnp/upnpstack_plat/upnp_utils_api/inc/upnpdominterface.h	Thu Jun 17 22:32:09 2010 +0100
+++ b/upnp/upnpstack_plat/upnp_utils_api/inc/upnpdominterface.h	Thu Jul 22 16:43:31 2010 +0100
@@ -26,7 +26,7 @@
 #include <f32file.h>
 #include <s32file.h>
 #include <utf.h>
-#include <xmlengdom.h>
+#include <xml/dom/xmlengdom.h>
 
 namespace UpnpDomInterface
     {