os/persistentdata/persistentstorage/dbms/bmake/EDBMS.MMP
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // edbms.dll Database management - client and server
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 // Define this macro only when the edbms.mmh file is present in 
    23 // the /epoc32/include folder. 
    24 #ifdef SYMBIAN_CUSTOM_DBMS_CACHE_SIZES
    25 #include "edbms.mmh"
    26 #endif
    27 
    28 // The project release file
    29 SOURCEPATH	../group
    30 
    31 // The component build proper...
    32 
    33 target		edbms.dll
    34 
    35 targettype	dll
    36 
    37 userinclude	 ../inc
    38 userinclude	 ../Inc2
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    40 
    41 SOURCEPATH	../udbms
    42 source		UD_UTL.CPP Ud_Assert.cpp
    43 source		UD_CACHE.CPP UD_DRVR.CPP UD_ROW.CPP UD_TEXT.CPP UD_COMP.CPP
    44 source		UD_CLI.CPP UD_DBS.CPP UD_OBSVR.CPP UD_INCR.CPP UD_CURS.CPP
    45 source		Ud_drvr2.cpp
    46 
    47 SOURCEPATH	../utable
    48 source		UT_UTL.CPP
    49 source		UT_DBS.CPP UT_SCHMA.CPP UT_TRANS.CPP UT_INCR.CPP
    50 source		UT_TABLE.CPP UT_ROW.CPP UT_REC.CPP
    51 source		UT_CURS.CPP UT_BUF.CPP
    52 source		UT_DASRC.CPP UT_TBSRC.CPP UT_RSTRT.CPP UT_PRJCT.CPP UT_WIN.CPP
    53 source		UT_ORDER.CPP
    54 source		UT_QUERY.CPP UT_DML.CPP
    55 
    56 SOURCEPATH	../usql
    57 source		UQ_UTL.CPP
    58 source		UQ_LEXER.CPP UQ_PARSE.CPP
    59 source		UQ_DDL.CPP
    60 source		UQ_EVAL.CPP UQ_MULTI.CPP UQ_BOUND.CPP UQ_LIT.CPP
    61 source		UQ_NULL.CPP UQ_LIKE.CPP UQ_COMP.CPP
    62 source		Uq_Parse2.cpp
    63 
    64 SOURCEPATH	../ustor
    65 source		US_UTL.CPP US_CLI.CPP
    66 source		US_SCHMA.CPP US_DBS.CPP US_RCOVR.CPP US_COMP.CPP
    67 source		US_TABLE.CPP US_REC.CPP US_CLSTR.CPP US_INDEX.CPP
    68 source		US_FILE.CPP
    69 
    70 SOURCEPATH	../sdbms
    71 source		SD_UTL.CPP SD_BUF.CPP
    72 source		SD_CLI.CPP SD_OBJ.CPP SD_CURS.CPP SD_DBS.CPP SD_INCR.CPP SD_OBSVR.CPP
    73 source		SD_SRV.CPP SD_SESS.CPP SD_SRC.CPP Sd_DriveSpace.cpp
    74 source		Sd_Strings.cpp
    75 source		Sd_DbProps2.cpp 
    76 source		Sd_Sess2.cpp
    77 source		Sd_Cli2.cpp
    78 source		Sd_dbs2.cpp
    79 source		Sd_DbList2.cpp
    80 source		Sd_buf2.cpp
    81 source		Sd_PolicyProxy2.cpp
    82 
    83 SOURCEPATH	../security
    84 SOURCE      SC_PassAllPolicy.cpp
    85 SOURCE      SC_Main.cpp SC_Policy.cpp SC_StrmIn.cpp SC_Reader.cpp SC_Builder.cpp
    86 SOURCE      SC_DomainLoader.cpp SC_PolicySpace.cpp
    87 
    88         deffile		edbms4.def
    89 
    90 library		euser.lib efsrv.lib estor.lib
    91 
    92 start wins
    93 baseaddress	0x41000000
    94 end
    95 
    96 capability	All -Tcb
    97 
    98 uid		0x1000008d 0x10003b0e
    99 
   100 vendorid	0x70000001
   101 
   102 SMPSAFE