pushmtm/Rom/PushMtm.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 __PUSHMTM_IBY__
       
    18 #define __PUSHMTM_IBY__
       
    19 
       
    20 
       
    21 file=ABI_DIR\BUILD_DIR\PushMtmCliSrv.dll                                SHARED_LIB_DIR\PushMtmCliSrv.dll
       
    22 file=ABI_DIR\BUILD_DIR\PushMtmUi.dll                                    SHARED_LIB_DIR\PushMtmUi.dll
       
    23 file=ABI_DIR\BUILD_DIR\PushMtmUtil.dll                                  SHARED_LIB_DIR\PushMtmUtil.dll
       
    24 
       
    25 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR, PushMtm)
       
    26 
       
    27 S60_APP_EXE(PushViewer)
       
    28 //This component doesn't have icon S60_APP_AIF_ICONS(PushViewer)
       
    29 S60_UPGRADABLE_APP_REG_RSC(PushViewer)
       
    30 
       
    31 ECOM_PLUGIN(PushMtmPushContentHandler.dll,101F854C.rsc)
       
    32 #ifdef __PUSH_WHITELIST
       
    33 ECOM_PLUGIN(PushMtmWhiteListAdapter.dll,10008D3E.rsc)
       
    34 #endif  // __PUSH_WHITELIST
       
    35 
       
    36 #endif