idlehomescreen/widgetmanager/data/20026F53.rss
branchRCL_3
changeset 83 5456b4e8b3a8
equal deleted inserted replaced
82:5f0182e07bfb 83:5456b4e8b3a8
       
     1 /*
       
     2 * Copyright (c) 2009 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:  widget manager plugin registry resource
       
    15 *
       
    16 */
       
    17 
       
    18 #include "registryinfov2.rh"
       
    19 
       
    20 // Declares info for two implementations
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22     {
       
    23     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    24     dll_uid = 0x20026F53;    
       
    25     interfaces = 
       
    26         {
       
    27         INTERFACE_INFO
       
    28             {
       
    29             // UID of interface that is implemented
       
    30             interface_uid = 0x20026F51;
       
    31             implementations = 
       
    32                 {
       
    33                 IMPLEMENTATION_INFO
       
    34                     {                    
       
    35                     // implementation_uid MUST match sis pkg UID, hscontentcontrol uses to monitor 
       
    36                     // uninstallation and releasing dll
       
    37                     
       
    38                     implementation_uid = 0x20026F53;
       
    39                     version_no = 1;
       
    40                     display_name = "Widget Manager";
       
    41                     default_data = "WmContentControlUI";
       
    42                     opaque_data = "0x20026F53";
       
    43                     }
       
    44                 };
       
    45             }
       
    46         };
       
    47     }