terminalsecurity/SCP/SCPDatabase/group/SCPDatabase.mmp
changeset 0 b497e44ab2fc
child 1 a9c0ce913924
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   This is the project specification file for SCPDatabase.
       
    15 * Name		: SCPDatabase.mmp
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET			scpdatabase.dll
       
    22 TARGETTYPE		DLL
       
    23 
       
    24 UID			0x1000008d 0x2002677A 
       
    25 
       
    26 CAPABILITY		CAP_GENERAL_DLL
       
    27 VENDORID		VID_DEFAULT
       
    28 
       
    29 USERINCLUDE		../inc
       
    30 USERINCLUDE		../../SCPServer/inc
       
    31 USERINCLUDE 		../../DmEventNotifier/inc
       
    32 SYSTEMINCLUDE		/epoc32/include
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 SOURCEPATH	  	../src
       
    36 SOURCE		  	SCPParamDB.cpp SCPParamDBController.cpp
       
    37 
       
    38 LIBRARY			euser.lib
       
    39 LIBRARY			efsrv.lib
       
    40 LIBRARY			estor.lib
       
    41 LIBRARY    		edbms.lib
       
    42 LIBRARY			flogger.lib
       
    43 LIBRARY		centralrepository.lib
       
    44 LIBRARY		apgrfx.lib
       
    45 LIBRARY		apparc.lib
       
    46 
       
    47 //End of file