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