connectivitymodules/SeCon/wbxml/conmlhandler/bld/sconconmlhandler.mmp
branchRCL_3
changeset 20 4a793f564d72
parent 0 d0791faffa3f
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
       
     1 /*
       
     2 * Copyright (c) 2002-2009 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:  ConML Parser and generator
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 VENDORID        VID_DEFAULT
       
    23 CAPABILITY      CAP_GENERAL_DLL
       
    24 
       
    25 TARGETPATH      sys/bin
       
    26 
       
    27 TARGET          sconconmlhandler.dll
       
    28 TARGETTYPE      DLL
       
    29 UID             0x10009D8D 0x101F99FA
       
    30 
       
    31 #if defined(ARMCC)
       
    32 DEFFILE	./def/eabi
       
    33 #elif defined(WINSCW) 
       
    34 DEFFILE	./def/bwinscw
       
    35 #elif defined(WINS)
       
    36 DEFFILE	./def/bwins
       
    37 #elif defined(ARM)
       
    38 DEFFILE	./def/bmarm
       
    39 #endif
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          sconconmlhandler.cpp
       
    43 SOURCE          sconxmlelement.cpp
       
    44 SOURCE          sconconmlgenerator.cpp
       
    45 SOURCE          sconconmldtd.cpp
       
    46 SOURCE          sconxmlworkspace.cpp
       
    47 
       
    48 USERINCLUDE     ../inc
       
    49 USERINCLUDE     ../../../inc
       
    50 
       
    51 // Default system include paths for middleware layer modules.
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 SYSTEMINCLUDE   /epoc32/include/libc 
       
    54 
       
    55 LANG            SC
       
    56 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         estor.lib
       
    59 DEBUGLIBRARY    flogger.lib