gssettingsuis/Gs/tsrc/public/basic/group/T_GSBackgroundImage.mmp
branchRCL_3
changeset 25 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
24:8ee96d21d9bf 25: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_GSBackgroundImage.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000af5a 0x01700000
       
    23 
       
    24 CAPABILITY              ALL -TCB
       
    25 VENDORID                0x00000000
       
    26 
       
    27 // Sources required by the test suite
       
    28 USERINCLUDE             ../GSBackgroundImage
       
    29 SOURCEPATH              ../GSBackgroundImage
       
    30 SOURCE                  T_GSBackgroundImage_DllMain.cpp
       
    31 SOURCE                  T_GSBackgroundImage.cpp
       
    32 
       
    33 
       
    34 SYSTEMINCLUDE           /epoc32/include
       
    35 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 LIBRARY                 EUnit.lib
       
    39 LIBRARY                 EUnitUtil.lib
       
    40 LIBRARY                 euser.lib
       
    41 LIBRARY                 sysutil.lib
       
    42 // Libraries required by the tested code
       
    43 LIBRARY backgroundimage.lib
       
    44 LIBRARY efsrv.lib
       
    45 
       
    46 // End of file
       
    47