equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2010 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 the License "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 * Gareth Long - Symbian Foundation |
|
14 * |
|
15 * Description: |
|
16 * |
|
17 */ |
|
18 |
|
19 #include "beagle/variant.mmh" |
|
20 #include "kernel/kern_ext.mmh" |
|
21 |
|
22 TARGET VariantTarget(medstaticrd,pdd) |
|
23 TARGETTYPE pdd |
|
24 //TARGETTYPE kext |
|
25 ROMTARGET staticrd.dll |
|
26 |
|
27 systeminclude +/include/drivers |
|
28 SYMBIAN_BASE_SYSTEMINCLUDE(drivers) |
|
29 SYSTEMINCLUDE AsspNKernIncludePath |
|
30 |
|
31 SOURCEPATH . |
|
32 SOURCE beagle_medstaticrd.cpp |
|
33 |
|
34 //LIBRARY ekern.lib |
|
35 //LIBRARY AsspTarget(PlatformLib) |
|
36 LIBRARY elocd.lib |
|
37 |
|
38 //NOEXPORTLIBRARY |
|
39 |
|
40 //DEFFILE ../e32/~/empty.def |
|
41 //DEFFILE ./~/exkey.def |
|
42 |
|
43 //NOSTRICTDEF |
|
44 |
|
45 epocallowdlldata |
|
46 |
|
47 UID 0x100039cf 0x100000db |
|
48 VENDORID 0x70000001 |
|
49 |
|
50 CAPABILITY all |