calendarui/organizerplugin/aiagendapluginengine/group/AgendaPluginEngine.mmp
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2002 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:  This is a project specification file for agenda plugin engine.
       
    15  *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../inc/aiagendapluginengineuids.hrh"
       
    21 
       
    22 //Activate this macro to get traces
       
    23 //MACRO           TRACE_ENTRY_EXIT_POINT
       
    24 //MACRO           TRACE_MODULE_AIAGENDAPLUGINENGINE
       
    25 
       
    26 TARGET          aiagendapluginengine.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D KAIAgendaPluginEngineDllUid
       
    29 LANGUAGE_IDS
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          dllmain.cpp
       
    33 SOURCE          AIAgendaPluginEngine.cpp
       
    34 SOURCE          AIAgendaPluginEngineImpl.cpp
       
    35 SOURCE          EventExpirationTimer.cpp
       
    36 SOURCE          CalenEngine.cpp
       
    37 SOURCE          CalenAsyncCommands.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 USERINCLUDE     ../group
       
    41 USERINCLUDE     ../../inc
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SOURCEPATH      ../data
       
    46 
       
    47 // ECom resource
       
    48 START RESOURCE  aiagendapluginengine.rss
       
    49 TARGET          aiagendapluginengine.rsc
       
    50 END
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         bafl.lib
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         calinterimapi.lib
       
    56 LIBRARY         calensvrclient.lib
       
    57 LIBRARY         calencommonutils.lib
       
    58 
       
    59 VENDORID        VID_DEFAULT
       
    60 CAPABILITY      CAP_ECOM_PLUGIN
       
    61 
       
    62 
       
    63 // End of File