stdlibs/libz/group/ezlib.iby
changeset 65 c4aad78f92f5
parent 50 79045913e4e9
child 66 38bdaa106551
equal deleted inserted replaced
50:79045913e4e9 65:c4aad78f92f5
     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