kerneltest/e32test/group/t_dmainv.mmp
author hgs
Wed, 20 Oct 2010 13:58:28 +0100
changeset 293 0659d0e1a03c
permissions -rw-r--r--
201041_07

// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "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: Creates a copy of T_DMA which uses 'inverted' (from the more
// common case) thread priorities. With DMA_INVERTED_THREAD_PRIORITIES defined
// the priority of the DMA test client threads will be higher than that of the
// corresponding channel DFC queue threads. This test case can help uncover
// wrong assumptions about relative thread priorities in DMA PIL & PSL code,
// both in uni-core and SMP implementations.
//

TARGET         t_dmainv.exe
TARGETTYPE     EXE
SOURCEPATH	   ../dma
SOURCE         t_dma.cpp
LIBRARY        euser.lib
OS_LAYER_SYSTEMINCLUDE_SYMBIAN

MACRO DMA_INVERTED_THREAD_PRIORITIES

CAPABILITY NONE

VENDORID 0x70000001

SMPSAFE