stdlibs/libz/group/ezlib.iby
changeset 59 09fa7c3c5079
parent 52 bf6a71c50e42
child 63 a117ad66e027
equal deleted inserted replaced
52:bf6a71c50e42 59:09fa7c3c5079
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __EZLIB_IBY__
       
    21 #define __EZLIB_IBY__
       
    22 
       
    23 // dependency on content access framework
       
    24 #include "caf.iby"
       
    25 // libz.dll has a dependancy on Open Environment
       
    26 #include "openenv.iby"
       
    27 
       
    28 REM EZlib compress/uncompress library
       
    29 
       
    30 file=ABI_DIR\BUILD_DIR\libz.dll		System\Libs\libz.dll
       
    31 file=ABI_DIR\BUILD_DIR\libzcore.dll		System\Libs\libzcore.dll
       
    32 #endif