upnpsharing/upnpcontentserver/group/upnpcontentserver.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 upnpcontentserver
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include "../../../group/upnpplatformvar.hrh"
       
    24 #include <data_caging_paths.hrh>
       
    25 #include "defaultcaps.hrh"
       
    26 
       
    27 CAPABILITY CAP_SERVER
       
    28 VENDORID VID_DEFAULT
       
    29 TARGETTYPE exe
       
    30 TARGET upnpcontentserver.exe
       
    31 
       
    32 UID 0x1000008d 0x20007564
       
    33 
       
    34 // SIS installation + IAD support
       
    35 VERSION 10.1
       
    36 paged
       
    37 
       
    38 EPOCSTACKSIZE 0x8000
       
    39 EPOCHEAPSIZE   0x20000 0x1000000 // min size 128kB, max size 16mb
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 USERINCLUDE ../inc
       
    44 USERINCLUDE ../../../inc
       
    45 
       
    46 SOURCEPATH ../src
       
    47 
       
    48 SOURCE upnpcontentserver.cpp
       
    49 SOURCE upnpcontentserversession.cpp
       
    50 SOURCE upnpcontentserverhandler.cpp
       
    51 SOURCE upnpcontentsharingao.cpp
       
    52 SOURCE upnpsharingrequest.cpp
       
    53 SOURCE upnpcontainercheckerao.cpp
       
    54 SOURCE upnpunsharerao.cpp
       
    55 
       
    56 // From old applicationengine
       
    57 SOURCE upnpcontentmetadatautility.cpp
       
    58 SOURCE upnpcustomgrouper.cpp
       
    59 SOURCE upnppostfilter.cpp
       
    60 SOURCE upnpselectionreader.cpp
       
    61 SOURCE upnpselectionwriter.cpp
       
    62 
       
    63 LIBRARY euser.lib 
       
    64 LIBRARY bafl.lib 
       
    65 LIBRARY estor.lib 
       
    66 LIBRARY ws32.lib 
       
    67 LIBRARY efsrv.lib 
       
    68 LIBRARY PlatformEnv.lib
       
    69 LIBRARY centralrepository.lib
       
    70 // Content listing framework (metadata)
       
    71 LIBRARY contentlistingframework.lib
       
    72 // CUpnpElement etc..
       
    73 LIBRARY upnpavobjects.lib
       
    74 // CUpnpFileSharing
       
    75 LIBRARY avmediaserverclient.lib
       
    76 LIBRARY upnpserviceframework.lib
       
    77 
       
    78 // UpnpString..
       
    79 LIBRARY upnpipserversutils.lib
       
    80 
       
    81 // upnputilities
       
    82 LIBRARY upnputilities.lib
       
    83 LIBRARY upnpavcontrollerhelper.lib
       
    84 
       
    85 LIBRARY dlnaprofiler.lib
       
    86 LIBRARY upnpmusicadapter.lib
       
    87 
       
    88 DEBUGLIBRARY    flogger.lib
       
    89 
       
    90 // End of file