os/ossrv/genericservices/taskscheduler/Test/TTsTimeUnitTests/TU_TSCH_tstime.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // TU_TSCH_TSTIME.EXE
    15 // TTsTime unit test
    16 // 
    17 //
    18 
    19 TARGET          	tu_tsch_tstime.exe		//RTEST
    20 TARGETTYPE			EXE
    21 
    22 // WDD capability required for RTz::SetTimeZoneL()
    23 CAPABILITY			WriteDeviceData
    24 
    25 SOURCEPATH			.
    26 SOURCE				TU_TSCH_ttstime.cpp
    27 
    28 SOURCEPATH			../../SCHSVR
    29 SOURCE				SCHTIME.CPP
    30 
    31 
    32 USERINCLUDE			../../INC
    33 
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 USERINCLUDE  ../TSUtils
    36 
    37 library				euser.lib
    38 library				efsrv.lib
    39 library				estor.lib
    40 library				tzclient.lib
    41 library 			tsutils_tsk.lib
    42 
    43 
    44 
    45 
    46 
    47 SMPSAFE