installationservices/swcomponentregistry/group/scrdatabase.mmp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
       
     2 * Copyright (c) 2008-2009 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 the License "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: 
       
    15 * Software Component Registry Data Layer
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 TARGET			scrdatabase.dll
       
    21 TARGETTYPE		dll
       
    22 UID				0x0 0x10285BBF
       
    23 
       
    24 CAPABILITY		ProtServ
       
    25 VENDORID 		0x70000001
       
    26 
       
    27 SOURCEPATH		../source/database
       
    28 SOURCE 			scrdatabase.cpp
       
    29 
       
    30 USERINCLUDE		../inc
       
    31 USERINCLUDE		../inc_private
       
    32 USERINCLUDE		../../swinstallationfw/common/inc
       
    33 USERINCLUDE		../sqlite_secure/SQLite
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    37 
       
    38 DEFFILE			../~/scrdatabase.def
       
    39 
       
    40 LIBRARY 		euser.lib 
       
    41 LIBRARY			estlib.lib 
       
    42 LIBRARY			estor.lib
       
    43 LIBRARY			efsrv.lib
       
    44 LIBRARY			centralrepository.lib 
       
    45 LIBRARY 		sqlite3_secure.lib
       
    46 SMPSAFE