equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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: |
|
14 // template/template_assp/dma_v2.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 #include <variant.mmh> |
|
19 #include "kernel/kern_ext.mmh" |
|
20 |
|
21 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
22 |
|
23 SYMBIAN_BASE_SYSTEMINCLUDE(assp/template_assp) |
|
24 |
|
25 target VariantTarget(dma_v2,dll) |
|
26 targettype kext |
|
27 linkas dma.dll |
|
28 noexportlibrary |
|
29 |
|
30 sourcepath ../../../kernel/eka/drivers/dma |
|
31 source dma2_pil.cpp dma2_shared.cpp |
|
32 |
|
33 sourcepath . |
|
34 source dmapsl_v2.cpp |
|
35 |
|
36 library VariantTarget(katemplate,lib) |
|
37 |
|
38 deffile ../../../kernel/eka/~/dma2.def |
|
39 |
|
40 epocallowdlldata |
|
41 |
|
42 capability all |
|
43 |
|
44 VENDORID 0x70000001 |
|
45 |
|
46 MACRO DMA_APIV2 |