imstutils/xmppadapter/data/0416013D.rss
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     1 /*
       
     2 * Copyright (c) 2006-2006 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 //  INCLUDES
       
    21 #include <registryinfo.rh>
       
    22 
       
    23 //  RESOURCE DEFINITIONS
       
    24 // -----------------------------------------------------------------------------
       
    25 //
       
    26 // theInfo
       
    27 // ECOM DLL interface & implementation description resource.
       
    28 //
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32     {
       
    33     dll_uid = 0x0A6A4E92;
       
    34     interfaces =
       
    35         {
       
    36         INTERFACE_INFO
       
    37             {
       
    38             interface_uid = 0x101F84D5; // KProvisioningAdapterInterface; value taken from \s60\mw\devicecontentservices\omaprovisioning\Provisioning\Group
       
    39             implementations =
       
    40                 {
       
    41                 IMPLEMENTATION_INFO
       
    42                     {
       
    43                     implementation_uid = 0x0A6A4E93;//0x1020729E;
       
    44                     version_no = 1;
       
    45                     // Use short name to save RAM and ROM space
       
    46                     display_name = "MECO IM PA";
       
    47                     default_data = "";
       
    48                     opaque_data = "10"; // Adapter priority
       
    49                     }
       
    50                 };
       
    51             }
       
    52         };
       
    53     }
       
    54 
       
    55 // End of File
       
    56