calendarui/server/CalenSvr/group/CalenSvr.mmp
changeset 0 f979ecb2b13e
child 5 42814f902fe6
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     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:   This is project specification file for the CalenSvr.exe.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 //Activate this macro to get traces
       
    23 //MACRO           TRACE_ENTRY_EXIT_POINT
       
    24 //MACRO           TRACE_MODULE_CALENSVR
       
    25 
       
    26 TARGET          calensvr.exe
       
    27 TARGETTYPE      EXE
       
    28 
       
    29 TARGETPATH      /sys/bin
       
    30 
       
    31 UID             0x1000008D 0x100059A1
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 USERINCLUDE     ../../../inc
       
    35 USERINCLUDE     ../../CalenSvrClient/inc
       
    36 USERINCLUDE     ../../CalenShared/Inc
       
    37 USERINCLUDE     ../../../cenrep  // central repository headers
       
    38 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE   ../../../../inc  //organizer include
       
    41 SYSTEMINCLUDE   ../../../../alarmengines/inc
       
    42 SYSTEMINCLUDE   /epoc32/include/connect
       
    43 SYSTEMINCLUDE   /epoc32/include/ecom
       
    44 
       
    45 SOURCEPATH      ../src
       
    46 
       
    47 SOURCE          CalenSvrMain.cpp
       
    48 SOURCE          CalSvrSession.cpp
       
    49 SOURCE          CalSvrScheduler.cpp
       
    50 SOURCE          CalenServer.cpp
       
    51 SOURCE          CalenSvrBootManager.cpp
       
    52 SOURCE          CalenSvrDBManager.cpp
       
    53 SOURCE          CalenSvrAlarmManager.cpp
       
    54 SOURCE          calensvrmissedalarmmanager.cpp
       
    55 
       
    56 LIBRARY         alarmclient.lib
       
    57 LIBRARY         alarmshared.lib
       
    58 LIBRARY         calinterimapi.lib
       
    59 LIBRARY         bafl.lib
       
    60 LIBRARY         calenglobaldata.lib
       
    61 LIBRARY         centralrepository.lib
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         featmgr.lib
       
    64 LIBRARY         tzclient.lib
       
    65 LIBRARY         aknnotify.lib
       
    66 LIBRARY         aknnotifyplugin.lib
       
    67 LIBRARY     	cenrepnotifhandler.lib  // CenRep Notify Handler
       
    68 LIBRARY         missedalarmstore.lib
       
    69 LIBRARY         calencommonutils.lib
       
    70 LIBRARY         caleninterimutils2.lib
       
    71 
       
    72 
       
    73 sourcepath      ../data
       
    74 start resource  calensvrmissedalarmmanagerresource.rss
       
    75 header
       
    76 targetpath      RESOURCE_FILES_DIR
       
    77 LANGUAGE_IDS 
       
    78 end
       
    79 
       
    80 // Really neads following capabilities:
       
    81 // CAPABILITY 
       
    82 //   ProtServ // This server is started on startup
       
    83 //   ReadDeviceData // For using central repository
       
    84 //   WriteDeviceData // For using central repository
       
    85 //   ReadUserData // For accessing Calendar db 
       
    86 CAPABILITY      CAP_SERVER
       
    87 VENDORID        VID_DEFAULT
       
    88 
       
    89 
       
    90 // End of File