equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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 // wapwatcher.dll Watcher for receiving WDP/WSP BIO messages |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 #include "../group/biomsgopt.mph" |
|
23 |
|
24 TARGET wapwatcher.dll |
|
25 TARGETTYPE PLUGIN |
|
26 |
|
27 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier |
|
28 UID 0x10009D8D 0x10008C67 |
|
29 |
|
30 //MW_LAYER_SYSTEMINCLUDE_SYMBIAN -- should be this but has dependency on APP layer |
|
31 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 |
|
33 LIBRARY ecom.lib |
|
34 |
|
35 SOURCEPATH Src |
|
36 |
|
37 start resource 10008C67.rss |
|
38 target wapwatcher.rsc |
|
39 end |
|
40 |
|
41 CAPABILITY ReadDeviceData WriteDeviceData NetworkServices LocalServices ReadUserData WriteUserData |
|
42 VENDORID 0x70000001 |
|
43 SOURCEPATH Src |
|
44 USERINCLUDE Inc ../BIUTINC ../../watcherfw/inc |
|
45 SOURCE WapWatcher.cpp WapSocketWatcher.cpp WdpPortWatcher.cpp WspPortWatcher.cpp |
|
46 LIBRARY euser.lib gsmu.lib biowatcher.lib watcher.lib |
|
47 LIBRARY wapmsgcli.lib |
|
48 |
|
49 |
|
50 SMPSAFE |