resourcemgmt/hwresourcesmgr/test/TestCapsHWRMPolicing/group/Cap_HWRM_API_Policing.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:53:00 +0200
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
permissions -rw-r--r--
Revision: 201003

// Copyright (c) 2008-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:
//

TARGET        cap_hwrm_api_policing.exe
TARGETTYPE    exe

MACRO __DATA_CAGING__
MACRO __SECURE_API__
CAPABILITY All -TCB
#include "../../../server/group/HWRMServer.mmh"

SOURCEPATH 	../src
SOURCE		CSuite.cpp
SOURCE		HWRMFmTxAutoFreqOff_CStep.cpp
SOURCE		HWRMFmTxAutoFreqOn_CStep.cpp
SOURCE		HWRMFmTxCancelGetNextClearFreq_CStep.cpp
SOURCE		HWRMFmTxCancelSetNextClearFreq_CStep.cpp
SOURCE		HWRMFmTxCleanup_CStep.cpp
SOURCE		HWRMFmTxClearRdsData_CStep.cpp
SOURCE		HWRMFmTxClearRtData_CStep.cpp
SOURCE		HWRMFmTxGetFreqRange_CStep.cpp
SOURCE		HWRMFmTxGetNextClearFreqArray_CStep.cpp
SOURCE		HWRMFmTxGetNextClearFreq_CStep.cpp
SOURCE		HWRMFmTxOff_CStep.cpp
SOURCE		HWRMFmTxOn_CStep.cpp
SOURCE		HWRMFmTxRelease_CStep.cpp
SOURCE		HWRMFmTxReserve_CStep.cpp
SOURCE		HWRMFmTxSetFreq_CStep.cpp
SOURCE		HWRMFmTxSetNextClearFreq_CStep.cpp
SOURCE		HWRMFmTxSetRadiotextPlus1_CStep.cpp
SOURCE		HWRMFmTxSetRadiotextPlus2_CStep.cpp
SOURCE		HWRMFmTxSetRadiotextPlus3_CStep.cpp
SOURCE		HWRMFmTxSetRadiotext_CStep.cpp
SOURCE		HWRMFmTxSetRdsLanguageId_CStep.cpp
SOURCE		HWRMFmTxSetRdsMs_CStep.cpp
SOURCE		HWRMFmTxSetRdsPty_CStep.cpp
SOURCE		HWRMFmTxSetRdsPtyn_CStep.cpp

#ifndef SYMBIAN_OLD_EXPORT_LOCATION
SYSTEMINCLUDE	/epoc32/include/test
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
SYSTEMINCLUDE	/epoc32/include/platform/test

#else
SYSTEMINCLUDE	/epoc32/include 
SYSTEMINCLUDE	/epoc32/include/test
SYSTEMINCLUDE	/epoc32/include/hwrm
#endif

USERINCLUDE   ../inc
USERINCLUDE   ../../../include
USERINCLUDE   ../../../client/inc
USERINCLUDE   ../../../server/inc

LIBRARY       euser.lib 
//For TEF 
LIBRARY		testexecuteutils.lib 
LIBRARY		testexecutelogclient.lib 

SMPSAFE