1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/persistentdata/persistentstorage/store/BMAKE/ESTOR.MMP Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,88 @@
1.4 +// Copyright (c) 1997-2010 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 +// estor.dll Stream store management
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_STORE_BUFFER_SIZES
1.28 +#include "estor.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 estor.dll
1.37 +CAPABILITY All
1.38 +targettype dll
1.39 +UID 0x1000008d 0x10003b0d
1.40 +VENDORID 0x70000001
1.41 +
1.42 +UNPAGED
1.43 +
1.44 +SMPSAFE
1.45 +
1.46 +//CodeWarrior compilation options - disable the "illegal pragma" warning
1.47 +OPTION CW -w noillpragmas
1.48 +
1.49 +userinclude ../INC
1.50 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.51 +userinclude ../../../../security/crypto/weakcrypto/inc
1.52 +
1.53 +SOURCEPATH ../UBTREE
1.54 +source UB_FIX.CPP UB_INL.CPP UB_KEY.CPP UB_NODE.CPP UB_TREE.CPP UB_UTL.CPP
1.55 +
1.56 +SOURCEPATH ../UCONT
1.57 +source UC_SET.CPP UC_UTL.CPP
1.58 +
1.59 +SOURCEPATH ../UCRYPT
1.60 +source UE_FLTR.CPP UE_STOR.CPP UE_STRM.CPP UE_UTL.CPP
1.61 +
1.62 +SOURCEPATH ../UFILE
1.63 +source UF_BUF.CPP UF_DICT.CPP UF_DIR.CPP UF_PERM.CPP UF_STOR.CPP
1.64 +source UF_STRM.CPP UF_UTL.CPP
1.65 +
1.66 +SOURCEPATH ../ULIB
1.67 +source UL_UTL.CPP
1.68 +
1.69 +SOURCEPATH ../UMEM
1.70 +source UM_BUF.CPP UM_STOR.CPP UM_STRM.CPP UM_UTL.CPP
1.71 +
1.72 +SOURCEPATH ../UPAGE
1.73 +source UP_CACHE.CPP UP_FILE.CPP UP_PAGE.CPP UP_STOR.CPP UP_UTL.CPP
1.74 +
1.75 +SOURCEPATH ../USTOR
1.76 +source UT_COLL.CPP UT_DICT.CPP UT_EMBED.CPP UT_MAP.CPP UT_PERM.CPP
1.77 +source UT_STOR.CPP UT_STRM.CPP UT_SWZ.CPP UT_UTL.CPP UT_Iter.cpp
1.78 +
1.79 +SOURCEPATH ../USTRM
1.80 +source US_BUF.CPP US_FLTR.CPP US_FRAME.CPP US_FUNC.CPP US_HOST.CPP
1.81 +source US_IO.CPP US_SHARE.CPP US_STRM.CPP US_UTL.CPP US_UCMP.CPP
1.82 +
1.83 +nostrictdef
1.84 +
1.85 + deffile estor3.def //EKA2 kernel - only PBE, INT64
1.86 +
1.87 +library euser.lib efsrv.lib
1.88 +
1.89 +start wins
1.90 +baseaddress 0x41200000
1.91 +end