browserplugins/browseraudiovideoplugin/data/10282810.rss
branchRCL_3
changeset 65 8e6fa1719340
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2006 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:   Registry file for Ecom style Browser Audio Video Plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 #include "BrowserAudioVideoPlugin.rls"
       
    21 
       
    22 //  RESOURCE DEFINITIONS 
       
    23 // -----------------------------------------------------------------------------
       
    24 //   
       
    25 // Registry info
       
    26 // The UIDs for the filters implemented in this DLL
       
    27 // -----------------------------------------------------------------------------
       
    28 
       
    29 RESOURCE REGISTRY_INFO theInfo
       
    30     {
       
    31     dll_uid = 0x10282810;   // should match the name of the file. 
       
    32                             // 3rd Uid of associated plugin dll (declared in the dll mmp file)
       
    33 	                      
       
    34     interfaces=
       
    35         {
       
    36         INTERFACE_INFO
       
    37             { 
       
    38             // Identifies plugin type (used by ECom)
       
    39             interface_uid = 0x101F8810;
       
    40             implementations = 
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     // Specific implementation (must match an implementation entry in the dll)
       
    45                     implementation_uid = 0x10282811;
       
    46                     version_no = 2;
       
    47                     // File name;Plugin's name
       
    48                     display_name = STRING_r_browser_audio_video_plugin;
       
    49                     // Mimetypes and mime extensions
       
    50                     default_data = STRING_r_mime_application;
       
    51                     // Plugin's description
       
    52                     opaque_data = STRING_r_browser_audio_video_plugin_desc;
       
    53                     },
       
    54                  IMPLEMENTATION_INFO
       
    55                     {
       
    56                     // Specific implementation (must match an implementation entry in the dll)
       
    57                     implementation_uid = 0x10282812;
       
    58                     version_no = 2;
       
    59                     // Filename;Plugin's name
       
    60                     display_name = STRING_r_browser_audio_video_plugin;
       
    61                     // Supported mimetype and extensions
       
    62                     default_data = STRING_r_mime_audio;
       
    63                     // Plugin's description
       
    64                     opaque_data = STRING_r_browser_audio_video_plugin_desc;
       
    65                     },
       
    66                 IMPLEMENTATION_INFO
       
    67                     {
       
    68                     // Specific implementation (must match an implementation entry in the dll)
       
    69                     implementation_uid = 0x10282813;
       
    70                     version_no = 2;
       
    71                     // Filename;Plugin's name
       
    72                     display_name = STRING_r_browser_audio_video_plugin;
       
    73                     // Supported mimetype and extensions
       
    74                     default_data = STRING_r_mime_video;
       
    75                     // Plugin's description
       
    76                     opaque_data = STRING_r_browser_audio_video_plugin_desc;
       
    77                     },
       
    78                 IMPLEMENTATION_INFO
       
    79                     {
       
    80                     // Specific implementation (must match an implementation entry in the dll)
       
    81                     implementation_uid = 0x10282814;
       
    82                     version_no = 2;
       
    83                     // Filename;Plugin's name
       
    84                     display_name = STRING_r_browser_audio_video_plugin;
       
    85                     // Supported mimetype and extensions
       
    86                     default_data = STRING_r_mime_wax_wvx_asx;
       
    87                     // Plugin's description
       
    88                     opaque_data = STRING_r_browser_audio_video_plugin_desc;
       
    89                     }
       
    90                 };
       
    91             }
       
    92         };
       
    93     }