equal
deleted
inserted
replaced
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Eclipse Public License v1.0" |
4 // under the terms of the License "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
16 // |
16 // |
17 |
17 |
18 TARGET t_usb_scdevice.exe |
18 TARGET t_usb_scdevice.exe |
19 TARGETTYPE EXE |
19 TARGETTYPE EXE |
20 |
20 |
|
21 UID 0x0 0x20031631 |
|
22 VENDORID 0x70000001 |
|
23 |
21 MACRO USB_SC |
24 MACRO USB_SC |
22 |
25 |
23 // Header file paths |
26 // Header file paths |
24 |
27 |
25 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
26 |
29 |
27 USERINCLUDE ../usb/t_usb_device/include |
30 USERINCLUDE ../usb/t_usb_device/include |
|
31 USERINCLUDE ../traces_t_usb_scdevice |
28 |
32 |
29 // Source file paths |
33 // Source file paths |
30 |
34 |
31 SOURCEPATH ../usb/t_usb_device/src |
35 SOURCEPATH ../usb/t_usb_device/src |
32 |
36 |
38 SOURCE activedevicestatenotifier.cpp |
42 SOURCE activedevicestatenotifier.cpp |
39 SOURCE activetimer.cpp |
43 SOURCE activetimer.cpp |
40 SOURCE config.cpp |
44 SOURCE config.cpp |
41 SOURCE apitests.cpp |
45 SOURCE apitests.cpp |
42 SOURCE usbms.cpp |
46 SOURCE usbms.cpp |
|
47 SOURCE tranhandleserver.cpp |
|
48 SOURCE tranhandlesession.cpp |
43 |
49 |
44 |
50 |
45 LIBRARY EUSER.LIB HAL.LIB |
51 LIBRARY EUSER.LIB HAL.LIB |
46 LIBRARY usbcsc_bil.lib |
52 LIBRARY usbcsc_bil.lib |
47 LIBRARY EFSRV.LIB |
53 LIBRARY EFSRV.LIB t_usb_transfersrv.lib |
48 |
54 |
49 CAPABILITY ALL |
55 CAPABILITY ALL |
50 |
56 |
51 VENDORID 0x70000001 |
|
52 |
57 |
53 // Larger user heap than default: maximum = 16MB |
58 // Larger user heap than default: maximum = 16MB |
54 EPOCHEAPSIZE 0x1000 0x01000000 |
59 EPOCHEAPSIZE 0x1000 0x01000000 |
55 |
60 |
56 SMPSAFE |
61 SMPSAFE |