classicui_pub/context_pane_api/tsrc/group/testsdkcontextpane.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     #include <platform_paths.hrh>
       
    22 #else // SBSV2 not defined
       
    23     #include <platform_paths.hrh>
       
    24 #endif // SBSV2
       
    25 
       
    26 TARGET          testsdkcontextpane.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x2001CB80
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 DEFFILE         testsdkcontextpane.def
       
    33 
       
    34 #ifdef SBSV2
       
    35 USERINCLUDE     ../inc 
       
    36 
       
    37     MW_LAYER_SYSTEMINCLUDE
       
    38     
       
    39 	SOURCEPATH ../data
       
    40 	START RESOURCE testsdkcontextpane.rss
       
    41 	TARGETPATH RESOURCE_FILES_DIR
       
    42 	HEADER
       
    43 	END
       
    44 
       
    45 SOURCEPATH      ../src	
       
    46 #else // SBSV2 not defined
       
    47 USERINCLUDE     ../inc 
       
    48 
       
    49     MW_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 	SOURCEPATH ../data
       
    52 	START RESOURCE testsdkcontextpane.rss
       
    53 	TARGETPATH RESOURCE_FILES_DIR
       
    54 	HEADER
       
    55 	END
       
    56 	
       
    57 SOURCEPATH      ../src
       
    58 #endif // SBSV2
       
    59 
       
    60 SOURCE          testsdkcontextpane.cpp
       
    61 SOURCE          testsdkcontextpaneblocks.cpp 
       
    62 SOURCE          testsdkcpcontainer.cpp 
       
    63 SOURCE          testsdkcpview.cpp 
       
    64 SOURCE          testsdkcpcontextpane.cpp
       
    65 
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         StifTestInterface.lib
       
    68 LIBRARY         stiftestengine.lib
       
    69 LIBRARY			avkon.lib
       
    70 LIBRARY			cone.lib
       
    71 LIBRARY			aknicon.lib
       
    72 LIBRARY			fbscli.lib
       
    73 LIBRARY         ws32.lib
       
    74 LIBRARY         eikcore.lib
       
    75 LIBRARY         eiksrv.lib
       
    76 LIBRARY         eikctl.lib
       
    77 LIBRARY         eikcoctl.lib
       
    78 
       
    79 LANG            SC
       
    80 
       
    81 // End of File