classicui_pub/base_controls_api/tsrc/group/testsdkbasecontrols.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:  mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          testsdkbasecontrols.dll
       
    24 TARGETTYPE      dll
       
    25 UID 0x1000008D 0x2001CB80
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 DEFFILE         testsdkbasecontrols.def
       
    30 
       
    31 #ifdef SBSV2
       
    32 USERINCLUDE     ../inc 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 #else // SBSV2 not defined
       
    37 USERINCLUDE     ../inc 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 #endif // SBSV2
       
    42 
       
    43 SOURCE          testsdkbasecontrols.cpp
       
    44 SOURCE          testsdkbasecontrolsblocks.cpp
       
    45 SOURCE          testsdkbasecontrolsblocksAknControl.cpp
       
    46 SOURCE          testsdkbasecontrolsblockseikbctrl.cpp
       
    47 SOURCE          testsdkbasecontrolsblockseikalign.cpp
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         StifTestInterface.lib
       
    51 LIBRARY         stiftestengine.lib
       
    52 LIBRARY         eikcoctl.lib
       
    53 LIBRARY         avkon.lib
       
    54 LIBRARY         egul.lib
       
    55 LIBRARY         cone.lib
       
    56 LIBRARY         estor.lib
       
    57 
       
    58 
       
    59 LANG            SC
       
    60 
       
    61 // End of File