upnpframework/upnputilities/group/upnputilities.mmp
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
child 43 9b689d9d3a1c
--- a/upnpframework/upnputilities/group/upnputilities.mmp	Fri Sep 17 08:31:21 2010 +0300
+++ b/upnpframework/upnputilities/group/upnputilities.mmp	Mon Nov 01 12:37:49 2010 +0200
@@ -1,89 +1,91 @@
-/*
-* Copyright (c) 2006-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:  UPnP utilities project definition file
-*
-*/
-
-
-#include "../../../group/upnpplatformvar.hrh"
-#include "../../../inc/upnpframeworkfeatures_mmp.hrh"
-
-
-// Build target
-TARGET          upnputilities.dll
-TARGETTYPE      DLL
-UID             0x1000008D 0x10208A13
-
-// Platform security
-CAPABILITY      CAP_GENERAL_DLL
-VENDORID        VID_DEFAULT
-
-// SIS installation + IAD support
-VERSION 10.1
-paged
-
-// Include paths
-USERINCLUDE     ../../inc
-USERINCLUDE     ../inc
-
-MW_LAYER_SYSTEMINCLUDE
-SYSTEMINCLUDE   ../../../inc
-
-// Sources
-SOURCEPATH      ../src
-SOURCE          upnpcommonutils.cpp
-SOURCE          upnpmetadatautility.cpp
-SOURCE          upnpmetadatafetcher.cpp
-SOURCE          upnpcdsreselementutility.cpp
-SOURCE          upnpconnectionmonitor.cpp
-SOURCE          upnpgallerynotifier.cpp
-SOURCE          upnpperiodic.cpp
-
-// Core platform
-LIBRARY         euser.lib
-LIBRARY         estor.lib
-LIBRARY         efsrv.lib
-LIBRARY         bafl.lib
-LIBRARY         charconv.lib
-LIBRARY         esock.lib
-LIBRARY         insock.lib
-LIBRARY         commdb.lib
-LIBRARY         PlatformEnv.lib
-LIBRARY         connmon.lib
-
-// Meta data
-LIBRARY         MetaDataUtility.lib
-
-// MIME 
-LIBRARY         apmime.lib
-LIBRARY         apgrfx.lib
-
-// CAF (WM-DRM)
-LIBRARY         caf.lib
-LIBRARY         cafutils.lib
-
-// CLF
-LIBRARY         ContentListingFramework.lib
-
-// S60 Upnp Stack
-LIBRARY         upnpavobjects.lib
-LIBRARY         upnpipserversutils.lib
-
-// Upnp FW
-LIBRARY         dlnaprofiler.lib
-
-// debug logging facilities
-DEBUGLIBRARY    flogger.lib
-
-// End of file
+/*
+* Copyright (c) 2006-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:  UPnP utilities project definition file
+*
+*/
+
+
+#include "../../../group/upnpplatformvar.hrh"
+#include "../../../inc/upnpframeworkfeatures_mmp.hrh"
+
+
+// Build target
+TARGET          upnputilities.dll
+TARGETTYPE      DLL
+UID             0x1000008D 0x10208A13
+
+// Platform security
+CAPABILITY      CAP_GENERAL_DLL
+VENDORID        VID_DEFAULT
+
+// SIS installation + IAD support
+VERSION 10.1
+paged
+
+// Include paths
+USERINCLUDE     ../../inc
+USERINCLUDE     ../inc
+
+MW_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE   ../../../inc
+
+// Sources
+SOURCEPATH      ../src
+SOURCE          upnpcommonutils.cpp
+SOURCE          upnpmetadatautility.cpp
+SOURCE          upnpmetadatafetcher.cpp
+SOURCE          upnpcdsreselementutility.cpp
+SOURCE          upnpgallerynotifier.cpp
+SOURCE          upnpperiodic.cpp
+SOURCE          upnppathutility.cpp
+
+// Core platform
+LIBRARY         euser.lib
+LIBRARY         estor.lib
+LIBRARY         efsrv.lib
+LIBRARY         bafl.lib
+LIBRARY         charconv.lib
+LIBRARY         esock.lib
+LIBRARY         insock.lib
+LIBRARY         commdb.lib
+LIBRARY         PlatformEnv.lib
+
+// Settings Engine
+LIBRARY         upnpsettingsengine.lib
+
+// Meta data
+LIBRARY         MetaDataUtility.lib
+
+// MIME 
+LIBRARY         apmime.lib
+LIBRARY         apgrfx.lib
+
+// CAF (WM-DRM)
+LIBRARY         caf.lib
+LIBRARY         cafutils.lib
+
+// CLF
+LIBRARY         ContentListingFramework.lib
+
+// S60 Upnp Stack
+LIBRARY         upnpipserversutils.lib
+
+// dlnasrv
+LIBRARY         upnpavobjects.lib
+LIBRARY         dlnaprofiler.lib
+
+// debug logging facilities
+DEBUGLIBRARY    flogger.lib
+
+// End of file