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 "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 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET elocl.65 |
|
23 |
|
24 TARGETTYPE dll |
|
25 |
|
26 CAPABILITY ALL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE ls_cyko.cpp ls_lnkor.cpp ls_mskor.cpp |
|
31 SOURCE ls_lat1.cpp ls_table.cpp ls_colkor.cpp |
|
32 SOURCE unicodeconv.cpp |
|
33 SOURCE Cp949.cpp |
|
34 |
|
35 |
|
36 // This is a SYSTEMINCLUDE macro containing the middleware |
|
37 // layer specific include directories |
|
38 MW_LAYER_SYSTEMINCLUDE |
|
39 |
|
40 SYSTEMINCLUDE ../../../inc |
|
41 SYSTEMINCLUDE ../../inc |
|
42 SYSTEMINCLUDE ../src |
|
43 SYSTEMINCLUDE /epoc32/include/kernel |
|
44 |
|
45 #if defined(ARMCC) |
|
46 DEFFILE /epoc32/include/def/eabi/elocl.def |
|
47 #elif defined(WINS) |
|
48 DEFFILE /epoc32/release/wins/elocl.def |
|
49 #elif defined(MARM) || defined(MCORE) |
|
50 DEFFILE /epoc32/release/marm/elocl.def |
|
51 #else |
|
52 #error not supported |
|
53 #endif |
|
54 |
|
55 LIBRARY euser.lib |
|
56 |
|
57 START WINS |
|
58 BASEADDRESS 0x58000000 |
|
59 END |
|
60 |
|
61 UID 0x100039e6 0x100065a5 |