localconnectivityservice/generichid/tsrc/GenericHidTest/group/GenericHidTest_exe.mmp
branchRCL_3
changeset 19 0aa8cc770c8a
equal deleted inserted replaced
18:453dfc402455 19:0aa8cc770c8a
       
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2008-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         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          GenericHidTest.exe
       
    25 TARGETTYPE      exe
       
    26 UID		0 0xEF4892C6
       
    27 
       
    28 CAPABILITY      LocalServices CommDD
       
    29 
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 
       
    35 SOURCE          GenericHidTest_exe.cpp
       
    36 
       
    37 LIBRARY         euser.lib
       
    38 LIBRARY         stiftestinterface.lib
       
    39 
       
    40 EPOCSTACKSIZE   40960
       
    41 
       
    42 // End of File