contacts_plat/virtual_phonebook_sim_services_api/tsrc/T_VPbkSimServicesApi/group/T_VPbkSimServicesApi.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 10:12:17 +0200
changeset 0 e686773b3f54
child 21 9da50d567e3c
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* 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:  STIF test module for testing VirtualPhonebook SimServices API
*
*/


#include <platform_paths.hrh>
#include <data_caging_paths.hrh>

TARGET          T_VPbkSimServicesApi.dll
TARGETTYPE      dll
UID             0x1000049D 0x101FB5F3
EPOCALLOWDLLDATA

CAPABILITY      ALL -TCB
VENDORID        VID_DEFAULT

SOURCEPATH      ../src
SOURCE		    T_VPbkSimServicesApi.cpp
SOURCE          VPbkSimServicesStifBlocks.cpp

USERINCLUDE     ../inc

APP_LAYER_SYSTEMINCLUDE

LIBRARY         euser.lib
LIBRARY         stiftestinterface.lib
LIBRARY         stiftestengine.lib
LIBRARY         VPbkEng.lib
LIBRARY         VPbkSimStoreImpl.lib
LIBRARY         VPbkSimStoreService.lib

LANG            SC

// End of File