classicui_pub/popups_api/tsrc/group/testsdkpopups.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:  test aknPopup.h aknpopupfader.h AknPopupField.h AknPopupFieldList.h 
       
    15 *                     AknPopupFieldText.h aknPopupHeadingPane.h aknpopuplayout.h 
       
    16 *                     AknPopupSettingPage.h
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh> 
       
    22 #ifdef SBSV2
       
    23     #include <platform_paths.hrh>
       
    24 #else // SBSV2 not defined
       
    25     #include <platform_paths.hrh>
       
    26 #endif // SBSV2
       
    27 
       
    28 TARGET          testsdkpopups.dll
       
    29 TARGETTYPE      dll
       
    30 UID 0x1000008D 0x2001CB80
       
    31 
       
    32 CAPABILITY      ALL -TCB
       
    33 
       
    34 DEFFILE         testsdkpopups.def
       
    35 
       
    36 #ifdef SBSV2
       
    37     SOURCEPATH     ../data
       
    38     START RESOURCE  testsdkpopups.rss
       
    39     HEADER
       
    40     TARGETPATH RESOURCE_FILES_DIR
       
    41     END
       
    42 #else // SBSV2 not defined
       
    43 SOURCEPATH     ../data
       
    44     START RESOURCE  testsdkpopups.rss
       
    45     HEADER
       
    46     TARGETPATH RESOURCE_FILES_DIR
       
    47     END
       
    48 #endif // SBSV2
       
    49 
       
    50 #ifdef SBSV2
       
    51     USERINCLUDE     ../inc 
       
    52 
       
    53     MW_LAYER_SYSTEMINCLUDE
       
    54 
       
    55     SOURCEPATH      ../src
       
    56 #else // SBSV2 not defined
       
    57 USERINCLUDE     ../inc 
       
    58         
       
    59 MW_LAYER_SYSTEMINCLUDE
       
    60         
       
    61 SOURCEPATH      ../src
       
    62 #endif // SBSV2
       
    63 
       
    64 SOURCE          testsdkpopups.cpp
       
    65 SOURCE          testsdkpopupsblocks.cpp 
       
    66 SOURCE          testsdkpopupsblockspl.cpp 
       
    67 SOURCE          testsdkpopupsblockspf.cpp
       
    68 SOURCE          testsdkpopupsblockscpf.cpp 
       
    69 SOURCE          testsdkpopupsblockscpft.cpp 
       
    70 SOURCE          testsdkpopupsblockscphp.cpp 
       
    71 SOURCE          testsdkpopupsblockscpl.cpp 
       
    72 SOURCE          testsdkpopupsblocksspsp.cpp
       
    73 SOURCE          testsdkpopupspsl.cpp 
       
    74 SOURCE          testsdkpopupspl.cpp 
       
    75 SOURCE          testsdkpopupspf.cpp 
       
    76 SOURCE          testsdkpopupscpf.cpp
       
    77 SOURCE          testsdkpopupscontrol.cpp 
       
    78 SOURCE          testsdkpopupsspsp.cpp
       
    79 
       
    80 LIBRARY         euser.lib
       
    81 LIBRARY         StifTestInterface.lib
       
    82 LIBRARY         stiftestengine.lib
       
    83 LIBRARY         avkon.lib 
       
    84 LIBRARY         eikcoctl.lib 
       
    85 LIBRARY         eikctl.lib 
       
    86 LIBRARY         cone.lib 
       
    87 LIBRARY         bafl.lib
       
    88 LIBRARY         eikcore.lib
       
    89 LIBRARY         eikdlg.lib
       
    90 LIBRARY         aknicon.lib
       
    91 LIBRARY         estor.lib
       
    92 
       
    93 LANG            SC
       
    94 
       
    95 // End of File
       
    96 
       
    97