browserplugins/browsersysteminfoplugin/data/10282853.rss
changeset 0 84ad3b177aa3
child 25 92a061761a7b
equal deleted inserted replaced
-1:000000000000 0:84ad3b177aa3
       
     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 
       
    19 #include "RegistryInfo.rh"
       
    20 #include "SystemInfoPlugin.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 = 0x10282853;   // should match the name of the file. 
       
    32                             // 3rd Uid of associated plugin dll (declared in the dll mmp file)
       
    33     interfaces=
       
    34         {
       
    35         INTERFACE_INFO
       
    36             { 
       
    37             // Identifies plugin type (used by ECom)
       
    38             interface_uid = 0x101F8810;
       
    39                             
       
    40             implementations = 
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     // Specific implementation (must match an implementation entry in the dll)
       
    45                     implementation_uid = 0x10282854;
       
    46                     version_no = 2;
       
    47                     // File name;Plugin's name
       
    48                     display_name = STRING_r_browser_system_info_plugin;
       
    49                     // Mimetypes and mime extensions
       
    50                     default_data = STRING_r_mime_system_info;
       
    51                     // Plugin's description
       
    52                     opaque_data = STRING_r_browser_system_info_desc;
       
    53                     }
       
    54                 };
       
    55             }
       
    56         };
       
    57     }