persistentstorage/store/group/BLD.INF
changeset 0 08ec8eefde2f
child 12 31a8f755b7fe
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2005-2009 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 ../HTOOLS/pfsdump.ipr	/epoc32/engdoc/tools/pfsdump.ipr
       
    30 
       
    31 ../INC/S32BTREE.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32btree.h)
       
    32 ../INC/S32BTREE.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32btree.inl)
       
    33 ../INC/S32BUF.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32buf.h)
       
    34 ../INC/S32BUF.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32buf.inl)
       
    35 ../INC/S32CONT.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32cont.h)
       
    36 ../INC/S32CONT.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32cont.inl)
       
    37 ../INC/S32CRYPT.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(s32crypt.h)
       
    38 ../INC/S32CRYPT.INL SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(s32crypt.inl)
       
    39 ../INC/S32FILE.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32file.h)
       
    40 ../INC/S32FILE.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32file.inl)
       
    41 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    42 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    43 ../INC/S32FILEBUFSIZE.H /epoc32/include/s32filebufsize.h
       
    44 #endif
       
    45 #endif
       
    46 ../INC/S32MEM.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32mem.h)
       
    47 ../INC/S32MEM.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32mem.inl)
       
    48 ../INC/S32PAGE.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32page.h)
       
    49 ../INC/S32PAGE.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32page.inl)
       
    50 ../INC/S32SHARE.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32share.h)
       
    51 ../INC/S32SHARE.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32share.inl)
       
    52 ../INC/S32STD.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32std.h)
       
    53 ../INC/S32STD.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32std.inl)
       
    54 ../INC/S32STOR.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32stor.h)
       
    55 ../INC/S32STOR.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32stor.inl)
       
    56 ../INC/S32STRM.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32strm.h)
       
    57 ../INC/S32STRM.INL SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32strm.inl)
       
    58 ../INC/S32UCMP.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(s32ucmp.h)
       
    59 ../INC/S32FileIter.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(s32fileiter.h)
       
    60 ../INC/S32FileIter.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(s32fileiter.inl)
       
    61 
       
    62 ../ROM/Store.iby	/epoc32/rom/include/store.iby
       
    63 
       
    64 PRJ_MMPFILES
       
    65 
       
    66 #ifdef TOOLS
       
    67 ../HTOOLS/PFSDUMP.MMP
       
    68 #else 
       
    69 #ifndef TOOLS2
       
    70 ../BMAKE/ESTOR.MMP
       
    71 #endif
       
    72 #endif
       
    73 
       
    74 PRJ_TESTEXPORTS
       
    75 
       
    76 ../ROM/StoreTests.IBY 		/epoc32/rom/include/storetests.iby
       
    77 ../ROM/StoreTests.BAT 		/epoc32/data/z/system/test/storetests.bat
       
    78 
       
    79 PRJ_TESTMMPFILES
       
    80 
       
    81 #if !defined TOOLS && !defined TOOLS2
       
    82 ../TCONT/t_storset.mmp
       
    83 ../TCRYPT/t_storcrypt.mmp
       
    84 ../TFILE/t_storcorrupt.mmp
       
    85 ../TFILE/t_storfbuf.mmp
       
    86 ../TFILE/t_storfcomp.mmp
       
    87 ../TFILE/t_storfdir.mmp
       
    88 ../TFILE/t_storfperm.mmp
       
    89 ../TFILE/t_storfrecl.mmp
       
    90 ../TFILE/t_storfserr.mmp
       
    91 ../TFILE/t_storfstrm.mmp
       
    92 ../TFILE/t_storoom.mmp
       
    93 ../TMEM/t_stormemstrm.mmp
       
    94 ../TPAGE/t_storpage.mmp
       
    95 ../TSTOR/t_storbench.mmp
       
    96 ../TSTOR/t_stordict.mmp
       
    97 ../TSTOR/t_storiter.mmp
       
    98 ../TSTOR/t_stordelim.mmp
       
    99 ../TSTOR/t_stordictfs.mmp
       
   100 ../TSTOR/t_storembed.mmp
       
   101 ../TSTOR/t_storshape.mmp
       
   102 ../TSTOR/t_stortoc.mmp
       
   103 ../TSTOR/t_storstrm.mmp
       
   104 ../TSTOR/t_storverify.mmp
       
   105 ../TSTRM/t_storconv.mmp
       
   106 ../TSTRM/t_storucmp.mmp
       
   107 ../TSTRM/t_storstreamperf.mmp
       
   108 #endif
       
   109 
       
   110 //PC tool library
       
   111 #include "../pcstore/group/bld.inf"