classicui_pub/misc_controls_api/tsrc/group/testsdkmisccontrols.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:  misc_controls_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          testsdkmisccontrols.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x2001CB80
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 DEFFILE         testsdkmisccontrols.def
       
    33 
       
    34 #ifdef SBSV2
       
    35     USERINCLUDE     ../inc 
       
    36 
       
    37     MW_LAYER_SYSTEMINCLUDE
       
    38     SOURCEPATH ../data
       
    39     START RESOURCE testsdkmisccontrols.rss
       
    40     TARGETPATH RESOURCE_FILES_DIR
       
    41     HEADER
       
    42     END
       
    43 	
       
    44     SOURCEPATH      ../src
       
    45 #else // SBSV2 not defined
       
    46 USERINCLUDE     ../inc 
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 SOURCEPATH ../data
       
    50     START RESOURCE testsdkmisccontrols.rss
       
    51     TARGETPATH RESOURCE_FILES_DIR
       
    52     HEADER
       
    53     END
       
    54 
       
    55 SOURCEPATH      ../src
       
    56 #endif // SBSV2
       
    57 
       
    58 SOURCE          testsdkmisccontrols.cpp
       
    59 SOURCE          testsdkmisccontrolsblocks.cpp
       
    60 SOURCE          testsdkmcblockscapc.cpp 
       
    61 SOURCE          testsdkmcblockscapca.cpp
       
    62 SOURCE          testsdkmcblocksconso.cpp
       
    63 SOURCE          testsdkmcblocksctgrp.cpp
       
    64 SOURCE          testsdkmcblocksmover.cpp
       
    65 SOURCE          testsdkmcblockstbar.cpp
       
    66 SOURCE          testsdkmisccontrolcontainer.cpp
       
    67 SOURCE          testsdkmisccontrolview.cpp
       
    68 SOURCE          testsdkconsoprotectedclass.cpp
       
    69 SOURCE          testsdkmoverprotectedclass.cpp
       
    70 SOURCE          testsdkgroupprotectedclass.cpp
       
    71 SOURCE          testsdktbarsubclass.cpp
       
    72 SOURCE          testsdktbarprotectedclass.cpp
       
    73 SOURCE          testsdkcapcsubprotectedclass.cpp
       
    74 
       
    75 LIBRARY         euser.lib
       
    76 LIBRARY         StifTestInterface.lib
       
    77 LIBRARY         stiftestengine.lib
       
    78 LIBRARY         cone.lib 
       
    79 LIBRARY         eikcoctl.lib 
       
    80 LIBRARY         eikdlg.lib 
       
    81 LIBRARY         estor.lib 
       
    82 LIBRARY         gdi.lib 
       
    83 LIBRARY         eikcore.lib 
       
    84 LIBRARY         avkon.lib 
       
    85 LIBRARY         aknskins.lib
       
    86 LIBRARY         aknskinsrv.lib
       
    87 LIBRARY         aknswallpaperutils.lib
       
    88 LIBRARY         aknicon.lib
       
    89 
       
    90 
       
    91 
       
    92 
       
    93 
       
    94 
       
    95 LANG            SC
       
    96 
       
    97 // End of File