os/persistentdata/persistentstorage/store/BMAKE/ESTOR.MMP
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1997-2010 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 // estor.dll Stream store management
    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_STORE_BUFFER_SIZES
    25 #include "estor.mmh"
    26 #endif
    27 
    28 // The project release file
    29 SOURCEPATH	../group
    30 
    31 // The component build proper...
    32 
    33 target          estor.dll
    34 CAPABILITY All
    35 targettype      dll
    36 UID      0x1000008d 0x10003b0d
    37 VENDORID 0x70000001
    38 
    39 UNPAGED
    40 
    41 SMPSAFE
    42 
    43 //CodeWarrior compilation options - disable the "illegal pragma" warning
    44 OPTION CW -w noillpragmas
    45 
    46 userinclude     ../INC
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    48 userinclude	../../../../security/crypto/weakcrypto/inc
    49 
    50 SOURCEPATH	../UBTREE 
    51 source          UB_FIX.CPP UB_INL.CPP UB_KEY.CPP UB_NODE.CPP UB_TREE.CPP UB_UTL.CPP 
    52  
    53 SOURCEPATH	../UCONT 
    54 source          UC_SET.CPP UC_UTL.CPP 
    55  
    56 SOURCEPATH	../UCRYPT 
    57 source          UE_FLTR.CPP UE_STOR.CPP UE_STRM.CPP UE_UTL.CPP
    58  
    59 SOURCEPATH	../UFILE 
    60 source          UF_BUF.CPP UF_DICT.CPP UF_DIR.CPP UF_PERM.CPP UF_STOR.CPP
    61 source          UF_STRM.CPP UF_UTL.CPP 
    62  
    63 SOURCEPATH	../ULIB 
    64 source          UL_UTL.CPP 
    65  
    66 SOURCEPATH	../UMEM 
    67 source          UM_BUF.CPP UM_STOR.CPP UM_STRM.CPP UM_UTL.CPP 
    68  
    69 SOURCEPATH	../UPAGE 
    70 source          UP_CACHE.CPP UP_FILE.CPP UP_PAGE.CPP UP_STOR.CPP UP_UTL.CPP 
    71  
    72 SOURCEPATH	../USTOR
    73 source          UT_COLL.CPP UT_DICT.CPP UT_EMBED.CPP UT_MAP.CPP UT_PERM.CPP
    74 source          UT_STOR.CPP UT_STRM.CPP UT_SWZ.CPP UT_UTL.CPP UT_Iter.cpp
    75  
    76 SOURCEPATH	../USTRM
    77 source          US_BUF.CPP US_FLTR.CPP US_FRAME.CPP US_FUNC.CPP US_HOST.CPP
    78 source          US_IO.CPP US_SHARE.CPP US_STRM.CPP US_UTL.CPP US_UCMP.CPP
    79 
    80 nostrictdef
    81 
    82 	    deffile		estor3.def	    //EKA2 kernel - only PBE, INT64
    83 
    84 library			euser.lib efsrv.lib
    85 
    86 start wins
    87 baseaddress     0x41200000
    88 end