sl@0
|
1 |
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
//
|
sl@0
|
15 |
|
sl@0
|
16 |
#include "ecom/registryinfo.rh"
|
sl@0
|
17 |
#include <mmfplugininterfaceuids.hrh>
|
sl@0
|
18 |
#include "devsoundciutestdevices.hrh"
|
sl@0
|
19 |
#include <mmf/plugin/mmfdevsoundcustominterface.hrh>
|
sl@0
|
20 |
|
sl@0
|
21 |
RESOURCE REGISTRY_INFO theInfo
|
sl@0
|
22 |
{
|
sl@0
|
23 |
dll_uid = KUidDevsoundCIUTestDevicesDll ;
|
sl@0
|
24 |
interfaces =
|
sl@0
|
25 |
{
|
sl@0
|
26 |
INTERFACE_INFO
|
sl@0
|
27 |
{
|
sl@0
|
28 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
29 |
implementations =
|
sl@0
|
30 |
{
|
sl@0
|
31 |
IMPLEMENTATION_INFO
|
sl@0
|
32 |
{
|
sl@0
|
33 |
implementation_uid = KUidPlayBackStatusTestDevice;
|
sl@0
|
34 |
version_no = 1;
|
sl@0
|
35 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
36 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
37 |
opaque_data = "";
|
sl@0
|
38 |
},
|
sl@0
|
39 |
IMPLEMENTATION_INFO
|
sl@0
|
40 |
{
|
sl@0
|
41 |
implementation_uid = KUidEAacPlusDecoderTestDevice;
|
sl@0
|
42 |
version_no = 1;
|
sl@0
|
43 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
44 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
45 |
opaque_data = "";
|
sl@0
|
46 |
},
|
sl@0
|
47 |
IMPLEMENTATION_INFO
|
sl@0
|
48 |
{
|
sl@0
|
49 |
implementation_uid = KUidSbcEncoderTestDevice;
|
sl@0
|
50 |
version_no = 1;
|
sl@0
|
51 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
52 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
53 |
opaque_data = "";
|
sl@0
|
54 |
},
|
sl@0
|
55 |
IMPLEMENTATION_INFO
|
sl@0
|
56 |
{
|
sl@0
|
57 |
implementation_uid = KUidSetDrmProtectedTestDevice;
|
sl@0
|
58 |
version_no = 1;
|
sl@0
|
59 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
60 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
61 |
opaque_data = "";
|
sl@0
|
62 |
},
|
sl@0
|
63 |
IMPLEMENTATION_INFO
|
sl@0
|
64 |
{
|
sl@0
|
65 |
implementation_uid = KUidAdvancedAacEncodeSettingsTestDevice;
|
sl@0
|
66 |
version_no = 1;
|
sl@0
|
67 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
68 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
69 |
opaque_data = "";
|
sl@0
|
70 |
},
|
sl@0
|
71 |
IMPLEMENTATION_INFO
|
sl@0
|
72 |
{
|
sl@0
|
73 |
implementation_uid = KUidGetTimestampsTestDevice;
|
sl@0
|
74 |
version_no = 1;
|
sl@0
|
75 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
76 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
77 |
opaque_data = "";
|
sl@0
|
78 |
},
|
sl@0
|
79 |
IMPLEMENTATION_INFO
|
sl@0
|
80 |
{
|
sl@0
|
81 |
implementation_uid = KUidBufferFramesConfigTestDevice;
|
sl@0
|
82 |
version_no = 1;
|
sl@0
|
83 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
84 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
85 |
opaque_data = "";
|
sl@0
|
86 |
}
|
sl@0
|
87 |
};
|
sl@0
|
88 |
},
|
sl@0
|
89 |
INTERFACE_INFO
|
sl@0
|
90 |
{
|
sl@0
|
91 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
92 |
implementations =
|
sl@0
|
93 |
{
|
sl@0
|
94 |
IMPLEMENTATION_INFO
|
sl@0
|
95 |
{
|
sl@0
|
96 |
implementation_uid = KUidAacDecoderConfigTestDevice;
|
sl@0
|
97 |
version_no = 1;
|
sl@0
|
98 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
99 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
100 |
opaque_data = "";
|
sl@0
|
101 |
}
|
sl@0
|
102 |
};
|
sl@0
|
103 |
},
|
sl@0
|
104 |
INTERFACE_INFO
|
sl@0
|
105 |
{
|
sl@0
|
106 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
107 |
implementations =
|
sl@0
|
108 |
{
|
sl@0
|
109 |
IMPLEMENTATION_INFO
|
sl@0
|
110 |
{
|
sl@0
|
111 |
implementation_uid = KUidG729DecoderConfigTestDevice;
|
sl@0
|
112 |
version_no = 1;
|
sl@0
|
113 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
114 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
115 |
opaque_data = "";
|
sl@0
|
116 |
}
|
sl@0
|
117 |
};
|
sl@0
|
118 |
},
|
sl@0
|
119 |
INTERFACE_INFO
|
sl@0
|
120 |
{
|
sl@0
|
121 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
122 |
implementations =
|
sl@0
|
123 |
{
|
sl@0
|
124 |
IMPLEMENTATION_INFO
|
sl@0
|
125 |
{
|
sl@0
|
126 |
implementation_uid = KUidG729EncoderConfigTestDevice;
|
sl@0
|
127 |
version_no = 1;
|
sl@0
|
128 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
129 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
130 |
opaque_data = "";
|
sl@0
|
131 |
}
|
sl@0
|
132 |
};
|
sl@0
|
133 |
},
|
sl@0
|
134 |
INTERFACE_INFO
|
sl@0
|
135 |
{
|
sl@0
|
136 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
137 |
implementations =
|
sl@0
|
138 |
{
|
sl@0
|
139 |
IMPLEMENTATION_INFO
|
sl@0
|
140 |
{
|
sl@0
|
141 |
implementation_uid = KUidAudioVibraControlTestDevice;
|
sl@0
|
142 |
version_no = 1;
|
sl@0
|
143 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
144 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
145 |
opaque_data = "";
|
sl@0
|
146 |
}
|
sl@0
|
147 |
};
|
sl@0
|
148 |
},
|
sl@0
|
149 |
INTERFACE_INFO
|
sl@0
|
150 |
{
|
sl@0
|
151 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
152 |
implementations =
|
sl@0
|
153 |
{
|
sl@0
|
154 |
IMPLEMENTATION_INFO
|
sl@0
|
155 |
{
|
sl@0
|
156 |
implementation_uid = KUidSampleBufferingTestDevice;
|
sl@0
|
157 |
version_no = 1;
|
sl@0
|
158 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
159 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
160 |
opaque_data = "";
|
sl@0
|
161 |
}
|
sl@0
|
162 |
};
|
sl@0
|
163 |
},
|
sl@0
|
164 |
INTERFACE_INFO
|
sl@0
|
165 |
{
|
sl@0
|
166 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
167 |
implementations =
|
sl@0
|
168 |
{
|
sl@0
|
169 |
IMPLEMENTATION_INFO
|
sl@0
|
170 |
{
|
sl@0
|
171 |
implementation_uid = KUidAudioDspControlTestDevice;
|
sl@0
|
172 |
version_no = 1;
|
sl@0
|
173 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
174 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
175 |
opaque_data = "";
|
sl@0
|
176 |
}
|
sl@0
|
177 |
};
|
sl@0
|
178 |
},
|
sl@0
|
179 |
INTERFACE_INFO
|
sl@0
|
180 |
{
|
sl@0
|
181 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
182 |
implementations =
|
sl@0
|
183 |
{
|
sl@0
|
184 |
IMPLEMENTATION_INFO
|
sl@0
|
185 |
{
|
sl@0
|
186 |
implementation_uid = KUidSpeechEncoderConfigTestDevice;
|
sl@0
|
187 |
version_no = 1;
|
sl@0
|
188 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
189 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
190 |
opaque_data = "";
|
sl@0
|
191 |
}
|
sl@0
|
192 |
};
|
sl@0
|
193 |
},
|
sl@0
|
194 |
INTERFACE_INFO
|
sl@0
|
195 |
{
|
sl@0
|
196 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
197 |
implementations =
|
sl@0
|
198 |
{
|
sl@0
|
199 |
IMPLEMENTATION_INFO
|
sl@0
|
200 |
{
|
sl@0
|
201 |
implementation_uid = KUidG711DecoderConfigTestDevice;
|
sl@0
|
202 |
version_no = 1;
|
sl@0
|
203 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
204 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
205 |
opaque_data = "";
|
sl@0
|
206 |
}
|
sl@0
|
207 |
};
|
sl@0
|
208 |
},
|
sl@0
|
209 |
INTERFACE_INFO
|
sl@0
|
210 |
{
|
sl@0
|
211 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
212 |
implementations =
|
sl@0
|
213 |
{
|
sl@0
|
214 |
IMPLEMENTATION_INFO
|
sl@0
|
215 |
{
|
sl@0
|
216 |
implementation_uid = KUidG711EncoderConfigTestDevice;
|
sl@0
|
217 |
version_no = 1;
|
sl@0
|
218 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
219 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
220 |
opaque_data = "";
|
sl@0
|
221 |
}
|
sl@0
|
222 |
};
|
sl@0
|
223 |
},
|
sl@0
|
224 |
INTERFACE_INFO
|
sl@0
|
225 |
{
|
sl@0
|
226 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
227 |
implementations =
|
sl@0
|
228 |
{
|
sl@0
|
229 |
IMPLEMENTATION_INFO
|
sl@0
|
230 |
{
|
sl@0
|
231 |
implementation_uid = KUidIlbcDecoderIntfcTestDevice;
|
sl@0
|
232 |
version_no = 1;
|
sl@0
|
233 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
234 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
235 |
opaque_data = "";
|
sl@0
|
236 |
}
|
sl@0
|
237 |
};
|
sl@0
|
238 |
},
|
sl@0
|
239 |
INTERFACE_INFO
|
sl@0
|
240 |
{
|
sl@0
|
241 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
242 |
implementations =
|
sl@0
|
243 |
{
|
sl@0
|
244 |
IMPLEMENTATION_INFO
|
sl@0
|
245 |
{
|
sl@0
|
246 |
implementation_uid = KUidIlbcEncoderIntfcTestDevice;
|
sl@0
|
247 |
version_no = 1;
|
sl@0
|
248 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
249 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
250 |
opaque_data = "";
|
sl@0
|
251 |
}
|
sl@0
|
252 |
};
|
sl@0
|
253 |
},
|
sl@0
|
254 |
INTERFACE_INFO
|
sl@0
|
255 |
{
|
sl@0
|
256 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
257 |
implementations =
|
sl@0
|
258 |
{
|
sl@0
|
259 |
IMPLEMENTATION_INFO
|
sl@0
|
260 |
{
|
sl@0
|
261 |
implementation_uid = KUidErrorConcealmentIntfcTestDevice;
|
sl@0
|
262 |
version_no = 1;
|
sl@0
|
263 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
264 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
265 |
opaque_data = "";
|
sl@0
|
266 |
}
|
sl@0
|
267 |
};
|
sl@0
|
268 |
},
|
sl@0
|
269 |
INTERFACE_INFO
|
sl@0
|
270 |
{
|
sl@0
|
271 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
272 |
implementations =
|
sl@0
|
273 |
{
|
sl@0
|
274 |
IMPLEMENTATION_INFO
|
sl@0
|
275 |
{
|
sl@0
|
276 |
implementation_uid = KUidGsmConfigTestDevice;
|
sl@0
|
277 |
version_no = 1;
|
sl@0
|
278 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
279 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
280 |
opaque_data = "";
|
sl@0
|
281 |
}
|
sl@0
|
282 |
};
|
sl@0
|
283 |
},
|
sl@0
|
284 |
INTERFACE_INFO
|
sl@0
|
285 |
{
|
sl@0
|
286 |
interface_uid = KMmfUidPluginInterfaceHwDevice ; // CMMFHwDevice
|
sl@0
|
287 |
implementations =
|
sl@0
|
288 |
{
|
sl@0
|
289 |
IMPLEMENTATION_INFO
|
sl@0
|
290 |
{
|
sl@0
|
291 |
implementation_uid = KUidUnderflowAutoStopControlTestDevice;
|
sl@0
|
292 |
version_no = 1;
|
sl@0
|
293 |
display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
|
sl@0
|
294 |
default_data = "TEST, P16" ; // four CC codes
|
sl@0
|
295 |
opaque_data = "";
|
sl@0
|
296 |
}
|
sl@0
|
297 |
};
|
sl@0
|
298 |
}
|
sl@0
|
299 |
};
|
sl@0
|
300 |
}
|
sl@0
|
301 |
|