usbservices_plat/usb_personality_plugin_api/tsrc/usbpersonalitypluginapitest/group/UsbPersonalityPluginTest_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) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This material, including documentation and any related computer
       
     5 * programs, is protected by copyright controlled by Nokia. All
       
     6 * rights are reserved. Copying, including reproducing, storing
       
     7 * adapting or translating, any or all of this material requires the
       
     8 * prior written consent of Nokia. This material also contains
       
     9 * confidential information which may not be disclosed to others
       
    10 * without the prior written consent of Nokia.
       
    11 *
       
    12 * Initial Contributors:
       
    13 * Nokia Corporation - initial contribution.
       
    14 *
       
    15 * Contributors:
       
    16 *
       
    17 * Description: 
       
    18 *
       
    19 */
       
    20 
       
    21 #if defined(__S60_)
       
    22         // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    23         #include <platform_paths.hrh>
       
    24 #endif
       
    25 
       
    26 TARGET          UsbPersonalityPluginTest.exe
       
    27 TARGETTYPE      exe
       
    28 UID		0 	0xEF4892C6
       
    29 
       
    30 /* Specify the capabilities according to your test environment */
       
    31 CAPABILITY      LocalServices ReadDeviceData NetworkControl WriteDeviceData DiskAdmin ReadUserData WriteUserData ProtServ
       
    32 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    33 // VENDORID     0x00000000
       
    34 /* Remove comments and replace 0x00000000 with correct secure id */
       
    35 // SECUREID     0x00000000
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 SOURCEPATH      ../src
       
    39 
       
    40 
       
    41 SOURCE          UsbPersonalityPluginTest_exe.cpp
       
    42 
       
    43 /* Used libraries */
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         stiftestinterface.lib
       
    46 
       
    47 EPOCSTACKSIZE   40960
       
    48 
       
    49 // End of File