uiservicetab/vimpststorage/tsrc/vimpststorage_ut/cvimpststoragecontactlist_ut/group/CVIMPSTStorageContactList_UT.mmp
changeset 15 81eeb8c83ce5
parent 0 5e5d6b214f4f
equal deleted inserted replaced
0:5e5d6b214f4f 15:81eeb8c83ce5
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 * 
       
    15 * Description: MMP file for STIF Test Framework's TestScripter 
       
    16 * testclass test module.
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          CVIMPSTStorageContactList_UT.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E3
       
    25 
       
    26 EPOCALLOWDLLDATA
       
    27 CAPABILITY      ALL -TCB
       
    28 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    29 // VENDORID     0x00000000
       
    30 /* Remove comments and replace 0x00000000 with correct secure id */
       
    31 // SECUREID     0x00000000
       
    32 
       
    33 //TARGETPATH      ?target_path
       
    34 DEFFILE         cvimpststoragecontactlist_ut.def
       
    35 
       
    36 USERINCLUDE     ../inc 
       
    37 USERINCLUDE 	../../stubs
       
    38 USERINCLUDE		../../../../inc
       
    39 USERINCLUDE		../../../../../inc
       
    40 USERINCLUDE		../../../../../vimpstutils/inc
       
    41 
       
    42 //OS_LAYER_SYSTEMINCLUDE
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SOURCEPATH	../../../../src
       
    46 SOURCE			cvimpststoragecontact.cpp
       
    47 SOURCE 			cvimpststoragecontactsorter.cpp
       
    48 SOURCE			cvimpststoragecontactlist.cpp
       
    49 SOURCE			cvimpststorageserviceview.cpp
       
    50 SOURCE			cvimpststoragevpbklocalstore.cpp
       
    51 SOURCE			cvimpststoragevpbkserverstore.cpp
       
    52 SOURCE			cvimpststorageactivehandler.cpp
       
    53 SOURCE			cvimpststoragevpbkstorehandler.cpp
       
    54 SOURCE			vimpststorageutils.cpp
       
    55 
       
    56 SOURCEPATH      ../src
       
    57 
       
    58 SOURCE          CVIMPSTStorageContactList_UT.cpp
       
    59 SOURCE          CVIMPSTStorageContactList_UTBlocks.cpp
       
    60 
       
    61 SOURCEPATH 		../../stubs
       
    62 
       
    63 //stubs
       
    64 SOURCE			s_MVPbkContactFieldTextData.cpp
       
    65 SOURCE			s_MVPbkContactFieldUriData.cpp
       
    66 SOURCE			s_MVPbkContactFieldBinaryData.cpp
       
    67 SOURCE			s_CVPbkContactManager.cpp
       
    68 SOURCE			s_MVPbkContactLinkstub.cpp
       
    69 SOURCE			CVPbkContactStoreUriArrayStub.cpp
       
    70 SOURCE			CVPbkStoreContactStub.cpp
       
    71 SOURCE			s_CVPbkBaseContactFieldCollection.cpp
       
    72 SOURCE			s_CVPbkStoreContactField.cpp
       
    73 SOURCE			s_CVPbkContactStoreList.cpp
       
    74 SOURCE			s_CVPbkContactViewDefinition.cpp
       
    75 SOURCE			s_CVPbkContactView.cpp
       
    76 SOURCE			s_CPbk2SortOrderManager.cpp
       
    77 SOURCE			s_TVPbkContactStoreUriPtr.cpp
       
    78 SOURCE			s_CVPbkContactLinkArray.cpp
       
    79 SOURCE			s_VPbkContactStoreUris.cpp
       
    80 SOURCE			pbkuistubs.cpp
       
    81 SOURCE			s_cactive.cpp 
       
    82 SOURCE			s_CPBK2StoreConfiguration.cpp 
       
    83 //RESOURCE        resource_file
       
    84 //RESOURCE        resource_file2
       
    85 
       
    86 LIBRARY         euser.lib
       
    87 LIBRARY			estor.lib
       
    88 LIBRARY			sysutil.lib
       
    89 LIBRARY         stiftestinterface.lib
       
    90 LIBRARY         stiftestengine.lib
       
    91 LIBRARY			flogger.lib
       
    92 LIBRARY			efsrv.lib 
       
    93 LIBRARY			edbms.lib 
       
    94 LIBRARY			bafl.lib
       
    95 LIBRARY			ecom.lib
       
    96 LIBRARY     	cntmodel.lib 
       
    97 LIBRARY			cntview.lib
       
    98 
       
    99 LIBRARY    eikcore.lib 
       
   100 LIBRARY 	 avkon.lib
       
   101 
       
   102 // Virtual phonebook
       
   103 
       
   104 
       
   105 
       
   106 
       
   107 LANG            SC
       
   108 
       
   109 /*
       
   110 START WINS      
       
   111 ?wins_specific_information
       
   112 END
       
   113 
       
   114 START MARM
       
   115 ?marm_specific_information
       
   116 END
       
   117 */
       
   118 // Other possible keywords:
       
   119  
       
   120 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   121 /*
       
   122 START BITMAP ?target
       
   123 TARGETPATH   ?emulated_path_on_target_machine
       
   124 HEADER
       
   125 SOURCE       ?color_depth ?source_bitmap
       
   126 END
       
   127 */
       
   128 // DEFFILE ?filename
       
   129 // AIF ?filename
       
   130 
       
   131 // End of File