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