telephonyprotocols/pdplayer/src/102822EF.rss
branchRCL_3
changeset 6 fc69e1e37771
parent 0 3553901f7fa8
child 19 630d2f34d719
equal deleted inserted replaced
5:7ef16719d8cb 6:fc69e1e37771
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    18 /**
    18 /**
    19  @file 102822EF.RSS
    19  @file 102822EF.RSS
    20 */
    20 */
    21 
    21 
    22 #include <ecom/registryinfo.rh>
    22 #include <ecom/registryinfo.rh>
       
    23 #include "pdp.hrh"
    23 
    24 
    24 RESOURCE REGISTRY_INFO theInfo
    25 RESOURCE REGISTRY_INFO theInfo
    25 {
    26 {
    26 dll_uid =  0x102822EF;
    27 dll_uid =  PDPLayerDLLUid;
       
    28 
    27 interfaces = 
    29 interfaces = 
    28     {
    30     {
    29     INTERFACE_INFO
    31     INTERFACE_INFO
    30         {
    32         {
    31         interface_uid =  0x10281DD7;
    33         interface_uid =  TierManagerInterfaceUid;
    32         implementations =
    34         implementations =
    33             {
    35             {
    34            IMPLEMENTATION_INFO
    36            IMPLEMENTATION_INFO
    35                 {
    37                 {
    36                 implementation_uid = 0x2001A35B;
    38                 implementation_uid = PDPTierManagerImplUid;
    37                 version_no = 1;
    39                 version_no = 1;
    38                 display_name = "PDP Tier Manager";
    40                 display_name = "PDP Tier Manager";
    39                 default_data = "PDPTierManager";
    41                 default_data = "PDPTierManager";
    40                 opaque_data = "";
    42                 opaque_data = "";
    41                 }
    43                 }
    42             };
    44             };
    43         },
    45         },
    44 
    46 
    45     INTERFACE_INFO
    47     INTERFACE_INFO
    46         {
    48         {
    47         interface_uid =  0x10274546;
    49         interface_uid =  McprInterfaceUid;
    48         implementations = 
    50         implementations = 
    49             {
    51             {
    50            IMPLEMENTATION_INFO
    52            IMPLEMENTATION_INFO
    51                 {
    53                 {
    52                 implementation_uid = 0x102822F0;
    54                 implementation_uid = PDPMcprImplUid;
    53                 version_no = 1;
    55                 version_no = 1;
    54                 display_name = "PDP Meta Connection Provider Factory";
    56                 display_name = "PDP Meta Connection Provider Factory";
    55                 default_data = "PDPMCprFactory";
    57                 default_data = "PDPMCprFactory";
    56                 opaque_data = "";
    58                 opaque_data = "";
    57                 }
    59                 }
    58             };
    60             };
    59         },
    61         },
    60 #ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
    62 #ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
    61     INTERFACE_INFO
    63     INTERFACE_INFO
    62         {
    64         {
    63         interface_uid = 0x102070EE;
    65         interface_uid = CprInterfaceUid;
    64         implementations = 
    66         implementations = 
    65             {
    67             {
    66            IMPLEMENTATION_INFO
    68            IMPLEMENTATION_INFO
    67                 {
    69                 {
    68                 implementation_uid = 0x102822E2;
    70                 implementation_uid = PDPCprImplUid;
    69                 version_no = 1;
    71                 version_no = 1;
    70                 display_name = "PDP Connection Provider Factory";
    72                 display_name = "PDP Connection Provider Factory";
    71                 default_data = "PDPConnProvdFactory";
    73                 default_data = "PDPConnProvdFactory";
    72                 opaque_data = "";
    74                 opaque_data = "";
    73                 }
    75                 }
    74             };
    76             };
    75         },
    77         },
    76 #endif // SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
    78 #endif // SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
    77     INTERFACE_INFO
    79     INTERFACE_INFO
    78         {
    80         {
    79         interface_uid = 0x10204301;
    81         interface_uid = ScprInterfaceUid;
    80         implementations = 
    82         implementations = 
    81             {
    83             {
    82            IMPLEMENTATION_INFO
    84            IMPLEMENTATION_INFO
    83                 {
    85                 {
    84                 implementation_uid = 0x102822E0;
    86                 implementation_uid = PDPScprImplUid;
    85                 version_no = 1;
    87                 version_no = 1;
    86                 display_name = "PDP Sub-Connection Provider Factory";
    88                 display_name = "PDP Sub-Connection Provider Factory";
    87                 default_data = "PdpSubConnectionProviderFactory";
    89                 default_data = "PdpSubConnectionProviderFactory";
    88                 opaque_data = "";
    90                 opaque_data = "";
    89                 }
    91                 }