sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
*
|
sl@0
|
16 |
*/
|
sl@0
|
17 |
|
sl@0
|
18 |
#ifndef __CHARCONV_JAPANESE_S60_IBY__
|
sl@0
|
19 |
|
sl@0
|
20 |
#ifndef __CHARCONV_JAPANESE_IBY__
|
sl@0
|
21 |
#define __CHARCONV_JAPANESE_IBY__
|
sl@0
|
22 |
|
sl@0
|
23 |
// Include either charconv_japanese_docomo.iby or charconv_japanese_kddiau.iby to choose operator specific
|
sl@0
|
24 |
// versions of shiftjis and j5 plugins. Note only ONE of these versions may be present in ROM at any time.
|
sl@0
|
25 |
#include <charconv_japanese_docomo.iby>
|
sl@0
|
26 |
|
sl@0
|
27 |
file=ABI_DIR\BUILD_DIR\jisbase_shared.dll sys\bin\jisbase_shared.dll
|
sl@0
|
28 |
file=ABI_DIR\BUILD_DIR\jisx0201.dll sys\bin\jisx0201.dll
|
sl@0
|
29 |
file=ABI_DIR\BUILD_DIR\jisx0208.dll sys\bin\jisx0208.dll
|
sl@0
|
30 |
file=ABI_DIR\BUILD_DIR\jisx0212.dll sys\bin\jisx0212.dll
|
sl@0
|
31 |
|
sl@0
|
32 |
ECOM_PLUGIN(iso2022jp.dll, 102044F5.rsc)
|
sl@0
|
33 |
ECOM_PLUGIN(iso2022jp1.dll, 102044F6.rsc)
|
sl@0
|
34 |
ECOM_PLUGIN(jis.dll, 102044F3.rsc)
|
sl@0
|
35 |
ECOM_PLUGIN(eucjp_packed.dll, 102044F4.rsc)
|
sl@0
|
36 |
|
sl@0
|
37 |
data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\shiftjis resource\charconv\shiftjis)
|
sl@0
|
38 |
data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\iso2022jp resource\charconv\iso2022jp)
|
sl@0
|
39 |
data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\iso2022jp1 resource\charconv\iso2022jp1)
|
sl@0
|
40 |
data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\jis resource\charconv\jis)
|
sl@0
|
41 |
data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\eucjp_packed resource\charconv\eucjp_packed)
|
sl@0
|
42 |
data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\j5 resource\charconv\j5)
|
sl@0
|
43 |
|
sl@0
|
44 |
#endif
|
sl@0
|
45 |
|
sl@0
|
46 |
#endif
|