serviceproviders/sapi_contacts_vpbk/tsrc/testing/tcontact_getIds/group/tcontact_getIds.mmp
changeset 22 fc9cf246af83
child 33 50974a8b132e
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
       
     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 the License "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 /*TYPE TESTCLASS*//*
       
    18 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
    19 * All rights reserved.
       
    20 * This component and the accompanying materials are made available
       
    21 * under the terms of the License "Eclipse Public License v1.0"
       
    22 * which accompanies this distribution, and is available
       
    23 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    24 *
       
    25 * Initial Contributors:
       
    26 * Nokia Corporation - initial contribution.
       
    27 *
       
    28 * Contributors:
       
    29 *
       
    30 * Description:  ?Description
       
    31 *
       
    32 */
       
    33 
       
    34 
       
    35 #include "../../../../../group/sapiincludes.mmpi"
       
    36 #include <data_caging_paths.hrh>
       
    37 
       
    38 
       
    39 TARGET          tcontact_getIds.dll
       
    40 TARGETTYPE      dll
       
    41 UID             0x1000008d 0x080DDAF6
       
    42 //SECUREID        0x101FB3E3
       
    43 //CAPABILITY     ReadUserData WriteUserData
       
    44 #if defined(EKA2)
       
    45 CAPABILITY      ALL -TCB
       
    46 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    47 // VENDORID     0x00000000
       
    48 /* Remove comments and replace 0x00000000 with correct secure id */
       
    49  
       
    50 #endif
       
    51 
       
    52 //TARGETPATH      ?target_path
       
    53 DEFFILE         tcontact_getIds.def
       
    54 
       
    55 SOURCEPATH      ../src
       
    56 SOURCE          tcontact_getIds.cpp
       
    57 SOURCE          tContact_getIdsBlocks.cpp
       
    58 
       
    59 //RESOURCE        resource_file
       
    60 //RESOURCE        resource_file2
       
    61 EPOCALLOWDLLDATA
       
    62 USERINCLUDE     ../inc 
       
    63 
       
    64 USERINCLUDE     ../../../../contactservice/inc 
       
    65 
       
    66 
       
    67 
       
    68 
       
    69 LIBRARY         euser.lib
       
    70 LIBRARY         stiftestinterface.lib
       
    71 LIBRARY 		cntmodel.lib
       
    72 LIBRARY         vpbkeng.lib
       
    73 LIBRARY 		contactservice.lib
       
    74 LIBRARY	      	efsrv.lib
       
    75 LIBRARY	     	estor.lib
       
    76 LIBRARY         bafl.lib
       
    77 
       
    78 LANG            SC
       
    79 
       
    80 /*
       
    81 START WINS      
       
    82 ?wins_specific_information
       
    83 END
       
    84 
       
    85 START MARM
       
    86 ?marm_specific_information
       
    87 END
       
    88 */
       
    89 // Other possible keywords:
       
    90  
       
    91 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    92 /*
       
    93 START BITMAP ?target
       
    94 TARGETPATH   ?emulated_path_on_target_machine
       
    95 HEADER
       
    96 SOURCE       ?color_depth ?source_bitmap
       
    97 END
       
    98 */
       
    99 // DEFFILE ?filename
       
   100 // AIF ?filename
       
   101 
       
   102 // End of File