| 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 | // Test code for file server
 | 
|  |     15 | //
 | 
|  |     16 | //
 | 
|  |     17 | 
 | 
|  |     18 | 
 | 
|  |     19 | 
 | 
|  |     20 | /**
 | 
|  |     21 |  @file
 | 
|  |     22 | */
 | 
|  |     23 | 
 | 
|  |     24 | 
 | 
|  |     25 | PRJ_PLATFORMS
 | 
|  |     26 | ARMV5
 | 
|  |     27 | 
 | 
|  |     28 | 
 | 
|  |     29 | PRJ_TESTMMPFILES
 | 
|  |     30 | 
 | 
|  |     31 | #if !defined(GCCXML) && defined(MARM_ARMV5)
 | 
|  |     32 | #if defined(GENERIC_MARM) || !defined(WINS) || defined(GENERIC_X86)
 | 
|  |     33 | #if !defined(MARM_THUMB) && !defined(MARM_ARMI)
 | 
|  |     34 | 
 | 
|  |     35 | #if !defined(WINS)
 | 
|  |     36 | #if !defined(X86)
 | 
|  |     37 | #if defined(SYMBIAN_ENABLE_USB_OTG_HOST)
 | 
|  |     38 | 
 | 
|  |     39 | msman/client/msmanclient support
 | 
|  |     40 | msman/server/usbhostserver support
 | 
|  |     41 | msman/server/usbotgserver support
 | 
|  |     42 | 
 | 
|  |     43 | msman/test/t_msman manual
 | 
|  |     44 | msman/test/t_msformat manual
 | 
|  |     45 | msman/test/t_msblock manual
 | 
|  |     46 | msman/test/t_mssbcerr manual
 | 
|  |     47 | msman/test/t_msbot manual
 | 
|  |     48 | msman/test/t_mssuspend manual
 | 
|  |     49 | msman/test/t_msvbus manual
 | 
|  |     50 | msman/test/t_mswrpr manual
 | 
|  |     51 | msman/test/t_msrmb manual
 | 
|  |     52 | 
 | 
|  |     53 | msman/app/husbconsapp manual
 | 
|  |     54 | 
 | 
|  |     55 | testclient/usbtestclient/usbtestclient manual
 | 
|  |     56 | testclient/usbtestmsclient/usbtestmsclient support
 | 
|  |     57 | 
 | 
|  |     58 | #endif
 | 
|  |     59 | #endif
 | 
|  |     60 | #endif	//!defined(WINS)
 | 
|  |     61 | 
 | 
|  |     62 | #endif
 | 
|  |     63 | #endif
 | 
|  |     64 | #endif //GCCXML
 | 
|  |     65 | 
 |