diff -r 000000000000 -r bde4ae8d615e os/persistentdata/persistentstorage/store/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/persistentdata/persistentstorage/store/group/bld.inf Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,110 @@ +// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// Stream store +// +// + +/** + @file +*/ + + +PRJ_PLATFORMS + +DEFAULT WINC TOOLS TOOLS2 + +PRJ_EXPORTS + +../INC/S32BTREE.H OS_LAYER_PUBLIC_EXPORT_PATH(s32btree.h) +../INC/S32BTREE.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32btree.inl) +../INC/S32BUF.H OS_LAYER_PUBLIC_EXPORT_PATH(s32buf.h) +../INC/S32BUF.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32buf.inl) +../INC/S32CONT.H OS_LAYER_PUBLIC_EXPORT_PATH(s32cont.h) +../INC/S32CONT.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32cont.inl) +../INC/S32CRYPT.H OS_LAYER_PLATFORM_EXPORT_PATH(s32crypt.h) +../INC/S32CRYPT.INL OS_LAYER_PLATFORM_EXPORT_PATH(s32crypt.inl) +../INC/S32FILE.H OS_LAYER_PUBLIC_EXPORT_PATH(s32file.h) +../INC/S32FILE.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32file.inl) +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS +#ifdef SYMBIAN_OLD_EXPORT_LOCATION +../INC/S32FILEBUFSIZE.H /epoc32/include/s32filebufsize.h +#endif +#endif +../INC/S32MEM.H OS_LAYER_PUBLIC_EXPORT_PATH(s32mem.h) +../INC/S32MEM.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32mem.inl) +../INC/S32PAGE.H OS_LAYER_PUBLIC_EXPORT_PATH(s32page.h) +../INC/S32PAGE.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32page.inl) +../INC/S32SHARE.H OS_LAYER_PUBLIC_EXPORT_PATH(s32share.h) +../INC/S32SHARE.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32share.inl) +../INC/S32STD.H OS_LAYER_PUBLIC_EXPORT_PATH(s32std.h) +../INC/S32STD.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32std.inl) +../INC/S32STOR.H OS_LAYER_PUBLIC_EXPORT_PATH(s32stor.h) +../INC/S32STOR.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32stor.inl) +../INC/S32STRM.H OS_LAYER_PUBLIC_EXPORT_PATH(s32strm.h) +../INC/S32STRM.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32strm.inl) +../INC/S32UCMP.H OS_LAYER_PUBLIC_EXPORT_PATH(s32ucmp.h) +../INC/S32FileIter.h OS_LAYER_PLATFORM_EXPORT_PATH(s32fileiter.h) +../INC/S32FileIter.inl OS_LAYER_PLATFORM_EXPORT_PATH(s32fileiter.inl) + +../ROM/Store.iby /epoc32/rom/include/store.iby + +PRJ_MMPFILES + +#ifdef TOOLS +../HTOOLS/PFSDUMP.MMP +#else +#ifndef TOOLS2 +../BMAKE/ESTOR.MMP +#endif +#endif + +PRJ_TESTEXPORTS + +../ROM/StoreTests.IBY /epoc32/rom/include/storetests.iby +../ROM/StoreTests.BAT z:/test/storetests.bat + +PRJ_TESTMMPFILES + +#if !defined TOOLS && !defined TOOLS2 +../TCONT/t_storset.mmp +../TCRYPT/t_storcrypt.mmp +../TFILE/t_storcorrupt.mmp +../TFILE/t_storfbuf.mmp +../TFILE/t_storfcomp.mmp +../TFILE/t_storfdir.mmp +../TFILE/t_storfperm.mmp +../TFILE/t_storfrecl.mmp +../TFILE/t_storfserr.mmp +../TFILE/t_storfstrm.mmp +../TFILE/t_storoom.mmp +../TMEM/t_stormemstrm.mmp +../TPAGE/t_storpage.mmp +../TSTOR/t_storbench.mmp +../TSTOR/t_stordict.mmp +../TSTOR/t_storiter.mmp +../TSTOR/t_stordelim.mmp +../TSTOR/t_stordictfs.mmp +../TSTOR/t_storembed.mmp +../TSTOR/t_storshape.mmp +../TSTOR/t_stortoc.mmp +../TSTOR/t_storstrm.mmp +../TSTOR/t_storverify.mmp +../TSTRM/t_storconv.mmp +../TSTRM/t_storucmp.mmp +../TSTRM/t_storstreamperf.mmp +../TSTRM/t_storswizzle.mmp +#endif + +//PC tool library +#include "../pcstore/group/bld.inf"