equal
deleted
inserted
replaced
|
1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of the License "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: Creates a copy of T_DMA which uses 'inverted' (from the more |
|
14 // common case) thread priorities. With DMA_INVERTED_THREAD_PRIORITIES defined |
|
15 // the priority of the DMA test client threads will be higher than that of the |
|
16 // corresponding channel DFC queue threads. This test case can help uncover |
|
17 // wrong assumptions about relative thread priorities in DMA PIL & PSL code, |
|
18 // both in uni-core and SMP implementations. |
|
19 // |
|
20 |
|
21 TARGET t_dmainv.exe |
|
22 TARGETTYPE EXE |
|
23 SOURCEPATH ../dma |
|
24 SOURCE t_dma.cpp |
|
25 LIBRARY euser.lib |
|
26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
27 |
|
28 MACRO DMA_INVERTED_THREAD_PRIORITIES |
|
29 |
|
30 CAPABILITY NONE |
|
31 |
|
32 VENDORID 0x70000001 |
|
33 |
|
34 SMPSAFE |