keepalive/flextimer/test/testflextimer/group/testflextimer_nrm.mmp
author hgs
Mon, 24 May 2010 20:51:35 +0300
changeset 32 5c4486441ae6
permissions -rw-r--r--
201021

/*
* 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