usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/refppnotifier.rss
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2008-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:
       
    15 * Reference policy plugin notifier implementation resource file
       
    16 *
       
    17 */
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 #include <ecom/registryinfo.rh>
       
    25 #include <usb/hostms/policypluginnotifier.hrh>
       
    26 #include "refppnotifier.hrh"
       
    27 #include "uikon.hrh"
       
    28 
       
    29 RESOURCE REGISTRY_INFO theInfo
       
    30     {
       
    31     // UID for the DLL
       
    32     dll_uid = 0x10285ddd;
       
    33     // Declare array of interface info
       
    34     interfaces = 
       
    35         {
       
    36         INTERFACE_INFO
       
    37             {
       
    38             // UID of interface that is implemented
       
    39             interface_uid = KUikonUidPluginInterfaceNotifiers;
       
    40             implementations = 
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid = KUidMsmmReferenceNotifierImp;
       
    45                     version_no         = 1;
       
    46                     display_name       = "Reference notifier";
       
    47                     default_data       = "Referencenotifier";
       
    48                     opaque_data        = "";
       
    49                     }
       
    50                 };
       
    51             }
       
    52         };
       
    53     }