uiservicetab/vimpststorage/tsrc/vimpststorage_ut/group/vimpststorage_test.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 14 Sep 2010 20:56:13 +0300
branchRCL_3
changeset 30 2b4be3554d30
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* 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 <platform_paths.hrh>
#include <domain/osextensions/data_caging_paths_strings.hrh>

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