upnpavcontrolpoint/avcpengine/group/avcpengine.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /** @file
       
     2 * Copyright (c) 2002-2004 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 specification for AVCPEngine
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../../../group/upnpplatformvar.hrh"
       
    19 
       
    20 TARGET          avcpengine.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x1000008d 0x101F977A
       
    23 CAPABILITY      CAP_SERVER
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 VERSION         10.1
       
    27 paged
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          upnpavcpenginesession.cpp
       
    31 SOURCE          upnpavcpengine.cpp
       
    32 SOURCE          upnpavcpenginehelper.cpp
       
    33 SOURCE          upnpavcpmanager.cpp
       
    34 SOURCE          upnppathelement.cpp
       
    35 SOURCE          upnppathresolver.cpp
       
    36 SOURCE          upnpresolvehandler.cpp
       
    37 SOURCE          upnpcommand.cpp
       
    38 SOURCE          upnpbrowsecommand.cpp
       
    39 SOURCE          upnpdevicelistcommand.cpp
       
    40 SOURCE          upnpdownloadcommand.cpp
       
    41 SOURCE          upnpuploadcommand.cpp
       
    42 SOURCE          upnpdeletecommand.cpp
       
    43 SOURCE          upnpcreatecommand.cpp
       
    44 SOURCE          upnpmetadatacommand.cpp
       
    45 
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 USERINCLUDE   ../../../inc
       
    48 USERINCLUDE   ../../inc
       
    49 USERINCLUDE     ../inc
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         insock.lib
       
    53 LIBRARY         esock.lib
       
    54 LIBRARY         upnpipserversutils.lib
       
    55 LIBRARY         ssdpserver.lib
       
    56 LIBRARY         avcontrolframework.lib
       
    57 LIBRARY         upnpserviceframework.lib
       
    58 LIBRARY         upnpcontrolpointbase.lib
       
    59 
       
    60 //XML
       
    61 LIBRARY         xmlengineutils.lib
       
    62 LIBRARY         xmlenginedom.lib
       
    63 LIBRARY         estlib.lib 
       
    64 
       
    65 // file server
       
    66 LIBRARY         efsrv.lib
       
    67 LIBRARY         estor.lib
       
    68 
       
    69 LIBRARY         flogger.lib
       
    70 
       
    71 // End of file