baseconnectionproviders/refscpr/src/102738C2.rss
branchRCL_3
changeset 25 9d7ce34704c8
equal deleted inserted replaced
24:00c6709d25aa 25:9d7ce34704c8
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Registry info for Reference Sub-Connection Provider plug-in
       
    15 // [1] dll_uid should be the same as the name of this file. It stands for the UID of 
       
    16 // this ECOM plugin. In order to obtain a new UID, register at the 
       
    17 // "EPOC UID Allocation Database". Each plugin needs a array of UIDs:
       
    18 // - one for the dll
       
    19 // - one for the SubConnection Factory implementation id.
       
    20 // - one for the SubConnection Extension Parameters Factory implementation id 
       
    21 // (if there is an extension parameter set in this plug-in).
       
    22 // The UIDs listed in this file are either interface UIDs or implementation
       
    23 // UIDs registered for this particular plug-in. The latter should be replaced
       
    24 // for each new plug-in. 
       
    25 // [2] interface_uid is the ECOM plugin intergface id. In this file:
       
    26 // 0x10204301 - SubConnection Factory interface id.
       
    27 // 0x10204303 - SubConnection Extension Parameters Factory interface id.
       
    28 // 
       
    29 //
       
    30 
       
    31 /**
       
    32  @file 102738C2.RSS
       
    33 */
       
    34 
       
    35 #include <ecom/registryinfo.rh>
       
    36 
       
    37 RESOURCE REGISTRY_INFO theInfo
       
    38 {
       
    39 dll_uid = 0x102738C2;
       
    40 interfaces = 
       
    41     {
       
    42     INTERFACE_INFO
       
    43         {
       
    44         interface_uid = 0x10204301;
       
    45         implementations = 
       
    46             {
       
    47            IMPLEMENTATION_INFO
       
    48                 {
       
    49                 implementation_uid = 0x102738C3;
       
    50                 version_no = 1;
       
    51                 display_name = "Reference SubConnection Provider Factory";
       
    52                 default_data = "ReferenceSubConnProvdFactory";
       
    53                 opaque_data = "";
       
    54                 }
       
    55             };
       
    56         },
       
    57     INTERFACE_INFO
       
    58         {
       
    59         interface_uid = 0x10204303;
       
    60         implementations = 
       
    61             {
       
    62            IMPLEMENTATION_INFO
       
    63                 {
       
    64                 implementation_uid = 0x102738C4;
       
    65                 version_no = 1;
       
    66                 display_name = "Reference Extension Set of SubConnection Paremers";
       
    67                 default_data = "text/wml";
       
    68                 opaque_data = "";
       
    69                 }
       
    70             };
       
    71         }
       
    72     };
       
    73 }