sl@0: // Copyright (c) 1997-2010 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: // estor.dll Stream store management 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_STORE_BUFFER_SIZES sl@0: #include "estor.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 estor.dll sl@0: CAPABILITY All sl@0: targettype dll sl@0: UID 0x1000008d 0x10003b0d sl@0: VENDORID 0x70000001 sl@0: sl@0: UNPAGED sl@0: sl@0: SMPSAFE sl@0: sl@0: //CodeWarrior compilation options - disable the "illegal pragma" warning sl@0: OPTION CW -w noillpragmas sl@0: sl@0: userinclude ../INC sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: userinclude ../../../../security/crypto/weakcrypto/inc sl@0: sl@0: SOURCEPATH ../UBTREE sl@0: source UB_FIX.CPP UB_INL.CPP UB_KEY.CPP UB_NODE.CPP UB_TREE.CPP UB_UTL.CPP sl@0: sl@0: SOURCEPATH ../UCONT sl@0: source UC_SET.CPP UC_UTL.CPP sl@0: sl@0: SOURCEPATH ../UCRYPT sl@0: source UE_FLTR.CPP UE_STOR.CPP UE_STRM.CPP UE_UTL.CPP sl@0: sl@0: SOURCEPATH ../UFILE sl@0: source UF_BUF.CPP UF_DICT.CPP UF_DIR.CPP UF_PERM.CPP UF_STOR.CPP sl@0: source UF_STRM.CPP UF_UTL.CPP sl@0: sl@0: SOURCEPATH ../ULIB sl@0: source UL_UTL.CPP sl@0: sl@0: SOURCEPATH ../UMEM sl@0: source UM_BUF.CPP UM_STOR.CPP UM_STRM.CPP UM_UTL.CPP sl@0: sl@0: SOURCEPATH ../UPAGE sl@0: source UP_CACHE.CPP UP_FILE.CPP UP_PAGE.CPP UP_STOR.CPP UP_UTL.CPP sl@0: sl@0: SOURCEPATH ../USTOR sl@0: source UT_COLL.CPP UT_DICT.CPP UT_EMBED.CPP UT_MAP.CPP UT_PERM.CPP sl@0: source UT_STOR.CPP UT_STRM.CPP UT_SWZ.CPP UT_UTL.CPP UT_Iter.cpp sl@0: sl@0: SOURCEPATH ../USTRM sl@0: source US_BUF.CPP US_FLTR.CPP US_FRAME.CPP US_FUNC.CPP US_HOST.CPP sl@0: source US_IO.CPP US_SHARE.CPP US_STRM.CPP US_UTL.CPP US_UCMP.CPP sl@0: sl@0: nostrictdef sl@0: sl@0: deffile estor3.def //EKA2 kernel - only PBE, INT64 sl@0: sl@0: library euser.lib efsrv.lib sl@0: sl@0: start wins sl@0: baseaddress 0x41200000 sl@0: end