clock2/clockengines/clockserver/server/group/clockserver.mmp
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2008 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 clockserver.
       
    15 *
       
    16 */
       
    17 
       
    18 // System includes
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 // Target information
       
    22 TARGET				clockserver.exe
       
    23 TARGETTYPE			exe
       
    24 TARGETPATH			/sys/bin
       
    25 
       
    26 // Uid and Capability information
       
    27 UID					0x1000008C 0x200159A2
       
    28 CAPABILITY			CAP_SERVER
       
    29 
       
    30 // Source information
       
    31 SOURCEPATH			../src
       
    32 SOURCE				clockservermain.cpp
       
    33 SOURCE				clockserver.cpp
       
    34 SOURCE				clockserversession.cpp
       
    35 SOURCE				clockserverimpl.cpp
       
    36 SOURCE				clockservermcclistener.cpp
       
    37 
       
    38 // System include information
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE		/epoc32/include/ecom
       
    41 
       
    42 // User include information
       
    43 USERINCLUDE			../inc
       
    44 USERINCLUDE			../../../clocktimesourceinterface/inc
       
    45 USERINCLUDE			../../../clocktimezoneresolver/inc
       
    46 USERINCLUDE			../../../utilities/clockecomlistener/inc
       
    47 USERINCLUDE			../../../inc
       
    48 USERINCLUDE			../../../../inc
       
    49 
       
    50 // Library information
       
    51 LIBRARY				euser.lib
       
    52 LIBRARY				clocktimesourceinterface.lib
       
    53 LIBRARY         	etelmm.lib
       
    54 LIBRARY				etel.lib
       
    55 LIBRARY				flogger.lib
       
    56 LIBRARY				clocktimezoneresolver.lib
       
    57 LIBRARY				clockecomlistener.lib
       
    58 LIBRARY				tzclient.lib
       
    59 LIBRARY				centralrepository.lib
       
    60 LIBRARY				ecom.lib
       
    61 
       
    62 // End of file