sl@0: // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // edbms.dll Database management - client and server sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: // Define this macro only when the edbms.mmh file is present in sl@0: // the /epoc32/include folder. sl@0: #ifdef SYMBIAN_CUSTOM_DBMS_CACHE_SIZES sl@0: #include "edbms.mmh" sl@0: #endif sl@0: sl@0: // The project release file sl@0: SOURCEPATH ../group sl@0: sl@0: // The component build proper... sl@0: sl@0: target edbms.dll sl@0: sl@0: targettype dll sl@0: sl@0: userinclude ../inc sl@0: userinclude ../Inc2 sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: SOURCEPATH ../udbms sl@0: source UD_UTL.CPP Ud_Assert.cpp sl@0: source UD_CACHE.CPP UD_DRVR.CPP UD_ROW.CPP UD_TEXT.CPP UD_COMP.CPP sl@0: source UD_CLI.CPP UD_DBS.CPP UD_OBSVR.CPP UD_INCR.CPP UD_CURS.CPP sl@0: source Ud_drvr2.cpp sl@0: sl@0: SOURCEPATH ../utable sl@0: source UT_UTL.CPP sl@0: source UT_DBS.CPP UT_SCHMA.CPP UT_TRANS.CPP UT_INCR.CPP sl@0: source UT_TABLE.CPP UT_ROW.CPP UT_REC.CPP sl@0: source UT_CURS.CPP UT_BUF.CPP sl@0: source UT_DASRC.CPP UT_TBSRC.CPP UT_RSTRT.CPP UT_PRJCT.CPP UT_WIN.CPP sl@0: source UT_ORDER.CPP sl@0: source UT_QUERY.CPP UT_DML.CPP sl@0: sl@0: SOURCEPATH ../usql sl@0: source UQ_UTL.CPP sl@0: source UQ_LEXER.CPP UQ_PARSE.CPP sl@0: source UQ_DDL.CPP sl@0: source UQ_EVAL.CPP UQ_MULTI.CPP UQ_BOUND.CPP UQ_LIT.CPP sl@0: source UQ_NULL.CPP UQ_LIKE.CPP UQ_COMP.CPP sl@0: source Uq_Parse2.cpp sl@0: sl@0: SOURCEPATH ../ustor sl@0: source US_UTL.CPP US_CLI.CPP sl@0: source US_SCHMA.CPP US_DBS.CPP US_RCOVR.CPP US_COMP.CPP sl@0: source US_TABLE.CPP US_REC.CPP US_CLSTR.CPP US_INDEX.CPP sl@0: source US_FILE.CPP sl@0: sl@0: SOURCEPATH ../sdbms sl@0: source SD_UTL.CPP SD_BUF.CPP sl@0: source SD_CLI.CPP SD_OBJ.CPP SD_CURS.CPP SD_DBS.CPP SD_INCR.CPP SD_OBSVR.CPP sl@0: source SD_SRV.CPP SD_SESS.CPP SD_SRC.CPP Sd_DriveSpace.cpp sl@0: source Sd_Strings.cpp sl@0: source Sd_DbProps2.cpp sl@0: source Sd_Sess2.cpp sl@0: source Sd_Cli2.cpp sl@0: source Sd_dbs2.cpp sl@0: source Sd_DbList2.cpp sl@0: source Sd_buf2.cpp sl@0: source Sd_PolicyProxy2.cpp sl@0: sl@0: SOURCEPATH ../security sl@0: SOURCE SC_PassAllPolicy.cpp sl@0: SOURCE SC_Main.cpp SC_Policy.cpp SC_StrmIn.cpp SC_Reader.cpp SC_Builder.cpp sl@0: SOURCE SC_DomainLoader.cpp SC_PolicySpace.cpp sl@0: sl@0: deffile edbms4.def sl@0: sl@0: library euser.lib efsrv.lib estor.lib sl@0: sl@0: start wins sl@0: baseaddress 0x41000000 sl@0: end sl@0: sl@0: capability All -Tcb sl@0: sl@0: uid 0x1000008d 0x10003b0e sl@0: sl@0: vendorid 0x70000001 sl@0: sl@0: SMPSAFE