|
1 /* |
|
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * Builds SD controller with Demand Paging Enabled |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 #define BLD_MMC_SD |
|
23 // Enable DMA support in build time |
|
24 macro DMA_SUPPORTED |
|
25 macro __MMC_DEMAND_PAGING__ |
|
26 // SMP Driver Testing |
|
27 macro CPU_AFFINITY_ANY |
|
28 |
|
29 #include <variant.mmh> |
|
30 #include "kernel/kern_ext.mmh" |
|
31 |
|
32 targettype kext |
|
33 romtarget epbusvdp.dll |
|
34 |
|
35 USERINCLUDE ../../../../os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c |
|
36 |
|
37 USERINCLUDE ../../../../os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c/sdio |
|
38 |
|
39 USERINCLUDE inc |
|
40 |
|
41 SYMBIAN_BASE_SYSTEMINCLUDE(drivers) |
|
42 |
|
43 SYMBIAN_ASSP_SYSTEMINCLUDE(naviengine) |
|
44 SYMBIAN_BASE_SYSTEMINCLUDE(ne1_tb) |
|
45 SYMBIAN_NE1_TB_SYSTEMINCLUDE(specific) |
|
46 |
|
47 |
|
48 USERINCLUDE ../naviengine_assp/mmc/inc |
|
49 USERINCLUDE ../naviengine_assp/mmc/angelus25 |
|
50 USERINCLUDE ../naviengine_assp/mmc/sdcard3c |
|
51 userinclude ../naviengine_assp/mmc/angelus25 |
|
52 |
|
53 sourcepath ../naviengine_assp/mmc/sdcard3c |
|
54 source mmcstack.cpp |
|
55 source mmcdma.cpp |
|
56 source sdhw.cpp |
|
57 source mmcpsu.cpp |
|
58 source sd_init.cpp |
|
59 |
|
60 sourcepath ../naviengine_assp/mmc/angelus25 |
|
61 source angelus25.cpp |
|
62 |
|
63 |
|
64 library VariantTarget(kanaviengine,lib) |
|
65 library VariantTarget(ecust,lib) |
|
66 |
|
67 library dma.lib |
|
68 library resman.lib |
|
69 |
|
70 macro MMC_SD |
|
71 library epbussd.lib |
|
72 |
|
73 epocallowdlldata |
|
74 |
|
75 capability all |
|
76 |
|
77 target VariantTarget(epbussdiovdp,dll) |
|
78 |
|
79 VENDORID 0x70000001 |
|
80 |
|
81 SMPSAFE |