equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-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 // roapphandler.dll Push application handling plugins |
|
15 // 2000E3C3.rsc Registry file for WapPush App Handler interface ROAppHandler.dll |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 |
|
24 TARGET roapphandler.dll |
|
25 TARGETTYPE plugin |
|
26 CAPABILITY ReadDeviceData WriteDeviceData NetworkServices LocalServices ReadUserData WriteUserData |
|
27 |
|
28 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier (KUidROAppHanderPlugin) |
|
29 UID 0x10009D8D 0x2000E3C3 |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE CROAppHandler.cpp |
|
34 SOURCE ROAppHandlerGroupProxy.cpp ROAppHandlerMain.cpp |
|
35 |
|
36 |
|
37 USERINCLUDE ../src ../../inc |
|
38 USERINCLUDE ../../../pushutils/inc |
|
39 USERINCLUDE ../../../pushwatcher/inc |
|
40 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
41 |
|
42 LIBRARY euser.lib ecom.lib wappushutils.lib |
|
43 |
|
44 |
|
45 start resource 2000E3C3.rss |
|
46 #ifdef SYMBIAN_SECURE_ECOM |
|
47 TARGET roapphandler.rsc |
|
48 #endif |
|
49 end |
|
50 |
|
51 SMPSAFE |