usbengines/usbremotepersonality/tsrc/USBRemotePersonalityTest/group/USBRemotePersonalityTest.mmp
changeset 0 1e05558e2206
child 2 468cfcb53fd1
equal deleted inserted replaced
-1:000000000000 0:1e05558e2206
       
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 *
       
    15 * Description:
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #if defined(__S60_)
       
    21         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
       
    22         #include <platform_paths.hrh>
       
    23 #endif
       
    24 
       
    25 TARGET          USBRemotePersonalityTest.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x101FB3E3
       
    28 
       
    29 CAPABILITY      LocalServices CommDD
       
    30 
       
    31 DEFFILE         USBRemotePersonalityTest.def
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 USERINCLUDE	../inc
       
    36 USERINCLUDE	../../../inc
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          USBRemotePersonalityTest.cpp
       
    40 SOURCE          USBRemotePersonalityTestBlocks.cpp
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         stiftestinterface.lib
       
    44 LIBRARY         stiftestengine.lib
       
    45 LIBRARY		ecom.lib
       
    46 LIBRARY         usbman.lib
       
    47 LIBRARY         usbwatcher.lib
       
    48 
       
    49 LANG            SC
       
    50 
       
    51 // End of File