classicui_pub/grids_api/tsrc/group/testsdkgrids.mmp
changeset 0 2f259fa3e83a
child 51 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 grids_api
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh> 
       
    20 #ifdef SBSV2
       
    21     #include <platform_paths.hrh>
       
    22 #else // SBSV2 not defined
       
    23     #include <platform_paths.hrh>
       
    24 #endif // SBSV2
       
    25 
       
    26 TARGET          testsdkgrids.dll
       
    27 TARGETTYPE      dll
       
    28 UID 0x1000008D 0x2001CB80
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 DEFFILE         testsdkgrids.def
       
    33 
       
    34 #ifdef SBSV2
       
    35 USERINCLUDE     ../inc 
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH     ../data
       
    40 START RESOURCE  testsdkgrids.rss
       
    41 HEADER
       
    42 TARGETPATH RESOURCE_FILES_DIR
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 
       
    48 #else // SBSV2 not defined
       
    49 USERINCLUDE     ../inc 
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 SOURCEPATH     ../data
       
    54 START RESOURCE  testsdkgrids.rss
       
    55 HEADER
       
    56 TARGETPATH RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 SOURCEPATH      ../src
       
    61 #endif // SBSV2
       
    62 
       
    63 
       
    64 SOURCE          testsdkgrids.cpp
       
    65 SOURCE          testsdkgridsblocks.cpp 
       
    66 SOURCE          testsdkgridsblocksakncolourselectiongrid.cpp 
       
    67 SOURCE          testsdkgridsblocksakngmsstylegrid.cpp 
       
    68 SOURCE          testsdkgridscontainer.cpp 
       
    69 SOURCE          testsdkgridsview.cpp 
       
    70 SOURCE          testsdkgridsblocksakngrid.cpp 
       
    71 SOURCE          testsdkgridsext.cpp 
       
    72 SOURCE          scrollbarobserver.cpp 
       
    73 SOURCE          testsdkgridsblocksakngridm.cpp 
       
    74 SOURCE          testsdkgridsblocksakngridview.cpp 
       
    75 SOURCE          stifgridview.cpp
       
    76 
       
    77 LIBRARY         euser.lib
       
    78 LIBRARY         stiftestinterface.lib
       
    79 LIBRARY         stiftestengine.lib
       
    80 LIBRARY         avkon.lib
       
    81 LIBRARY         commonengine.lib
       
    82 LIBRARY         grid.lib 
       
    83 LIBRARY         cone.lib
       
    84 LIBRARY         ws32.lib
       
    85 LIBRARY         eikcore.lib
       
    86 LIBRARY         eiksrv.lib
       
    87 LIBRARY         eikctl.lib
       
    88 LIBRARY         eikcoctl.lib
       
    89 LIBRARY         bafl.lib
       
    90 LIBRARY         eikdlg.lib
       
    91 
       
    92 
       
    93 LANG            SC
       
    94 
       
    95 // End of File