xdmprotocols/XcapProtocol/group/XcapProtocol.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: XdmProtocol.dll from XdmProtocol.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                          xcapprotocol.dll
       
    23 UID                             0x10009D8D 0x1020740F
       
    24 CAPABILITY                      CAP_ECOM_PLUGIN
       
    25 VENDORID                        VID_DEFAULT
       
    26 TARGETTYPE                      PLUGIN
       
    27 
       
    28 SOURCEPATH                      ../src
       
    29 
       
    30 START RESOURCE                  1020740F.rss
       
    31 
       
    32 TARGET                          xcapprotocol.rsc                                                                
       
    33  
       
    34 END
       
    35 
       
    36 SOURCE                          XcapProtocol.cpp
       
    37 SOURCE                          XcapDocument.cpp
       
    38 SOURCE                          XcapDirectory.cpp
       
    39 SOURCE                          XcapDocumentNode.cpp
       
    40 SOURCE                          XcapNodeAttribute.cpp
       
    41 
       
    42 //Sources common to all protocols
       
    43 SOURCEPATH                      ../../src
       
    44 SOURCE                          XdmNamespace.cpp
       
    45 SOURCE                          XdmShutdownTimer.cpp
       
    46 
       
    47 //Internal XCAP includes
       
    48 USERINCLUDE                     ../XcapUtils/inc
       
    49 USERINCLUDE                     ../XcapCache/inc
       
    50 USERINCLUDE                     ../XcapAppUsage/inc
       
    51 USERINCLUDE                     ../XcapOperations/inc
       
    52 USERINCLUDE                     ../XcapHttpTransport/inc
       
    53 
       
    54 //Common XDM includes
       
    55 USERINCLUDE                     ../inc
       
    56 USERINCLUDE                     ../../inc
       
    57 USERINCLUDE                     ../../XdmXmlParser/inc
       
    58 
       
    59 MW_LAYER_SYSTEMINCLUDE
       
    60 SYSTEMINCLUDE                   /epoc32/include/xml
       
    61 SYSTEMINCLUDE                   /epoc32/include/ecom
       
    62 SYSTEMINCLUDE                   ../../../inc
       
    63 
       
    64 LIBRARY                         hal.lib
       
    65 LIBRARY                         ecom.lib
       
    66 LIBRARY                         efsrv.lib
       
    67 LIBRARY                         euser.lib
       
    68 LIBRARY                         charconv.lib
       
    69 LIBRARY                         xdmengine.lib
       
    70 LIBRARY                         xdmxmlparser.lib
       
    71 LIBRARY                         xdmsettingsapi.lib
       
    72 LIBRARY                         msgconnmanager.lib
       
    73 LIBRARY                         xcapcacheclient.lib
       
    74 LIBRARY                         xcaphttptransport.lib
       
    75 LIBRARY                         xcaputils.lib
       
    76 DEBUGLIBRARY                    flogger.lib
       
    77 
       
    78 
       
    79 #if defined( ARMCC )
       
    80 DEFFILE ../eabi/ 
       
    81 #elif defined ( WINSCW )
       
    82 deffile ../bwinscw/ 
       
    83 #elif defined (WINS )
       
    84 deffile ../bwins/ 
       
    85 #endif
       
    86 
       
    87