syncmlfw/common/xml/bld/nsmlxml.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2002 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:  mmp file for XML parser/generator
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "defaultcaps.hrh"
       
    20 
       
    21 CAPABILITY 	CAP_GENERAL_DLL
       
    22 VENDORID 	VID_DEFAULT
       
    23 TARGET          nsmlxml.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d 0x101F6DF0
       
    26 
       
    27 #if defined(ARMCC)
       
    28 DEFFILE		./DEF/eabi
       
    29 #elif defined(WINSCW)
       
    30 DEFFILE		./DEF/bwinscw
       
    31 #elif defined(WINS)
       
    32 DEFFILE		./DEF/bwins
       
    33 #else
       
    34 DEFFILE		./DEF/bmarm
       
    35 #endif
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SYSTEMINCLUDE   /epoc32/include/libc
       
    40 USERINCLUDE ../../inc
       
    41 
       
    42 // generic
       
    43 USERINCLUDE	../inc
       
    44 USERINCLUDE	../../wbxml/inc
       
    45 USERINCLUDE	../../wbxml/inc/syncml
       
    46 SOURCEPATH      ../src
       
    47 SOURCE          XMLParser.cpp
       
    48 SOURCE          XMLGenerator.cpp
       
    49 SOURCE          Wbxml2xmlconverter.cpp
       
    50 
       
    51 // SyncML
       
    52 USERINCLUDE	../inc/syncml
       
    53 SOURCEPATH      ../src/syncml
       
    54 SOURCE		XMLSyncMLParser.cpp
       
    55 SOURCE		XMLSyncMLGenerator.cpp
       
    56 
       
    57 // DevInf
       
    58 USERINCLUDE	../inc/devinf
       
    59 USERINCLUDE	../../wbxml/inc/devinf
       
    60 SOURCEPATH      ../src/devinf
       
    61 SOURCE		XMLDevInfParser.cpp
       
    62 SOURCE		XMLDevInfGenerator.cpp
       
    63 
       
    64 LIBRARY         nsmlwbxml.lib euser.lib estor.lib
       
    65 
       
    66 #ifdef ARMCC
       
    67 LIBRARY ECOM.LIB
       
    68 #endif
       
    69 
       
    70 SMPSAFE