equal
deleted
inserted
replaced
|
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 "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 #ifdef VariantDmaImportLib |
|
19 target VariantTarget(d_dma2_compat,ldd) |
|
20 #else |
|
21 target d_dma2_compat.ldd |
|
22 #endif |
|
23 |
|
24 targettype ldd |
|
25 |
|
26 sourcepath ../dmav2 |
|
27 source d_dma2.cpp d_dma2_cmn.cpp |
|
28 |
|
29 sourcepath ../../../../kernelhwsrv/kernel/eka/drivers/dma |
|
30 source dma2_shared.cpp |
|
31 |
|
32 #ifdef VariantDmaImportLib |
|
33 library VariantDmaImportLib |
|
34 #else |
|
35 library dma.lib |
|
36 #endif |
|
37 |
|
38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
39 |
|
40 epocallowdlldata |
|
41 |
|
42 capability all |
|
43 VENDORID 0x70000001 |
|
44 |
|
45 // Don't put this in ROM here since it would stop ROMs building on platforms |
|
46 // without DMA support. |
|
47 romtarget |
|
48 |
|
49 #ifdef SMP |
|
50 MACRO CPU_AFFINITY_ANY |
|
51 #endif |
|
52 |
|
53 SMPSAFE |