alarmui/group/AknAlarmService.mmp
changeset 0 f979ecb2b13e
child 18 c198609911f9
child 30 d68a4b5d5885
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2006-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:   Project definition file for project AknAlarmService.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../inc/AlmAlertVariant.hrh"
       
    22 
       
    23 // activate this macro to enable debug traces
       
    24 //MACRO           TRACE_ENTRY_EXIT_POINT
       
    25 //MACRO           TRACE_ENTRY_AKNALARMSERVICE
       
    26 
       
    27 TARGET          aknalarmservice.dll
       
    28 TARGETTYPE      DLL
       
    29 LANGUAGE_IDS
       
    30 
       
    31 UID             0x1000008D 0x102072D4 // same as service uid, recycling really works ;)
       
    32 
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 START RESOURCE  ../DataSrc/AlmAlert.rss
       
    37 HEADER
       
    38 TARGETPATH      RESOURCE_FILES_DIR
       
    39 END
       
    40 
       
    41 USERINCLUDE     .
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../AppServerStuff/Inc
       
    44 
       
    45 SYSTEMINCLUDE   ../../inc  //organizer include
       
    46 SYSTEMINCLUDE   ../../alarmengines/inc
       
    47 SYSTEMINCLUDE   /epoc32/include/uikon
       
    48 SYSTEMINCLUDE   /epoc32/include/ecom
       
    49 SYSTEMINCLUDE   /epoc32/include/connect
       
    50 SYSTEMINCLUDE   /epoc32/include/remcon
       
    51 
       
    52 SOURCEPATH      ../src
       
    53 SOURCE          alarmutils.cpp
       
    54 SOURCE          AlmAlarmControl.cpp
       
    55 SOURCE          AlmAlarmInfo.cpp
       
    56 SOURCE          AlmAlarmPlayer.cpp
       
    57 SOURCE          PropertyObserver.cpp
       
    58 SOURCE          alarmremconeventshandler.cpp
       
    59 #ifdef RD_ALMALERT__SENSOR_SUPPORT
       
    60 SOURCE          alarmcontextfwsupport.cpp
       
    61 #endif // RD_ALMALERT__SENSOR_SUPPORT
       
    62 
       
    63 SOURCEPATH      ../AppServerStuff/Src
       
    64 SOURCE          AlarmService.cpp
       
    65 
       
    66 
       
    67 LIBRARY         aknnotifierwrapper.lib
       
    68 LIBRARY         aknnotifyplugin.lib
       
    69 LIBRARY         alarmclient.lib
       
    70 LIBRARY         alarmshared.lib
       
    71 LIBRARY         apgrfx.lib  // For RApaLsSession
       
    72 LIBRARY         apmime.lib  // TDataType
       
    73 LIBRARY         apparc.lib
       
    74 LIBRARY         avkon.lib  // AknTextUtils, CAknServiceBase
       
    75 LIBRARY         bafl.lib
       
    76 LIBRARY         calinterimapi.lib
       
    77 LIBRARY         centralrepository.lib
       
    78 LIBRARY         commonengine.lib
       
    79 LIBRARY         cone.lib
       
    80 LIBRARY         efsrv.lib
       
    81 LIBRARY         eikcore.lib
       
    82 LIBRARY         eiksrv.lib
       
    83 LIBRARY         euser.lib
       
    84 LIBRARY         mediaclientaudio.lib
       
    85 LIBRARY         profileeng.lib
       
    86 LIBRARY         sysutil.lib
       
    87 LIBRARY         remconinterfacebase.lib
       
    88 LIBRARY         remconextensionapi.lib
       
    89 LIBRARY         platformenv.lib
       
    90 LIBRARY         featmgr.lib
       
    91 //MPIN-73VCR2
       
    92 // For cover display support:
       
    93 LIBRARY eikdlg.lib
       
    94 LIBRARY estor.lib
       
    95 LIBRARY featmgr.lib
       
    96 LIBRARY missedalarmstore.lib
       
    97 
       
    98 LIBRARY         starterclient.lib
       
    99 
       
   100 #ifdef RD_ALMALERT__SENSOR_SUPPORT
       
   101 LIBRARY         cfclient.lib
       
   102 LIBRARY         cfservices.lib
       
   103 #endif // RD_ALMALERT__SENSOR_SUPPORT
       
   104 
       
   105 // libraries needed for msk inplementation
       
   106 LIBRARY         calenlauncher.lib
       
   107 
       
   108 CAPABILITY      CAP_GENERAL_DLL
       
   109 
       
   110 
       
   111 // End of File