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