24
|
1 |
// Copyright (c) 2006-2010 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 RawIP Meta Connection Provider Factory plug-in
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file 102822EF.RSS
|
|
20 |
*/
|
|
21 |
|
|
22 |
#include <ecom/registryinfo.rh>
|
|
23 |
#include "pdp.hrh"
|
|
24 |
|
|
25 |
RESOURCE REGISTRY_INFO theInfo
|
|
26 |
{
|
|
27 |
dll_uid = PDPLayerDLLUid;
|
|
28 |
|
|
29 |
interfaces =
|
|
30 |
{
|
|
31 |
INTERFACE_INFO
|
|
32 |
{
|
|
33 |
interface_uid = TierManagerInterfaceUid;
|
|
34 |
implementations =
|
|
35 |
{
|
|
36 |
IMPLEMENTATION_INFO
|
|
37 |
{
|
|
38 |
implementation_uid = PDPTierManagerImplUid;
|
|
39 |
version_no = 1;
|
|
40 |
display_name = "PDP Tier Manager";
|
|
41 |
default_data = "PDPTierManager";
|
|
42 |
opaque_data = "";
|
|
43 |
}
|
|
44 |
};
|
|
45 |
},
|
|
46 |
|
|
47 |
INTERFACE_INFO
|
|
48 |
{
|
|
49 |
interface_uid = McprInterfaceUid;
|
|
50 |
implementations =
|
|
51 |
{
|
|
52 |
IMPLEMENTATION_INFO
|
|
53 |
{
|
|
54 |
implementation_uid = PDPMcprImplUid;
|
|
55 |
version_no = 1;
|
|
56 |
display_name = "PDP Meta Connection Provider Factory";
|
|
57 |
default_data = "PDPMCprFactory";
|
|
58 |
opaque_data = "";
|
|
59 |
}
|
|
60 |
};
|
|
61 |
},
|
|
62 |
#ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
|
|
63 |
INTERFACE_INFO
|
|
64 |
{
|
|
65 |
interface_uid = CprInterfaceUid;
|
|
66 |
implementations =
|
|
67 |
{
|
|
68 |
IMPLEMENTATION_INFO
|
|
69 |
{
|
|
70 |
implementation_uid = PDPCprImplUid;
|
|
71 |
version_no = 1;
|
|
72 |
display_name = "PDP Connection Provider Factory";
|
|
73 |
default_data = "PDPConnProvdFactory";
|
|
74 |
opaque_data = "";
|
|
75 |
}
|
|
76 |
};
|
|
77 |
},
|
|
78 |
#endif // SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
|
|
79 |
INTERFACE_INFO
|
|
80 |
{
|
|
81 |
interface_uid = ScprInterfaceUid;
|
|
82 |
implementations =
|
|
83 |
{
|
|
84 |
IMPLEMENTATION_INFO
|
|
85 |
{
|
|
86 |
implementation_uid = PDPScprImplUid;
|
|
87 |
version_no = 1;
|
|
88 |
display_name = "PDP Sub-Connection Provider Factory";
|
|
89 |
default_data = "PdpSubConnectionProviderFactory";
|
|
90 |
opaque_data = "";
|
|
91 |
}
|
|
92 |
};
|
|
93 |
}
|
|
94 |
|
|
95 |
};
|
|
96 |
}
|