upnpsharing/upnpdlnaprofiler/group/dlnaprofiler.mmp
changeset 0 7f85d04be362
child 38 5360b7ddc251
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:      Project definition file for project DlnaProfiler
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include "../../../group/upnpplatformvar.hrh"
       
    24 #include <data_caging_paths.hrh>
       
    25 #include "../../../inc/upnpframeworkfeatures_mmp.hrh"
       
    26 
       
    27 TARGET                  dlnaprofiler.dll
       
    28 TARGETTYPE              DLL
       
    29 UID                     0x1000008d 0x20007560
       
    30 
       
    31 CAPABILITY              CAP_GENERAL_DLL
       
    32 VENDORID                VID_DEFAULT
       
    33 
       
    34 // SIS installation + IAD support
       
    35 VERSION 10.1
       
    36 paged
       
    37 
       
    38 SOURCEPATH              ../src
       
    39 SOURCE                  upnpdlnaprofiler.cpp
       
    40 SOURCE                  upnpaudiosolverbase.cpp
       
    41 SOURCE                  upnpavsolverbase.cpp
       
    42 SOURCE                  upnpimagesolverbase.cpp
       
    43 SOURCE                  upnpresresolver.cpp
       
    44 SOURCE                  upnpresparameters.cpp
       
    45 
       
    46 USERINCLUDE             ../inc
       
    47 USERINCLUDE             ../../../inc
       
    48 
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 
       
    52 LIBRARY                 euser.lib
       
    53 LIBRARY                 efsrv.lib
       
    54 LIBRARY                 apgrfx.lib 
       
    55 LIBRARY                 mediaclientaudio.lib
       
    56 LIBRARY                 apmime.lib
       
    57 LIBRARY                 imageconversion.lib // CImageDecoder
       
    58 LIBRARY                 bafl.lib // CDesC16ArrayFlat
       
    59 LIBRARY                 3gpmp4lib.lib
       
    60 LIBRARY                 inetprotutil.lib // EscapeUtils::ConvertFromUnicodeToUtf8L
       
    61 
       
    62 // From UPnP Stack
       
    63 LIBRARY                 upnpavobjects.lib // CUpnpDlnaProtocolInfo for S60 3.1. Not needed in S60 3.2 platform.
       
    64 LIBRARY                 upnpipserversutils.lib // CUpnpDlnaProtocolInfo for S60 3.2. Not needed in S60 3.1 platform.
       
    65 
       
    66 DEBUGLIBRARY            flogger.lib
       
    67 
       
    68 // End of file