terminalsecurity/SCP/SCPDatabase/group/SCPDatabase.mmp
author hgs
Tue, 13 Jul 2010 09:16:46 +0530
changeset 48 7e865e817571
parent 22 19fb38abab1d
permissions -rw-r--r--
201023

/*
* Copyright (c) 2005-2006 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:   This is the project specification file for SCPDatabase.
* Name		: SCPDatabase.mmp
*/

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

TARGET			scpdatabase.dll
TARGETTYPE		DLL

UID			0x1000008d 0x2002677A 

CAPABILITY		CAP_GENERAL_DLL
VENDORID		VID_DEFAULT

USERINCLUDE		../inc
USERINCLUDE		../../SCPServer/inc
USERINCLUDE 		../../DmEventNotifier/inc

MW_LAYER_SYSTEMINCLUDE
SOURCEPATH	  	../src
SOURCE		  	SCPParamDB.cpp SCPParamDBController.cpp

LIBRARY			euser.lib
LIBRARY			efsrv.lib
LIBRARY			estor.lib
LIBRARY    		edbms.lib
LIBRARY			flogger.lib
LIBRARY		centralrepository.lib
LIBRARY		apgrfx.lib
LIBRARY		apparc.lib

//End of file