|
1 /* |
|
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Project definition file for project usbotgwatcher |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET usbotgwatcher.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008d 0x2000AFFF |
|
24 |
|
25 CAPABILITY LocalServices ReadDeviceData NetworkControl WriteDeviceData DiskAdmin ReadUserData WriteUserData ProtServ CommDD |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 |
|
30 SOURCE panic.cpp |
|
31 SOURCE cusbtimer.cpp |
|
32 |
|
33 SOURCE cusbidpinobserver.cpp |
|
34 SOURCE cusbvbusobserver.cpp |
|
35 SOURCE cusbotgstateobserver.cpp |
|
36 SOURCE cusbhosteventnotificationobserver.cpp |
|
37 SOURCE cusbmessagenotificationobserver.cpp |
|
38 SOURCE cusbbusactivityobserver.cpp |
|
39 |
|
40 SOURCE cusbotgwatcher.cpp |
|
41 SOURCE cusbservicecontrol.cpp |
|
42 SOURCE cusbpersonalityswitch.cpp |
|
43 |
|
44 SOURCE cusbstate.cpp |
|
45 SOURCE cusbstatehostabase.cpp |
|
46 SOURCE cusbstatehostainitiatebase.cpp |
|
47 SOURCE cusbstatehostainitiate.cpp |
|
48 SOURCE cusbstatehostahost.cpp |
|
49 SOURCE cusbstatehostaperipheral.cpp |
|
50 SOURCE cusbstatehostaidle.cpp |
|
51 SOURCE cusbstatehosthandle.cpp |
|
52 |
|
53 SOURCE cusbwaitnotifier.cpp |
|
54 SOURCE cusbnotifmanager.cpp |
|
55 SOURCE cusbnotifier.cpp |
|
56 SOURCE cusbnotenotifier.cpp |
|
57 SOURCE cusbwarningnotifier.cpp |
|
58 SOURCE cusbindicatornotifier.cpp |
|
59 |
|
60 USERINCLUDE ../inc |
|
61 |
|
62 MW_LAYER_SYSTEMINCLUDE |
|
63 |
|
64 LIBRARY euser.lib |
|
65 LIBRARY usbman.lib |
|
66 #if defined(MARM_ARMV5) |
|
67 LIBRARY usbdescriptors.lib |
|
68 LIBRARY usbdi_utils.lib |
|
69 #endif |
|
70 LIBRARY aknnotify.lib |
|
71 |
|
72 DEBUGLIBRARY flogger.lib |