253
|
1 |
// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
|
0
|
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 |
|
253
|
25 |
USERINCLUDE ../usb/t_usb_device/include
|
|
26 |
USERINCLUDE ../traces_t_usb_device
|
0
|
27 |
|
|
28 |
// Source file paths
|
|
29 |
|
253
|
30 |
SOURCEPATH ../usb/t_usb_device/src
|
0
|
31 |
|
|
32 |
|
|
33 |
SOURCE main.cpp
|
|
34 |
SOURCE activecontrol.cpp
|
|
35 |
SOURCE activerw.cpp
|
|
36 |
SOURCE activestallnotifier.cpp
|
|
37 |
SOURCE activedevicestatenotifier.cpp
|
|
38 |
SOURCE activetimer.cpp
|
|
39 |
SOURCE config.cpp
|
|
40 |
SOURCE apitests.cpp
|
|
41 |
SOURCE usbms.cpp
|
|
42 |
|
|
43 |
|
|
44 |
LIBRARY EUSER.LIB HAL.LIB
|
|
45 |
LIBRARY EFSRV.LIB
|
|
46 |
|
|
47 |
CAPABILITY ALL
|
|
48 |
|
|
49 |
VENDORID 0x70000001
|
|
50 |
|
269
|
51 |
// 0x101fe1db to pretend to be USB Manager (needed for the OTG drivers)
|
|
52 |
UID 0x0 0x101fe1db
|
|
53 |
|
273
|
54 |
// stack size 32KB
|
|
55 |
EPOCSTACKSIZE 0x8000
|
|
56 |
|
0
|
57 |
// Larger user heap than default: maximum = 16MB
|
|
58 |
EPOCHEAPSIZE 0x1000 0x01000000
|
|
59 |
|
|
60 |
SMPSAFE
|