equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1997-1999 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.13 |
|
23 |
|
24 TARGETTYPE dll |
|
25 |
|
26 CAPABILITY ALL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE ls_cypt.cpp ls_lnpor.cpp ls_mspor.cpp |
|
31 SOURCE ls_lat1.cpp ls_table.cpp ls_unic.cpp // default collation used |
|
32 |
|
33 // This is a SYSTEMINCLUDE macro containing the middleware |
|
34 // layer specific include directories |
|
35 MW_LAYER_SYSTEMINCLUDE |
|
36 |
|
37 SYSTEMINCLUDE ../../../inc |
|
38 SYSTEMINCLUDE ../../inc |
|
39 SYSTEMINCLUDE ../src |
|
40 SYSTEMINCLUDE /epoc32/include/kernel |
|
41 |
|
42 #if defined(ARMCC) |
|
43 DEFFILE /epoc32/include/def/eabi/elocl.def |
|
44 #elif defined(WINS) |
|
45 DEFFILE /epoc32/release/wins/elocl.def |
|
46 #elif defined(MARM) || defined(MCORE) |
|
47 DEFFILE /epoc32/release/marm/elocl.def |
|
48 #else |
|
49 #error not supported |
|
50 #endif |
|
51 |
|
52 LIBRARY euser.lib |
|
53 |
|
54 START WINS |
|
55 BASEADDRESS 0x58000000 |
|
56 END |
|
57 |
|
58 UID 0x100039e6 0x100065a5 |