0
|
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 usbhostserver.exe
|
|
17 |
|
|
18 |
TARGETTYPE exe
|
|
19 |
|
|
20 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
21 |
USERINCLUDE .
|
|
22 |
USERINCLUDE ../shared
|
|
23 |
USERINCLUDE ../src
|
|
24 |
|
|
25 |
SOURCEPATH .
|
|
26 |
SOURCE cusbhostsession.cpp
|
|
27 |
SOURCE cusbhostserver.cpp
|
|
28 |
SOURCE usbhostserver.cpp
|
|
29 |
|
|
30 |
SOURCEPATH ../src
|
|
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 |
USERINCLUDE .
|
|
40 |
USERINCLUDE ../shared
|
|
41 |
USERINCLUDE ../inc
|
|
42 |
|
|
43 |
LIBRARY efsrv.lib euser.lib usbdescriptors.lib usbdi_utils.lib usbhostmsclient.lib
|
|
44 |
|
|
45 |
|
|
46 |
//MACRO _TESTAPP_DEBUG_PRINT_
|
|
47 |
|
|
48 |
//CAPABILITY ALL
|
|
49 |
CAPABILITY CommDD PowerMgmt DISKADMIN ALLFILES NetworkControl
|
|
50 |
|
|
51 |
|
|
52 |
UID 0 0x10282b48
|
|
53 |
|
|
54 |
SMPSAFE
|