xml/xmlfw/group/xmlcustomresolver.mmp
changeset 0 e35f40988205
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 // Copyright (c) 2005-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 // xmlcustomresolver.dll generic xml parser framework
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET 			xmlcustomresolver.dll
       
    23 CAPABILITY 		ProtServ
       
    24 TARGETTYPE 		plugin
       
    25 
       
    26 // XML Framework DLL
       
    27 UID 			0x10009D8D 0x10273861
       
    28 VENDORID 		0x70000001
       
    29 
       
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 
       
    32 USERINCLUDE		../src/customresolver
       
    33 USERINCLUDE		../inc
       
    34 
       
    35 SOURCEPATH		../src/customresolver
       
    36 SOURCE			customresolver.cpp
       
    37 SOURCE			customresolverproxy.cpp
       
    38 
       
    39 START RESOURCE 	10273861.rss
       
    40 TARGET 			xmlcustomresolver.rsc
       
    41 END
       
    42 
       
    43 LIBRARY			euser.lib
       
    44 LIBRARY			ecom.lib
       
    45 LIBRARY			xmlframework.lib
       
    46 
       
    47 
       
    48 SMPSAFE