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 * iso88597.cpl ISO-8859-7 converter |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 TARGET iso88597.dll |
|
25 TARGETTYPE PLUGIN |
|
26 |
|
27 CAPABILITY All -Tcb |
|
28 |
|
29 UID 0x10009D8D 0x102044F0 |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 USERINCLUDE ../inc |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 SOURCEPATH ../src/plugins |
|
37 SOURCE iso88597.cpp |
|
38 |
|
39 SOURCEPATH /epoc32/build/generatedcpp/charconv |
|
40 SOURCE g_iso88597.cpp |
|
41 |
|
42 SOURCEPATH ../resource |
|
43 START RESOURCE iso88597.rss |
|
44 TARGETPATH /resource/charconv |
|
45 LANG sc |
|
46 END |
|
47 |
|
48 START RESOURCE 102044f0.rss |
|
49 TARGET iso88597.rsc |
|
50 END |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY charconv.lib |
|
54 LIBRARY ecom.lib |
|
55 |
|
56 SMPSAFE |