keepalive/flextimer/test/testflextimer/group/testflextimer_nrm.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:35:44 +0300
branchRCL_3
changeset 57 05bc53fe583b
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
* 
* Description: MMP file for STIF Test Framework's Normal test module.
*
*/

#include <platform_paths.hrh>

TARGET          testflextimer.dll
TARGETTYPE      dll
UID             0x1000008D 0x101FB3E7

CAPABILITY      ALL -TCB
VENDORID     	VID_DEFAULT

EPOCALLOWDLLDATA

DEFFILE         testflextimer.def

USERINCLUDE     ../inc
USERINCLUDE     ../flextimerservermonitor/inc
USERINCLUDE     ../../../server/inc

MW_LAYER_SYSTEMINCLUDE

SOURCEPATH      ../src

SOURCE          testflextimer.cpp 
SOURCE          testcflextimer.cpp
SOURCE          inheritedcflextimer.cpp
SOURCE			inheritedcflextimer2.cpp
SOURCE			testflexperiodic.cpp 
SOURCE			testrflextimer.cpp

LIBRARY         euser.lib
LIBRARY         stiftestinterface.lib
LIBRARY         stiftestengine.lib
LIBRARY			flextimerclient.lib
LIBRARY         flextimerservermonitorclient.lib

LANG            SC

// End of File