24
|
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 |
//
|
|
15 |
|
|
16 |
TARGET te_telwatchersunit.exe
|
|
17 |
CAPABILITY ReadDeviceData WriteDeviceData NetworkControl NetworkServices
|
|
18 |
TARGETTYPE exe
|
|
19 |
UID 0x1000007A 0x10202615
|
|
20 |
VENDORID 0x70000001
|
|
21 |
|
|
22 |
MACRO WATCHER_TESTING
|
|
23 |
|
|
24 |
SOURCEPATH .
|
|
25 |
SOURCE TE_TelWatchersUnitBase.cpp
|
|
26 |
SOURCE TE_TelWatchersUnitServer.cpp
|
|
27 |
SOURCE TE_TelWatchersUnitTest.cpp
|
|
28 |
SOURCE TE_TelWatchersImplementationTable.cpp
|
|
29 |
SOURCE TE_TelWatchersUnitWatcherLog.cpp
|
|
30 |
|
|
31 |
SOURCEPATH ../../src
|
|
32 |
SOURCE watcherbase.cpp
|
|
33 |
SOURCE signalstrengthwatcher.cpp
|
|
34 |
SOURCE ModemChangeObserver.cpp
|
|
35 |
SOURCE indicatorwatcher.cpp
|
|
36 |
SOURCE phoneonoff.cpp
|
|
37 |
SOURCE WatcherTestHooks.cpp
|
|
38 |
|
|
39 |
USERINCLUDE ../../inc
|
|
40 |
USERINCLUDE .
|
|
41 |
USERINCLUDE ..
|
|
42 |
|
|
43 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
44 |
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
45 |
|
|
46 |
LIBRARY euser.lib
|
|
47 |
LIBRARY efsrv.lib
|
|
48 |
LIBRARY etel.lib
|
|
49 |
LIBRARY etelmm.lib
|
|
50 |
LIBRARY testexecutelogclient.lib
|
|
51 |
LIBRARY testexecuteutils.lib
|
|
52 |
LIBRARY commsdat.lib
|
|
53 |
DEBUGLIBRARY comsdbgutil.lib
|
|
54 |
|
|
55 |
SMPSAFE
|