persistentstorage/store/pcstore/group/bld.inf
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2006-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 emulator
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 PRJ_PLATFORMS
       
    20 WINSCW
       
    21 TOOLS2
       
    22 
       
    23 PRJ_EXPORTS
       
    24 ../inc/descriptors.h            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/descriptors.h)
       
    25 ../inc/directfilestore.h        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/directfilestore.h)
       
    26 ../inc/storewritestream.h       SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/storewritestream.h)
       
    27 ../inc/storereadstream.h        SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/storereadstream.h)
       
    28 ../inc/storeexception.h         SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/storeexception.h)
       
    29 ../inc/pcstoredef.h             SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/pcstoredef.h)
       
    30 ../inc/streamid.h               SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/streamid.h)
       
    31 ../inc/uid.h                    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/uid.h)
       
    32 ../inc/pcstore.h                SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/pcstore.h)
       
    33 ../inc/checkeduid.h             SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/checkeduid.h)
       
    34 
       
    35 PRJ_MMPFILES
       
    36 #ifdef TOOLS2
       
    37 pcstore.mmp
       
    38 #endif
       
    39 
       
    40 PRJ_TESTEXPORTS
       
    41 ../test/group/nonstorefile.dat  /epoc32/winscw/c/stor-tst/pcstore/nonstorefile.dat
       
    42 ../test/group/store_ref1        /epoc32/winscw/c/stor-tst/pcstore/store_ref1
       
    43 ../test/group/store_ref2        /epoc32/winscw/c/stor-tst/pcstore/store_ref2
       
    44 
       
    45 PRJ_TESTMMPFILES
       
    46 #ifdef WINSCW
       
    47 ../test/group/tpcstoresym.mmp manual
       
    48 #endif
       
    49 
       
    50 #ifdef TOOLS2
       
    51 ../test/group/tpcstorepc.mmp manual
       
    52 #endif