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 |
// telwatcherbase.dll Telephony watcher plugin framework
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
TARGET telwatcherbase.dll
|
|
23 |
CAPABILITY ReadDeviceData WriteDeviceData NetworkServices LocalServices ReadUserData WriteUserData
|
|
24 |
TARGETTYPE dll
|
|
25 |
UID 0x1000008D 0x1000909D
|
|
26 |
VENDORID 0x70000001
|
|
27 |
|
|
28 |
SOURCEPATH .
|
|
29 |
|
|
30 |
SOURCE ../src/watcherbase.cpp
|
|
31 |
SOURCE ../src/phoneonoff.cpp
|
|
32 |
SOURCE ../src/ModemChangeObserver.cpp
|
|
33 |
|
|
34 |
USERINCLUDE ../inc
|
|
35 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
36 |
|
|
37 |
LIBRARY euser.lib etel.lib etelmm.lib
|
|
38 |
|
|
39 |
LIBRARY commsdat.lib
|
|
40 |
DEBUGLIBRARY comsdbgutil.lib
|
|
41 |
|
|
42 |
|
|
43 |
SMPSAFE
|