equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-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 // f32/shostmassstorage/msproxy/susbhomsproxy.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET usbhostms.pxy |
|
19 TARGETTYPE fsy |
|
20 |
|
21 USERINCLUDE . |
|
22 USERINCLUDE ../client |
|
23 |
|
24 SOURCEPATH . |
|
25 SOURCE hostusbmsfactory.cpp |
|
26 SOURCE hostusbmsproxy.cpp |
|
27 SOURCE tmsmemmap.cpp |
|
28 SOURCE debug.cpp |
|
29 |
|
30 // Function tracing |
|
31 //SOURCEPATH ../server/shared |
|
32 //SOURCE msdebug.cpp |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 LIBRARY euser.lib efile.lib usbhostmsclient.lib |
|
37 |
|
38 UID 0x100039df 0x10000CEE |
|
39 VENDORID 0x70000001 |
|
40 |
|
41 //MACRO _HOST_DEBUG_PRINT_ |
|
42 //MACRO _PROXY_DEBUG_PRINT_ |
|
43 //MACRO _MSFN_DEBUG_PRINT_ |
|
44 |
|
45 CAPABILITY TCB ProtServ DiskAdmin AllFiles PowerMgmt CommDD |
|
46 |
|
47 SMPSAFE |