47
|
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 "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 |
* this DLL.
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
// INCLUDES
|
|
21 |
#include <registryinfo.rh>
|
|
22 |
|
|
23 |
#include "ProvisioningUIDs.h"
|
|
24 |
|
|
25 |
// RESOURCE DEFINITIONS
|
|
26 |
// -----------------------------------------------------------------------------
|
|
27 |
//
|
|
28 |
// theInfo
|
|
29 |
// ECOM DLL interface & implementation description resource.
|
|
30 |
//
|
|
31 |
// -----------------------------------------------------------------------------
|
|
32 |
//
|
|
33 |
RESOURCE REGISTRY_INFO theInfo
|
|
34 |
{
|
|
35 |
dll_uid = 0x101F85CB;
|
|
36 |
interfaces =
|
|
37 |
{
|
|
38 |
INTERFACE_INFO
|
|
39 |
{
|
|
40 |
interface_uid = KProvisioningAdapterInterface;
|
|
41 |
implementations =
|
|
42 |
{
|
|
43 |
IMPLEMENTATION_INFO
|
|
44 |
{
|
|
45 |
implementation_uid = 0x101F85CC;
|
|
46 |
version_no = 1;
|
|
47 |
display_name = "WP STREAMING PA";// Use short name to save RAM and ROM space
|
|
48 |
default_data = "";
|
|
49 |
opaque_data = "10"; // Adapter priority
|
|
50 |
}
|
|
51 |
};
|
|
52 |
}
|
|
53 |
};
|
|
54 |
}
|
|
55 |
|
|
56 |
// End of File
|
|
57 |
|