classicui_pub/navigation_pane_api/tsrc/group/testsdknavipane.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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #ifdef SBSV2
       
    21 
       
    22     #include <platform_paths.hrh>
       
    23 
       
    24 #else // SBSV2 not defined
       
    25 
       
    26     #include <platform_paths.hrh>
       
    27 
       
    28 #endif // SBSV2
       
    29 
       
    30 
       
    31 TARGET          testsdknavipane.dll
       
    32 TARGETTYPE      dll
       
    33 UID             0x1000008D 0x2001CB80
       
    34 
       
    35 CAPABILITY      ALL -TCB
       
    36 
       
    37 DEFFILE         testsdknavipane.def
       
    38 
       
    39 #ifdef SBSV2
       
    40 
       
    41     USERINCLUDE     ../inc 
       
    42  
       
    43     MW_LAYER_SYSTEMINCLUDE 
       
    44 
       
    45     
       
    46     SOURCEPATH ../data
       
    47     START RESOURCE testsdknavipane.rss
       
    48         TARGETPATH RESOURCE_FILES_DIR
       
    49         HEADER
       
    50     END
       
    51 
       
    52     SOURCEPATH      ../src	
       
    53 #else // SBSV2 not defined
       
    54 
       
    55 USERINCLUDE     ../inc 
       
    56 
       
    57 MW_LAYER_SYSTEMINCLUDE 
       
    58 
       
    59 SOURCEPATH ../data
       
    60     START RESOURCE testsdknavipane.rss
       
    61         TARGETPATH RESOURCE_FILES_DIR
       
    62         HEADER
       
    63     END
       
    64     
       
    65 SOURCEPATH      ../src
       
    66 #endif // SBSV2
       
    67 
       
    68 
       
    69 SOURCE          testsdknavipane.cpp
       
    70 SOURCE          testsdknavipaneblocks.cpp 
       
    71 SOURCE          testsdknavipaneblocksnavi.cpp
       
    72 SOURCE          testsdknavipaneblocksnavide.cpp 
       
    73 SOURCE          testsdknavipaneblocksnavilbl.cpp 
       
    74 SOURCE          testsdknavipanenavideext.cpp
       
    75 SOURCE          testsdknavipanenaviext.cpp
       
    76 SOURCE          testsdknavipanenavilblext.cpp
       
    77 SOURCE          testsdknavitabobserver.cpp
       
    78 
       
    79 
       
    80 LIBRARY         euser.lib
       
    81 LIBRARY         StifTestInterface.lib
       
    82 LIBRARY         stiftestengine.lib
       
    83 LIBRARY         avkon.lib 
       
    84 LIBRARY         bafl.lib
       
    85 LIBRARY         cone.lib 
       
    86 LIBRARY         eikcore.lib
       
    87 LIBRARY         fbscli.lib
       
    88 
       
    89 LANG            SC
       
    90 
       
    91 
       
    92 // End of File