equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1994-2010 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: Japanese language collation dll |
|
15 * |
|
16 */ |
|
17 |
|
18 TARGET elocl_col.032 |
|
19 TARGETTYPE dll |
|
20 |
|
21 CAPABILITY All |
|
22 VENDORID VID_DEFAULT |
|
23 |
|
24 //NOEXPORTLIBRARY |
|
25 |
|
26 SOURCEPATH ../src |
|
27 SOURCE collation.cpp |
|
28 SOURCE latin.cpp |
|
29 SOURCE collation_ja.cpp |
|
30 |
|
31 // This is a SYSTEMINCLUDE macro containing the middleware |
|
32 // layer specific include directories |
|
33 MW_LAYER_SYSTEMINCLUDE |
|
34 |
|
35 SYSTEMINCLUDE ../../../inc |
|
36 SYSTEMINCLUDE ../../inc |
|
37 SYSTEMINCLUDE ../inc |
|
38 SYMBIAN_BASE_SYSTEMINCLUDE(kernel) |
|
39 |
|
40 #if defined(WINS) |
|
41 DEFFILE ../def/collation_wins.def |
|
42 #elif defined(GCC32) && !defined(X86GCC) |
|
43 DEFFILE ../def/collation_gcce.def |
|
44 #else |
|
45 DEFFILE ../def/collation_arm.def |
|
46 #endif |
|
47 |
|
48 START WINS |
|
49 BASEADDRESS 0x58000000 |
|
50 END |
|
51 |
|
52 UID 0x100039e6 0x100065ff |