browserplugins/browsergpsplugin/data/1028286f.rss
branchRCL_3
changeset 64 6385c4c93049
parent 63 4baee4f15982
child 65 8e6fa1719340
equal deleted inserted replaced
63:4baee4f15982 64:6385c4c93049
     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 Location Plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 #include "GpsPlugin.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 = 0x1028286f;   // 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 = 0x10282870;
       
    46                     version_no = 2;
       
    47                     // File name;Plugin's name
       
    48                     display_name = STRING_r_browser_gps_plugin;
       
    49                     // Mimetypes and mime extensions
       
    50                     default_data = STRING_r_mime_gps;
       
    51                     // Plugin's description
       
    52                     opaque_data = STRING_r_browser_gps_desc;
       
    53                     }
       
    54                 };
       
    55             }
       
    56         };
       
    57     }