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_lan.032 |
|
23 CAPABILITY ALL |
|
24 TARGETTYPE dll |
|
25 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE CP932.cpp |
|
30 SOURCE unicodeconv.cpp |
|
31 SOURCE language.cpp |
|
32 SOURCE language_ja.cpp |
|
33 |
|
34 // This is a SYSTEMINCLUDE macro containing the middleware |
|
35 // layer specific include directories |
|
36 MW_LAYER_SYSTEMINCLUDE |
|
37 |
|
38 SYSTEMINCLUDE ../../../inc |
|
39 SYSTEMINCLUDE ../../inc |
|
40 SYSTEMINCLUDE ../inc |
|
41 SYMBIAN_BASE_SYSTEMINCLUDE(kernel) |
|
42 |
|
43 #if defined(WINS) |
|
44 DEFFILE ../def/language_wins.def |
|
45 #elif defined(GCC32) && !defined(X86GCC) |
|
46 DEFFILE \epoc32\release\marm\elocl.def |
|
47 #else |
|
48 DEFFILE ../def/language_arm.def |
|
49 #endif |
|
50 |
|
51 START WINS |
|
52 //BASEADDRESS 0x58000000 |
|
53 END |
|
54 |
|
55 LIBRARY euser.lib |
|
56 |
|
57 UID 0x100039e6 0x100075a0 |
|
58 VENDORID 0x70000001 |