upnpavcontrolpoint/avcpengineclient/group/avcpengineclient.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 AVCPEngineClient
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../../../group/upnpplatformvar.hrh"
       
    19 
       
    20 TARGET          avcpengineclient.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008d 0x101F977B
       
    23 CAPABILITY      CAP_CLIENT_DLL
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 VERSION         10.1
       
    27 paged
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 SOURCE          upnpavcpengineclient.cpp
       
    32 SOURCE          upnpavcpenginemsclient.cpp
       
    33 SOURCE          upnpavcpenginerfsclient.cpp
       
    34 SOURCE          upnpmetadata.cpp
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 USERINCLUDE   ../../../inc
       
    38 USERINCLUDE   ../../inc
       
    39 USERINCLUDE     ../inc
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         efsrv.lib
       
    43 LIBRARY         bafl.lib
       
    44 LIBRARY         insock.lib
       
    45 LIBRARY         estlib.lib
       
    46 
       
    47 LIBRARY         inetprotutil.lib
       
    48 LIBRARY         upnpipserversutils.lib
       
    49 //LibXml2
       
    50 LIBRARY         xmlengineutils.lib
       
    51 LIBRARY         xmlenginedom.lib
       
    52 
       
    53 // remote storage
       
    54 LIBRARY         rsfwcommon.lib
       
    55 LIBRARY         rsfwmountman.lib
       
    56 
       
    57 //to be removed when mountentry moved to mountman
       
    58 LIBRARY         rsfwmountstore.lib
       
    59 DEFFILE         AVCPEngineClient
       
    60 
       
    61 // End of file