author | Mike Kinghan <mikek@symbian.org> |
Wed, 21 Jul 2010 12:04:49 +0100 | |
branch | GCC_SURGE |
changeset 215 | 8096a832df02 |
parent 33 | 0173bcd7697c |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2002-2009 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: |
|
14 |
// |
|
15 |
||
16 |
#include "kernel/kern_ext.mmh" |
|
17 |
||
18 |
target dmasim.dll |
|
19 |
#ifdef WINS |
|
20 |
// |
|
21 |
// We don't want to add dmasim to the hardcoded list of kernel |
|
22 |
// extensions in the WINS variant (to avoid creating a dependency of |
|
23 |
// WINS/E32 on E32TEST) and it would be painful to force everybody to |
|
24 |
// start the emulator with magic options in order to run the E32TEST |
|
25 |
// suite. |
|
26 |
// |
|
27 |
// Therefore dmasim is a LDD on WINS, loaded by the user-side test |
|
28 |
// harness. |
|
29 |
// |
|
30 |
targettype ldd |
|
31 |
#else |
|
32 |
targettype kext |
|
33 |
#endif |
|
34 |
||
35 |
sourcepath ../../../kernel/eka/drivers/dma |
|
36 |
source dmapil.cpp |
|
37 |
sourcepath ../dma |
|
38 |
source dmasim.cpp |
|
39 |
||
40 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
41 |
||
42 |
||
43 |
deffile ../~/dmasim.def |
|
44 |
||
45 |
epocallowdlldata |
|
46 |
||
47 |
start wins |
|
48 |
win32_headers |
|
49 |
end |
|
50 |
||
51 |
capability all |
|
52 |
||
53 |
macro __DMASIM__ |
|
54 |
||
55 |
||
56 |
VENDORID 0x70000001 |
|
33
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
57 |
SMPSAFE |