xdmprotocols/LocalProtocol/group/LocalProtocol.mmp
branchGCC_SURGE
changeset 28 d9861ae9169c
parent 23 77cb48a03620
parent 26 04ca1926b01c
equal deleted inserted replaced
23:77cb48a03620 28:d9861ae9169c
     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: LocalProtocol.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                          localprotocol.dll
       
    23 UID                             0x10009D8D 0x10207458
       
    24 CAPABILITY                      CAP_ECOM_PLUGIN
       
    25 VENDORID                        VID_DEFAULT
       
    26 TARGETTYPE                      PLUGIN
       
    27 
       
    28 SOURCEPATH                      ../src
       
    29 
       
    30 START RESOURCE                  10207458.rss
       
    31 
       
    32 TARGET                          localprotocol.rsc
       
    33 
       
    34 END
       
    35 
       
    36 SOURCE                          LocalProtocol.cpp
       
    37 SOURCE                          LocalDocument.cpp
       
    38 SOURCE                          LocalDirectory.cpp
       
    39 SOURCE                          LocalDocumentNode.cpp
       
    40 SOURCE                          LocalNodeAttribute.cpp
       
    41 SOURCE                          LocalDirectoryEntry.cpp
       
    42 
       
    43 //Sources common to all protocols
       
    44 SOURCEPATH                      ../../src
       
    45 SOURCE                          XdmNamespace.cpp
       
    46 
       
    47 USERINCLUDE                     ../inc
       
    48 USERINCLUDE                     ../../inc
       
    49 USERINCLUDE                     ../../XdmXmlParser/inc
       
    50 
       
    51 
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 SYSTEMINCLUDE                   /epoc32/include/xml
       
    54 SYSTEMINCLUDE                   /epoc32/include/ecom
       
    55 SYSTEMINCLUDE                   ../../../inc
       
    56 
       
    57 LIBRARY                         hal.lib
       
    58 LIBRARY                         ecom.lib
       
    59 LIBRARY                         efsrv.lib
       
    60 LIBRARY                         euser.lib
       
    61 LIBRARY                         flogger.lib
       
    62 LIBRARY                         charconv.lib
       
    63 LIBRARY                         xdmengine.lib
       
    64 LIBRARY                         xdmxmlparser.lib
       
    65 
       
    66 #if defined( EABI )
       
    67 DEFFILE ../eabi/ 
       
    68 #elif defined ( WINSCW )
       
    69 deffile ../bwinscw/ 
       
    70 #elif defined (WINS )
       
    71 deffile ../bwins/ 
       
    72 #endif
       
    73 
       
    74