upnpframework/upnputilities/group/upnputilities.mmp
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  UPnP utilities project definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../../../group/upnpplatformvar.hrh"
       
    20 #include "../../../inc/upnpframeworkfeatures_mmp.hrh"
       
    21 
       
    22 
       
    23 // Build target
       
    24 TARGET          upnputilities.dll
       
    25 TARGETTYPE      DLL
       
    26 UID             0x1000008D 0x10208A13
       
    27 
       
    28 // Platform security
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 // SIS installation + IAD support
       
    33 VERSION 10.1
       
    34 paged
       
    35 
       
    36 // Include paths
       
    37 USERINCLUDE     ../../inc
       
    38 USERINCLUDE     ../inc
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE   ../../../inc
       
    42 
       
    43 // Sources
       
    44 SOURCEPATH      ../src
       
    45 SOURCE          upnpcommonutils.cpp
       
    46 SOURCE          upnpmetadatautility.cpp
       
    47 SOURCE          upnpmetadatafetcher.cpp
       
    48 SOURCE          upnpcdsreselementutility.cpp
       
    49 SOURCE          upnpconnectionmonitor.cpp
       
    50 SOURCE          upnpgallerynotifier.cpp
       
    51 SOURCE          upnpperiodic.cpp
       
    52 
       
    53 // Core platform
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         estor.lib
       
    56 LIBRARY         efsrv.lib
       
    57 LIBRARY         bafl.lib
       
    58 LIBRARY         charconv.lib
       
    59 LIBRARY         esock.lib
       
    60 LIBRARY         insock.lib
       
    61 LIBRARY         commdb.lib
       
    62 LIBRARY         PlatformEnv.lib
       
    63 LIBRARY         connmon.lib
       
    64 
       
    65 // Meta data
       
    66 LIBRARY         MetaDataUtility.lib
       
    67 
       
    68 // MIME 
       
    69 LIBRARY         apmime.lib
       
    70 LIBRARY         apgrfx.lib
       
    71 
       
    72 // CAF (WM-DRM)
       
    73 LIBRARY         caf.lib
       
    74 LIBRARY         cafutils.lib
       
    75 
       
    76 // CLF
       
    77 LIBRARY         ContentListingFramework.lib
       
    78 
       
    79 // S60 Upnp Stack
       
    80 LIBRARY         upnpavobjects.lib
       
    81 LIBRARY         upnpipserversutils.lib
       
    82 
       
    83 // Upnp FW
       
    84 LIBRARY         dlnaprofiler.lib
       
    85 
       
    86 // debug logging facilities
       
    87 DEBUGLIBRARY    flogger.lib
       
    88 
       
    89 // End of file