|
1 // Copyright (c) 2006-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 // rocontenthandler.dll Handlers for Rights Objects |
|
15 // 20002246.rsc Registry file for RO Push Content Handler interface ROContentHandler.dll |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 TARGET rocontenthandler.dll |
|
24 TARGETTYPE PLUGIN |
|
25 CAPABILITY ALL -TCB |
|
26 |
|
27 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier (KUidROContentHandlerPlugin) |
|
28 UID 0x10009D8D 0x10282760 |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE ROContentHandler.cpp |
|
33 SOURCE ROContentHandlerGroupProxy.cpp |
|
34 SOURCE ROCHCAFInterface.cpp |
|
35 SOURCE MessageComposer.cpp |
|
36 |
|
37 USERINCLUDE ../inc ../../pushmtm/inc |
|
38 USERINCLUDE ../../pushwatcher/inc |
|
39 USERINCLUDE ../../pushutils/inc |
|
40 USERINCLUDE ../../SISLPushMsgUtils/inc |
|
41 |
|
42 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
43 |
|
44 LIBRARY euser.lib ecom.lib |
|
45 LIBRARY wappushutils.lib |
|
46 LIBRARY efsrv.lib inetprotutil.lib |
|
47 LIBRARY caf.lib cafutils.lib xmlframework.lib bafl.lib |
|
48 |
|
49 |
|
50 DEFFILE rocontenthandler.def |
|
51 |
|
52 start resource 10282760.rss |
|
53 #ifdef SYMBIAN_SECURE_ECOM |
|
54 TARGET rocontenthandler.rsc |
|
55 #endif |
|
56 end |
|
57 |
|
58 SMPSAFE |