gssettingsuis/Gs/tsrc/public/basic/group/T_GSListBox.mmp
branchRCL_3
changeset 54 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
53:8ee96d21d9bf 54:7e0eff37aedb
       
     1 /*
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          T_GSListBox.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000af5a 0x01700000
       
    23 
       
    24 CAPABILITY              ALL -TCB
       
    25 VENDORID                0x00000000
       
    26 
       
    27 SOURCEPATH              ../GSListBox
       
    28 SOURCE                  T_GSListBox.cpp
       
    29 
       
    30 // Sources required by the test suite
       
    31 SOURCE                  T_GSListBox_DllMain.cpp
       
    32 
       
    33 USERINCLUDE             ../GSListBox
       
    34 
       
    35 SYSTEMINCLUDE           /epoc32/include
       
    36 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 // System include folders required by the tested code
       
    40 
       
    41 
       
    42 LIBRARY                 EUnit.lib
       
    43 LIBRARY                 EUnitUtil.lib
       
    44 LIBRARY                 euser.lib
       
    45 LIBRARY                 sysutil.lib
       
    46 // Libraries required by the tested code
       
    47 LIBRARY efsrv.lib GSListBox.lib cone.lib avkon.lib bafl.lib
       
    48 
       
    49 // End of file
       
    50