classicui_pub/screen_clearer_api/tsrc/group/testsdkscreenclearer.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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 #ifdef SBSV2
       
    23 
       
    24     #include <platform_paths.hrh>
       
    25     
       
    26 #else // SBSV2 not defined
       
    27 
       
    28     #include <platform_paths.hrh>
       
    29     
       
    30 #endif // SBSV2
       
    31 
       
    32 TARGET          testsdkscreenclearer.dll
       
    33 TARGETTYPE      dll
       
    34 UID             0x1000008D 0x2001CB80
       
    35 
       
    36 CAPABILITY      ALL -TCB
       
    37 
       
    38 DEFFILE         testsdkscreenclearer.def
       
    39 
       
    40 #ifdef SBSV2
       
    41     USERINCLUDE     ../inc 
       
    42 
       
    43     MW_LAYER_SYSTEMINCLUDE
       
    44     
       
    45     SOURCEPATH      ../src
       
    46 
       
    47 #else // SBSV2 not defined
       
    48     USERINCLUDE     ../inc 
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52     SOURCEPATH      ../src
       
    53 #endif // SBSV2
       
    54 
       
    55 SOURCE          testsdkscreenclearer.cpp
       
    56 SOURCE          testsdkscreenclearerblocks.cpp 
       
    57 SOURCE          testsdkscreenclearerblockseikspace.cpp 
       
    58 SOURCE          testsdkscreenclearerblocksaknclear.cpp
       
    59 SOURCE          testsdkscscreenclearerbase.cpp
       
    60 
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         StifTestInterface.lib
       
    63 LIBRARY         stiftestengine.lib
       
    64 LIBRARY         eikctl.lib
       
    65 LIBRARY         eikcoctl.lib
       
    66 LIBRARY         avkon.lib
       
    67 LIBRARY         cone.lib
       
    68 LIBRARY         ws32.lib
       
    69 
       
    70 LANG            SC
       
    71 
       
    72 // End of File