upnpavcontroller/upnpxmlparser/group/upnpxmlparser.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 specification for XmlParser
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include "../../../group/upnpplatformvar.hrh"
       
    24 
       
    25 // Build target
       
    26 TARGET          upnpxmlparser.dll
       
    27 TARGETTYPE      DLL
       
    28 UID             0x1000008D 0x200075D7
       
    29 
       
    30 // Platform security
       
    31 CAPABILITY      CAP_GENERAL_DLL
       
    32 VENDORID        VID_DEFAULT
       
    33 
       
    34 VERSION         10.1
       
    35 paged
       
    36 
       
    37 // Include paths
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE     ../../inc
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 USERINCLUDE   ../../../inc
       
    43 
       
    44 // Sources
       
    45 SOURCEPATH      ../src
       
    46 SOURCE          upnpxmlparser.cpp
       
    47 SOURCE          upnpxmlparserlite.cpp
       
    48 SOURCE          upnpitemtoxml.cpp
       
    49 SOURCE          upnpxmleventparser.cpp
       
    50 SOURCE          upnpobjectlite.cpp
       
    51 SOURCE          upnpxmlstringutility.cpp
       
    52 
       
    53 // Core platform
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         bafl.lib
       
    56 LIBRARY         estor.lib 
       
    57 
       
    58 // XML
       
    59 LIBRARY         xmlframework.lib
       
    60 
       
    61 // S60 Upnp Stack
       
    62 LIBRARY         upnpavobjects.lib
       
    63 LIBRARY         upnpipserversutils.lib
       
    64 
       
    65 // upnp framework
       
    66 LIBRARY         upnputilities.lib
       
    67 LIBRARY         upnpavcontrollerhelper.lib
       
    68 
       
    69 DEBUGLIBRARY    flogger.lib
       
    70 
       
    71 // End of file