mediasettings/mediasettingsapp/data/101F85CB.rss
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     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 the License "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 */
       
    16 
       
    17 
       
    18 // Version : %version: 2 %
       
    19 
       
    20 
       
    21 
       
    22 //  INCLUDES
       
    23 #include <RegistryInfo.rh>
       
    24 
       
    25 #include "ProvisioningUIDs.h"
       
    26 
       
    27 //  RESOURCE DEFINITIONS 
       
    28 // -----------------------------------------------------------------------------
       
    29 //   
       
    30 // theInfo
       
    31 // ECOM DLL interface & implementation description resource.
       
    32 //
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 RESOURCE REGISTRY_INFO theInfo
       
    36     {
       
    37     dll_uid = 0x101F85CB;
       
    38     interfaces =
       
    39         {
       
    40         INTERFACE_INFO
       
    41             {
       
    42             interface_uid = KProvisioningAdapterInterface;
       
    43             implementations =
       
    44                 {
       
    45                 IMPLEMENTATION_INFO
       
    46                     {
       
    47                     implementation_uid = 0x101F85CC;
       
    48                     version_no = 1;
       
    49                     display_name = "Implements a WAP Streaming Provisioning Adapter";
       
    50                     default_data = "";
       
    51                     opaque_data = "10"; // Adapter priority
       
    52                     }
       
    53                 };
       
    54             }
       
    55         };
       
    56     }
       
    57             
       
    58 // End of File
       
    59