author | William Roberts <williamr@symbian.org> |
Thu, 29 Jul 2010 23:52:13 +0100 | |
branch | GCC_SURGE |
changeset 237 | 2604c9de91e0 |
parent 215 | 8096a832df02 |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2008-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 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_device.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
TARGET T_USB_DEVICE.EXE |
|
19 |
TARGETTYPE EXE |
|
20 |
||
21 |
// Header file paths |
|
22 |
||
23 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
24 |
||
215
8096a832df02
Fix for bug 3322 - Non-portable case-sensitivity and path-delimiter fluff in e32test build
Mike Kinghan <mikek@symbian.org>
parents:
0
diff
changeset
|
25 |
USERINCLUDE ../usb/t_usb_device/include |
0 | 26 |
|
27 |
// Source file paths |
|
28 |
||
29 |
SOURCEPATH ../USB/T_USB_DEVICE/SRC |
|
30 |
||
31 |
||
32 |
SOURCE main.cpp |
|
33 |
SOURCE activecontrol.cpp |
|
34 |
SOURCE activerw.cpp |
|
35 |
SOURCE activestallnotifier.cpp |
|
36 |
SOURCE activedevicestatenotifier.cpp |
|
37 |
SOURCE activetimer.cpp |
|
38 |
SOURCE config.cpp |
|
39 |
SOURCE apitests.cpp |
|
40 |
SOURCE usbms.cpp |
|
41 |
||
42 |
||
215
8096a832df02
Fix for bug 3322 - Non-portable case-sensitivity and path-delimiter fluff in e32test build
Mike Kinghan <mikek@symbian.org>
parents:
0
diff
changeset
|
43 |
LIBRARY euser.lib hal.lib |
8096a832df02
Fix for bug 3322 - Non-portable case-sensitivity and path-delimiter fluff in e32test build
Mike Kinghan <mikek@symbian.org>
parents:
0
diff
changeset
|
44 |
LIBRARY efsrv.lib |
0 | 45 |
|
46 |
CAPABILITY ALL |
|
47 |
||
48 |
VENDORID 0x70000001 |
|
49 |
||
50 |
// Larger user heap than default: maximum = 16MB |
|
51 |
EPOCHEAPSIZE 0x1000 0x01000000 |
|
52 |
||
53 |
SMPSAFE |