presadap12/Parser2/Group/AdapParser.mmp
branchRCL_3
changeset 13 a941bc465d9f
parent 0 094583676ce7
equal deleted inserted replaced
12:6ca72c0fe49a 13:a941bc465d9f
       
     1 /*
       
     2 * Copyright (c) 2006 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:  ImpsAdapParser.dll project definition file.
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 
       
    22 #if defined (_DEBUG)
       
    23 MACRO __SERIALIZER_TAG_NAME_ASSERT
       
    24 #endif      //_DEBUG
       
    25 
       
    26 
       
    27 TARGET          ImpsAdapParser.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008d 0x10282EEB
       
    30 CAPABILITY      CAP_GENERAL_DLL
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 EXPORTUNFROZEN
       
    34 
       
    35 
       
    36 SOURCEPATH      ../SrcXmlParser
       
    37 SOURCE          CPEngXMLParser.cpp
       
    38 SOURCE          CPEngParserStack.cpp
       
    39 SOURCE          PEngXMLParserFactory.cpp
       
    40 
       
    41 
       
    42 
       
    43 SOURCEPATH      ../SrcXmlSerializer
       
    44 SOURCE          PEngXMLSerializerFactory.cpp
       
    45 SOURCE          CPEngXmlSerializer.cpp
       
    46 SOURCE          TPEngWriter.cpp
       
    47 
       
    48 
       
    49 SOURCEPATH      ../SrcCommon
       
    50 
       
    51 
       
    52 USERINCLUDE     ../Inc
       
    53 USERINCLUDE     ../SrcCommon
       
    54 
       
    55 //USERINCLUDE     ../../../../presenceengine/PECengine/TransactionFramework2/Inc
       
    56 //USERINCLUDE     ../../../../presenceengine/PECengine/CoreUtilsLib2/Inc
       
    57 //USERINCLUDE     ../../../../presenceengine/PECengine/Group
       
    58 
       
    59 
       
    60 // Default system include paths for application layer modules.
       
    61 APP_LAYER_SYSTEMINCLUDE
       
    62 SYSTEMINCLUDE   /epoc32/include/libc
       
    63 
       
    64 SYSTEMINCLUDE     ../Inc
       
    65 
       
    66 //SYSTEMINCLUDE   ../../../../presenceengine/PECengine/IncPresenceModel
       
    67 //SYSTEMINCLUDE   ../../../../presenceengine/PECengine/IncApi
       
    68 //Relative system include for groupcommunications/inc
       
    69 SYSTEMINCLUDE       ../../../inc
       
    70 
       
    71 
       
    72 LIBRARY         euser.lib       // base
       
    73 LIBRARY         bafl.lib        // arrays
       
    74 LIBRARY         cxmlparser.lib  // cXML Toolkit
       
    75 LIBRARY         charconv.lib    // utf converter
       
    76 LIBRARY         imut.lib        // base64 converter
       
    77