equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // rt2htmcv.dll On-board converter from Symbian OS RTF to HTML |
|
15 // |
|
16 // |
|
17 |
|
18 OPTION CW -w off |
|
19 target rt2htmcv.dll |
|
20 targettype PLUGIN |
|
21 CAPABILITY All -TCB |
|
22 UID 0x10009D8D 0x10003A68 |
|
23 VENDORID 0x70000001 |
|
24 |
|
25 NOEXPORTLIBRARY /* Ensures that DEF file can be safely shared |
|
26 for RVCT builds */ |
|
27 |
|
28 SOURCEPATH ../Src |
|
29 |
|
30 userinclude ../inc |
|
31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 |
|
33 source RT2HTMCV.CPP |
|
34 |
|
35 library euser.lib estor.lib etext.lib efsrv.lib gdi.lib charconv.lib conarc.lib bafl.lib |
|
36 |
|
37 START RESOURCE 10003A68.rss |
|
38 TARGET rt2htmcv.rsc |
|
39 END |
|
40 |
|
41 START RESOURCE 1000071c.rss |
|
42 HEADER |
|
43 TARGETPATH resource/convert |
|
44 LANG SC |
|
45 END |
|
46 |
|
47 SMPSAFE |