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