|
1 /* |
|
2 * Copyright (c) 2000-2004 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 * MakMake Project file. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 /** |
|
27 @file |
|
28 |
|
29 @SYMPurpose jis.cpl JIS charset converter wrapper |
|
30 */ |
|
31 |
|
32 #include <platform_paths.hrh> |
|
33 |
|
34 target JIS.DLL |
|
35 targettype PLUGIN |
|
36 |
|
37 CAPABILITY All -Tcb |
|
38 |
|
39 uid 0x10009D8D 0x102044F3 |
|
40 VENDORID 0x70000001 |
|
41 |
|
42 sourcepath ../Source/foreign/plugins |
|
43 source JIS.CPP |
|
44 |
|
45 // This is a SYSTEMINCLUDE macro containing the middleware |
|
46 // layer specific include directories |
|
47 MW_LAYER_SYSTEMINCLUDE |
|
48 OS_LAYER_SYSTEMINCLUDE |
|
49 |
|
50 systeminclude ../Include |
|
51 SYSTEMINCLUDE ../../../../inc |
|
52 SYSTEMINCLUDE ../../../inc |
|
53 |
|
54 library EUSER.LIB CHARCONV.LIB CONVUTILS.LIB JISBASE_SHARED.LIB |
|
55 library JISX0201.LIB JISX0208.LIB JISX0212.LIB ECOM.LIB |
|
56 |
|
57 sourcepath ../Source/foreign/plugins |
|
58 start resource JIS.RSS |
|
59 targetpath /resource/charconv |
|
60 lang sc |
|
61 end |
|
62 |
|
63 sourcepath ../Source/foreign/plugins |
|
64 start resource 102044F3.rss |
|
65 #ifdef SYMBIAN_SECURE_ECOM |
|
66 target JIS.rsc |
|
67 #endif |
|
68 end |