upnpframework/upnputilities/group/upnpconnmon.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
       
     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:  UPnP utilities project definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../../../group/upnpplatformvar.hrh"
       
    20 #include "../../../inc/upnpframeworkfeatures_mmp.hrh"
       
    21 
       
    22 
       
    23 // Build target
       
    24 TARGET          upnpconnmon.dll
       
    25 TARGETTYPE      DLL
       
    26 UID             0x1000008D 0x20029F5E
       
    27 
       
    28 // Platform security
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 // SIS installation + IAD support
       
    33 VERSION 10.1
       
    34 paged
       
    35 
       
    36 // Include paths
       
    37 USERINCLUDE     ../../inc
       
    38 USERINCLUDE     ../inc
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 // Sources
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          upnpconnectionmonitor.cpp
       
    45 
       
    46 // Core platform
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY         connmon.lib
       
    49 
       
    50 // debug logging facilities
       
    51 DEBUGLIBRARY    flogger.lib
       
    52 
       
    53 // End of file