logsui/group/LogsIndicatorPlugin.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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:  This is a project specification file for Logs plugin for Missed calls 
       
    15  *                Universal indicator tap support.
       
    16  *
       
    17 */
       
    18 
       
    19 
       
    20 #include        <data_caging_paths.hrh>
       
    21 #include        <platform_paths.hrh>   // for APP_LAYER_SYSTEMINCLUDE macro
       
    22 
       
    23 //Activate these macros to get traces
       
    24 //MACRO           TRACE_ENTRY_EXIT_POINT
       
    25 //MACRO           TRACE_MODULE_LOGSINDICATORPLUGIN
       
    26 
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 TARGET          LogsIndicatorPlugin.dll
       
    29 TARGETTYPE      PLUGIN 
       
    30 UID             0x10009D8D  0x102824AD    //ECom Dll recognition and Logs Indicator Plugin dll UID  
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 SOURCEPATH      ../LogsIndicatorPlugin
       
    34 SOURCE          CLogsIndicatorPlugin.cpp
       
    35 SOURCE          CLogsIndicatorPluginTable.cpp
       
    36 
       
    37 
       
    38 // ECOM resource definition. TARGET name must be same as DLL name
       
    39 SOURCEPATH      ../LogsIndicatorPlugin
       
    40 START RESOURCE  102824AD.rss          //Plugin registration data
       
    41 TARGET          LogsIndicatorPlugin.rsc
       
    42 END
       
    43 
       
    44 
       
    45 // Userincludes
       
    46 USERINCLUDE     ../LogsIndicatorPlugin 
       
    47 USERINCLUDE     ../group
       
    48 USERINCLUDE     ../EngineInc
       
    49 
       
    50 SYSTEMINCLUDE   /epoc32/include/ecom
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 // Dependencies to system components
       
    54 
       
    55 LIBRARY         cone.lib
       
    56 LIBRARY         euser.lib 
       
    57 LIBRARY         eikcore.lib
       
    58 LIBRARY         apparc.lib
       
    59 LIBRARY         apgrfx.lib
       
    60 LIBRARY         ecom.lib    
       
    61 LIBRARY         avkon.lib 
       
    62 LIBRARY         commonengine.lib                // StringLoader
       
    63 LIBRARY         bafl.lib 
       
    64 LIBRARY         efsrv.lib 
       
    65 LIBRARY         centralrepository.lib
       
    66 LIBRARY         PlatformEnv.lib
       
    67 LIBRARY         cenrepnotifhandler.lib
       
    68 DEBUGLIBRARY    flogger.lib
       
    69 // End of File