upnpsharing/upnpcontentserver/group/upnpcontentserverclient.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:      Project definition file for project upnpcontentserverclient
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include "../../../group/upnpplatformvar.hrh"
       
    23 
       
    24 #include "defaultcaps.hrh"
       
    25 
       
    26 TARGET          upnpcontentserverclient.dll
       
    27 TARGETTYPE      dll
       
    28 
       
    29 UID             0x1000008d 0x20007565
       
    30 CAPABILITY      CAP_CLIENT_DLL
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 // SIS installation + IAD support
       
    34 VERSION 10.1
       
    35 paged
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          upnpcontentserverclient.cpp
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../../../inc
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         efsrv.lib
       
    47 LIBRARY         estor.lib
       
    48 LIBRARY         bafl.lib //CDesC8Array
       
    49 
       
    50 DEBUGLIBRARY    flogger.lib
       
    51 
       
    52 // End of file