os/persistentdata/persistentstorage/dbms/bmake/EDBMS.MMP
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/dbms/bmake/EDBMS.MMP	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,102 @@
     1.4 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// edbms.dll Database management - client and server
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 +*/
    1.24 +
    1.25 +// Define this macro only when the edbms.mmh file is present in 
    1.26 +// the /epoc32/include folder. 
    1.27 +#ifdef SYMBIAN_CUSTOM_DBMS_CACHE_SIZES
    1.28 +#include "edbms.mmh"
    1.29 +#endif
    1.30 +
    1.31 +// The project release file
    1.32 +SOURCEPATH	../group
    1.33 +
    1.34 +// The component build proper...
    1.35 +
    1.36 +target		edbms.dll
    1.37 +
    1.38 +targettype	dll
    1.39 +
    1.40 +userinclude	 ../inc
    1.41 +userinclude	 ../Inc2
    1.42 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.43 +
    1.44 +SOURCEPATH	../udbms
    1.45 +source		UD_UTL.CPP Ud_Assert.cpp
    1.46 +source		UD_CACHE.CPP UD_DRVR.CPP UD_ROW.CPP UD_TEXT.CPP UD_COMP.CPP
    1.47 +source		UD_CLI.CPP UD_DBS.CPP UD_OBSVR.CPP UD_INCR.CPP UD_CURS.CPP
    1.48 +source		Ud_drvr2.cpp
    1.49 +
    1.50 +SOURCEPATH	../utable
    1.51 +source		UT_UTL.CPP
    1.52 +source		UT_DBS.CPP UT_SCHMA.CPP UT_TRANS.CPP UT_INCR.CPP
    1.53 +source		UT_TABLE.CPP UT_ROW.CPP UT_REC.CPP
    1.54 +source		UT_CURS.CPP UT_BUF.CPP
    1.55 +source		UT_DASRC.CPP UT_TBSRC.CPP UT_RSTRT.CPP UT_PRJCT.CPP UT_WIN.CPP
    1.56 +source		UT_ORDER.CPP
    1.57 +source		UT_QUERY.CPP UT_DML.CPP
    1.58 +
    1.59 +SOURCEPATH	../usql
    1.60 +source		UQ_UTL.CPP
    1.61 +source		UQ_LEXER.CPP UQ_PARSE.CPP
    1.62 +source		UQ_DDL.CPP
    1.63 +source		UQ_EVAL.CPP UQ_MULTI.CPP UQ_BOUND.CPP UQ_LIT.CPP
    1.64 +source		UQ_NULL.CPP UQ_LIKE.CPP UQ_COMP.CPP
    1.65 +source		Uq_Parse2.cpp
    1.66 +
    1.67 +SOURCEPATH	../ustor
    1.68 +source		US_UTL.CPP US_CLI.CPP
    1.69 +source		US_SCHMA.CPP US_DBS.CPP US_RCOVR.CPP US_COMP.CPP
    1.70 +source		US_TABLE.CPP US_REC.CPP US_CLSTR.CPP US_INDEX.CPP
    1.71 +source		US_FILE.CPP
    1.72 +
    1.73 +SOURCEPATH	../sdbms
    1.74 +source		SD_UTL.CPP SD_BUF.CPP
    1.75 +source		SD_CLI.CPP SD_OBJ.CPP SD_CURS.CPP SD_DBS.CPP SD_INCR.CPP SD_OBSVR.CPP
    1.76 +source		SD_SRV.CPP SD_SESS.CPP SD_SRC.CPP Sd_DriveSpace.cpp
    1.77 +source		Sd_Strings.cpp
    1.78 +source		Sd_DbProps2.cpp 
    1.79 +source		Sd_Sess2.cpp
    1.80 +source		Sd_Cli2.cpp
    1.81 +source		Sd_dbs2.cpp
    1.82 +source		Sd_DbList2.cpp
    1.83 +source		Sd_buf2.cpp
    1.84 +source		Sd_PolicyProxy2.cpp
    1.85 +
    1.86 +SOURCEPATH	../security
    1.87 +SOURCE      SC_PassAllPolicy.cpp
    1.88 +SOURCE      SC_Main.cpp SC_Policy.cpp SC_StrmIn.cpp SC_Reader.cpp SC_Builder.cpp
    1.89 +SOURCE      SC_DomainLoader.cpp SC_PolicySpace.cpp
    1.90 +
    1.91 +        deffile		edbms4.def
    1.92 +
    1.93 +library		euser.lib efsrv.lib estor.lib
    1.94 +
    1.95 +start wins
    1.96 +baseaddress	0x41000000
    1.97 +end
    1.98 +
    1.99 +capability	All -Tcb
   1.100 +
   1.101 +uid		0x1000008d 0x10003b0e
   1.102 +
   1.103 +vendorid	0x70000001
   1.104 +
   1.105 +SMPSAFE