1 /* |
1 /* |
2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
35 source CUsbScheduler.cpp |
35 source CUsbScheduler.cpp |
36 source CUsbDevice.cpp |
36 source CUsbDevice.cpp |
37 source CUsbDeviceStateWatcher.cpp |
37 source CUsbDeviceStateWatcher.cpp |
38 source UsbUtils.cpp |
38 source UsbUtils.cpp |
39 source CPersonality.cpp |
39 source CPersonality.cpp |
|
40 source usbmancenrepmanager.cpp |
40 |
41 |
41 userinclude ../INC |
42 userinclude ../INC |
42 userinclude ../public |
43 userinclude ../public |
43 userinclude ../../../host/fdf/production/client/public |
44 userinclude ../../../host/fdf/production/client/public |
44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
45 |
|
46 lang sc 01 02 03 10 // UK English, French, German, US English |
|
47 |
|
48 START RESOURCE usbman.rss |
|
49 TARGETPATH /private/101fe1db |
|
50 HEADER |
|
51 END |
|
52 |
|
53 #ifdef SYMBIAN_USB_RNDIS |
|
54 START RESOURCE usbmanrndis.rss |
|
55 TARGETPATH /private/101fe1db |
|
56 HEADER |
|
57 END |
|
58 #endif |
|
59 |
|
60 START RESOURCE usbmanmtp.rss |
|
61 TARGETPATH /private/101fe1db |
|
62 HEADER |
|
63 END |
|
64 |
|
65 #ifdef SYMBIAN_USB_RNDIS |
|
66 START RESOURCE usbmanmtprndis.rss |
|
67 TARGETPATH /private/101fe1db |
|
68 HEADER |
|
69 END |
|
70 #endif |
|
71 |
|
72 START RESOURCE usbmanlubbockobex.rss |
|
73 TARGETPATH /private/101fe1db |
|
74 HEADER |
|
75 END |
|
76 |
46 |
77 library euser.lib |
47 library euser.lib |
78 library usbclasscontroller.lib |
48 library usbclasscontroller.lib |
79 library ecom.lib |
49 library ecom.lib |
80 library efsrv.lib |
50 library efsrv.lib |
81 library bafl.lib |
51 library bafl.lib |
82 library usbmanextensionplugin.lib |
52 library usbmanextensionplugin.lib |
83 library sysutil.lib |
53 library sysutil.lib |
|
54 library centralrepository.lib |
|
55 |
|
56 #ifdef SYMBIAN_FEATURE_MANAGER |
|
57 library featdiscovery.lib |
|
58 #endif |
84 |
59 |
85 #include <usb/usblogger.mmh> |
60 #include <usb/usblogger.mmh> |