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 // rversit.dll Versit mime type recognizer for Emime framework |
|
15 // |
|
16 // |
|
17 |
|
18 target rversit.dll |
|
19 targettype PLUGIN |
|
20 UID 0x10009D8D 0x100047EB |
|
21 |
|
22 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
23 |
|
24 START RESOURCE 100047EB.rss |
|
25 TARGET rversit.rsc |
|
26 END |
|
27 |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 CAPABILITY TrustedUI ProtServ |
|
31 |
|
32 SOURCEPATH ../rec |
|
33 userinclude ../inc |
|
34 |
|
35 source VersitRecog.cpp |
|
36 |
|
37 library euser.lib apmime.lib |
|
38 |
|
39 START WINS |
|
40 END |
|
41 |
|
42 SMPSAFE |