upnpavcontroller/upnpxmlparser/group/upnpxmlparser.mmp
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
     1 /*
     1 /*
     2 * Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2007, 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:      Project specification for XmlParser
    14 * Description:      Project specification for XmlParser
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
    17 
    23 #include "../../../group/upnpplatformvar.hrh"
    18 #include "../../../group/upnpplatformvar.hrh"
    24 
    19 
    25 // Build target
    20 // Build target
    26 TARGET          upnpxmlparser.dll
    21 TARGET          upnpxmlparser.dll
    47 SOURCE          upnpxmlparserlite.cpp
    42 SOURCE          upnpxmlparserlite.cpp
    48 SOURCE          upnpitemtoxml.cpp
    43 SOURCE          upnpitemtoxml.cpp
    49 SOURCE          upnpxmleventparser.cpp
    44 SOURCE          upnpxmleventparser.cpp
    50 SOURCE          upnpobjectlite.cpp
    45 SOURCE          upnpobjectlite.cpp
    51 SOURCE          upnpxmlstringutility.cpp
    46 SOURCE          upnpxmlstringutility.cpp
       
    47 SOURCE          upnpavtevent.cpp
    52 
    48 
    53 // Core platform
    49 // Core platform
    54 LIBRARY         euser.lib
    50 LIBRARY         euser.lib
    55 LIBRARY         bafl.lib
    51 LIBRARY         bafl.lib
    56 LIBRARY         estor.lib 
    52 LIBRARY         estor.lib 
    57 
    53 
    58 // XML
    54 // XML
    59 LIBRARY         xmlframework.lib
    55 LIBRARY         xmlframework.lib
    60 
    56 
    61 // S60 Upnp Stack
    57 // S60 Upnp Stack
    62 LIBRARY         upnpavobjects.lib
       
    63 LIBRARY         upnpipserversutils.lib
    58 LIBRARY         upnpipserversutils.lib
    64 
    59 
    65 // upnp framework
    60 // dlnasrv
       
    61 LIBRARY         upnpavobjects.lib
    66 LIBRARY         upnputilities.lib
    62 LIBRARY         upnputilities.lib
    67 LIBRARY         upnpavcontrollerhelper.lib
    63 LIBRARY         upnpavcontrollerhelper.lib
    68 
    64 
    69 DEBUGLIBRARY    flogger.lib
    65 DEBUGLIBRARY    flogger.lib
    70 
    66