phonebookengines/VirtualPhonebook/tsrc/MT_VPbkEng_SelectorFactory/group/MT_VPbkEng_SelectorFactory.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 APP_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          MT_VPbkEng_SelectorFactory.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 
       
    36 DEFFILE         MT_VPbkEng_SelectorFactory.def
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          MT_VPbkEng_SelectorFactory.cpp
       
    39 SOURCE          MT_VPbkEng_SelectorFactoryCases.cpp
       
    40 //SOURCE          MT_VPbkEng_SelectorFactorytesttable.cpp
       
    41 
       
    42 //RESOURCE        resource_file
       
    43 //RESOURCE        resource_file2
       
    44 
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE     /epoc32/include/middleware 
       
    47 USERINCLUDE     ../../../inc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 #if defined(__S60_)
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 #else
       
    54 SYSTEMINCLUDE   /epoc32/include 
       
    55 SYSTEMINCLUDE   /epoc32/include/internal
       
    56 #endif
       
    57 
       
    58 LIBRARY         euser.lib VPbkContactTestUtils.lib
       
    59 LIBRARY         stiftestinterface.lib serviceprovidersettings.lib
       
    60 LIBRARY         stiftestengine.lib VPbkEng.lib VPbkEngUtils.lib efsrv.lib bafl.lib
       
    61 
       
    62 LANG            SC
       
    63 
       
    64 /*
       
    65 START WINS      
       
    66 ?wins_specific_information
       
    67 END
       
    68 
       
    69 START MARM
       
    70 ?marm_specific_information
       
    71 END
       
    72 */
       
    73 // Other possible keywords:
       
    74  
       
    75 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    76 /*
       
    77 START BITMAP ?target
       
    78 TARGETPATH   ?emulated_path_on_target_machine
       
    79 HEADER
       
    80 SOURCE       ?color_depth ?source_bitmap
       
    81 END
       
    82 */
       
    83 // DEFFILE ?filename
       
    84 // AIF ?filename// End of File