diff -r 7d48bed6ce0c -r 987c9837762f phonesrv_plat/voice_mailbox_number_api/tsrc/group/vmbxenginetest.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phonesrv_plat/voice_mailbox_number_api/tsrc/group/vmbxenginetest.mmp Wed Sep 01 12:15:03 2010 +0100 @@ -0,0 +1,47 @@ +/* +* Copyright (c) 2009 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: For packing VMBXEngine test component. +* +*/ + + +// To get the MW_LAYER_SYSTEMINCLUDE-definition +#include + +TARGET vmbxenginetest.dll +TARGETTYPE dll +DEFFILE vmbxenginetest.def + +CAPABILITY ALL -TCB +VENDORID 0x101FB657 +SECUREID 0x102073DB + +LIBRARY euser.lib +LIBRARY stiftestinterface.lib +LIBRARY vmbx.lib + +LIBRARY centralrepository.lib +LIBRARY cenrepnotifhandler.lib + +SOURCEPATH ..\src +SOURCE vmbxenginetest.cpp + +USERINCLUDE ..\inc + +MW_LAYER_SYSTEMINCLUDE + +// First UID is DLL UID, Second UID is STIF Test Framework UID +UID 0x1000A834 0x101FB3E7 + +