os/persistentdata/persistentstorage/store/pcstore/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/store/pcstore/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,52 @@
     1.4 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// Stream store emulator
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +
    1.22 +PRJ_PLATFORMS
    1.23 +WINSCW
    1.24 +TOOLS2
    1.25 +
    1.26 +PRJ_EXPORTS
    1.27 +../inc/descriptors.h            OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/descriptors.h)
    1.28 +../inc/directfilestore.h        OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/directfilestore.h)
    1.29 +../inc/storewritestream.h       OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/storewritestream.h)
    1.30 +../inc/storereadstream.h        OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/storereadstream.h)
    1.31 +../inc/storeexception.h         OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/storeexception.h)
    1.32 +../inc/pcstoredef.h             OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/pcstoredef.h)
    1.33 +../inc/streamid.h               OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/streamid.h)
    1.34 +../inc/uid.h                    OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/uid.h)
    1.35 +../inc/pcstore.h                OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/pcstore.h)
    1.36 +../inc/checkeduid.h             OS_LAYER_PUBLIC_EXPORT_PATH(pcstore/checkeduid.h)
    1.37 +
    1.38 +PRJ_MMPFILES
    1.39 +#ifdef TOOLS2
    1.40 +pcstore.mmp
    1.41 +#endif
    1.42 +
    1.43 +PRJ_TESTEXPORTS
    1.44 +../test/group/nonstorefile.dat  /epoc32/winscw/c/stor-tst/pcstore/nonstorefile.dat
    1.45 +../test/group/store_ref1        /epoc32/winscw/c/stor-tst/pcstore/store_ref1
    1.46 +../test/group/store_ref2        /epoc32/winscw/c/stor-tst/pcstore/store_ref2
    1.47 +
    1.48 +PRJ_TESTMMPFILES
    1.49 +#ifdef WINSCW
    1.50 +../test/group/tpcstoresym.mmp manual
    1.51 +#endif
    1.52 +
    1.53 +#ifdef TOOLS2
    1.54 +../test/group/tpcstorepc.mmp manual
    1.55 +#endif