browserplugins/browsersysteminfoplugin/data/10282853.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 System Information Plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <ecom/registryinfo.rh>
       
    19 #include "SystemInfoPlugin.rls"
       
    20 
       
    21 //  RESOURCE DEFINITIONS 
       
    22 // -----------------------------------------------------------------------------
       
    23 //   
       
    24 // Registry info
       
    25 // The UIDs for the filters implemented in this DLL
       
    26 // -----------------------------------------------------------------------------
       
    27 
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29     {
       
    30     dll_uid = 0x10282853;   // should match the name of the file. 
       
    31                             // 3rd Uid of associated plugin dll (declared in the dll mmp file)
       
    32     interfaces=
       
    33         {
       
    34         INTERFACE_INFO
       
    35             { 
       
    36             // Identifies plugin type (used by ECom)
       
    37             interface_uid = 0x101F8810;
       
    38                             
       
    39             implementations = 
       
    40                 {
       
    41                 IMPLEMENTATION_INFO
       
    42                     {
       
    43                     // Specific implementation (must match an implementation entry in the dll)
       
    44                     implementation_uid = 0x10282854;
       
    45                     version_no = 2;
       
    46                     // File name;Plugin's name
       
    47                     display_name = STRING_r_browser_system_info_plugin;
       
    48                     // Mimetypes and mime extensions
       
    49                     default_data = STRING_r_mime_system_info;
       
    50                     // Plugin's description
       
    51                     opaque_data = STRING_r_browser_system_info_desc;
       
    52                     }
       
    53                 };
       
    54             }
       
    55         };
       
    56     }