diff -r 9a48e301e94b -r 2b4be3554d30 uiservicetab/vimpststorage/tsrc/vimpststorage_ut/group/vimpststorage_test.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uiservicetab/vimpststorage/tsrc/vimpststorage_ut/group/vimpststorage_test.mmp Tue Sep 14 20:56:13 2010 +0300 @@ -0,0 +1,122 @@ +/* +* Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: vimpststorage_test.dll +* +*/ + + +#include +#include + +TARGET vimpststorage_test.dll +TARGETTYPE dll +UID 0x1000008D 0x101FB3E3 +EPOCALLOWDLLDATA +CAPABILITY ALL -TCB +/* Remove comments and replace 0x00000000 with correct vendor id */ +// VENDORID 0x00000000 +/* Remove comments and replace 0x00000000 with correct secure id */ +// SECUREID 0x00000000 + +//TARGETPATH ?target_path +DEFFILE vimpststorage_test.def + +SOURCEPATH ../../../../vimpststorage/src +SOURCE cvimpststoragemanager.cpp +SOURCE cvimpststoragecontact.cpp +SOURCE cvimpststoragecontactlist.cpp +SOURCE cvimpststoragecontactsorter.cpp +SOURCE cvimpststoragemanagerfactory.cpp +SOURCE cvimpststorageviewId.cpp +SOURCE vimpststorageutils.cpp +SOURCE cvimpststoragevpbkstorehandler.cpp +SOURCE cvimpststoragerefreshtimer.cpp +SOURCE cvimpststoragelocalstorehandler.cpp +SOURCE cvimpststoragepbdummycontrol.cpp +SOURCE cvimpstlocalcontacthandler.cpp + +SOURCEPATH ../src +SOURCE vimpststorage_test.cpp +SOURCE vimpststorage_testBlocks.cpp + +//stubs +SOURCE s_MVPbkContactFieldTextData.cpp +SOURCE s_MVPbkContactFieldUriData.cpp +SOURCE s_MVPbkContactFieldBinaryData.cpp +SOURCE s_CVPbkContactManager.cpp +SOURCE s_MVPbkContactLinkstub.cpp +SOURCE CVPbkContactStoreUriArrayStub.cpp +SOURCE CVPbkStoreContactStub.cpp +SOURCE s_CVPbkBaseContactFieldCollection.cpp +SOURCE s_CVPbkStoreContactField.cpp +SOURCE s_CVPbkContactStoreList.cpp +SOURCE s_CVPbkContactViewDefinition.cpp +SOURCE s_CVPbkContactView.cpp +SOURCE s_CPbk2SortOrderManager.cpp +SOURCE s_TVPbkContactStoreUriPtr.cpp +SOURCE s_CVPbkContactLinkArray.cpp +SOURCE s_VPbkContactStoreUris.cpp +SOURCE pbkuistubs.cpp +SOURCE s_cactive.cpp +SOURCE s_CPBK2StoreConfiguration.cpp + +//RESOURCE resource_file +//RESOURCE resource_file2 + +USERINCLUDE ../inc +USERINCLUDE ../../../../inc +USERINCLUDE ../../../../vimpststorage/inc + +APP_LAYER_SYSTEMINCLUDE + +LIBRARY euser.lib +LIBRARY stiftestinterface.lib +LIBRARY stiftestengine.lib +LIBRARY bafl.lib +LIBRARY efsrv.lib +LIBRARY edbms.lib +LIBRARY estor.lib +LIBRARY sysutil.lib +LIBRARY ecom.lib +LIBRARY cntmodel.lib + + +LIBRARY flogger.lib + + +LANG SC + +/* +START WINS +?wins_specific_information +END + +START MARM +?marm_specific_information +END +*/ +// Other possible keywords: + +// DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) +/* +START BITMAP ?target +TARGETPATH ?emulated_path_on_target_machine +HEADER +SOURCE ?color_depth ?source_bitmap +END +*/ +// DEFFILE ?filename +// AIF ?filename + +// End of File