sl@0: // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: PRJ_PLATFORMS sl@0: DEFAULT TOOLS TOOLS2 sl@0: sl@0: // Define this to prevent duplicate exports in tools INF file. sl@0: #define ZLIB_H_EXPORTED_ALREADY sl@0: sl@0: PRJ_EXPORTS sl@0: ../inc/zlib.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(zlib.h) sl@0: ../inc/zconf.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(zconf.h) sl@0: ../inc/ezbufman.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezbufman.h) sl@0: ../inc/ezcompressor.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezcompressor.h) sl@0: ../inc/ezconf.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezconf.h) sl@0: ../inc/ezdecompressor.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezdecompressor.h) sl@0: ../inc/ezfilebuffer.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezfilebuffer.h) sl@0: ../inc/ezgzip.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezgzip.h) sl@0: ../inc/ezlib.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezlib.h) sl@0: ../inc/ezstream.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezstream.h) sl@0: ../inc/ezliberrorcodes.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezliberrorcodes.h) sl@0: ../inc/localtypes.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(localtypes.h) sl@0: ../inc/zipfile.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(zipfile.h) sl@0: ../inc/ziparchive.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ziparchive.h) sl@0: ../inc/zipfilememberinputstream.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(zipfilememberinputstream.h) sl@0: ../inc/zipfilemember.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(zipfilemember.h) sl@0: ../inc/zipfilememberiterator.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(zipfilememberiterator.h) sl@0: sl@0: // ROMKIT include sl@0: ../inc/ezlib.iby /epoc32/rom/include/ezlib.iby sl@0: sl@0: //If DEFAULT Platform sl@0: #ifndef TOOLS2 sl@0: #ifndef TOOLS sl@0: #include "libz/bld.inf" sl@0: PRJ_MMPFILES sl@0: ezlib.mmp sl@0: ezip.mmp sl@0: #include "../test/oldezlib/group/bld.inf" sl@0: #include "../test/rtest/group/bld.inf" sl@0: #include "../test/tef/group/bld.inf" sl@0: #endif //ifndef TOOLS endif sl@0: #endif //ifndef TOOLS2 endif sl@0: sl@0: //If TOOLS OR TOOLS2 Platform sl@0: #include "../group/tools/bld.inf"