author | Mike Kinghan <mikek@symbian.org> |
Thu, 25 Nov 2010 14:35:45 +0000 | |
branch | GCC_SURGE |
changeset 305 | 1ba12ef4ef89 |
parent 152 | 657f875b013e |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 1996-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 |
// e32test/group/bm_pdd.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
#include <variant_test.mmh> |
|
19 |
#include "kernel/kern_ext.mmh" |
|
20 |
||
21 |
TARGET VariantTarget(bm_pdd,pdd) |
|
22 |
TARGETTYPE pdd |
|
23 |
ROMTARGET bm_pdd.pdd |
|
24 |
SOURCEPATH ../benchmark |
|
25 |
||
26 |
#if defined(SA1100) |
|
27 |
SOURCE bm_misa_pdd.cpp |
|
28 |
#endif |
|
29 |
#if defined(COTULLA) |
|
30 |
SOURCE bm_mcot_pdd.cpp |
|
31 |
#endif |
|
32 |
#if defined(INTEGRATORAP) |
|
33 |
SOURCE bm_mi920_pdd.cpp |
|
34 |
#endif |
|
35 |
#if defined(WINS) |
|
36 |
SOURCE bm_wins_pdd.cpp |
|
37 |
#endif |
|
38 |
#if defined(OMAP1510_ASSP) || defined(OMAP1610_ASSP) |
|
39 |
SOURCE bm_momap_pdd.cpp |
|
40 |
#endif |
|
41 |
||
42 |
#if defined(SA1100) |
|
43 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/sa1100) |
|
44 |
LIBRARY VariantTarget(kasa1100,lib) |
|
45 |
#endif |
|
46 |
||
47 |
#if defined(COTULLA) |
|
48 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/cotulla) |
|
49 |
LIBRARY VariantTarget(kacotulla,lib) |
|
50 |
#endif |
|
51 |
||
52 |
#if defined(INTEGRATORAP) |
|
53 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/integratorap/inc) |
|
54 |
SYMBIAN_BASE_SYSTEMINCLUDE(integrator/core/cm920) |
|
55 |
LIBRARY kaintap.lib |
|
56 |
#endif |
|
57 |
||
58 |
#if defined(OMAP1510_ASSP) |
|
59 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/omap1510) |
|
60 |
LIBRARY VariantTarget(kaomap,lib) |
|
61 |
#elif defined(OMAP1610_ASSP) |
|
62 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/omap1610) |
|
63 |
LIBRARY VariantTarget(kaomap,lib) |
|
64 |
#endif |
|
65 |
||
66 |
#if defined(NE1_TB) |
|
67 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/naviengine) |
|
68 |
source bm_ne1_pdd.cpp |
|
69 |
#endif |
|
70 |
||
152
657f875b013e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
71 |
#if defined(NCP_COMMON_RAPU_FAMILY) |
657f875b013e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
72 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/rapu) |
657f875b013e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
73 |
source bm_rapu_pdd.cpp |
657f875b013e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
74 |
#endif |
0 | 75 |
start wins |
76 |
win32_library kernel32.lib |
|
77 |
end |
|
78 |
||
79 |
EPOCALLOWDLLDATA |
|
80 |
||
81 |
UID 0x100039d0 |
|
82 |
VENDORID 0x70000001 |
|
83 |
||
84 |
capability all |