clock2/clockengines/clocktimezoneresolver/group/clocktimezoneresolver.mmp
changeset 0 f979ecb2b13e
child 31 97232defd20e
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 clocktimezoneresolver.
       
    15 *
       
    16 */
       
    17 
       
    18 // System includes
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 // Application Info
       
    22 TARGET			clocktimezoneresolver.dll
       
    23 TARGETTYPE		dll
       
    24 UID				0x1000008d 0x200159A4
       
    25 
       
    26 // Capability and vendor info
       
    27 CAPABILITY		ALL -TCB
       
    28 VENDORID		VID_DEFAULT
       
    29 
       
    30 // Source files
       
    31 SOURCEPATH		../src
       
    32 SOURCE			clockmcctzmapper.cpp
       
    33 SOURCE			clocktimezoneresolver.cpp
       
    34 SOURCE			clocktimezoneresolverimpl.cpp
       
    35 
       
    36 // User include paths
       
    37 USERINCLUDE		../inc
       
    38 USERINCLUDE		../../inc
       
    39 USERINCLUDE		../../../inc
       
    40 
       
    41 // System include paths
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 // Libraries
       
    45 LIBRARY			bafl.lib
       
    46 LIBRARY			tzclient.lib
       
    47 LIBRARY			efsrv.lib
       
    48 LIBRARY			euser.lib
       
    49 LIBRARY			flogger.lib
       
    50 LIBRARY			timezonelocalization.lib
       
    51 
       
    52 // End of file