omaprovisioning/provisioning/alwaysonadapter/Data/200159E4.rss
changeset 73 ae69c2e8bc34
parent 71 d2517372cc44
child 77 9f85c58c0592
equal deleted inserted replaced
71:d2517372cc44 73:ae69c2e8bc34
     1 /*
       
     2 * Copyright (c) 2001 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:  ECOM DLL interface & implementation description resource for
       
    15                  AlwaysOnAdapter OMA Provisioning adapter
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 //  INCLUDES
       
    23 #include <registryinfo.rh>
       
    24 #include "ProvisioningUIDs.h"
       
    25 
       
    26 //  RESOURCE DEFINITIONS
       
    27 // -----------------------------------------------------------------------------
       
    28 //
       
    29 // theInfo
       
    30 // ECOM DLL interface & implementation description resource.
       
    31 //
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 RESOURCE REGISTRY_INFO theInfo
       
    35     {
       
    36     dll_uid = 0x200159E4;
       
    37     interfaces =
       
    38         {
       
    39         INTERFACE_INFO
       
    40             {
       
    41             interface_uid = KProvisioningAdapterInterface;
       
    42             implementations =
       
    43                 {
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = 0x200159E5;
       
    47                     version_no = 1;
       
    48                     // Use short name to save RAM and ROM space
       
    49                     display_name = "WAP Always-On PA";
       
    50                     default_data = "";
       
    51                     opaque_data = "10"; // Adapter priority
       
    52                     }
       
    53                 };
       
    54             }
       
    55         };
       
    56     }
       
    57 
       
    58 // End of File
       
    59