logsui/group/Logs.mmp
changeset 0 e686773b3f54
child 18 d4f567ce2e7c
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 //  INCLUDES
       
    20 #include        "../group/LogsUID.h"   // common Logs UID definitions
       
    21 #include        <data_caging_paths.hrh>    
       
    22 #include <platform_paths.hrh>   // for APP_LAYER_SYSTEMINCLUDE macro
       
    23 
       
    24 //Activate these macros to get traces
       
    25 //MACRO           TRACE_ENTRY_EXIT_POINT
       
    26 //MACRO           TRACE_MODULE_LOGSUI
       
    27 
       
    28 // Target information
       
    29 // TARGETPATH need not be defined, it is automatically handled by the build tools
       
    30 TARGET          Logs.exe
       
    31 TARGETTYPE      exe
       
    32 EPOCSTACKSIZE   0x2710  //10000dec (default is 8000dec). In new architecture we need some more stack to 
       
    33                         //facilitate succesfull launching of editors (e.g. prepend number and send sms editors)
       
    34 UID             0x100039CE KLogsAppUID3
       
    35 VENDORID        VID_DEFAULT
       
    36 
       
    37 //1. Logs resources
       
    38 START RESOURCE ../group/Logs.rss       //This file includes all other .rss files
       
    39 HEADER 
       
    40 TARGETPATH      APP_RESOURCE_DIR  
       
    41 LANGUAGE_IDS
       
    42 END             // RESOURCE
       
    43 
       
    44 //2. AIF-resources
       
    45 START RESOURCE  ../group/Logs_reg.rss   
       
    46 DEPENDS logs.rsg
       
    47 TARGETPATH      /private/10003a3f/apps   
       
    48 END             // RESOURCE
       
    49 
       
    50 
       
    51 //We use default capabilities (from defaultcaps.hrh) + NetworkControl in order to make phonecalls
       
    52 CAPABILITY CAP_APPLICATION NetworkControl
       
    53 
       
    54 SOURCEPATH      ../AppSrc               // Project location /Logs/AppSrc
       
    55 
       
    56 // Core classes
       
    57 SOURCE          CLogsApplication.cpp 
       
    58 SOURCE          CLogsDocument.cpp 
       
    59 SOURCE          CLogsAppUi.cpp
       
    60 SOURCE          CLogsBaseView.cpp
       
    61 SOURCE          CLogsBaseControlContainer.cpp
       
    62 SOURCE          CLogsAppListView.cpp
       
    63 SOURCE          CLogsAppListControlContainer.cpp
       
    64 SOURCE          CLogsSubAppListView.cpp
       
    65 SOURCE          CLogsSubAppListControlContainer.cpp
       
    66 SOURCE          CLogsEventListView.cpp
       
    67 SOURCE          CLogsEventListControlContainer.cpp
       
    68 SOURCE          CLogsEventListAdapter.cpp
       
    69 SOURCE          CLogsRecentListView.cpp
       
    70 SOURCE          CLogsRecentListControlContainer.cpp
       
    71 SOURCE          CLogsRecentListAdapter.cpp
       
    72 SOURCE          CLogsDetailView.cpp
       
    73 SOURCE          CLogsDetailControlContainer.cpp
       
    74 SOURCE          CLogsDetailAdapter.cpp
       
    75 SOURCE          CGprsCtView.cpp
       
    76 SOURCE          CGprsCtControlContainer.cpp
       
    77 SOURCE          CLogsGprsCtAdapter.cpp
       
    78 SOURCE          CCtView.cpp
       
    79 SOURCE          CCtControlContainer.cpp
       
    80 SOURCE          CLogsCtAdapter.cpp
       
    81 SOURCE          CPhoneNumberFormat.cpp
       
    82 SOURCE          CLogsPrependQuery.cpp
       
    83 SOURCE          CLogsTimer.cpp
       
    84 SOURCE          CLogsNaviDecoratorWrapper.cpp
       
    85 
       
    86 //extension enabling classes
       
    87 SOURCE          CLogsViewGlobals.cpp
       
    88 SOURCE          CLogsExtensionLoader.cpp
       
    89 SOURCE          TLogsDummyExtensionFactory.cpp
       
    90 SOURCE          TLogsDummyViewExtension.cpp
       
    91 SOURCE          TLogsDummyUiControlExtension.cpp
       
    92 
       
    93 // Include paths
       
    94 USERINCLUDE     ../AppSrc ../EngineInc  ../group  ../AocCtViewInc ../LogsExt
       
    95 
       
    96 APP_LAYER_SYSTEMINCLUDE
       
    97 
       
    98 // Dependencies to other Logs components
       
    99 LIBRARY         LogsEng.lib
       
   100 LIBRARY         AocCtView.lib
       
   101 
       
   102 // Dependencies to system components
       
   103 LIBRARY         apparc.lib
       
   104 LIBRARY         avkon.lib
       
   105 LIBRARY         commonengine.lib                // StringLoader
       
   106 LIBRARY         cone.lib
       
   107 LIBRARY         eikcoctl.lib
       
   108 LIBRARY         eikctl.lib
       
   109 LIBRARY         eikcore.lib
       
   110 LIBRARY         euser.lib
       
   111 LIBRARY         fbscli.lib                      // Listbox graphic
       
   112 LIBRARY         egul.lib
       
   113 LIBRARY         bafl.lib                        // MDesCArray, CCLipBoard
       
   114 LIBRARY         logcli.lib                      // CLogClient
       
   115 LIBRARY         etext.lib                       // CPlainText
       
   116 LIBRARY         sendui.lib                      // sendui
       
   117 LIBRARY         AknSkins.lib 
       
   118 LIBRARY         hlplch.lib                      // Help application
       
   119 LIBRARY         FeatMgr.lib                     // Feature Manager API
       
   120 LIBRARY         ws32.lib
       
   121 LIBRARY         apgrfx.lib
       
   122 LIBRARY         numbergrouping.lib              //Formatting North American phone numbers
       
   123 LIBRARY         ServiceHandler.lib              //Application InterWorking
       
   124 LIBRARY         CdlEngine.lib                   //Dynamic ui stuff  
       
   125 LIBRARY         eikdlg.lib
       
   126 LIBRARY         gdi.lib                         
       
   127 LIBRARY         efsrv.lib
       
   128 LIBRARY         GSEcomPlugin.lib
       
   129 LIBRARY         ecom.lib
       
   130 LIBRARY         PhoneClient.lib                 //For Emergency call API
       
   131 LIBRARY         aiwdialdata.lib
       
   132 LIBRARY         centralrepository.lib
       
   133 
       
   134 //spsettings
       
   135 LIBRARY					serviceprovidersettings.lib
       
   136 
       
   137 #ifdef __OMA_POC
       
   138 LIBRARY         PoCUiIntegrationServices.lib    // CPoCUiIntegrationServices
       
   139 #endif
       
   140 
       
   141 //+ __GFXTRANS__
       
   142 LIBRARY		gfxtrans.lib
       
   143 //-- __GFXTRANS__
       
   144 
       
   145 DEBUGLIBRARY    flogger.lib