messagingappbase/sendui/mmsdirectupload/group/101F87F4.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:   Resource file defining the SendUi sending service plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <RegistryInfo.rh>
       
    23 #include <SendingServiceInterfaceUids.hrh>
       
    24 #include "MmsDirectUploadUids.hrh"
       
    25 
       
    26 //  RESOURCE DEFINITIONS 
       
    27 // -----------------------------------------------------------------------------
       
    28 //   
       
    29 // theInfo
       
    30 // Resource defining the SendUi sending service plugin.
       
    31 //
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 RESOURCE REGISTRY_INFO theInfo
       
    35     {
       
    36     dll_uid = KMmsDirectUploadDllUid3;
       
    37     interfaces = 
       
    38         {
       
    39         INTERFACE_INFO
       
    40             {
       
    41             interface_uid = KSendUiSendingServiceInterface;
       
    42             implementations = 
       
    43                 {
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = KMmsDirectUploadUid;
       
    47                     version_no = 1;
       
    48                     display_name = "";
       
    49                     default_data = "MMS upload";
       
    50                     opaque_data = "";
       
    51                     }
       
    52                 };
       
    53             }
       
    54         };
       
    55     }