mmsengine/mmspushhandler/src/101F4693.rss
changeset 31 ebfee66fde93
child 47 5b14749788d7
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     1 /*
       
     2 * Copyright (c) 2002, 2003 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 needed by ECOM framework
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    MMS
       
    22 
       
    23 //  INCLUDES
       
    24 #include <ecom/registryinfo.rh>
       
    25 
       
    26 //  RESOURCE DEFINITIONS 
       
    27 // -----------------------------------------------------------------------------
       
    28 //   
       
    29 // MmsPushHandlerInformation
       
    30 // This data structure specifies mappings and information needed by
       
    31 // the ECOM framework.
       
    32 //
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 RESOURCE REGISTRY_INFO MmsPushHandlerInformation
       
    36     {
       
    37     // mmspushhandler.dll's uid3)
       
    38     dll_uid = 0x101F4693;
       
    39     interfaces = 
       
    40         {
       
    41         INTERFACE_INFO
       
    42             {
       
    43             // KUidPushHandlerBase - CPushHandlerBase UID
       
    44             interface_uid = 0x101F3E5A;
       
    45             implementations = 
       
    46                 {
       
    47                 IMPLEMENTATION_INFO
       
    48                     {
       
    49                     // CMMSPushHandler's implementationUID
       
    50                     implementation_uid = 0x101F4692;
       
    51                     version_no = 1;
       
    52                     display_name = "CMMSPushHandler||Implements a WAP Push MMS Application Handler Plug-in||Copyright © 2002 Nokia Ltd. All rights reserved.";
       
    53                     default_data = "x-wap-application:mms.ua||0x00000004";
       
    54                     opaque_data = "";
       
    55                     }
       
    56                 };
       
    57             }
       
    58         };
       
    59     }
       
    60            
       
    61 // End of File