|
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 // pushwatcher.dll Receives wap push messages from the wap stack |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 TARGET pushwatcher.dll |
|
24 #ifdef __WATCHER_API_V2__ |
|
25 TARGETTYPE PLUGIN |
|
26 |
|
27 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier |
|
28 UID 0x10009D8D 0x10009145 |
|
29 |
|
30 SOURCEPATH ../src |
|
31 |
|
32 start resource 10009145.rss |
|
33 #ifdef SYMBIAN_SECURE_ECOM |
|
34 target pushwatcher.rsc |
|
35 #endif |
|
36 end |
|
37 #else |
|
38 TARGETPATH /system/libs/watchers |
|
39 TARGETTYPE dll |
|
40 |
|
41 UID 0x1027433D 0x10009145 |
|
42 #endif // __WATCHER_API_V2__ |
|
43 |
|
44 CAPABILITY ReadDeviceData WriteDeviceData NetworkServices LocalServices ReadUserData WriteUserData |
|
45 VENDORID 0x70000001 |
|
46 |
|
47 SOURCEPATH ../src |
|
48 USERINCLUDE ../inc |
|
49 USERINCLUDE ../../plugins/inc |
|
50 USERINCLUDE ../../pushutils/inc |
|
51 USERINCLUDE ../../plugins/PushAppHandler |
|
52 USERINCLUDE ../../plugins/PushSecurity |
|
53 USERINCLUDE ../../plugins/ROAppHandler/src |
|
54 USERINCLUDE ../../plugins/WapUriLookup/inc |
|
55 |
|
56 // MW_LAYER_SYSTEMINCLUDE_SYMBIAN depenancy on iapprefs.h |
|
57 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
58 |
|
59 SOURCE pushdll.cpp |
|
60 SOURCE CLWatcher.cpp ConnMan.cpp |
|
61 SOURCE pushwatcher.cpp |
|
62 |
|
63 LIBRARY euser.lib wappushutils.lib ecom.lib |
|
64 LIBRARY watcher.lib wapmsgcli.lib |
|
65 |
|
66 #ifndef __WATCHER_API_V2__ |
|
67 |
|
68 #ifdef WINS |
|
69 DEFFILE ../../BWins/WapPushW.def |
|
70 #elif defined(GCC32) |
|
71 DEFFILE ../../BMarm/WapPushM.def |
|
72 #else |
|
73 DEFFILE ../../EABI/WapPush.def |
|
74 #endif |
|
75 |
|
76 #endif // __WATCHER_API_V2__ |
|
77 |
|
78 SMPSAFE |