usbclasses/usbmscpersonality/tsrc/UsbMscPersonalityTest/group/UsbMscPersonalityTest.mmp
branchRCL_3
changeset 80 e02eb84a14d2
parent 77 5b2a402e96ac
equal deleted inserted replaced
79:25fce757be94 80:e02eb84a14d2
       
     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          UsbMscPersonalityTest.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY  LocalServices ReadDeviceData NetworkControl WriteDeviceData DiskAdmin ReadUserData WriteUserData ProtServ
       
    29 
       
    30 DEFFILE         UsbMscPersonalityTest.def
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 USERINCLUDE		../inc 
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          UsbMscPersonalityTest.cpp
       
    38 SOURCE          UsbMscPersonalityTestBlocks.cpp DismountClient.cpp UsbMscPersonalityTestActiveObject.cpp
       
    39 
       
    40 LIBRARY         euser.lib
       
    41 LIBRARY         stiftestinterface.lib
       
    42 LIBRARY         stiftestengine.lib
       
    43 LIBRARY			ecom.lib
       
    44 LIBRARY			usbman.lib
       
    45 LIBRARY			usbpersonality.lib
       
    46 LIBRARY         platformver.lib
       
    47 LIBRARY         efsrv.lib
       
    48 
       
    49 LANG            SC
       
    50 
       
    51 // End of File