phonebookui/Phonebook2/tsrc/UT_AddFavoritiesVisibility/group/UT_AddFavoritiesVisibility.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002 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:
       
    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          UT_AddFavoritiesVisibility.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E7
       
    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         UT_AddFavoritiesVisibility.def
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          UT_AddFavoritiesVisibility.cpp
       
    39 SOURCE          UT_AddFavoritiesVisibilityCases.cpp
       
    40 SOURCE          CCallbackTimer.cpp
       
    41 //SOURCE          UT_AddFavoritiesVisibilitytesttable.cpp
       
    42 SOURCEPATH      ../../../NamesListExtension/src
       
    43 SOURCE          CPbk2AddFavoritesVisibilityImpl.cpp
       
    44 
       
    45 //RESOURCE        resource_file
       
    46 //RESOURCE        resource_file2
       
    47 
       
    48 USERINCLUDE     ../inc 
       
    49 USERINCLUDE     ../../../NamesListExtension/inc
       
    50 SYSTEMINCLUDE   ../../../inc
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 #if defined(__S60_)
       
    54     OS_LAYER_SYSTEMINCLUDE
       
    55 #else
       
    56     SYSTEMINCLUDE   /epoc32/include 
       
    57     SYSTEMINCLUDE   /epoc32/include/internal
       
    58 #endif
       
    59 
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         stiftestinterface.lib
       
    62 LIBRARY         stiftestengine.lib
       
    63 LIBRARY         VPbkContactTestUtils.lib
       
    64 LIBRARY         centralrepository.lib
       
    65 
       
    66 LANG            SC
       
    67 
       
    68 /*
       
    69 START WINS      
       
    70 ?wins_specific_information
       
    71 END
       
    72 
       
    73 START MARM
       
    74 ?marm_specific_information
       
    75 END
       
    76 */
       
    77 // Other possible keywords:
       
    78  
       
    79 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    80 /*
       
    81 START BITMAP ?target
       
    82 TARGETPATH   ?emulated_path_on_target_machine
       
    83 HEADER
       
    84 SOURCE       ?color_depth ?source_bitmap
       
    85 END
       
    86 */
       
    87 // DEFFILE ?filename
       
    88 // AIF ?filename// End of File