usbclasses/usbmscpersonality/tsrc/UsbMscPersonalityTest/group/UsbMscPersonalityTest_exe.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 #if defined(__S60_)
       
    19         // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    20         #include <platform_paths.hrh>
       
    21 #endif
       
    22 
       
    23 TARGET          UsbMscPersonalityTest.exe
       
    24 TARGETTYPE      exe
       
    25 UID		0 	0xEF4892C6
       
    26 
       
    27 /* Specify the capabilities according to your test environment */
       
    28 CAPABILITY      LocalServices ReadDeviceData NetworkControl WriteDeviceData DiskAdmin ReadUserData WriteUserData ProtServ
       
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    30 // VENDORID     0x00000000
       
    31 /* Remove comments and replace 0x00000000 with correct secure id */
       
    32 // SECUREID     0x00000000
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 SOURCEPATH      ../src
       
    36 
       
    37 
       
    38 SOURCE          UsbMscPersonalityTest_exe.cpp
       
    39 
       
    40 /* Used libraries */
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         stiftestinterface.lib
       
    43 
       
    44 EPOCSTACKSIZE   40960
       
    45 
       
    46 // End of File