persistentstorage/store/group/BLD.INF
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 16:57:14 +0300
branchRCL_3
changeset 23 26645d81f48d
parent 15 fcc16690f446
child 24 cc28652e0254
permissions -rw-r--r--
Revision: 201035 Kit: 201035

// 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
#endif

//PC tool library
#include "../pcstore/group/bld.inf"