omacpadapters/cpdestinationnwadapter/data/2000b4af.rss
changeset 67 fdbfe0a95492
equal deleted inserted replaced
62:03849bd79877 67:fdbfe0a95492
       
     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 wpdestinationnwadapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <registryinfov2.rh>
       
    21 #include "wpdestinationnwadapteruids.h"
       
    22 
       
    23 // ---------------------------------------------------------------------------
       
    24 // theInfo
       
    25 // Resource defining the Destination network adapter plugin.
       
    26 // ---------------------------------------------------------------------------
       
    27 //
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29     {
       
    30     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    31     dll_uid = KDestinationNetworkAdapterDllUid3;
       
    32     interfaces = 
       
    33         {
       
    34         INTERFACE_INFO
       
    35             {
       
    36             interface_uid = KProvisioningAdapterInterface;
       
    37             implementations = 
       
    38                 {
       
    39                 IMPLEMENTATION_INFO
       
    40                     {
       
    41                     implementation_uid = KDestinationNetworkAdapterUid;
       
    42                     version_no = 1;
       
    43                     display_name = "Destination Network Provisioning Adapter||Copyright © 2007 Nokia Corporation.";
       
    44                     default_data = "";
       
    45                     opaque_data = "10";
       
    46                     rom_only = 1;
       
    47                     }
       
    48                 };
       
    49             }
       
    50         };
       
    51     }