messagingappbase/sendui/rom/Sendui.iby
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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:  Sendui.iby*
       
    15 */
       
    16 
       
    17 #ifndef __SENDUI_IBY__
       
    18 #define __SENDUI_IBY__
       
    19 
       
    20 ECOM_PLUGIN(GenericMtmPlugin.dll, genericmtmplugin.rsc)
       
    21 
       
    22 #ifdef __SENDUI_MMS_UPLOAD
       
    23 ECOM_PLUGIN(MmsDirectUpload.dll, 101F87F4.RSC)
       
    24 ECOM_PLUGIN(MmsIndirectUpload.dll, 101F87F6.RSC)
       
    25 #endif // __SENDUI_MMS_UPLOAD
       
    26 
       
    27 #ifdef __MEETING_REQUEST_SUPPORT
       
    28 ECOM_PLUGIN(MeetingRequestSender.dll, 101F8870.RSC)
       
    29 #endif // __MEETING_REQUEST_SUPPORT
       
    30 
       
    31 #ifdef __DRM_OMA2
       
    32 ECOM_PLUGIN(DrmLinkSender.dll, 10207387.RSC)
       
    33 #endif // __DRM_OMA2
       
    34 
       
    35 #endif