usbmgmt/usbmgr/host/functiondrivers/ms/msmm/referencepolicyplugin/data/10285c46.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 implementation resource file
       
    16 *
       
    17 */
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 #include <ecom/registryinfo.rh>
       
    25 #include <usb/hostms/policyplugin.hrh>
       
    26 #include "referenceplugin.hrh"
       
    27 
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29     {
       
    30     // UID for the DLL
       
    31     dll_uid = 0x10285c46;
       
    32     // Declare array of interface info
       
    33     interfaces = 
       
    34         {
       
    35         INTERFACE_INFO
       
    36             {
       
    37             // UID of interface that is implemented
       
    38             interface_uid = KUidMountPolicyInterface;
       
    39             implementations = 
       
    40                 {
       
    41                 IMPLEMENTATION_INFO
       
    42                     {
       
    43                     implementation_uid = KUidMsmmPolicyPluginImp;
       
    44                     version_no         = 1;
       
    45                     display_name       = "Reference Policy Plugin";
       
    46                     default_data       = "ReferencePolicy";
       
    47                     opaque_data        = "";
       
    48                     }
       
    49                 };
       
    50             }
       
    51         };
       
    52     }