xdmprotocols/XcapProtocol/XcapOperations/group/XcapOperations.mmp
branchRCL_3
changeset 35 fbd2e7cec7ef
parent 0 c8caa15ef882
child 23 77cb48a03620
equal deleted inserted replaced
34:2669f8761a99 35:fbd2e7cec7ef
       
     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:  XcapOperations.dll from XcapOperations.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                          xcapoperations.dll
       
    23 UID                             0x10009D8D 0x10207410
       
    24 CAPABILITY                      CAP_ECOM_PLUGIN
       
    25 VENDORID                        VID_DEFAULT
       
    26 TARGETTYPE                      PLUGIN
       
    27 
       
    28 SOURCEPATH                      ../src
       
    29 
       
    30 START RESOURCE                  10207410.rss
       
    31 
       
    32 TARGET                          xcapoperations.rsc                                                                
       
    33 
       
    34 END
       
    35 
       
    36 SOURCE                          XcapAddition.cpp
       
    37 SOURCE                          XcapDeletion.cpp
       
    38 SOURCE                          XcapRetrieval.cpp
       
    39 SOURCE                          XcapInsertion.cpp
       
    40 SOURCE                          XcapUriParser.cpp
       
    41 SOURCE                          XcapReplacement.cpp
       
    42 SOURCE                          XcapHttpOperation.cpp
       
    43 SOURCE                          XcapOperationFactory.cpp
       
    44 
       
    45 //Internal
       
    46 USERINCLUDE                     ../inc
       
    47 USERINCLUDE                     ../../inc
       
    48 USERINCLUDE                     ../../../inc
       
    49 USERINCLUDE                     ../../XcapCache/inc
       
    50 USERINCLUDE                     ../../XcapUtils/inc
       
    51 USERINCLUDE                     ../../XcapAppUsage/inc
       
    52 USERINCLUDE                     ../../XcapHttpTransport/inc
       
    53 
       
    54 //Common
       
    55 USERINCLUDE                     ../../../XdmXmlParser/inc
       
    56 
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 SYSTEMINCLUDE                   /epoc32/include/xml
       
    59 SYSTEMINCLUDE                   /epoc32/include/ecom
       
    60 SYSTEMINCLUDE                   ../../../../inc
       
    61 
       
    62 LIBRARY                         hal.lib
       
    63 LIBRARY                         ecom.lib
       
    64 LIBRARY                         efsrv.lib
       
    65 LIBRARY                         euser.lib
       
    66 
       
    67 LIBRARY                         inetprotutil.lib 
       
    68 
       
    69 LIBRARY                         flogger.lib
       
    70 LIBRARY                         xdmengine.lib
       
    71 LIBRARY                         xdmxmlparser.lib
       
    72 LIBRARY                         xcapprotocol.lib
       
    73 LIBRARY                         xcapappusage.lib
       
    74 LIBRARY                         xcapcacheclient.lib
       
    75 LIBRARY                         xcaphttptransport.lib
       
    76 
       
    77 #if defined( ARMCC )
       
    78 DEFFILE ../eabi/ 
       
    79 #elif defined ( WINSCW )
       
    80 deffile ../BWINSCW/ 
       
    81 #elif defined (WINS )
       
    82 deffile ../BWINS/ 
       
    83 #endif
       
    84 
       
    85