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 // signalstrengthwatcher.dll Signal strength Telephony watcher plugin |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET signalstrengthwatcher.dll |
|
23 |
|
24 |
|
25 targettype plugin |
|
26 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier |
|
27 UID 0x10009D8D 0x1000909B |
|
28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
29 LIBRARY ecom.lib |
|
30 SOURCEPATH ../src |
|
31 start resource 1000909B.rss |
|
32 target signalstrengthwatcher.rsc |
|
33 end |
|
34 |
|
35 |
|
36 CAPABILITY ReadDeviceData WriteDeviceData NetworkServices LocalServices ReadUserData WriteUserData |
|
37 VENDORID 0x70000001 |
|
38 SOURCEPATH . |
|
39 SOURCE ../src/signalstrengthwatcher.cpp |
|
40 SOURCE ../src/SignalstrengthWatcherImplementationTable.cpp |
|
41 USERINCLUDE ../inc |
|
42 LIBRARY euser.lib watcher.lib etel.lib etelmm.lib telwatcherbase.lib |
|
43 DEBUGLIBRARY comsdbgutil.lib |
|
44 |
|
45 |
|
46 SMPSAFE |