calendarui/settings/GsPlugin/group/calengsplugin.mmp
branchRCL_3
changeset 66 bd7edf625bdd
parent 0 f979ecb2b13e
equal deleted inserted replaced
65:12af337248b1 66:bd7edf625bdd
       
     1 /*
       
     2 * Copyright (c) 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:  
       
    15 *        This is project specification file for Calendar GS Plugin.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>    
       
    22 
       
    23 CAPABILITY          CAP_ECOM_PLUGIN
       
    24 TARGET              calengsplugin.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D 0x1020E8B8
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 //MACRO _PIM_FILE_LOG
       
    30 //MACRO TRACE_ENTRY_EXIT_POINT
       
    31 //MACRO _DISPLAY_WARNINGS
       
    32 
       
    33 
       
    34 SOURCEPATH          ../src
       
    35 SOURCE              CalenGsPluginImplementationTable.cpp
       
    36 SOURCE              calengsplugin.cpp      
       
    37 SOURCE              calengsplugincontainer.cpp
       
    38 SOURCE              calendummyservices.cpp
       
    39 
       
    40 USERINCLUDE         ../inc
       
    41 USERINCLUDE         ../data
       
    42 USERINCLUDE         ../../../inc
       
    43 USERINCLUDE         ../../../application/inc
       
    44 USERINCLUDE         ../../../cenrep
       
    45 
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 SYSTEMINCLUDE   ../../../../inc
       
    48 SYSTEMINCLUDE       /epoc32/include/ecom
       
    49 
       
    50 SOURCEPATH          ../data
       
    51 
       
    52 // ECOM resource definition
       
    53 START RESOURCE      1020E8B8.rss 
       
    54 TARGET              calengsplugin.rsc 
       
    55 END // ECOM resource definition
       
    56 
       
    57 LANGUAGE_IDS
       
    58 
       
    59 LIBRARY             aknskins.lib
       
    60 LIBRARY             avkon.lib
       
    61 LIBRARY             bafl.lib
       
    62 LIBRARY             calencustomisationmanager.lib
       
    63 LIBRARY             calenglobaldata.lib
       
    64 LIBRARY             calensettingsui.lib
       
    65 LIBRARY             commonengine.lib    // RConeResourceLoader
       
    66 LIBRARY             cone.lib 
       
    67 LIBRARY             ecom.lib
       
    68 LIBRARY             efsrv.lib
       
    69 LIBRARY             eikcore.lib 
       
    70 LIBRARY             euser.lib
       
    71 LIBRARY             featmgr.lib           // Feature manager 
       
    72 LIBRARY             gsecomplugin.lib
       
    73 LIBRARY             gsframework.lib
       
    74 LIBRARY             gslistbox.lib       // CGSListBoxItemTextArray
       
    75 LIBRARY             hlplch.lib            // for "Help" options menu
       
    76 LIBRARY             platformenv.lib
       
    77 
       
    78 // File logging
       
    79 LIBRARY flogger.lib
       
    80 LIBRARY aknnotify.lib
       
    81 
       
    82 
       
    83 //  - used only by Codewarrior for convenience.
       
    84 DOCUMENT            1020E8B8.rss
       
    85 // End of File