24
|
1 |
// Copyright (c) 2008-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 |
// PDP Connection Provider class definition.
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
@internalComponent
|
|
21 |
*/
|
|
22 |
|
|
23 |
#ifndef __PDP_HRH__
|
|
24 |
#define __PDP_HRH__
|
|
25 |
|
|
26 |
// this is not exported because we don't want to encourage
|
|
27 |
// anyone outside of CF to load these objects via ECOM.
|
|
28 |
|
|
29 |
// ecom plugin dll uid
|
|
30 |
#define PDPLayerDLLUid 0x102822EF
|
|
31 |
|
|
32 |
// Tier Manager
|
|
33 |
|
|
34 |
// ecom 3pc tier manager impl uid
|
|
35 |
#define TierManagerInterfaceUid 0x10281DD7
|
|
36 |
|
|
37 |
// ecom 3pc pdp tier manager impl uid
|
|
38 |
#define PDPTierManagerImplUid 0x2001A35B
|
|
39 |
|
|
40 |
// MCPR
|
|
41 |
|
|
42 |
// ecom 3pc tier manager impl uid
|
|
43 |
#define McprInterfaceUid 0x10274546
|
|
44 |
|
|
45 |
// ecom 3pc pdp tier manager impl uid
|
|
46 |
#define PDPMcprImplUid 0x102822F0
|
|
47 |
|
|
48 |
// CPR
|
|
49 |
|
|
50 |
// ecom 3pc tier manager impl uid
|
|
51 |
#define CprInterfaceUid 0x102070EE
|
|
52 |
|
|
53 |
// ecom 3pc pdp tier manager impl uid
|
|
54 |
#define PDPCprImplUid 0x102822E2
|
|
55 |
|
|
56 |
// SCPR
|
|
57 |
|
|
58 |
// ecom 3pc tier manager impl uid
|
|
59 |
#define ScprInterfaceUid 0x10204301
|
|
60 |
|
|
61 |
// ecom 3pc pdp tier manager impl uid
|
|
62 |
#define PDPScprImplUid 0x102822E0
|
|
63 |
|
|
64 |
|
|
65 |
#endif
|