applayerprotocols/wappushsupport/Group/WapPushSupport.iby
branchRCL_3
changeset 53 c59bddbfd7b9
parent 0 b16258d2340f
child 47 c18dbca515d9
equal deleted inserted replaced
40:a0da872af3fa 53:c59bddbfd7b9
       
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // IBY file for WAP Components needed for Hurricane
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __WAPPUSHSUPPORT_IBY__
       
    19 #define __WAPPUSHSUPPORT_IBY__
       
    20 
       
    21 #include <stdlib.iby>
       
    22 
       
    23 // Components from WAPBASE
       
    24 
       
    25 file=ABI_DIR\BUILD_DIR\Wutil.dll				System\Libs\Wutil.dll
       
    26 file=ABI_DIR\BUILD_DIR\wnode.dll				System\Libs\Wnode.dll
       
    27 file=ABI_DIR\BUILD_DIR\dtdmdl.dll				System\Libs\Dtdmdl.dll
       
    28 file=ABI_DIR\BUILD_DIR\bnf.dll					System\Libs\Bnf.dll
       
    29 
       
    30 #ifdef __SECURE_DATA__
       
    31 data=MULTI_LINGUIFY(RSC ZRESOURCE\Errors\WapBaseErr	Resource\Errors\WapBaseErr)
       
    32 #else
       
    33 data=MULTI_LINGUIFY(RSC ZSYSTEM\Errors\WapBaseErr	System\Errors\WapBaseErr)
       
    34 #endif //__SECURE_DATA__
       
    35 
       
    36 // Components from WAPPLUGINS
       
    37 
       
    38 file=ABI_DIR\BUILD_DIR\XmlElemt.dll				System\Libs\Xmlelemt.dll
       
    39 file=ABI_DIR\BUILD_DIR\WbxmlLib.dll				System\Libs\Wbxmllib.dll
       
    40 file=ABI_DIR\BUILD_DIR\HTTPResponse.dll				System\Libs\HTTPResponse.dll
       
    41 file=ABI_DIR\BUILD_DIR\Xmllib.dll				System\Libs\Xmllib.dll
       
    42 
       
    43 #endif