simpleengine/xmlutils/group/simplexmlutils.mmp
changeset 0 c8caa15ef882
equal deleted inserted replaced
-1:000000000000 0:c8caa15ef882
       
     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:    Project definition file for simplexmlutils
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET                          simplexmlutils.dll
       
    25 TARGETTYPE                      dll
       
    26 UID                             0x1000008d 0x10281EED
       
    27 CAPABILITY                      CAP_GENERAL_DLL
       
    28 VENDORID                        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH                      ../src
       
    31 SOURCE                          simplecontent.cpp
       
    32 SOURCE                          simplebasedocument.cpp
       
    33 SOURCE                          simpledocument.cpp
       
    34 SOURCE                          simpleelement.cpp
       
    35 SOURCE                          simpleattribute.cpp
       
    36 SOURCE                          simplenamespace.cpp
       
    37 SOURCE                          simplefilter.cpp
       
    38 SOURCE                          simplewinfo.cpp
       
    39 SOURCE                          simplemeta.cpp
       
    40 SOURCE                          simplepresencelist.cpp
       
    41 SOURCE                          simplexmlfactory.cpp
       
    42 
       
    43 USERINCLUDE                     ../inc
       
    44 USERINCLUDE                     ../../api
       
    45 USERINCLUDE                     ../../inc
       
    46 USERINCLUDE                     ../../siputils/inc
       
    47 
       
    48 // default system include paths for middleware layer modules
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 SYSTEMINCLUDE                   /epoc32/include/libc
       
    51 
       
    52 DEBUGLIBRARY                    flogger.lib
       
    53 DEBUGLIBRARY                    efsrv.lib   // file server
       
    54 DEBUGLIBRARY                    apparc.lib
       
    55 LIBRARY                         euser.lib
       
    56 LIBRARY                         estor.lib
       
    57 LIBRARY                         senxml.lib
       
    58 LIBRARY                         bafl.lib  // string pool
       
    59 LIBRARY                         multipartparser.lib
       
    60 LIBRARY                         imut.lib  // BASE64
       
    61 LIBRARY                         estlib.lib
       
    62 
       
    63