xdmprotocols/LocalProtocol/LocalOperations/group/LocalOperations.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: LocalOperations.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                          localoperations.dll
       
    23 UID                             0x10009D8D 0x10275086
       
    24 CAPABILITY                      CAP_ECOM_PLUGIN
       
    25 VENDORID                        VID_DEFAULT
       
    26 TARGETTYPE                      PLUGIN
       
    27 
       
    28 SOURCEPATH                      ../src
       
    29 
       
    30 START RESOURCE                  10275086.rss
       
    31  
       
    32     TARGET                      localoperations.rsc
       
    33  
       
    34 END
       
    35 
       
    36 SOURCE                          LocalAddition.cpp
       
    37 SOURCE                          LocalDeletion.cpp
       
    38 SOURCE                          LocalRetrieval.cpp
       
    39 SOURCE                          LocalReplacement.cpp
       
    40 SOURCE                          LocalOperationBase.cpp
       
    41 SOURCE                          LocalOperationFactory.cpp
       
    42 
       
    43 USERINCLUDE                     ../inc
       
    44 USERINCLUDE                     ../../inc
       
    45 USERINCLUDE                     ../../../inc
       
    46 
       
    47 //Parser
       
    48 USERINCLUDE                     ../../../XdmXmlParser/inc
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 SYSTEMINCLUDE                   /epoc32/include/xml
       
    52 SYSTEMINCLUDE                   /epoc32/include/ecom
       
    53 SYSTEMINCLUDE                   ../../../../inc
       
    54 
       
    55 LIBRARY                         hal.lib
       
    56 LIBRARY                         ecom.lib
       
    57 LIBRARY                         efsrv.lib
       
    58 LIBRARY                         euser.lib
       
    59 LIBRARY                         xdmengine.lib
       
    60 LIBRARY                         xdmxmlparser.lib
       
    61 LIBRARY                         localprotocol.lib
       
    62 
       
    63 #if defined( ARMCC )
       
    64 DEFFILE ../eabi/ 
       
    65 #elif defined ( WINSCW )
       
    66 deffile ../BWINSCW/ 
       
    67 #elif defined (WINS )
       
    68 deffile ../BWINS/ 
       
    69 #endif
       
    70 
       
    71