classicui_pub/labels_api/tsrc/group/testsdklabels.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 EIKLABEL.H, eikfnlab.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 
       
    27 TARGET          testsdklabels.dll
       
    28 TARGETTYPE      dll
       
    29 UID 0x1000008D 0x2001CB80
       
    30 
       
    31 CAPABILITY      ALL -TCB
       
    32 
       
    33 DEFFILE         testsdklabels.def
       
    34 
       
    35 #ifdef SBSV2
       
    36     SOURCEPATH     ../data
       
    37     START RESOURCE  testsdklabels.rss
       
    38     HEADER
       
    39     TARGETPATH RESOURCE_FILES_DIR
       
    40     END
       
    41 #else // SBSV2 not defined
       
    42 SOURCEPATH     ../data
       
    43     START RESOURCE  testsdklabels.rss
       
    44     HEADER
       
    45     TARGETPATH RESOURCE_FILES_DIR
       
    46     END
       
    47 #endif // SBSV2
       
    48 
       
    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          testsdklabels.cpp
       
    65 SOURCE          testsdklabelsblocks.cpp 
       
    66 SOURCE          testsdklabelslblocksfilename.cpp 
       
    67 SOURCE          testsdklabelsblockslabel.cpp 
       
    68 SOURCE          testsdklabelssubaknpictographcallback.cpp 
       
    69 SOURCE          testsdklabelslabel.cpp 
       
    70 SOURCE          testsdklabelsview.cpp 
       
    71 SOURCE          testsdklabelscontainer.cpp 
       
    72 
       
    73 
       
    74 LIBRARY         euser.lib
       
    75 LIBRARY         StifTestInterface.lib
       
    76 LIBRARY         stiftestengine.lib
       
    77 LIBRARY         eikcoctl.lib
       
    78 LIBRARY         gdi.lib
       
    79 LIBRARY         bafl.lib
       
    80 LIBRARY         cone.lib
       
    81 LIBRARY         eikcore.lib
       
    82 LIBRARY         aknpictograph.lib
       
    83 LIBRARY         estor.lib
       
    84 LIBRARY         avkon.lib
       
    85 
       
    86 LANG            SC
       
    87 
       
    88 // End of File
       
    89