equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-2010 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 the License "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 // e32test/group/t_usb_transfersrv.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET t_usb_transfersrv.dll |
|
19 TARGETTYPE DLL |
|
20 |
|
21 UID 0x0 0x20031633 |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 MACRO USB_SC |
|
25 |
|
26 // Header file paths |
|
27 |
|
28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
29 |
|
30 USERINCLUDE ../usb/t_usb_device/include |
|
31 USERINCLUDE ../traces_t_usb_transfersrvclient |
|
32 |
|
33 // Source file paths |
|
34 |
|
35 SOURCEPATH ../usb/t_usb_device/src |
|
36 |
|
37 |
|
38 SOURCE transfersrv.cpp |
|
39 |
|
40 deffile ../~/t_usb_transfersrv.def |
|
41 |
|
42 LIBRARY EUSER.LIB HAL.LIB |
|
43 LIBRARY usbcsc_bil.lib |
|
44 LIBRARY EFSRV.LIB |
|
45 |
|
46 CAPABILITY ALL |
|
47 |
|
48 |
|
49 // Larger user heap than default: maximum = 16MB |
|
50 EPOCHEAPSIZE 0x1000 0x01000000 |
|
51 |
|
52 SMPSAFE |