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 |
|
sl@0
|
19 |
#ifndef __CHARCONV_CHINESE_SIMPLIFIED_IBY__
|
sl@0
|
20 |
#define __CHARCONV_CHINESE_SIMPLIFIED_IBY__
|
sl@0
|
21 |
|
sl@0
|
22 |
file=ABI_DIR\BUILD_DIR\gb2312_shared.dll sys\bin\gb2312_shared.dll
|
sl@0
|
23 |
file=ABI_DIR\BUILD_DIR\gbk_shared.dll sys\bin\gbk_shared.dll
|
sl@0
|
24 |
file=ABI_DIR\BUILD_DIR\gb18030_diff_gbk.dll sys\bin\gb18030_diff_gbk.dll
|
sl@0
|
25 |
file=ABI_DIR\BUILD_DIR\gb18030_4byte.dll sys\bin\gb18030_4byte.dll
|
sl@0
|
26 |
|
sl@0
|
27 |
ECOM_PLUGIN(gb2312.dll, 102044E9.rsc)
|
sl@0
|
28 |
ECOM_PLUGIN(hz.dll, 102044F2.rsc)
|
sl@0
|
29 |
ECOM_PLUGIN(gbk.dll, 102044EB.rsc)
|
sl@0
|
30 |
ECOM_PLUGIN(gb18030.dll, 1028703A.rsc)
|
sl@0
|
31 |
|
sl@0
|
32 |
data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\gb2312 resource\charconv\gb2312)
|
sl@0
|
33 |
data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\hz resource\charconv\hz)
|
sl@0
|
34 |
data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\gbk resource\charconv\gbk)
|
sl@0
|
35 |
data=MULTI_LINGUIFY(RSC ZRESOURCE\charconv\gb18030 resource\charconv\gb18030)
|
sl@0
|
36 |
|
sl@0
|
37 |
#endif
|