# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1282114970 -10800 # Node ID 03808033c9a2533e7300c606214552b2573f62bc # Parent 2c76e0c186ac759aa5e8d19c04c25150a17ca192 Revision: 201031 Kit: 201033 diff -r 2c76e0c186ac -r 03808033c9a2 package_definition.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/package_definition.xml Wed Aug 18 10:02:50 2010 +0300 @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 2c76e0c186ac -r 03808033c9a2 package_map.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/package_map.xml Wed Aug 18 10:02:50 2010 +0300 @@ -0,0 +1,1 @@ + diff -r 2c76e0c186ac -r 03808033c9a2 upnpavcontroller/group/bld.inf --- a/upnpavcontroller/group/bld.inf Fri May 14 16:07:07 2010 +0300 +++ b/upnpavcontroller/group/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -15,32 +15,28 @@ * */ - - - - - #include "../../group/upnpplatformvar.hrh" - PRJ_PLATFORMS PRJ_EXPORTS -// ROM build -../rom/upnpavcontroller.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpavcontroller.iby) +// none PRJ_MMPFILES // none - // upnp xml parser - #include "../upnpxmlparser/group/bld.inf" +// upnp xml parser +#include "../upnpxmlparser/group/bld.inf" - // avcontroller server - #include "../upnpavcontrollerserver/group/bld.inf" +// avcontroller server +#include "../upnpavcontrollerserver/group/bld.inf" - // avcontroller client - #include "../upnpavcontrollerclient/group/bld.inf" +// avcontroller client +#include "../upnpavcontrollerclient/group/bld.inf" - // avcontroller helper - #include "../upnpavcontrollerhelper/group/bld.inf" +// avcontroller helper +#include "../upnpavcontrollerhelper/group/bld.inf" +// upnpavcontroller ROM +#include "../rom/bld.inf" + diff -r 2c76e0c186ac -r 03808033c9a2 upnpavcontroller/rom/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/upnpavcontroller/rom/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -0,0 +1,29 @@ +/* +* Copyright (c) 2010 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: Build information file for upnpavcontroller ROM +* +*/ + + +#include "../../group/upnpplatformvar.hrh" + + +PRJ_PLATFORMS + +PRJ_EXPORTS +// ROM build +../rom/upnpavcontroller.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpavcontroller.iby) + +PRJ_MMPFILES +// none diff -r 2c76e0c186ac -r 03808033c9a2 upnpavcontrolpoint/avcpengine/inc/upnppathresolver.h --- a/upnpavcontrolpoint/avcpengine/inc/upnppathresolver.h Fri May 14 16:07:07 2010 +0300 +++ b/upnpavcontrolpoint/avcpengine/inc/upnppathresolver.h Wed Aug 18 10:02:50 2010 +0300 @@ -23,7 +23,7 @@ // INCLUDES #include -#include +#include // FORWARD DECLARATIONS class CUpnpPathElement; diff -r 2c76e0c186ac -r 03808033c9a2 upnpavcontrolpoint/avcpengine/src/upnppathresolver.cpp --- a/upnpavcontrolpoint/avcpengine/src/upnppathresolver.cpp Fri May 14 16:07:07 2010 +0300 +++ b/upnpavcontrolpoint/avcpengine/src/upnppathresolver.cpp Wed Aug 18 10:02:50 2010 +0300 @@ -29,8 +29,8 @@ #include "upnpstring.h" -#include -#include +#include +#include #include "upnpdominterface.h" diff -r 2c76e0c186ac -r 03808033c9a2 upnpavcontrolpoint/avcpengineclient/inc/upnpmetadata.h --- a/upnpavcontrolpoint/avcpengineclient/inc/upnpmetadata.h Fri May 14 16:07:07 2010 +0300 +++ b/upnpavcontrolpoint/avcpengineclient/inc/upnpmetadata.h Wed Aug 18 10:02:50 2010 +0300 @@ -23,8 +23,8 @@ #include #include -#include -#include +#include +#include //rsfw #include diff -r 2c76e0c186ac -r 03808033c9a2 upnpavcontrolpoint/avcpengineclient/src/upnpmetadata.cpp --- a/upnpavcontrolpoint/avcpengineclient/src/upnpmetadata.cpp Fri May 14 16:07:07 2010 +0300 +++ b/upnpavcontrolpoint/avcpengineclient/src/upnpmetadata.cpp Wed Aug 18 10:02:50 2010 +0300 @@ -21,7 +21,7 @@ #include "upnpmetadata.h" #include "upnpavcpenginemsclient.h" #include -#include +#include #include #include diff -r 2c76e0c186ac -r 03808033c9a2 upnpavcontrolpoint/group/bld.inf --- a/upnpavcontrolpoint/group/bld.inf Fri May 14 16:07:07 2010 +0300 +++ b/upnpavcontrolpoint/group/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -1,9 +1,9 @@ /** @file -* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2005-2006 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 +* which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.html". * * Initial Contributors: @@ -22,11 +22,14 @@ //DEFAULT PRJ_EXPORTS -../rom/upnpavcontrolpoint.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpavcontrolpoint.iby) PRJ_MMPFILES #include "../avcontrolframework/group/bld.inf" + +// UPnP Stack ROM +#include "../rom/bld.inf" + /* commented-out due to s60 distribution policy #include "../avcpengine/group/bld.inf" @@ -35,4 +38,4 @@ */ -// End of File \ No newline at end of file +// End of File \ No newline at end of file diff -r 2c76e0c186ac -r 03808033c9a2 upnpavcontrolpoint/rom/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/upnpavcontrolpoint/rom/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -0,0 +1,28 @@ +/** @file +* Copyright (c) 2010 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: Build info for the UPnP Stack ROM +* +*/ + +#include + +PRJ_PLATFORMS +WINSCW ARMV5 +//DEFAULT + +PRJ_EXPORTS +../rom/upnpavcontrolpoint.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpavcontrolpoint.iby) + + +// End of File \ No newline at end of file diff -r 2c76e0c186ac -r 03808033c9a2 upnpframework/group/bld.inf --- a/upnpframework/group/bld.inf Fri May 14 16:07:07 2010 +0300 +++ b/upnpframework/group/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -23,28 +23,16 @@ DEFAULT PRJ_EXPORTS -// ROM build -../rom/upnpframework.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpframework.iby) -../rom/upnpframeworkresources.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpframeworkresources.iby) -// LOC files -UPNP_LOC_EXPORT(upnpframework.loc) -// IAD support -../install/20009cae.cre /epoc32/release/arm5/urel/z/private/20009cae.cre -../install/20007564.cre /epoc32/release/arm5/urel/z/private/20007564.cre -../install/upnpframework_stub.sis /epoc32/data/z/system/install/upnpframework_stub.sis -// upnpframework common headers -../inc/upnpframeworkfeatures_mmp.hrh |../../inc/upnpframeworkfeatures_mmp.hrh -../inc/upnplogging.h |../../inc/upnplogging.h -../inc/upnppanic.h |../../inc/upnppanic.h -../inc/upnplog.h |../../inc/upnplog.h +// none PRJ_MMPFILES // none - // Build subprojects +// Build subprojects - // UpnpUtilities - #include "../upnputilities/group/bld.inf" +// UpnpUtilities +#include "../upnputilities/group/bld.inf" + #ifdef FF_UPNP_FRAMEWORK_2_0 // UPnP feature flag // UPnP (Home Media) Extension plugin interface #include "../upnpextensionpluginif/group/bld.inf" @@ -63,12 +51,14 @@ #endif // FF_UPNP_FRAMEWORK_2_0 - // UpnpMusicAdapter - #include "../upnpmusicadapter/group/bld.inf" - - // UpnpCommand - #include "../upnpcommand/group/bld.inf" +// UpnpMusicAdapter +#include "../upnpmusicadapter/group/bld.inf" +// UpnpCommand +#include "../upnpcommand/group/bld.inf" + +// Exports for upnpframework +#include "../rom/bld.inf" // End of file diff -r 2c76e0c186ac -r 03808033c9a2 upnpframework/rom/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/upnpframework/rom/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2006-2008 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: Exports for upnpframework +* +*/ + + +// For compatibility with S60 3.2 and IAD branch +#include "../../group/upnpplatformvar.hrh" + +PRJ_PLATFORMS +DEFAULT + +PRJ_EXPORTS +// ROM build +upnpframework.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpframework.iby) +upnpframeworkresources.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpframeworkresources.iby) +// LOC files +UPNP_LOC_EXPORT(upnpframework.loc) +// IAD support +../install/20009cae.cre /epoc32/release/arm5/urel/z/private/20009cae.cre +../install/20007564.cre /epoc32/release/arm5/urel/z/private/20007564.cre +../install/upnpframework_stub.sis /epoc32/data/z/system/install/upnpframework_stub.sis +// upnpframework common headers +../inc/upnpframeworkfeatures_mmp.hrh |../../inc/upnpframeworkfeatures_mmp.hrh +../inc/upnplogging.h |../../inc/upnplogging.h +../inc/upnppanic.h |../../inc/upnppanic.h +../inc/upnplog.h |../../inc/upnplog.h + + +// End of file diff -r 2c76e0c186ac -r 03808033c9a2 upnpharvester/group/bld.inf --- a/upnpharvester/group/bld.inf Fri May 14 16:07:07 2010 +0300 +++ b/upnpharvester/group/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -15,22 +15,12 @@ * */ - - - - - #include "../../group/upnpplatformvar.hrh" - PRJ_PLATFORMS - DEFAULT PRJ_EXPORTS -../install/upnpharvester_stub.SIS /epoc32/data/z/system/install/upnpharvester_stub.sis -../install/10281fab.cre /epoc32/release/armv5/urel/z/private/10202be9/10281fab.cre -../rom/upnpharvester.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpharvester.iby) PRJ_MMPFILES @@ -41,6 +31,9 @@ #include "../cdssync/common/bld.inf" #include "../mdhserver/group/bld.inf" +// CM Metadata Harvester ROM +#include "../rom/bld.inf" + PRJ_TESTMMPFILES PRJ_TESTEXPORTS diff -r 2c76e0c186ac -r 03808033c9a2 upnpharvester/rom/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/upnpharvester/rom/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -0,0 +1,43 @@ +/* +* Copyright (c) 2010 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: Build information file for CM Metadata Harvester ROM +* +*/ + + + + + + +#include "../../group/upnpplatformvar.hrh" + + +PRJ_PLATFORMS + +DEFAULT + +PRJ_EXPORTS +../install/upnpharvester_stub.SIS /epoc32/data/z/system/install/upnpharvester_stub.sis +../install/10281fab.cre /epoc32/release/armv5/urel/z/private/10202be9/10281fab.cre +../rom/upnpharvester.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpharvester.iby) + +PRJ_MMPFILES + +PRJ_TESTMMPFILES + +PRJ_TESTEXPORTS + +// None + +// End of File diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/inc/upnpcdutils.h --- a/upnpmediaserver/contentdirectoryservice/inc/upnpcdutils.h Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/inc/upnpcdutils.h Wed Aug 18 10:02:50 2010 +0300 @@ -21,7 +21,7 @@ #define CDUTILS_H // INCLUDES -#include +#include #include diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/inc/upnpcontentdirectory.h --- a/upnpmediaserver/contentdirectoryservice/inc/upnpcontentdirectory.h Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/inc/upnpcontentdirectory.h Wed Aug 18 10:02:50 2010 +0300 @@ -25,7 +25,7 @@ #include "upnpelementfactory.h" // new xml -#include +#include #include "upnpfiletransfer.h" #include "upnpcontentdirectorydatafinder.h" diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/inc/upnpcontentdirectorydb.h --- a/upnpmediaserver/contentdirectoryservice/inc/upnpcontentdirectorydb.h Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/inc/upnpcontentdirectorydb.h Wed Aug 18 10:02:50 2010 +0300 @@ -26,7 +26,7 @@ #include #include #include -#include +#include // CLASS DECLARATION diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/inc/upnpelementfactory.h --- a/upnpmediaserver/contentdirectoryservice/inc/upnpelementfactory.h Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/inc/upnpelementfactory.h Wed Aug 18 10:02:50 2010 +0300 @@ -22,8 +22,8 @@ // INCLUDES -#include -#include +#include +#include #include "upnpcontentdirectory.h" #include "upnpfiletransfer.h" #include "upnperrors.h" // Added by ClassView diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/inc/upnpmetadatastorage.h --- a/upnpmediaserver/contentdirectoryservice/inc/upnpmetadatastorage.h Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/inc/upnpmetadatastorage.h Wed Aug 18 10:02:50 2010 +0300 @@ -26,7 +26,7 @@ #include #include #include -#include +#include // FORWARD DECLARATIONS class CUpnpObjectBean; diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/inc/upnpmspathutility.h --- a/upnpmediaserver/contentdirectoryservice/inc/upnpmspathutility.h Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/inc/upnpmspathutility.h Wed Aug 18 10:02:50 2010 +0300 @@ -26,7 +26,7 @@ // INCLUDE FILES #include // CBase #include // TDriveNumber -#include +#include // FORWARD DECLARATIONS class CRepository; diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/inc/upnpobjectbean.h --- a/upnpmediaserver/contentdirectoryservice/inc/upnpobjectbean.h Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/inc/upnpobjectbean.h Wed Aug 18 10:02:50 2010 +0300 @@ -24,7 +24,7 @@ #include "upnptablebean.h" #include #include -#include +#include class CUpnpObject; diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/inc/upnpxmlcontentfilter.h --- a/upnpmediaserver/contentdirectoryservice/inc/upnpxmlcontentfilter.h Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/inc/upnpxmlcontentfilter.h Wed Aug 18 10:02:50 2010 +0300 @@ -19,8 +19,8 @@ // INCLUDE FILES #include -#include -#include +#include +#include //using namespace Xml; @@ -50,4 +50,4 @@ */ static HBufC8* SerializeLC(RXmlEngDocument& aDoc, TXmlEngElement& aElement ); - }; \ No newline at end of file + }; diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/src/upnpattributebean.cpp --- a/upnpmediaserver/contentdirectoryservice/src/upnpattributebean.cpp Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/src/upnpattributebean.cpp Wed Aug 18 10:02:50 2010 +0300 @@ -18,7 +18,7 @@ // INCLUDE FILES -#include +#include #include "upnpattributebean.h" #include "upnpcontentdirectoryglobals.h" #include diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/src/upnpcdutils.cpp --- a/upnpmediaserver/contentdirectoryservice/src/upnpcdutils.cpp Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/src/upnpcdutils.cpp Wed Aug 18 10:02:50 2010 +0300 @@ -27,7 +27,7 @@ #include "upnpstring.h" #include "upnpcons.h" #include -#include +#include #include // ============================ MEMBER FUNCTIONS =============================== diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/src/upnpcontentdirectory.cpp --- a/upnpmediaserver/contentdirectoryservice/src/upnpcontentdirectory.cpp Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/src/upnpcontentdirectory.cpp Wed Aug 18 10:02:50 2010 +0300 @@ -20,9 +20,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include #include diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/src/upnpcontentdirectorydb.cpp --- a/upnpmediaserver/contentdirectoryservice/src/upnpcontentdirectorydb.cpp Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/src/upnpcontentdirectorydb.cpp Wed Aug 18 10:02:50 2010 +0300 @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include #include diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/src/upnpelementbean.cpp --- a/upnpmediaserver/contentdirectoryservice/src/upnpelementbean.cpp Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/src/upnpelementbean.cpp Wed Aug 18 10:02:50 2010 +0300 @@ -18,7 +18,7 @@ // INCLUDE FILES -#include +#include #include "upnpelementbean.h" #include "upnpcontentdirectoryglobals.h" #include "upnpcdutils.h" diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/src/upnpelementfactory.cpp --- a/upnpmediaserver/contentdirectoryservice/src/upnpelementfactory.cpp Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/src/upnpelementfactory.cpp Wed Aug 18 10:02:50 2010 +0300 @@ -19,7 +19,7 @@ // INCLUDE FILES #include #include -#include +#include #include "upnpelementfactory.h" #include "upnpcontentdirectoryglobals.h" diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/contentdirectoryservice/src/upnpxmlcontentfilter.cpp --- a/upnpmediaserver/contentdirectoryservice/src/upnpxmlcontentfilter.cpp Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/contentdirectoryservice/src/upnpxmlcontentfilter.cpp Wed Aug 18 10:02:50 2010 +0300 @@ -23,8 +23,8 @@ #include #include -#include -#include +#include +#include #include #include diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/group/bld.inf --- a/upnpmediaserver/group/bld.inf Fri May 14 16:07:07 2010 +0300 +++ b/upnpmediaserver/group/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -1,9 +1,9 @@ /** @file -* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2005-2006 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 +* which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.html". * * Initial Contributors: @@ -22,9 +22,6 @@ //DEFAULT PRJ_EXPORTS -../rom/upnpmediaserver.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpmediaserver.iby) -../conf/upnpmediaserver.confml MW_LAYER_CONFML(upnpmediaserver.confml) -../conf/upnpmediaserver_101F978F.crml MW_LAYER_CRML(upnpmediaserver_101F978F.crml) PRJ_MMPFILES @@ -33,6 +30,7 @@ #include "../connectionmanagerservice/group/bld.inf" #include "../contentdirectoryservice/group/bld.inf" #include "../mediaserverengine/group/bld.inf" +#include "../rom/bld.inf" -// End of File \ No newline at end of file +// End of File \ No newline at end of file diff -r 2c76e0c186ac -r 03808033c9a2 upnpmediaserver/rom/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/upnpmediaserver/rom/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -0,0 +1,30 @@ +/** @file +* Copyright (c) 2010 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: Build info for the UPnP Stack subsystem ROM +* +*/ + +#include + +PRJ_PLATFORMS +WINSCW ARMV5 +//DEFAULT + +PRJ_EXPORTS +../rom/upnpmediaserver.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpmediaserver.iby) +../conf/upnpmediaserver.confml MW_LAYER_CONFML(upnpmediaserver.confml) +../conf/upnpmediaserver_101F978F.crml MW_LAYER_CRML(upnpmediaserver_101F978F.crml) + + +// End of File \ No newline at end of file diff -r 2c76e0c186ac -r 03808033c9a2 upnpmpxplugins/group/bld.inf --- a/upnpmpxplugins/group/bld.inf Fri May 14 16:07:07 2010 +0300 +++ b/upnpmpxplugins/group/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -15,23 +15,18 @@ * */ - - - - - #include "../../group/upnpplatformvar.hrh" PRJ_PLATFORMS PRJ_EXPORTS -// ROM build -../rom/upnpmpxplugins.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpmpxplugins.iby) PRJ_MMPFILES -// none - // playback plugins - #include "../upnpplaybackplugins/group/bld.inf" +// playback plugins +#include "../upnpplaybackplugins/group/bld.inf" + +// upnpmpxplugins ROM +#include "../rom/bld.inf" // end of file diff -r 2c76e0c186ac -r 03808033c9a2 upnpmpxplugins/rom/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/upnpmpxplugins/rom/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -0,0 +1,33 @@ +/* +* Copyright (c) 2010 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: Build information file for upnpmpxplugins ROM +* +*/ + + + + + + +#include "../../group/upnpplatformvar.hrh" + +PRJ_PLATFORMS + +PRJ_EXPORTS +// ROM build +../rom/upnpmpxplugins.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpmpxplugins.iby) + +PRJ_MMPFILES +// none +// end of file diff -r 2c76e0c186ac -r 03808033c9a2 upnpsettings/group/bld.inf --- a/upnpsettings/group/bld.inf Fri May 14 16:07:07 2010 +0300 +++ b/upnpsettings/group/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -15,28 +15,21 @@ * */ - - - - - // For compatibility with S60 3.2 and IAD branch #include "../../group/upnpplatformvar.hrh" PRJ_PLATFORMS PRJ_EXPORTS -// ROM build -../rom/upnpsettings.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpsettings.iby) -../rom/upnpsettingsresources.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpsettingsresources.iby) -// LOC files -UPNP_LOC_EXPORT(upnpsettings.loc) PRJ_MMPFILES -// none + +// settings engine +#include "../upnpsettingsengine/group/bld.inf" - // settings engine - #include "../upnpsettingsengine/group/bld.inf" +// Exports for upnpsettings +#include "../rom/bld.inf" + #ifdef FF_UPNP_FRAMEWORK_2_0 // UPnP feature flag // multiselectionui #include "../multiselectionui/group/bld.inf" diff -r 2c76e0c186ac -r 03808033c9a2 upnpsettings/rom/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/upnpsettings/rom/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -0,0 +1,38 @@ +/* +* Copyright (c) 2008 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: Exports for upnpsettings +* +*/ + + + + + + +// For compatibility with S60 3.2 and IAD branch +#include "../../group/upnpplatformvar.hrh" + +PRJ_PLATFORMS + +PRJ_EXPORTS +// ROM build +upnpsettings.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpsettings.iby) +upnpsettingsresources.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpsettingsresources.iby) +// LOC files +UPNP_LOC_EXPORT(upnpsettings.loc) + +PRJ_MMPFILES +// none + +// end of file diff -r 2c76e0c186ac -r 03808033c9a2 upnpsharing/group/bld.inf --- a/upnpsharing/group/bld.inf Fri May 14 16:07:07 2010 +0300 +++ b/upnpsharing/group/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -15,36 +15,28 @@ * */ - - - - - // For compatibility with S60 3.2 and IAD branch #include "../../group/upnpplatformvar.hrh" PRJ_PLATFORMS PRJ_EXPORTS -// ROM build -../rom/upnpsharing.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpsharing.iby) -../rom/upnpsharingresources.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpsharingresources.iby) -// LOC files -UPNP_LOC_EXPORT(upnpsharing.loc) PRJ_MMPFILES -// none - // The DLNA profiler - #include "../upnpdlnaprofiler/group/bld.inf" +// The DLNA profiler +#include "../upnpdlnaprofiler/group/bld.inf" + +// upnp security +#include "../upnpsecurity/group/bld.inf" - // upnp security - #include "../upnpsecurity/group/bld.inf" +// content server and server client +#include "../upnpcontentserver/group/bld.inf" - // content server and server client - #include "../upnpcontentserver/group/bld.inf" +// content server API +#include "../applicationengine/group/bld.inf" - // content server API - #include "../applicationengine/group/bld.inf" +// Exports for upnpsharing +#include "../rom/bld.inf" // end of file diff -r 2c76e0c186ac -r 03808033c9a2 upnpsharing/rom/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/upnpsharing/rom/bld.inf Wed Aug 18 10:02:50 2010 +0300 @@ -0,0 +1,38 @@ +/* +* Copyright (c) 2010 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: Build information file for upnpsharing ROM +* +*/ + + + + + + +// For compatibility with S60 3.2 and IAD branch +#include "../../group/upnpplatformvar.hrh" + +PRJ_PLATFORMS + +PRJ_EXPORTS +// ROM build +../rom/upnpsharing.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpsharing.iby) +../rom/upnpsharingresources.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpsharingresources.iby) +// LOC files +UPNP_LOC_EXPORT(upnpsharing.loc) + +PRJ_MMPFILES +// none + +// end of file