equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2000-2009 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 * iso2022jp_2.dll ISO-2022-JP converter wrapper, S60 version |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 TARGET iso2022jp_2.dll |
|
25 TARGETTYPE PLUGIN |
|
26 |
|
27 CAPABILITY All -Tcb |
|
28 |
|
29 UID 0x10009D8D 0x102044F5 |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 USERINCLUDE ../src/inc |
|
35 USERINCLUDE ../inc |
|
36 USERINCLUDE ../src/shared |
|
37 |
|
38 SOURCEPATH ../src/plugins |
|
39 SOURCE iso2022jp_2.cpp |
|
40 |
|
41 SOURCEPATH ../resource |
|
42 START RESOURCE iso2022jp.rss |
|
43 TARGETPATH /resource/charconv |
|
44 LANG sc |
|
45 END |
|
46 |
|
47 START RESOURCE 102044f5.rss |
|
48 TARGET iso2022jp_2.rsc |
|
49 END |
|
50 |
|
51 LIBRARY euser.lib |
|
52 LIBRARY charconv.lib |
|
53 LIBRARY convutils.lib |
|
54 LIBRARY ecom.lib |
|
55 LIBRARY jisbase_shared_2.lib |
|
56 LIBRARY jisx0201_2.lib |
|
57 LIBRARY jisx0208_2.lib |
|
58 library CnvPictographShared.lib |
|
59 LIBRARY featmgr.lib |
|
60 |
|
61 SMPSAFE |