pushmtm/Rom/wappush.iby
branchRCL_3
changeset 65 8e6fa1719340
parent 0 84ad3b177aa3
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     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 the License "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 #ifndef __WAPPUSH_IBY__
       
    18 #define __WAPPUSH_IBY__
       
    19 
       
    20 REM This iby file puts Symbian components to ROM. 
       
    21 REM It replaces Symbian wappush.iby.
       
    22 
       
    23 #include <WapPushSupport.iby>
       
    24 #include <miscpushutils.iby>
       
    25 
       
    26 file=ABI_DIR\BUILD_DIR\wappushutils.dll				System\Libs\wappushutils.dll
       
    27 ECOM_PLUGIN(pushapphandler.dll,101f3e5b.rsc)
       
    28 ECOM_PLUGIN(pushsecurity.dll,101f3e57.rsc)
       
    29 #ifdef __WATCHER_API_V2__
       
    30 ECOM_PLUGIN(pushwatcher.dll, 10009145.rsc)
       
    31 #else
       
    32 file=ABI_DIR\BUILD_DIR\pushwatcher.dll				System\Libs\watchers\pushwatcher.dll
       
    33 #endif	// __WATCHER_API_V2__
       
    34 file=ABI_DIR\BUILD_DIR\pushmsgentry.dll				System\Libs\pushmsgentry.dll
       
    35 
       
    36 #endif // __WAPPUSH_IBY__