XDMEngine/group/XdmEngine.mmp
branchRCL_3
changeset 17 2669f8761a99
parent 16 2580314736af
child 18 fbd2e7cec7ef
equal deleted inserted replaced
16:2580314736af 17:2669f8761a99
     1 /*
       
     2 * Copyright (c) 2005 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:   XDM Engine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                          xdmengine.dll
       
    23 UID                             0x1000008d 0x1020740E
       
    24 CAPABILITY                      CAP_GENERAL_DLL
       
    25 VENDORID                        VID_DEFAULT
       
    26 TARGETTYPE                      DLL				
       
    27 
       
    28 SOURCEPATH                      ../src
       
    29 
       
    30 SOURCE                          XdmEngine.cpp
       
    31 SOURCE                          XdmDocument.cpp
       
    32 SOURCE                          XdmDirectory.cpp
       
    33 SOURCE                          XdmLogWriter.cpp
       
    34 SOURCE                          XdmStaticUtils.cpp
       
    35 SOURCE                          XdmCredentials.cpp
       
    36 SOURCE                          XdmProtocolInfo.cpp
       
    37 SOURCE                          XdmDocumentNode.cpp
       
    38 SOURCE                          XdmNodeAttribute.cpp
       
    39 
       
    40 USERINCLUDE                     ../inc
       
    41 USERINCLUDE                     ../../pressrv_dom/xdm_api/inc
       
    42 //USERINCLUDE                     ../XdmSettingsApi/inc
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE                   /epoc32/include/ecom
       
    46 
       
    47 LIBRARY                         ecom.lib
       
    48 LIBRARY                         efsrv.lib
       
    49 LIBRARY                         euser.lib
       
    50 LIBRARY                         charconv.lib
       
    51 LIBRARY                         flogger.lib
       
    52 LIBRARY                         xdmsettingsapi.lib
       
    53 LIBRARY                         inetprotutil.lib
       
    54 
       
    55 
       
    56 #if defined( ARMCC )
       
    57 DEFFILE ../eabi/ 
       
    58 #elif defined ( WINSCW )
       
    59 deffile ../BWINSCW/ 
       
    60 #elif defined (WINS )
       
    61 deffile ../bwins/ 
       
    62 #endif
       
    63 
       
    64