|
0
|
1 |
// Copyright (c) 2004-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 |
//
|
|
|
15 |
|
|
|
16 |
#include <ecom/registryinfo.rh>
|
|
|
17 |
#include <mmf/plugin/mmfplugininterfaceuids.hrh>
|
|
|
18 |
#include <a3f/a3ffourcclookupuids.hrh>
|
|
|
19 |
#include "TSU_MMF_DEVSOUND_TESTDEVICE_ImplementationUID.hrh"
|
|
|
20 |
|
|
|
21 |
RESOURCE REGISTRY_INFO theInfo
|
|
|
22 |
{
|
|
|
23 |
dll_uid = 0x101F9F50;
|
|
|
24 |
interfaces =
|
|
|
25 |
{
|
|
|
26 |
INTERFACE_INFO
|
|
|
27 |
{
|
|
|
28 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
|
|
29 |
implementations =
|
|
|
30 |
{
|
|
|
31 |
IMPLEMENTATION_INFO
|
|
|
32 |
{
|
|
|
33 |
implementation_uid = KMmfUidTestHwDevice;
|
|
|
34 |
version_no = 1;
|
|
|
35 |
display_name = "Test Hw Device||Copyright 2004 Symbian Ltd. All Rights Reserved.||";
|
|
|
36 |
default_data = "TEST, P16" ; // four CC codes
|
|
|
37 |
opaque_data = "";
|
|
|
38 |
},
|
|
|
39 |
|
|
|
40 |
IMPLEMENTATION_INFO
|
|
|
41 |
{
|
|
|
42 |
implementation_uid = KTestDummyPlayPolicyUpdateUidValue;
|
|
|
43 |
version_no = 1;
|
|
|
44 |
display_name = "DevSound test HwDevice1||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
|
|
|
45 |
default_data = "TST1, P16" ; // four CC codes
|
|
|
46 |
opaque_data = "";
|
|
|
47 |
},
|
|
|
48 |
IMPLEMENTATION_INFO
|
|
|
49 |
{
|
|
|
50 |
implementation_uid = KTestDummyRecordPolicyUpdateUidValue;
|
|
|
51 |
version_no = 1;
|
|
|
52 |
display_name = "DevSound test HwDevice1||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
|
|
|
53 |
default_data = " P16,TST1" ; // four CC codes
|
|
|
54 |
opaque_data = "";
|
|
|
55 |
},
|
|
|
56 |
IMPLEMENTATION_INFO
|
|
|
57 |
{
|
|
|
58 |
implementation_uid = KTestDummyStartPlayUidValue;
|
|
|
59 |
version_no = 1;
|
|
|
60 |
display_name = "DevSound test HwDevice2||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
|
|
|
61 |
default_data = "TST2, P16" ; // four CC codes
|
|
|
62 |
opaque_data = "";
|
|
|
63 |
},
|
|
|
64 |
IMPLEMENTATION_INFO
|
|
|
65 |
{
|
|
|
66 |
implementation_uid = KTestDummyStartRecordUidValue;
|
|
|
67 |
version_no = 1;
|
|
|
68 |
display_name = "DevSound test HwDevice2||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
|
|
|
69 |
default_data = " P16,TST2" ; // four CC codes
|
|
|
70 |
opaque_data = "";
|
|
|
71 |
},
|
|
|
72 |
IMPLEMENTATION_INFO
|
|
|
73 |
{
|
|
|
74 |
implementation_uid = KTestDummyPlayDataUidValue;
|
|
|
75 |
version_no = 1;
|
|
|
76 |
display_name = "DevSound test HwDevice3||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
|
|
|
77 |
default_data = "TST3, P16" ; // four CC codes
|
|
|
78 |
opaque_data = "";
|
|
|
79 |
},
|
|
|
80 |
IMPLEMENTATION_INFO
|
|
|
81 |
{
|
|
|
82 |
implementation_uid = KTestDummyRecordDataUidValue;
|
|
|
83 |
version_no = 1;
|
|
|
84 |
display_name = "DevSound test HwDevice3||Copyright 2008 Symbian Ltd. All Rights Reserved.||";
|
|
|
85 |
default_data = " P16,TST3" ; // four CC codes
|
|
|
86 |
opaque_data = "";
|
|
|
87 |
}
|
|
|
88 |
};
|
|
|
89 |
},
|
|
|
90 |
INTERFACE_INFO
|
|
|
91 |
{
|
|
|
92 |
// UID of interface that is implemented
|
|
|
93 |
interface_uid = KUidA3fFourCCConvertorPlugin;
|
|
|
94 |
implementations =
|
|
|
95 |
{
|
|
|
96 |
IMPLEMENTATION_INFO
|
|
|
97 |
{
|
|
|
98 |
implementation_uid = 0x10285CCE;
|
|
|
99 |
version_no = 1;
|
|
|
100 |
display_name = "TST1";
|
|
|
101 |
default_data = "" ;
|
|
|
102 |
opaque_data = "<f>TST1<u>0x10285CCB<m>";
|
|
|
103 |
},
|
|
|
104 |
IMPLEMENTATION_INFO
|
|
|
105 |
{
|
|
|
106 |
implementation_uid = 0x10285CCF;
|
|
|
107 |
version_no = 1;
|
|
|
108 |
display_name = "TST2";
|
|
|
109 |
default_data = "" ;
|
|
|
110 |
opaque_data = "<f>TST2<u>0x10285CCC<m>";
|
|
|
111 |
},
|
|
|
112 |
IMPLEMENTATION_INFO
|
|
|
113 |
{
|
|
|
114 |
implementation_uid = 0x10285CD0;
|
|
|
115 |
version_no = 1;
|
|
|
116 |
display_name = "TST3";
|
|
|
117 |
default_data = "" ;
|
|
|
118 |
opaque_data = "<f>TST3<u>0x10285CCD<m>";
|
|
|
119 |
}
|
|
|
120 |
|
|
|
121 |
};
|
|
|
122 |
}
|
|
|
123 |
};
|
|
|
124 |
}
|
|
|
125 |
|