equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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 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 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #define NO_EKERN_LIB |
|
20 #include "kernel/kern_ext.mmh" |
|
21 SYSTEMINCLUDE /epoc32/include/drivers |
|
22 |
|
23 #ifdef MARM |
|
24 #include "omap2420.mmh" |
|
25 SYSTEMINCLUDE /epoc32/include/omap_hrp/h4 |
|
26 SYSTEMINCLUDE /epoc32/include/omap_hrp/assp/shared |
|
27 SYSTEMINCLUDE /epoc32/include/omap_hrp/assp/omap24xx |
|
28 #endif |
|
29 |
|
30 USERINCLUDE . |
|
31 |
|
32 start wins |
|
33 win32_headers |
|
34 end |
|
35 |
|
36 TARGET crypto.h4.pdd |
|
37 UNPAGED |
|
38 TARGETTYPE PDD |
|
39 EPOCALLOWDLLDATA |
|
40 VENDORID 0x70000001 |
|
41 UID 0x100039d0 0x20008409 |
|
42 CAPABILITY All |
|
43 |
|
44 SOURCE cryptoh4.cpp cryptoh4rng.cpp cryptoh4aes.cpp |
|
45 |
|
46 |
|
47 LIBRARY ekern.lib cryptojobs.lib |
|
48 |
|
49 #ifdef MARM |
|
50 library VariantTarget(kaomap,lib) VariantTarget(ecust,lib) |
|
51 library VariantTarget(fpga,lib) |
|
52 #endif |