calendarui/caldav/group/calencaldavplugin.mmp
branchRCL_3
changeset 6 5a04f2ceabfe
parent 1 4927282092b4
child 19 b752ea878caa
equal deleted inserted replaced
5:42814f902fe6 6:5a04f2ceabfe
       
     1 /*
       
     2 * Copyright (c) 2010 Sun Microsystems, Inc. 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 Contributor:
       
    10 * Maximilian Odendahl
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description: This is the project specification file for the
       
    15 *				Caldav ECOM plugin, integrates into calendar app
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../inc/CalDavUids.h"
       
    21 				
       
    22 TARGET          calencaldavplugin.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             SYMBIAN_ECOM_PLUGIN_UID CALENCALDAVPLUGIN_DLL_UID
       
    25 
       
    26 CAPABILITY      CAP_APPLICATION
       
    27 
       
    28 //Includes
       
    29 USERINCLUDE     ../inc
       
    30 USERINCLUDE     ../../inc
       
    31 
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 SYSTEMINCLUDE   ../../../inc
       
    34 SYSTEMINCLUDE   /epoc32/include/
       
    35 SYSTEMINCLUDE   /epoc32/include/ecom
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          calencaldavplugin.cpp
       
    39 SOURCE 			calencaldavpluginProxy.cpp
       
    40 SOURCE 			caldavsettingitems.cpp
       
    41 
       
    42 USERINCLUDE     ../../settings/settingsui/inc
       
    43 SOURCEPATH ../../settings/settingsui/src
       
    44 SOURCE calennestedsettingitem.cpp
       
    45 SOURCE calennestedsettingdialog.cpp
       
    46 
       
    47 // Resources
       
    48 SOURCEPATH      ../data
       
    49 START RESOURCE 2002B503.rss
       
    50 	TARGET calencaldavplugin.rsc
       
    51 END
       
    52 
       
    53 START RESOURCE  ../data/calencaldavplugindata.rss
       
    54 HEADER
       
    55 TARGETPATH      RESOURCE_FILES_DIR
       
    56 LANGUAGE_IDS
       
    57 END
       
    58 
       
    59 LIBRARY			avkon.lib
       
    60 LIBRARY         calinterimapi.lib
       
    61 LIBRARY         cone.lib
       
    62 LIBRARY         ecom.lib
       
    63 LIBRARY         eikcoctl.lib
       
    64 LIBRARY         eikcore.lib
       
    65 LIBRARY         euser.lib
       
    66 LIBRARY         bafl.lib
       
    67 LIBRARY         CommonEngine.lib
       
    68 LIBRARY			eikdlg.lib 
       
    69 LIBRARY			hlplch.lib 
       
    70 LIBRARY			FeatMgr.lib
       
    71 LIBRARY         aknskins.lib
       
    72 LIBRARY         aknicon.lib
       
    73 LIBRARY         flogger.lib 
       
    74 LIBRARY         caldavclient.lib 
       
    75 LIBRARY         commdb.lib
       
    76 LIBRARY         cmmanager.lib
       
    77 LIBRARY			charconv.lib
       
    78 LIBRARY			esock.lib