usbclasses/usbbasicpersonality/tsrc/UsbBasicPersonalityTest/group/UsbBasicPersonalityTest.mmp
branchRCL_3
changeset 92 dde4619868dc
parent 86 703a2b94c06c
child 95 55a3258355ea
equal deleted inserted replaced
86:703a2b94c06c 92:dde4619868dc
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          UsbBasicPersonalityTest.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY      LocalServices ReadDeviceData NetworkControl WriteDeviceData DiskAdmin ReadUserData WriteUserData ProtServ
       
    29 
       
    30 DEFFILE         UsbBasicPersonalityTest.def
       
    31 
       
    32 
       
    33 USERINCLUDE	../inc	
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 USERINCLUDE	../../../inc
       
    38 
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          UsbBasicPersonalityTest.cpp
       
    42 SOURCE          UsbBasicPersonalityTestBlocks.cpp UsbBasicPersonalityTest_exe.cpp
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         stiftestinterface.lib
       
    46 LIBRARY         stiftestengine.lib
       
    47 LIBRARY		ecom.lib
       
    48 LIBRARY		usbman.lib
       
    49 LIBRARY		usbpersonality.lib
       
    50 
       
    51 
       
    52 LANG            SC
       
    53 
       
    54 // End of File