equal
deleted
inserted
replaced
|
1 // Copyright (c) 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 // |
|
15 |
|
16 TARGET husbconsapp.exe |
|
17 TARGETTYPE EXE |
|
18 |
|
19 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
20 USERINCLUDE . |
|
21 USERINCLUDE ../src |
|
22 USERINCLUDE ../shared |
|
23 USERINCLUDE ../client |
|
24 |
|
25 |
|
26 SOURCEPATH ../src |
|
27 SOURCE cusbotg.cpp |
|
28 SOURCE rusbmspublisher.cpp |
|
29 SOURCE cusbotgwatcher.cpp |
|
30 |
|
31 SOURCE cusbhostao.cpp |
|
32 SOURCE cusbhost.cpp |
|
33 SOURCE cusbmsmountmanager.cpp |
|
34 SOURCE rextfilesystem.cpp |
|
35 |
|
36 SOURCEPATH ../shared |
|
37 SOURCE tmslog.cpp |
|
38 |
|
39 SOURCEPATH . |
|
40 SOURCE husbconsapp.cpp |
|
41 SOURCE cdisplay.cpp |
|
42 |
|
43 USERINCLUDE . |
|
44 USERINCLUDE ../inc |
|
45 USERINCLUDE ../shared |
|
46 USERINCLUDE ../client |
|
47 |
|
48 |
|
49 LIBRARY efsrv.lib |
|
50 LIBRARY euser.lib |
|
51 LIBRARY hal.lib |
|
52 LIBRARY usbdescriptors.lib |
|
53 LIBRARY usbdi_utils.lib |
|
54 LIBRARY usbhostmsclient.lib |
|
55 LIBRARY msmanclient.lib |
|
56 |
|
57 CAPABILITY CommDD PowerMgmt DISKADMIN ALLFILES NetworkControl |
|
58 UID 0 0x10282b48 |
|
59 |
|
60 // MACRO _TESTAPP_DEBUG_PRINT_ |
|
61 |
|
62 |
|
63 VENDORID 0x70000001 |
|
64 |
|
65 SMPSAFE |