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 usbotgserver.exe |
|
17 |
|
18 TARGETTYPE exe |
|
19 |
|
20 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
21 USERINCLUDE . |
|
22 USERINCLUDE ../shared |
|
23 USERINCLUDE ../src |
|
24 |
|
25 SOURCEPATH . |
|
26 SOURCE cusbotgsession.cpp |
|
27 SOURCE cusbotgserver.cpp |
|
28 SOURCE usbotgserver.cpp |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE cusbhostao.cpp |
|
32 SOURCE cusbhost.cpp |
|
33 SOURCE cusbmsmountmanager.cpp |
|
34 SOURCE rextfilesystem.cpp |
|
35 |
|
36 SOURCE rusbmspublisher.cpp |
|
37 SOURCE cusbotgwatcher.cpp |
|
38 SOURCE cusbotg.cpp |
|
39 |
|
40 SOURCEPATH ../shared |
|
41 SOURCE tmslog.cpp |
|
42 |
|
43 USERINCLUDE . |
|
44 USERINCLUDE ../inc |
|
45 USERINCLUDE ../shared |
|
46 USERINCLUDE ../client |
|
47 |
|
48 LIBRARY efsrv.lib |
|
49 LIBRARY euser.lib |
|
50 LIBRARY usbdescriptors.lib |
|
51 LIBRARY usbdi_utils.lib |
|
52 LIBRARY usbhostmsclient.lib |
|
53 |
|
54 |
|
55 //MACRO _TESTAPP_DEBUG_PRINT_ |
|
56 |
|
57 //CAPABILITY ALL |
|
58 CAPABILITY CommDD PowerMgmt DISKADMIN ALLFILES NetworkControl |
|
59 |
|
60 |
|
61 UID 0 0x101fe1db |
|
62 |
|
63 SMPSAFE |