sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2005-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 |
* TEST KDDI/AU version.
|
sl@0
|
16 |
* This is a test build of the "KDDI/AU" version of the J5 character conversion plugin,
|
sl@0
|
17 |
* which uses a test UID (0x10000002) in place of the usual J5 UID.
|
sl@0
|
18 |
* The kddi/au version differs from the Docomo version by using shiftjis_kddiau_shared.dll
|
sl@0
|
19 |
* rather than shiftjis_docomo_shared.dll, so the only difference is the kddi/au specific shiftjis
|
sl@0
|
20 |
* conversions.
|
sl@0
|
21 |
* This can then be tested by tj5_kddiau which loads
|
sl@0
|
22 |
* this plug-in rather than J5_docomo by refering to the test UID
|
sl@0
|
23 |
* Character conversion method that can convert from any of the following:
|
sl@0
|
24 |
* character sets: Windows-31J (Microsoft code page 932), JIS (ISO-2022-JP-1),
|
sl@0
|
25 |
* EUC, UTF8, and UCS2.
|
sl@0
|
26 |
* kddiau test version of j5.cpl converter
|
sl@0
|
27 |
*
|
sl@0
|
28 |
*/
|
sl@0
|
29 |
|
sl@0
|
30 |
|
sl@0
|
31 |
/**
|
sl@0
|
32 |
@file
|
sl@0
|
33 |
*/
|
sl@0
|
34 |
|
sl@0
|
35 |
TARGET test_j5_kddiau.dll
|
sl@0
|
36 |
TARGETTYPE PLUGIN
|
sl@0
|
37 |
|
sl@0
|
38 |
MACRO KDDIAU_TEST
|
sl@0
|
39 |
|
sl@0
|
40 |
CAPABILITY All -Tcb
|
sl@0
|
41 |
|
sl@0
|
42 |
UID 0x10009D8D 0x01000003
|
sl@0
|
43 |
VENDORID 0x70000001
|
sl@0
|
44 |
|
sl@0
|
45 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
sl@0
|
46 |
|
sl@0
|
47 |
USERINCLUDE ../../../inc
|
sl@0
|
48 |
USERINCLUDE ../../
|
sl@0
|
49 |
USERINCLUDE ../../../src/inc
|
sl@0
|
50 |
|
sl@0
|
51 |
SOURCEPATH ../../../src/plugins
|
sl@0
|
52 |
SOURCE j5.cpp
|
sl@0
|
53 |
SOURCE j5eucjp.cpp
|
sl@0
|
54 |
|
sl@0
|
55 |
SOURCEPATH ../tsrc/main
|
sl@0
|
56 |
START RESOURCE test_j5_kddiau.rss
|
sl@0
|
57 |
TARGETPATH /resource/charconv
|
sl@0
|
58 |
LANG sc
|
sl@0
|
59 |
END
|
sl@0
|
60 |
|
sl@0
|
61 |
START RESOURCE 01000002.rss
|
sl@0
|
62 |
TARGET test_j5_kddiau.rsc
|
sl@0
|
63 |
END
|
sl@0
|
64 |
|
sl@0
|
65 |
LIBRARY euser.lib
|
sl@0
|
66 |
LIBRARY ecom.lib
|
sl@0
|
67 |
LIBRARY convutils.lib
|
sl@0
|
68 |
LIBRARY shiftjis_kddiau_shared.lib
|
sl@0
|
69 |
LIBRARY jisbase_shared.lib
|
sl@0
|
70 |
LIBRARY charconv.lib
|
sl@0
|
71 |
LIBRARY jisx0201.lib
|
sl@0
|
72 |
LIBRARY jisx0208.lib
|
sl@0
|
73 |
LIBRARY jisx0212.lib
|
sl@0
|
74 |
LIBRARY featmgr.lib
|
sl@0
|
75 |
|
sl@0
|
76 |
SMPSAFE |