xml/xmlexpatparser/group/xmlparserplugin.mmp
changeset 0 e35f40988205
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // xmlparserplugin.dll xml parser plugin
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET			xmlparserplugin.dll
       
    23 CAPABILITY		All -Tcb
       
    24 TARGETTYPE		plugin
       
    25 
       
    26 // ECom Plugin Dll UID followed by the unique UID for this dll
       
    27 // Assigned to UID2 and UID3 respectively
       
    28 UID				0x10009D8D 0x101FAA0A
       
    29 VENDORID		0x70000001
       
    30 
       
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    33 
       
    34 USERINCLUDE		../src
       
    35 USERINCLUDE		../src/expat-1.95.5/lib
       
    36 
       
    37 SOURCEPATH		../src
       
    38 SOURCE			xmlparserplugin.cpp
       
    39 SOURCE			cexpat.cpp
       
    40 
       
    41 START RESOURCE	101FAA0A.rss
       
    42 TARGET			xmlparserplugin.rsc
       
    43 END
       
    44 
       
    45 SOURCEPATH		../src/expat-1.95.5/lib
       
    46 SOURCE			xmlparse.c
       
    47 SOURCE			xmlrole.c
       
    48 SOURCE			xmltok.c
       
    49 
       
    50 LIBRARY			bafl.lib
       
    51 LIBRARY			estlib.lib
       
    52 LIBRARY			euser.lib
       
    53 LIBRARY			xmlframework.lib
       
    54 
       
    55 SMPSAFE