logsui/group/LogsEng.mmp
changeset 0 e686773b3f54
child 68 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Include common Logs UID definition file
       
    20 #include <platform_paths.hrh>   // for APP_LAYER_SYSTEMINCLUDE macro
       
    21 
       
    22 //Activate these macros to get traces
       
    23 //MACRO           TRACE_ENTRY_EXIT_POINT
       
    24 //MACRO           TRACE_MODULE_LOGSENGINE
       
    25 
       
    26 TARGET          LogsEng.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008d 0x10282CE2
       
    29 
       
    30 //We use default capabilities (from defaultcaps.hrh)
       
    31 CAPABILITY      CAP_GENERAL_DLL
       
    32 VENDORID        VID_DEFAULT
       
    33 SOURCEPATH      ../EngineSrc
       
    34 
       
    35 // Source files
       
    36 SOURCE          CLogsEngine.cpp 
       
    37 SOURCE          CLogsModelFactory.cpp
       
    38 SOURCE          CLogsModel.cpp 
       
    39 SOURCE          CLogsEventGetter.cpp 
       
    40 SOURCE          CLogsReaderConfigFactory.cpp
       
    41 SOURCE          CLogsClearLogFactory.cpp
       
    42 SOURCE          CLogsConfigFactory.cpp
       
    43 SOURCE          CLogsGetEventFactory.cpp
       
    44 SOURCE          CLogsReaderFactory.cpp
       
    45 SOURCE          CLogsSharedDataFactory.cpp
       
    46 SOURCE          CLogsSystemAgentFactory.cpp
       
    47 SOURCE          CLogsBaseReader.cpp
       
    48 SOURCE          CLogsMainReader.cpp
       
    49 SOURCE          CLogsRecentReader.cpp
       
    50 SOURCE          CLogsClearLog.cpp
       
    51 SOURCE          CLogsReaderConfig.cpp
       
    52 SOURCE          CLogsBaseUpdater.cpp
       
    53 SOURCE          CLogsSMSEventUpdater.cpp
       
    54 SOURCE          CLogsEventUpdater.cpp
       
    55 SOURCE          CLogsConfig.cpp
       
    56 SOURCE          CLogsGetEvent.cpp
       
    57 SOURCE 	        CLogsClearDuplicates.cpp
       
    58 SOURCE          CLogsSharedData.cpp    
       
    59 SOURCE          CLogsSystemAgent.cpp
       
    60 SOURCE          CLogsEvent.cpp             
       
    61 SOURCE          CLogsClearNewMissed.cpp         
       
    62 SOURCE          DllMain.cpp
       
    63 SOURCE          CLogsEventData.cpp
       
    64 SOURCE          CLogsCntLinkChecker.cpp
       
    65 
       
    66 // Userincludes
       
    67 USERINCLUDE     ../EngineSrc ../EngineInc ../group
       
    68 
       
    69 APP_LAYER_SYSTEMINCLUDE
       
    70 
       
    71 // Dependencies to system components
       
    72 LIBRARY euser.lib 
       
    73 LIBRARY logcli.lib
       
    74 LIBRARY bafl.lib
       
    75 LIBRARY logwrap.lib
       
    76 LIBRARY commonengine.lib
       
    77 LIBRARY efsrv.lib
       
    78 
       
    79 LIBRARY VPbkEng.lib
       
    80 LIBRARY Pbk2Presentation.lib
       
    81 LIBRARY SysUtil.lib
       
    82 
       
    83 LIBRARY SSSettings.lib
       
    84 LIBRARY FeatMgr.lib             // Feature Manager 
       
    85 LIBRARY centralrepository.lib
       
    86 LIBRARY CenRepNotifHandler.lib
       
    87 LIBRARY charconv.lib            //For conversion to Unicode
       
    88 LIBRARY etel.lib                // ETel functionalities
       
    89 LIBRARY etelmm.lib              // ETel functionalities
       
    90 LIBRARY phoneclient.lib         //For Emergency call API
       
    91 
       
    92 DEBUGLIBRARY   flogger.lib