sl@0
|
1 |
// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
//
|
sl@0
|
15 |
|
sl@0
|
16 |
PRJ_PLATFORMS
|
sl@0
|
17 |
DEFAULT TOOLS TOOLS2
|
sl@0
|
18 |
|
sl@0
|
19 |
// Define this to prevent duplicate exports in tools INF file.
|
sl@0
|
20 |
#define ZLIB_H_EXPORTED_ALREADY
|
sl@0
|
21 |
|
sl@0
|
22 |
PRJ_EXPORTS
|
sl@0
|
23 |
../inc/zlib.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(zlib.h)
|
sl@0
|
24 |
../inc/zconf.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(zconf.h)
|
sl@0
|
25 |
../inc/ezbufman.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezbufman.h)
|
sl@0
|
26 |
../inc/ezcompressor.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezcompressor.h)
|
sl@0
|
27 |
../inc/ezconf.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezconf.h)
|
sl@0
|
28 |
../inc/ezdecompressor.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezdecompressor.h)
|
sl@0
|
29 |
../inc/ezfilebuffer.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezfilebuffer.h)
|
sl@0
|
30 |
../inc/ezgzip.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezgzip.h)
|
sl@0
|
31 |
../inc/ezlib.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezlib.h)
|
sl@0
|
32 |
../inc/ezstream.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezstream.h)
|
sl@0
|
33 |
../inc/ezliberrorcodes.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ezliberrorcodes.h)
|
sl@0
|
34 |
../inc/localtypes.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(localtypes.h)
|
sl@0
|
35 |
../inc/zipfile.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(zipfile.h)
|
sl@0
|
36 |
../inc/ziparchive.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ziparchive.h)
|
sl@0
|
37 |
../inc/zipfilememberinputstream.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(zipfilememberinputstream.h)
|
sl@0
|
38 |
../inc/zipfilemember.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(zipfilemember.h)
|
sl@0
|
39 |
../inc/zipfilememberiterator.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(zipfilememberiterator.h)
|
sl@0
|
40 |
|
sl@0
|
41 |
// ROMKIT include
|
sl@0
|
42 |
../inc/ezlib.iby /epoc32/rom/include/ezlib.iby
|
sl@0
|
43 |
|
sl@0
|
44 |
//If DEFAULT Platform
|
sl@0
|
45 |
#ifndef TOOLS2
|
sl@0
|
46 |
#ifndef TOOLS
|
sl@0
|
47 |
#include "libz/bld.inf"
|
sl@0
|
48 |
PRJ_MMPFILES
|
sl@0
|
49 |
ezlib.mmp
|
sl@0
|
50 |
ezip.mmp
|
sl@0
|
51 |
#include "../test/oldezlib/group/bld.inf"
|
sl@0
|
52 |
#include "../test/rtest/group/bld.inf"
|
sl@0
|
53 |
#include "../test/tef/group/bld.inf"
|
sl@0
|
54 |
#endif //ifndef TOOLS endif
|
sl@0
|
55 |
#endif //ifndef TOOLS2 endif
|
sl@0
|
56 |
|
sl@0
|
57 |
//If TOOLS OR TOOLS2 Platform
|
sl@0
|
58 |
#include "../group/tools/bld.inf" |