syncmlfw/common/wbxml/bld/nsmlwbxml.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 WBXML.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "defaultcaps.hrh"
       
    21 
       
    22 
       
    23 CAPABILITY 	CAP_GENERAL_DLL
       
    24 VENDORID 	VID_DEFAULT
       
    25 TARGET          nsmlwbxml.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x101F6DF0
       
    28 
       
    29 #if defined(ARMCC)
       
    30 DEFFILE		./DEF/eabi
       
    31 #elif defined(WINSCW)
       
    32 DEFFILE		./DEF/bwinscw
       
    33 #elif defined(WINS)
       
    34 DEFFILE		./DEF/bwins
       
    35 #else
       
    36 DEFFILE		./DEF/bmarm
       
    37 #endif
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 SYSTEMINCLUDE   /epoc32/include/libc
       
    42 USERINCLUDE	../../inc
       
    43 
       
    44 // generic
       
    45 USERINCLUDE	../inc
       
    46 SOURCEPATH      ../src
       
    47 SOURCE		XMLElement.cpp
       
    48 SOURCE          XMLWorkspace.cpp
       
    49 SOURCE          XMLStaticWorkspace.cpp
       
    50 SOURCE          XMLDynamicWorkspace.cpp
       
    51 SOURCE          WBXMLParser.cpp
       
    52 SOURCE          WBXMLGenerator.cpp
       
    53 SOURCE          WBXMLAttributes.cpp
       
    54 
       
    55 // SyncML
       
    56 USERINCLUDE	../inc/syncml
       
    57 SOURCEPATH      ../src/syncml
       
    58 SOURCE		smldtd.cpp
       
    59 SOURCE		smlmetinfdtd.cpp
       
    60 SOURCE		WBXMLSyncMLParser.cpp
       
    61 SOURCE		WBXMLSyncMLGenerator.cpp
       
    62 
       
    63 // DevInf
       
    64 USERINCLUDE	../inc/devinf
       
    65 SOURCEPATH      ../src/devinf
       
    66 SOURCE		smldevinfdtd.cpp
       
    67 SOURCE		WBXMLDevInfParser.cpp
       
    68 SOURCE		WBXMLDevInfGenerator.cpp
       
    69 
       
    70 LIBRARY         euser.lib estor.lib
       
    71 
       
    72 #ifdef ARMCC
       
    73 LIBRARY ECOM.LIB
       
    74 #endif
       
    75 
       
    76 SMPSAFE