usbengines/usblocodplugin/data/0x102823dd.rss
changeset 35 9d8b04ca6939
parent 0 1e05558e2206
equal deleted inserted replaced
34:7858bc6ead78 35:9d8b04ca6939
       
     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 "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:  Resource definitions
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "registryinfov2.rh"
       
    20 #include <bldvariant.hrh>
       
    21 #include "locodplugin.hrh"
       
    22 
       
    23 RESOURCE REGISTRY_INFO theInfo
       
    24   {
       
    25     // resource_format_version must always be set as follows
       
    26     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    27 
       
    28   // UID for the DLL
       
    29   dll_uid = 0x102823dd;
       
    30   // Declare array of interface info
       
    31   interfaces = 
       
    32     {
       
    33     INTERFACE_INFO
       
    34       {
       
    35       // UID of interface that is implemented
       
    36       interface_uid = KLOCODBEARERINTERFACEUID;
       
    37       implementations = 
       
    38         {
       
    39         // Info for USBlocodplugin
       
    40         IMPLEMENTATION_INFO
       
    41           {
       
    42           implementation_uid = KFeatureIdUsb;
       
    43           version_no = 1;
       
    44           display_name = "LCD USB Plugin";
       
    45           default_data = "";
       
    46           opaque_data = "";
       
    47           // This implementation CANNOT be overridden by a RAM-based plug-in
       
    48                     rom_only = 1;
       
    49           }
       
    50         };
       
    51       }
       
    52     };
       
    53   }
       
    54