logsui/logsserviceextension/group/logsserviceextension.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2007 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:  The logs service extension brings additional 
       
    15 *                functionalities to the recent views of the logs application.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>       
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET                  logsserviceextension.dll
       
    25 TARGETTYPE              dll
       
    26 UID                     0x101F4D8E 0x10282EBB
       
    27 
       
    28 //UID                     0x101F4D8E 0x10282EC4
       
    29 
       
    30 // default capabilities (from defaultcaps.hrh)
       
    31 CAPABILITY              CAP_GENERAL_DLL
       
    32 VENDORID                VID_DEFAULT 
       
    33 
       
    34 #if defined( ARMCC )
       
    35 DEFFILE                 ../eabi/logsserviceextension.def
       
    36 #else
       
    37 DEFFILE                 ../bwins/logsserviceextension.def
       
    38 #endif
       
    39 
       
    40 SOURCEPATH              ../src 
       
    41 SOURCE                  clogsextensionfactory.cpp
       
    42 SOURCE                  clogsviewextension.cpp
       
    43 SOURCE                  clogsuicontrolextension.cpp
       
    44 SOURCE                  dllmain.cpp
       
    45 SOURCE                  clogsextbrandfetcher.cpp
       
    46 SOURCE                  clogsextpresentitydata.cpp
       
    47 SOURCE                  clogsextservicehandler.cpp
       
    48 SOURCE                  clogsextensioncchhandler.cpp
       
    49 SOURCE                  clogsiconfileprovider.cpp
       
    50 SOURCE                  clogseventinfomanager.cpp
       
    51 SOURCE                  clogspresencestatustableentry.cpp
       
    52 SOURCE                  clogspresenceindextableentry.cpp
       
    53 SOURCE                  clogspresencetablemanager.cpp
       
    54 SOURCE                  clogsextpresentityidfetcher.cpp
       
    55 SOURCE                  clogsextlogidpresidmapping.cpp
       
    56 SOURCE                  tlogseventinfo.cpp
       
    57 SOURCE                  tlogsextutil.cpp
       
    58 
       
    59 
       
    60 USERINCLUDE             ../inc  
       
    61 USERINCLUDE             ../../LogsExt
       
    62 USERINCLUDE             ../../EngineInc
       
    63 USERINCLUDE             ../../AppSrc
       
    64 USERINCLUDE             ../../AocCtViewInc
       
    65 USERINCLUDE             ../../group
       
    66 
       
    67 APP_LAYER_SYSTEMINCLUDE
       
    68 
       
    69 // Dependencies to system components
       
    70 LIBRARY                 euser.lib
       
    71 LIBRARY                 cone.lib
       
    72 LIBRARY                 egul.lib  
       
    73 LIBRARY                 ecom.lib
       
    74 LIBRARY                 estor.lib
       
    75 
       
    76 // SPSettings & Branding Server
       
    77 LIBRARY                 serviceprovidersettings.lib
       
    78 LIBRARY                 bsclient.lib
       
    79 
       
    80 // Dependencies to AVKON
       
    81 LIBRARY                 avkon.lib
       
    82 LIBRARY                 aknskins.lib 
       
    83 
       
    84 // Dependencies AknIconUtils
       
    85 LIBRARY                 aknicon.lib
       
    86 
       
    87 // Dependencies to RFile
       
    88 LIBRARY                 efsrv.lib
       
    89 
       
    90 // Converged Connection Handler Client API
       
    91 LIBRARY                 cchclient.lib
       
    92 
       
    93 //Virtual Phonebook Engine
       
    94 LIBRARY                 vpbkeng.lib
       
    95 
       
    96 //Base64 encoding
       
    97 LIBRARY                 imut.lib
       
    98 
       
    99 // MenuPane
       
   100 LIBRARY                 eikcoctl.lib
       
   101 
       
   102 // SendUi
       
   103 LIBRARY                 sendui.lib
       
   104 
       
   105 LIBRARY                 bafl.lib
       
   106 
       
   107 // Presence cache2
       
   108 LIBRARY                 presencecacheclient2.lib
       
   109 LIBRARY                 presencecacheutils.lib
       
   110