contacts_pub/phonebook_data_addedit_ui_api/tsrc/bc/group/BCTestPbkDataAddEdit.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2009 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: MMP File for TestCase
       
    15 *
       
    16 */
       
    17 
       
    18 /*TYPE TESTCLASS*/
       
    19 
       
    20 #if defined(__S60_)
       
    21         // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    22         #include <platform_paths.hrh>
       
    23 #endif
       
    24 
       
    25 TARGET          BCTestPbkDataAddEdit.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x101FB3E3
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    31 // VENDORID     0x00000000
       
    32 /* Remove comments and replace 0x00000000 with correct secure id */
       
    33 // SECUREID     0x00000000
       
    34 
       
    35 //TARGETPATH      ?target_path
       
    36 DEFFILE         BCTestPbkDataAddEdit.def
       
    37 
       
    38 #ifdef SBSV2
       
    39 	USERINCLUDE     ../inc 
       
    40 
       
    41 	#if defined(__S60_)
       
    42 	    APP_LAYER_SYSTEMINCLUDE
       
    43 	#else // __S60_ not defined
       
    44 	    SYSTEMINCLUDE   /epoc32/include 
       
    45 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    46 	#endif // __S60_
       
    47 
       
    48 	SOURCEPATH      ../src
       
    49 #else // SBSV2 not defined
       
    50 	USERINCLUDE     ../inc 
       
    51 
       
    52 	#if defined(__S60_)
       
    53 	    APP_LAYER_SYSTEMINCLUDE
       
    54 	#else // __S60_ not defined
       
    55 	    SYSTEMINCLUDE   /epoc32/include 
       
    56 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    57 	#endif // __S60_
       
    58 
       
    59 	SOURCEPATH      ../src
       
    60 #endif // SBSV2
       
    61 
       
    62 SOURCE          BCTestPbkDataAddEdit.cpp
       
    63 SOURCE          BCTestPbkDataAddEditBlocks.cpp
       
    64 
       
    65 LIBRARY         euser.lib eikcore.lib	eikcoctl.lib
       
    66 LIBRARY         efsrv.lib cone.lib 
       
    67 LIBRARY         PbkEng.lib PbkView.lib cntmodel.lib
       
    68 LIBRARY         stiftestinterface.lib
       
    69 LIBRARY         stiftestengine.lib
       
    70 LIBRARY commonengine.lib 
       
    71 
       
    72 
       
    73 LANG            SC
       
    74 
       
    75 
       
    76 // End of File