classicui_pub/dialogs_api/tsrc/group/testsdkdialogs.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 EIKDIALG.H
       
    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          testsdkdialogs.dll
       
    27 TARGETTYPE      dll
       
    28 UID 0x1000008D 0x2001CB80
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 DEFFILE         testsdkdialogs.def
       
    33 
       
    34 #ifdef SBSV2
       
    35     SOURCEPATH     ../data
       
    36     START RESOURCE  testsdkdialogs.rss
       
    37     HEADER
       
    38     TARGETPATH RESOURCE_FILES_DIR
       
    39     LANGUAGE_IDS
       
    40     END
       
    41 #else // SBSV2 not defined
       
    42 SOURCEPATH     ../data
       
    43     START RESOURCE  testsdkdialogs.rss
       
    44     HEADER
       
    45     TARGETPATH RESOURCE_FILES_DIR
       
    46     LANGUAGE_IDS
       
    47     END
       
    48 #endif // SBSV2
       
    49 
       
    50 
       
    51 #ifdef SBSV2
       
    52     USERINCLUDE     ../inc 
       
    53 
       
    54     MW_LAYER_SYSTEMINCLUDE 
       
    55 
       
    56     SOURCEPATH      ../src
       
    57 #else // SBSV2 not defined
       
    58 USERINCLUDE     ../inc 
       
    59         
       
    60 APP_LAYER_SYSTEMINCLUDE
       
    61         
       
    62 SOURCEPATH      ../src
       
    63 #endif // SBSV2
       
    64 
       
    65 SOURCE          testsdkdialogs.cpp
       
    66 SOURCE          testsdkdialogsblocks.cpp 
       
    67 SOURCE          testsdkdialogscontrol.cpp
       
    68 
       
    69 LIBRARY         euser.lib
       
    70 LIBRARY         StifTestInterface.lib
       
    71 LIBRARY         stiftestengine.lib
       
    72 LIBRARY         eikdlg.lib
       
    73 LIBRARY         avkon.lib
       
    74 LIBRARY         cone.lib
       
    75 LIBRARY         eikcoctl.lib
       
    76 LIBRARY         eikctl.lib 
       
    77 LIBRARY         form.lib 
       
    78 LIBRARY         uiklaf.lib
       
    79 LIBRARY         etext.lib
       
    80 LIBRARY         bafl.lib
       
    81 LIBRARY         field.lib
       
    82 LIBRARY         ws32.lib 
       
    83 LIBRARY         gdi.lib
       
    84 LIBRARY         estor.lib
       
    85 LIBRARY         eikcore.lib  
       
    86 LIBRARY         eiksrv.lib
       
    87 
       
    88 
       
    89 LANG            SC
       
    90 
       
    91 // End of File