equal
deleted
inserted
replaced
|
1 // Copyright (c) 2000-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 // ebookmarkrec.mdl Web Bookmark file recogniser for Emime framework |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 #ifdef __UI_FRAMEWORKS_V2__ |
|
24 |
|
25 TARGET recbmark.dll |
|
26 TARGETTYPE plugin |
|
27 UID 0x10009D8D 0x10008ED4 |
|
28 |
|
29 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 |
|
31 |
|
32 start resource 10008ED4.rss |
|
33 #ifdef SYMBIAN_SECURE_ECOM |
|
34 TARGET recbmark.rsc |
|
35 #endif |
|
36 end |
|
37 |
|
38 #else |
|
39 |
|
40 target eBookmarkRec.MDL |
|
41 targettype DLL |
|
42 targetpath /system/recogs\ |
|
43 |
|
44 UID 0x10003A19 0x10008ED4 |
|
45 |
|
46 deffile eBookMarkRec.DEF |
|
47 |
|
48 start wins |
|
49 baseaddress 0x4da00000 |
|
50 end |
|
51 |
|
52 #endif //__UI_FRAMEWORKS_V2__ |
|
53 |
|
54 CAPABILITY TrustedUI ProtServ |
|
55 |
|
56 VENDORID 0x70000001 |
|
57 |
|
58 SOURCEPATH . |
|
59 |
|
60 source ebookmark.cpp |
|
61 |
|
62 library euser.lib apmime.lib efsrv.lib |
|
63 |
|
64 start marm |
|
65 end |
|
66 |
|
67 SMPSAFE |