clock2/clockengines/clocktimesourceinterface/group/clocktimesourceinterface.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 clocktimesourceinterface.
       
    15 *
       
    16 */
       
    17 
       
    18 // System includes
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 // Application Info
       
    22 TARGET			clocktimesourceinterface.dll
       
    23 TARGETTYPE		dll
       
    24 UID				0x1000008d 0x200159A3
       
    25 
       
    26 // Capability and vendor info
       
    27 CAPABILITY		ALL -TCB
       
    28 VENDORID		VID_DEFAULT
       
    29 
       
    30 // Source files
       
    31 SOURCEPATH		../src
       
    32 SOURCE			clocktimesourceinterface.cpp
       
    33 
       
    34 // User include paths
       
    35 USERINCLUDE		../inc
       
    36 USERINCLUDE		../../inc
       
    37 USERINCLUDE		../../../inc
       
    38 
       
    39 // System include paths
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE	/epoc32/include/ecom
       
    42 
       
    43 // Libraries
       
    44 LIBRARY			euser.lib
       
    45 LIBRARY			ecom.lib
       
    46 LIBRARY			flogger.lib
       
    47 
       
    48 // End of file