classicui_pub/hotkeys_api/tsrc/group/testsdkeikhkeyt.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     1 /*TYPE TESTCLASS*//*
       
     2 * Copyright (c) 2002 - 2007 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:  Test hotkeys_api
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh> 
       
    19 #ifdef SBSV2
       
    20 #include <platform_paths.hrh>
       
    21 #else
       
    22 #include <platform_paths.hrh>
       
    23 #endif
       
    24 
       
    25 TARGET          testsdkeikhkeyt.dll
       
    26 TARGETTYPE      dll
       
    27 UID 0x1000008D 0x2001CB80
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 DEFFILE         testsdkeikhkeyt.def
       
    32 
       
    33 #ifdef SBSV2
       
    34 USERINCLUDE     ../inc 
       
    35 USERINCLUDE     ../data
       
    36 
       
    37       MW_LAYER_SYSTEMINCLUDE
       
    38       
       
    39 SOURCEPATH     ../data
       
    40 START RESOURCE  testsdkeikhkeyt.rss
       
    41 HEADER
       
    42 TARGETPATH RESOURCE_FILES_DIR
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 #else // SBSV2 not defined
       
    48 USERINCLUDE     ../inc 
       
    49 USERINCLUDE     ../data
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 SOURCEPATH     ../data
       
    54 START RESOURCE  testsdkeikhkeyt.rss
       
    55 HEADER
       
    56 TARGETPATH RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 SOURCEPATH      ../src
       
    61 #endif // SBSV2
       
    62 
       
    63 SOURCE          testsdkeikhkeyt.cpp
       
    64 SOURCE          testsdkeikhkeytblocks.cpp
       
    65 
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         StifTestInterface.lib
       
    68 LIBRARY         stiftestengine.lib
       
    69 LIBRARY         eikcoctl.lib
       
    70 LIBRARY         cone.lib
       
    71 LIBRARY         bafl.lib
       
    72 
       
    73 LANG            SC
       
    74 
       
    75 // End of File
       
    76