equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 TARGET t_usb_tranhandlesrv.dll |
|
21 TARGETTYPE DLL |
|
22 |
|
23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
24 |
|
25 USERINCLUDE ../usb/t_usb_device/include |
|
26 |
|
27 // Source file paths |
|
28 |
|
29 SOURCEPATH ../usb/t_usb_device/src |
|
30 |
|
31 |
|
32 deffile ../~/t_usb_tranhandlesrv.def |
|
33 |
|
34 CAPABILITY ALL |
|
35 |
|
36 VENDORID 0x70000001 |
|
37 |
|
38 // Larger user heap than default: maximum = 16MB |
|
39 EPOCHEAPSIZE 0x1000 0x01000000 |
|
40 |
|
41 SMPSAFE |
|
42 |
|
43 |
|
44 SOURCE tranhandlesrv.cpp |
|
45 |
|
46 LIBRARY euser.lib |