classicui_pub/toolbar_api/tsrc/group/testsdktoolbar.mmp
changeset 0 2f259fa3e83a
child 51 fcdfafb36fe7
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 AknToolbar.h,akntoolbarextension.h and AknToolbarObserver.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          testsdktoolbar.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x2001CB80
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 DEFFILE         testsdktoolbar.def
       
    33 
       
    34 #ifdef SBSV2
       
    35     USERINCLUDE     ../inc 
       
    36 
       
    37     MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39     SOURCEPATH     ../data
       
    40     START RESOURCE  testsdktoolbar.rss
       
    41     HEADER
       
    42     TARGETPATH RESOURCE_FILES_DIR
       
    43     LANGUAGE_IDS
       
    44     END
       
    45 
       
    46     SOURCEPATH      ../src
       
    47 #else // SBSV2 not defined
       
    48     USERINCLUDE     ../inc 
       
    49 
       
    50     MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52     SOURCEPATH     ../data
       
    53     START RESOURCE  testsdktoolbar.rss
       
    54     HEADER
       
    55     TARGETPATH RESOURCE_FILES_DIR
       
    56     LANGUAGE_IDS
       
    57     END
       
    58 
       
    59     SOURCEPATH      ../src
       
    60 #endif // SBSV2
       
    61 
       
    62 SOURCE          testsdktoolbar.cpp
       
    63 SOURCE          testsdktoolbarblocks.cpp
       
    64 SOURCE          testsdktoolbarcontrol.cpp
       
    65 SOURCE          testsdktoolbarblocksakntoolbar.cpp
       
    66 SOURCE          testsdktoolbarblocksakntoolbarext.cpp
       
    67 SOURCE          testsdktoolbarblocksakntoolbarobserver.cpp
       
    68 
       
    69 
       
    70 LIBRARY         euser.lib
       
    71 LIBRARY         stiftestinterface.lib
       
    72 LIBRARY         stiftestengine.lib
       
    73 LIBRARY         avkon.lib 
       
    74 LIBRARY         eikcoctl.lib
       
    75 LIBRARY         cone.lib
       
    76 LIBRARY         ws32.lib
       
    77 
       
    78 LANG            SC
       
    79 
       
    80 // End of File