resourcemgmt/hwresourcesmgr/test/TestCapsHWRMPolicing/group/Cap_HWRM_API_Policing.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 16:29:05 +0300
branchRCL_3
changeset 21 ccb4f6b3db21
parent 0 4e1aa6a622a0
child 22 8cb079868133
permissions -rw-r--r--
Revision: 201033 Kit: 201035

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

OS_LAYER_SYSTEMINCLUDE

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

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

SMPSAFE