omacpadapters/WAPAdapter/Data/101F84DC.rss
changeset 47 d316aecb87fd
equal deleted inserted replaced
46:b9b00b134b0d 47:d316aecb87fd
       
     1 /*
       
     2 * Copyright (c) 2002 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 file defining the ProvisioningAdapter plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include <registryinfo.rh>
       
    22 #include "ProvisioningUIDs.h"
       
    23 
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 // -----------------------------------------------------------------------------
       
    27 //   
       
    28 // theInfo
       
    29 // Resource defining the ProvisioningAdapter plugin.
       
    30 //
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 
       
    34 RESOURCE REGISTRY_INFO theInfo
       
    35     {
       
    36     dll_uid = KProvisioningWAPAdapterDllUid3;
       
    37     interfaces = 
       
    38         {
       
    39         INTERFACE_INFO
       
    40             {
       
    41             interface_uid = KProvisioningAdapterInterface;
       
    42             implementations = 
       
    43                 {
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = KProvisioningMMSAdapterUid;
       
    47                     version_no = 1;
       
    48                     display_name = "";
       
    49                     default_data = "";
       
    50                     opaque_data = "101";
       
    51                     },
       
    52                 IMPLEMENTATION_INFO
       
    53                     {
       
    54                     implementation_uid = KProvisioningBrowserAdapterUid;
       
    55                     version_no = 1;
       
    56                     display_name = "";
       
    57                     default_data = "";
       
    58                     opaque_data = "100";
       
    59                     }
       
    60                 };
       
    61             }
       
    62         };
       
    63     }
       
    64