equal
deleted
inserted
replaced
|
1 // Copyright (c) 1998-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 // e32/drivers/medmmc/medmmc.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 #include "../../kernel/kern_ext.mmh" |
|
19 #include "drivers/elocd.mmh" |
|
20 |
|
21 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
22 USERINCLUDE ../../include/drivers |
|
23 |
|
24 target medmmc.pdd |
|
25 targettype pdd |
|
26 |
|
27 //Define this macro to create an MBR when formatting low-capacity MMC cards : |
|
28 //macro SYMBIAN_CREATE_MBR_ON_LOW_CAPACITY_MMC |
|
29 |
|
30 source medmmc.cpp |
|
31 source mmcptn.cpp |
|
32 |
|
33 library epbusmmc.lib |
|
34 library elocd.lib |
|
35 library emmcptn.lib |
|
36 |
|
37 linkas medmmc.pdd |
|
38 |
|
39 start wins |
|
40 win32_headers |
|
41 end |
|
42 |
|
43 epocallowdlldata |
|
44 |
|
45 UID 0x100039d0 0x100000d9 |
|
46 VENDORID 0x70000001 |
|
47 |
|
48 capability all |
|
49 |
|
50 SMPSAFE |