1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/persistentdata/persistentstorage/store/group/bld.inf Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,110 @@
1.4 +// Copyright (c) 2005-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 +// Stream store
1.18 +//
1.19 +//
1.20 +
1.21 +/**
1.22 + @file
1.23 +*/
1.24 +
1.25 +
1.26 +PRJ_PLATFORMS
1.27 +
1.28 +DEFAULT WINC TOOLS TOOLS2
1.29 +
1.30 +PRJ_EXPORTS
1.31 +
1.32 +../INC/S32BTREE.H OS_LAYER_PUBLIC_EXPORT_PATH(s32btree.h)
1.33 +../INC/S32BTREE.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32btree.inl)
1.34 +../INC/S32BUF.H OS_LAYER_PUBLIC_EXPORT_PATH(s32buf.h)
1.35 +../INC/S32BUF.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32buf.inl)
1.36 +../INC/S32CONT.H OS_LAYER_PUBLIC_EXPORT_PATH(s32cont.h)
1.37 +../INC/S32CONT.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32cont.inl)
1.38 +../INC/S32CRYPT.H OS_LAYER_PLATFORM_EXPORT_PATH(s32crypt.h)
1.39 +../INC/S32CRYPT.INL OS_LAYER_PLATFORM_EXPORT_PATH(s32crypt.inl)
1.40 +../INC/S32FILE.H OS_LAYER_PUBLIC_EXPORT_PATH(s32file.h)
1.41 +../INC/S32FILE.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32file.inl)
1.42 +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
1.43 +#ifdef SYMBIAN_OLD_EXPORT_LOCATION
1.44 +../INC/S32FILEBUFSIZE.H /epoc32/include/s32filebufsize.h
1.45 +#endif
1.46 +#endif
1.47 +../INC/S32MEM.H OS_LAYER_PUBLIC_EXPORT_PATH(s32mem.h)
1.48 +../INC/S32MEM.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32mem.inl)
1.49 +../INC/S32PAGE.H OS_LAYER_PUBLIC_EXPORT_PATH(s32page.h)
1.50 +../INC/S32PAGE.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32page.inl)
1.51 +../INC/S32SHARE.H OS_LAYER_PUBLIC_EXPORT_PATH(s32share.h)
1.52 +../INC/S32SHARE.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32share.inl)
1.53 +../INC/S32STD.H OS_LAYER_PUBLIC_EXPORT_PATH(s32std.h)
1.54 +../INC/S32STD.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32std.inl)
1.55 +../INC/S32STOR.H OS_LAYER_PUBLIC_EXPORT_PATH(s32stor.h)
1.56 +../INC/S32STOR.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32stor.inl)
1.57 +../INC/S32STRM.H OS_LAYER_PUBLIC_EXPORT_PATH(s32strm.h)
1.58 +../INC/S32STRM.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32strm.inl)
1.59 +../INC/S32UCMP.H OS_LAYER_PUBLIC_EXPORT_PATH(s32ucmp.h)
1.60 +../INC/S32FileIter.h OS_LAYER_PLATFORM_EXPORT_PATH(s32fileiter.h)
1.61 +../INC/S32FileIter.inl OS_LAYER_PLATFORM_EXPORT_PATH(s32fileiter.inl)
1.62 +
1.63 +../ROM/Store.iby /epoc32/rom/include/store.iby
1.64 +
1.65 +PRJ_MMPFILES
1.66 +
1.67 +#ifdef TOOLS
1.68 +../HTOOLS/PFSDUMP.MMP
1.69 +#else
1.70 +#ifndef TOOLS2
1.71 +../BMAKE/ESTOR.MMP
1.72 +#endif
1.73 +#endif
1.74 +
1.75 +PRJ_TESTEXPORTS
1.76 +
1.77 +../ROM/StoreTests.IBY /epoc32/rom/include/storetests.iby
1.78 +../ROM/StoreTests.BAT z:/test/storetests.bat
1.79 +
1.80 +PRJ_TESTMMPFILES
1.81 +
1.82 +#if !defined TOOLS && !defined TOOLS2
1.83 +../TCONT/t_storset.mmp
1.84 +../TCRYPT/t_storcrypt.mmp
1.85 +../TFILE/t_storcorrupt.mmp
1.86 +../TFILE/t_storfbuf.mmp
1.87 +../TFILE/t_storfcomp.mmp
1.88 +../TFILE/t_storfdir.mmp
1.89 +../TFILE/t_storfperm.mmp
1.90 +../TFILE/t_storfrecl.mmp
1.91 +../TFILE/t_storfserr.mmp
1.92 +../TFILE/t_storfstrm.mmp
1.93 +../TFILE/t_storoom.mmp
1.94 +../TMEM/t_stormemstrm.mmp
1.95 +../TPAGE/t_storpage.mmp
1.96 +../TSTOR/t_storbench.mmp
1.97 +../TSTOR/t_stordict.mmp
1.98 +../TSTOR/t_storiter.mmp
1.99 +../TSTOR/t_stordelim.mmp
1.100 +../TSTOR/t_stordictfs.mmp
1.101 +../TSTOR/t_storembed.mmp
1.102 +../TSTOR/t_storshape.mmp
1.103 +../TSTOR/t_stortoc.mmp
1.104 +../TSTOR/t_storstrm.mmp
1.105 +../TSTOR/t_storverify.mmp
1.106 +../TSTRM/t_storconv.mmp
1.107 +../TSTRM/t_storucmp.mmp
1.108 +../TSTRM/t_storstreamperf.mmp
1.109 +../TSTRM/t_storswizzle.mmp
1.110 +#endif
1.111 +
1.112 +//PC tool library
1.113 +#include "../pcstore/group/bld.inf"