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 * gb2312_shared.dll GB-2312 implementation |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 TARGET gb2312_shared.dll |
|
25 TARGETTYPE dll |
|
26 |
|
27 CAPABILITY All -Tcb |
|
28 |
|
29 DEFFILE gb2312_shared.def |
|
30 |
|
31 UID 0x1000008d 0x102044E9 |
|
32 VENDORID 0x70000001 |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 |
|
37 SOURCEPATH ../src/shared |
|
38 SOURCE gb2312_shared.cpp |
|
39 |
|
40 SOURCEPATH /epoc32/build/generatedcpp/charconv |
|
41 SOURCE g_gb2312.cpp |
|
42 |
|
43 LIBRARY euser.lib |
|
44 |
|
45 START WINS |
|
46 baseaddress 0x74410000 |
|
47 END |
|
48 |
|
49 SMPSAFE |