os/persistentdata/persistentstorage/store/pcstore/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) 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            OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/descriptors.h)
    25 ../inc/directfilestore.h        OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/directfilestore.h)
    26 ../inc/storewritestream.h       OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/storewritestream.h)
    27 ../inc/storereadstream.h        OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/storereadstream.h)
    28 ../inc/storeexception.h         OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/storeexception.h)
    29 ../inc/pcstoredef.h             OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/pcstoredef.h)
    30 ../inc/streamid.h               OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/streamid.h)
    31 ../inc/uid.h                    OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/uid.h)
    32 ../inc/pcstore.h                OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/pcstore.h)
    33 ../inc/checkeduid.h             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