classicui_pub/generic_button_api/tsrc/group/testsdkgenericbutton.mmp
changeset 0 2f259fa3e83a
child 18 fcdfafb36fe7
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 generic_button_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          testsdkgenericbutton.dll
       
    26 TARGETTYPE      dll
       
    27 UID 0x1000008D 0x2001CB80
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 DEFFILE         testsdkgenericbutton.def
       
    32 
       
    33 #ifdef SBSV2
       
    34 USERINCLUDE     ../inc 
       
    35 
       
    36     MW_LAYER_SYSTEMINCLUDE
       
    37     
       
    38 SOURCEPATH     ../data
       
    39 START RESOURCE  testsdkgenericbutton.rss
       
    40 HEADER
       
    41 TARGETPATH RESOURCE_FILES_DIR
       
    42 LANGUAGE_IDS
       
    43 END
       
    44 
       
    45 SOURCEPATH      ../src
       
    46 
       
    47 #else // SBSV2 not defined
       
    48 USERINCLUDE     ../inc 
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 SOURCEPATH     ../data
       
    53 START RESOURCE  testsdkgenericbutton.rss
       
    54 HEADER
       
    55 TARGETPATH RESOURCE_FILES_DIR
       
    56 LANGUAGE_IDS
       
    57 END
       
    58 
       
    59 SOURCEPATH      ../src
       
    60 #endif // SBSV2
       
    61 
       
    62 SOURCEPATH      ../src
       
    63 SOURCE          testsdkgenericbutton.cpp
       
    64 SOURCE          testsdkgenericbuttonblocks.cpp
       
    65 SOURCE          testbuttonstate.cpp 
       
    66 SOURCE          testparentcontrol.cpp
       
    67 SOURCE          testbutton.cpp
       
    68 SOURCE          animatorcallback.cpp
       
    69 
       
    70 LIBRARY         euser.lib
       
    71 LIBRARY         stiftestinterface.lib
       
    72 LIBRARY         stiftestengine.lib
       
    73 LIBRARY         EIKCOCTL.LIB
       
    74 LIBRARY         bafl.lib
       
    75 LIBRARY         egul.lib 
       
    76 LIBRARY         aknskins.lib
       
    77 LIBRARY         aknskinsrv.lib
       
    78 LIBRARY         aknswallpaperutils.lib
       
    79 LIBRARY         fbscli.lib 
       
    80 LIBRARY         aknicon.lib 
       
    81 LIBRARY         cone.lib
       
    82 LIBRARY         bitgdi.lib
       
    83 LIBRARY         avkon.lib
       
    84 LIBRARY         eikcore.lib
       
    85 LIBRARY         aknpictograph.lib
       
    86 
       
    87 LANG            SC
       
    88 
       
    89