equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1997-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 * gbk.cpl GBK charset converter wrapper |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 TARGET gbk.dll |
|
25 TARGETTYPE PLUGIN |
|
26 |
|
27 CAPABILITY All -Tcb |
|
28 |
|
29 UID 0x10009D8D 0x102044EB |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 USERINCLUDE ../inc |
|
33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 |
|
35 SOURCEPATH ../src/plugins |
|
36 SOURCE gbk.cpp |
|
37 |
|
38 SOURCEPATH ../resource |
|
39 START RESOURCE gbk.rss |
|
40 TARGETPATH /resource/charconv |
|
41 LANG sc |
|
42 END |
|
43 |
|
44 START RESOURCE 102044eb.rss |
|
45 TARGET gbk.rsc |
|
46 END |
|
47 |
|
48 LIBRARY euser.lib |
|
49 LIBRARY gbk_shared.lib |
|
50 LIBRARY ecom.lib |
|
51 |
|
52 SMPSAFE |