os/persistentdata/persistentstorage/store/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Stream store
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 PRJ_PLATFORMS
    24 
    25 DEFAULT WINC TOOLS TOOLS2
    26 
    27 PRJ_EXPORTS
    28 
    29 ../INC/S32BTREE.H OS_LAYER_PUBLIC_EXPORT_PATH(s32btree.h)
    30 ../INC/S32BTREE.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32btree.inl)
    31 ../INC/S32BUF.H OS_LAYER_PUBLIC_EXPORT_PATH(s32buf.h)
    32 ../INC/S32BUF.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32buf.inl)
    33 ../INC/S32CONT.H OS_LAYER_PUBLIC_EXPORT_PATH(s32cont.h)
    34 ../INC/S32CONT.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32cont.inl)
    35 ../INC/S32CRYPT.H OS_LAYER_PLATFORM_EXPORT_PATH(s32crypt.h)
    36 ../INC/S32CRYPT.INL OS_LAYER_PLATFORM_EXPORT_PATH(s32crypt.inl)
    37 ../INC/S32FILE.H OS_LAYER_PUBLIC_EXPORT_PATH(s32file.h)
    38 ../INC/S32FILE.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32file.inl)
    39 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
    40 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
    41 ../INC/S32FILEBUFSIZE.H /epoc32/include/s32filebufsize.h
    42 #endif
    43 #endif
    44 ../INC/S32MEM.H OS_LAYER_PUBLIC_EXPORT_PATH(s32mem.h)
    45 ../INC/S32MEM.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32mem.inl)
    46 ../INC/S32PAGE.H OS_LAYER_PUBLIC_EXPORT_PATH(s32page.h)
    47 ../INC/S32PAGE.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32page.inl)
    48 ../INC/S32SHARE.H OS_LAYER_PUBLIC_EXPORT_PATH(s32share.h)
    49 ../INC/S32SHARE.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32share.inl)
    50 ../INC/S32STD.H OS_LAYER_PUBLIC_EXPORT_PATH(s32std.h)
    51 ../INC/S32STD.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32std.inl)
    52 ../INC/S32STOR.H OS_LAYER_PUBLIC_EXPORT_PATH(s32stor.h)
    53 ../INC/S32STOR.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32stor.inl)
    54 ../INC/S32STRM.H OS_LAYER_PUBLIC_EXPORT_PATH(s32strm.h)
    55 ../INC/S32STRM.INL OS_LAYER_PUBLIC_EXPORT_PATH(s32strm.inl)
    56 ../INC/S32UCMP.H OS_LAYER_PUBLIC_EXPORT_PATH(s32ucmp.h)
    57 ../INC/S32FileIter.h OS_LAYER_PLATFORM_EXPORT_PATH(s32fileiter.h)
    58 ../INC/S32FileIter.inl OS_LAYER_PLATFORM_EXPORT_PATH(s32fileiter.inl)
    59 
    60 ../ROM/Store.iby	/epoc32/rom/include/store.iby
    61 
    62 PRJ_MMPFILES
    63 
    64 #ifdef TOOLS
    65 ../HTOOLS/PFSDUMP.MMP
    66 #else 
    67 #ifndef TOOLS2
    68 ../BMAKE/ESTOR.MMP
    69 #endif
    70 #endif
    71 
    72 PRJ_TESTEXPORTS
    73 
    74 ../ROM/StoreTests.IBY 		/epoc32/rom/include/storetests.iby
    75 ../ROM/StoreTests.BAT 		z:/test/storetests.bat
    76 
    77 PRJ_TESTMMPFILES
    78 
    79 #if !defined TOOLS && !defined TOOLS2
    80 ../TCONT/t_storset.mmp
    81 ../TCRYPT/t_storcrypt.mmp
    82 ../TFILE/t_storcorrupt.mmp
    83 ../TFILE/t_storfbuf.mmp
    84 ../TFILE/t_storfcomp.mmp
    85 ../TFILE/t_storfdir.mmp
    86 ../TFILE/t_storfperm.mmp
    87 ../TFILE/t_storfrecl.mmp
    88 ../TFILE/t_storfserr.mmp
    89 ../TFILE/t_storfstrm.mmp
    90 ../TFILE/t_storoom.mmp
    91 ../TMEM/t_stormemstrm.mmp
    92 ../TPAGE/t_storpage.mmp
    93 ../TSTOR/t_storbench.mmp
    94 ../TSTOR/t_stordict.mmp
    95 ../TSTOR/t_storiter.mmp
    96 ../TSTOR/t_stordelim.mmp
    97 ../TSTOR/t_stordictfs.mmp
    98 ../TSTOR/t_storembed.mmp
    99 ../TSTOR/t_storshape.mmp
   100 ../TSTOR/t_stortoc.mmp
   101 ../TSTOR/t_storstrm.mmp
   102 ../TSTOR/t_storverify.mmp
   103 ../TSTRM/t_storconv.mmp
   104 ../TSTRM/t_storucmp.mmp
   105 ../TSTRM/t_storstreamperf.mmp
   106 ../TSTRM/t_storswizzle.mmp
   107 #endif
   108 
   109 //PC tool library
   110 #include "../pcstore/group/bld.inf"