devicediagnostics/diagsuites/diagservicessuiteplugin/data/devdiagservicessuiteplugin.rss
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 2007 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 for project Diagnostics Services Suite.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Include Files
       
    20 #include <registryinfo.rh>
       
    21 #include "diagservicessuiteplugin.hrh"
       
    22 
       
    23 RESOURCE REGISTRY_INFO pluginInfo
       
    24     {
       
    25     dll_uid     = _UID3;
       
    26     interfaces  =
       
    27         {
       
    28         INTERFACE_INFO
       
    29             {
       
    30             interface_uid   = 0x2000AFEB;
       
    31             implementations =
       
    32                 {
       
    33                 IMPLEMENTATION_INFO
       
    34                     {
       
    35                     implementation_uid  = _IMPLEMENTATION_UID;
       
    36                     version_no          = 1;
       
    37                     display_name        = "Services Suite";
       
    38                     default_data        = "0x2000E540";
       
    39                     opaque_data         =   "<diagplugininfo>" 
       
    40                                                 "<order number=\"2\"/>"
       
    41                                                 "<serviceprovided name=\"Services Suite\"/>"
       
    42                                                 "<servicesrequired>"
       
    43                                                     "<service name=\"Network Coverage\"/>"													
       
    44                                                 "</servicesrequired>"
       
    45                                             "</diagplugininfo>";
       
    46                     }
       
    47                 };
       
    48             }
       
    49         };
       
    50     }
       
    51 
       
    52 // End of File
       
    53