32
|
1 |
/*
|
|
2 |
* Copyright (c) 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 the License "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: This module is a plug-in module for EUC-KR character conversion.
|
|
15 |
*
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
|
|
21 |
TARGET EUCKR.DLL
|
|
22 |
TARGETTYPE PLUGIN
|
|
23 |
CAPABILITY All -Tcb
|
|
24 |
|
|
25 |
uid 0x10009D8D 0x2000E527
|
|
26 |
|
|
27 |
SOURCEPATH ../src
|
|
28 |
SOURCE EUCKR.cpp
|
|
29 |
|
|
30 |
// This is a SYSTEMINCLUDE macro containing the middleware
|
|
31 |
// layer specific include directories
|
|
32 |
MW_LAYER_SYSTEMINCLUDE
|
|
33 |
OS_LAYER_SYSTEMINCLUDE
|
|
34 |
|
|
35 |
SYSTEMINCLUDE ../../../inc
|
|
36 |
SYSTEMINCLUDE ../../inc
|
|
37 |
SYSTEMINCLUDE ../inc
|
|
38 |
|
|
39 |
LIBRARY EUSER.LIB
|
|
40 |
LIBRARY CHARCONV.LIB
|
|
41 |
LIBRARY ECOM.LIB
|
|
42 |
LIBRARY cp949table.lib
|
|
43 |
|
|
44 |
Start resource EUCKR.rss
|
|
45 |
Targetpath /resource/charconv
|
|
46 |
End
|
|
47 |
|
|
48 |
start resource 2000E527.rss
|
|
49 |
#ifdef SYMBIAN_SECURE_ECOM
|
|
50 |
target EUCKR.RSC
|
|
51 |
#endif
|
|
52 |
end
|