remotestoragefw/webdavaccessplugin/group/rsfwdavaccess.mmp
branchRCL_3
changeset 19 88ee4cf65e19
parent 16 87c71b25c937
child 20 1aa8c82cb4cb
equal deleted inserted replaced
16:87c71b25c937 19:88ee4cf65e19
     1 /*
       
     2 * Copyright (c) 2003-2006 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:  Project definition file for project WebDAV Access plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          rsfwdavaccess.dll
       
    21 TARGETTYPE      PLUGIN
       
    22 
       
    23 
       
    24 UID             0x10009D8D 0x101F9769
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    27 // Classes in webdavsession.cpp call many times
       
    28 // classes in propfindparser.cpp and lockqueryparser.cpp,
       
    29 // so in ideal case these should be linked next to each other
       
    30 // in the binary - don't know if the order here helps anything though....
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          rsfwdavproxy.cpp
       
    33 SOURCE          rsfwdavaccess.cpp
       
    34 SOURCE          rsfwdavaccesscontext.cpp
       
    35 SOURCE          rsfwdavfileinfo.cpp
       
    36 SOURCE          rsfwdavtransaction.cpp
       
    37 SOURCE          rsfwdavsession.cpp
       
    38 SOURCE          rsfwpropfindparser.cpp
       
    39 SOURCE          rsfwlockqueryparser.cpp
       
    40 SOURCEPATH      ../../MDebug/src
       
    41 SOURCE          mdebug.cpp
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 SYSTEMINCLUDE   ../../../inc
       
    45 SYSTEMINCLUDE   ../../inc
       
    46 SYSTEMINCLUDE   /epoc32/include/libc
       
    47 SYSTEMINCLUDE   /epoc32/include/ecom
       
    48 SYSTEMINCLUDE   /epoc32/include/networking // dns error codes
       
    49 USERINCLUDE     ../inc
       
    50 
       
    51 SOURCEPATH      ../data
       
    52 START RESOURCE  101f9769.rss 
       
    53 HEADER
       
    54 TARGET          rsfwdavaccess.rsc
       
    55 TARGETPATH      resource/plugins 
       
    56 END
       
    57 
       
    58 // RESOURCE  davaccess.rss
       
    59 
       
    60 LIBRARY         bafl.lib
       
    61 LIBRARY         ecom.lib
       
    62 LIBRARY         efsrv.lib
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         http.lib
       
    65 LIBRARY         inetprotutil.lib
       
    66 LIBRARY         rsfwcommon.lib
       
    67 LIBRARY         xmlframework.lib
       
    68 LIBRARY         flogger.lib