messagingfw/wappushfw/rom/twappush.iby
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 2000-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 //
       
    15 
       
    16 #ifndef __TWAPPUSH_IBY__
       
    17 #define __TWAPPUSH_IBY__
       
    18 
       
    19 //Sub project includes
       
    20 #include <rta.iby>
       
    21 
       
    22 // Test  library for  wappush
       
    23 
       
    24 file=ABI_DIR\BUILD_DIR\dummywapstack.dll	System\Libs\dummywapstack.dll
       
    25 
       
    26 // Wap push test harness
       
    27 
       
    28 file=ABI_DIR\BUILD_DIR\twappush.exe	System\WapPushTest\twappush.exe
       
    29 file=ABI_DIR\BUILD_DIR\tpushentry.exe	System\WapPushTest\tpushentry.exe
       
    30 file=ABI_DIR\BUILD_DIR\tpushmessage.exe	System\WapPushTest\tpushmessage.exe
       
    31 file=ABI_DIR\BUILD_DIR\tfailure.exe	System\WapPushTest\tfailure.exe
       
    32 file=ABI_DIR\BUILD_DIR\TWapPushScriptBased.exe	System\WapPushTest\TWapPushScriptBased.exe
       
    33 
       
    34 ECOM_PLUGIN(tpushfilter.dll  ,101f3e6e.rsc)
       
    35 ECOM_PLUGIN(tpushapphandlerplugin.dll  ,tpushapphandlerplugin.rsc)
       
    36 data=MULTI_LINGUIFY(RSC ZSYSTEM\Data\wappushmtm		System\Data\wappushmtm)
       
    37 
       
    38 // The ini files for the system
       
    39 data=\epoc32\winscw\c\httptest\wapini\wap.ini	httptest\wapini\wap.ini
       
    40 
       
    41 // Preconfigured XML file
       
    42 data=\epoc32\data\Z\ineturilist\testdata\ineturilist_tpushscriptbased.xml	ineturilist\testdata\ineturilist_tpushscriptbased.xml
       
    43 
       
    44 #endif