author | John Imhofe |
Mon, 22 Feb 2010 14:47:35 +0000 | |
changeset 59 | f3f3987b99ac |
parent 31 | 56f325a607ea |
permissions | -rw-r--r-- |
0 | 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/kernel/edev.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
target edev.lib |
|
19 |
targettype klib |
|
20 |
||
21 |
#include "kern_int.mmh" |
|
22 |
||
23 |
#if defined(X86) |
|
24 |
sourcepath x86 |
|
25 |
source d_entryx.cpp |
|
26 |
source d_entry.cia |
|
27 |
#elif defined(MARM) |
|
28 |
#if defined(ARMCC) |
|
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
29 |
sourcepath ../compsupp/rvct |
0 | 30 |
source ucppfini.cpp |
31 |
#endif |
|
32 |
sourcepath arm |
|
33 |
source d_entry.cia |
|
34 |
#else // WINS |
|
35 |
sourcepath win32 |
|
36 |
source d_entryx.cpp |
|
37 |
#ifdef CW32 |
|
38 |
start wins |
|
39 |
win32_headers |
|
40 |
end |
|
41 |
#endif |
|
42 |
#endif // WINS |
|
43 |
source d_entry.cpp |
|
44 |
||
45 |
||
46 |
capability all |
|
47 |
||
48 |
VENDORID 0x70000001 |
|
49 |
||
50 |
SMPSAFE |