os/mm/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/CIPlugins/src/devsoundciutestdevices.rss
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/CIPlugins/src/devsoundciutestdevices.rss	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,301 @@
     1.4 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +#include "ecom/registryinfo.rh"
    1.20 +#include <mmfplugininterfaceuids.hrh>
    1.21 +#include "devsoundciutestdevices.hrh"
    1.22 +#include <mmf/plugin/mmfdevsoundcustominterface.hrh>
    1.23 +
    1.24 +RESOURCE REGISTRY_INFO theInfo
    1.25 +	{
    1.26 +	dll_uid = KUidDevsoundCIUTestDevicesDll ;
    1.27 +	interfaces = 
    1.28 +		{
    1.29 +		INTERFACE_INFO
    1.30 +			{
    1.31 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
    1.32 +			implementations = 
    1.33 +				{
    1.34 +				IMPLEMENTATION_INFO
    1.35 +					{
    1.36 +					implementation_uid = KUidPlayBackStatusTestDevice;
    1.37 +					version_no = 1;
    1.38 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
    1.39 +					default_data = "TEST, P16" ; // four CC codes
    1.40 +					opaque_data = "";
    1.41 +					},
    1.42 +				IMPLEMENTATION_INFO
    1.43 +					{
    1.44 +					implementation_uid = KUidEAacPlusDecoderTestDevice;
    1.45 +					version_no = 1;
    1.46 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
    1.47 +					default_data = "TEST, P16" ; // four CC codes
    1.48 +					opaque_data = "";
    1.49 +					},
    1.50 +				IMPLEMENTATION_INFO
    1.51 +					{
    1.52 +					implementation_uid = KUidSbcEncoderTestDevice;
    1.53 +					version_no = 1;
    1.54 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
    1.55 +					default_data = "TEST, P16" ; // four CC codes
    1.56 +					opaque_data = "";
    1.57 +					},
    1.58 +				IMPLEMENTATION_INFO
    1.59 +					{
    1.60 +					implementation_uid = KUidSetDrmProtectedTestDevice;
    1.61 +					version_no = 1;
    1.62 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
    1.63 +					default_data = "TEST, P16" ; // four CC codes
    1.64 +					opaque_data = "";
    1.65 +					},
    1.66 +				IMPLEMENTATION_INFO
    1.67 +					{
    1.68 +					implementation_uid = KUidAdvancedAacEncodeSettingsTestDevice;
    1.69 +					version_no = 1;
    1.70 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
    1.71 +					default_data = "TEST, P16" ; // four CC codes
    1.72 +					opaque_data = "";
    1.73 +					},
    1.74 +				IMPLEMENTATION_INFO
    1.75 +					{
    1.76 +					implementation_uid = KUidGetTimestampsTestDevice;
    1.77 +					version_no = 1;
    1.78 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
    1.79 +					default_data = "TEST, P16" ; // four CC codes
    1.80 +					opaque_data = "";
    1.81 +					},
    1.82 +				IMPLEMENTATION_INFO
    1.83 +					{
    1.84 +					implementation_uid = KUidBufferFramesConfigTestDevice;
    1.85 +					version_no = 1;
    1.86 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
    1.87 +					default_data = "TEST, P16" ; // four CC codes
    1.88 +					opaque_data = "";
    1.89 +					}
    1.90 +				};
    1.91 +			},
    1.92 +		INTERFACE_INFO
    1.93 +			{
    1.94 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
    1.95 +			implementations = 
    1.96 +				{
    1.97 +				IMPLEMENTATION_INFO
    1.98 +					{
    1.99 +					implementation_uid = KUidAacDecoderConfigTestDevice;
   1.100 +					version_no = 1;
   1.101 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.102 +					default_data = "TEST, P16" ; // four CC codes
   1.103 +					opaque_data = "";
   1.104 +					}
   1.105 +				};
   1.106 +			},
   1.107 +		INTERFACE_INFO
   1.108 +			{
   1.109 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.110 +			implementations = 
   1.111 +				{
   1.112 +				IMPLEMENTATION_INFO
   1.113 +					{
   1.114 +					implementation_uid = KUidG729DecoderConfigTestDevice;
   1.115 +					version_no = 1;
   1.116 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.117 +					default_data = "TEST, P16" ; // four CC codes
   1.118 +					opaque_data = "";
   1.119 +					}
   1.120 +				};
   1.121 +			},
   1.122 +		INTERFACE_INFO
   1.123 +			{
   1.124 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.125 +			implementations = 
   1.126 +				{
   1.127 +				IMPLEMENTATION_INFO
   1.128 +					{
   1.129 +					implementation_uid = KUidG729EncoderConfigTestDevice;
   1.130 +					version_no = 1;
   1.131 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.132 +					default_data = "TEST, P16" ; // four CC codes
   1.133 +					opaque_data = "";
   1.134 +					}
   1.135 +				};
   1.136 +			},
   1.137 +		INTERFACE_INFO
   1.138 +			{
   1.139 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.140 +			implementations = 
   1.141 +				{
   1.142 +				IMPLEMENTATION_INFO
   1.143 +					{
   1.144 +					implementation_uid = KUidAudioVibraControlTestDevice;
   1.145 +					version_no = 1;
   1.146 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.147 +					default_data = "TEST, P16" ; // four CC codes
   1.148 +					opaque_data = "";
   1.149 +					}
   1.150 +				};
   1.151 +			},
   1.152 +		INTERFACE_INFO
   1.153 +			{
   1.154 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.155 +			implementations = 
   1.156 +				{
   1.157 +				IMPLEMENTATION_INFO
   1.158 +					{
   1.159 +					implementation_uid = KUidSampleBufferingTestDevice;
   1.160 +					version_no = 1;
   1.161 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.162 +					default_data = "TEST, P16" ; // four CC codes
   1.163 +					opaque_data = "";
   1.164 +					}
   1.165 +				};
   1.166 +			},
   1.167 +		INTERFACE_INFO
   1.168 +			{
   1.169 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.170 +			implementations = 
   1.171 +				{
   1.172 +				IMPLEMENTATION_INFO
   1.173 +					{
   1.174 +					implementation_uid = KUidAudioDspControlTestDevice;
   1.175 +					version_no = 1;
   1.176 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.177 +					default_data = "TEST, P16" ; // four CC codes
   1.178 +					opaque_data = "";
   1.179 +					}
   1.180 +				};
   1.181 +			},
   1.182 +		INTERFACE_INFO
   1.183 +			{
   1.184 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.185 +			implementations = 
   1.186 +				{
   1.187 +				IMPLEMENTATION_INFO
   1.188 +					{
   1.189 +					implementation_uid = KUidSpeechEncoderConfigTestDevice;
   1.190 +					version_no = 1;
   1.191 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.192 +					default_data = "TEST, P16" ; // four CC codes
   1.193 +					opaque_data = "";
   1.194 +					}
   1.195 +				};
   1.196 +			},
   1.197 +		INTERFACE_INFO
   1.198 +			{
   1.199 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.200 +			implementations = 
   1.201 +				{
   1.202 +				IMPLEMENTATION_INFO
   1.203 +					{
   1.204 +					implementation_uid = KUidG711DecoderConfigTestDevice;
   1.205 +					version_no = 1;
   1.206 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.207 +					default_data = "TEST, P16" ; // four CC codes
   1.208 +					opaque_data = "";
   1.209 +					}
   1.210 +				};
   1.211 +			},
   1.212 +		INTERFACE_INFO
   1.213 +			{
   1.214 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.215 +			implementations = 
   1.216 +				{
   1.217 +				IMPLEMENTATION_INFO
   1.218 +					{
   1.219 +					implementation_uid = KUidG711EncoderConfigTestDevice;
   1.220 +					version_no = 1;
   1.221 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.222 +					default_data = "TEST, P16" ; // four CC codes
   1.223 +					opaque_data = "";
   1.224 +					}
   1.225 +				};
   1.226 +			},
   1.227 +		INTERFACE_INFO
   1.228 +			{
   1.229 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.230 +			implementations = 
   1.231 +				{
   1.232 +				IMPLEMENTATION_INFO
   1.233 +					{
   1.234 +					implementation_uid = KUidIlbcDecoderIntfcTestDevice;
   1.235 +					version_no = 1;
   1.236 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.237 +					default_data = "TEST, P16" ; // four CC codes
   1.238 +					opaque_data = "";
   1.239 +					}
   1.240 +				};
   1.241 +			},
   1.242 +		INTERFACE_INFO
   1.243 +			{
   1.244 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.245 +			implementations = 
   1.246 +				{
   1.247 +				IMPLEMENTATION_INFO
   1.248 +					{
   1.249 +					implementation_uid = KUidIlbcEncoderIntfcTestDevice;
   1.250 +					version_no = 1;
   1.251 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.252 +					default_data = "TEST, P16" ; // four CC codes
   1.253 +					opaque_data = "";
   1.254 +					}
   1.255 +				};
   1.256 +			},
   1.257 +		INTERFACE_INFO
   1.258 +			{
   1.259 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.260 +			implementations = 
   1.261 +				{
   1.262 +				IMPLEMENTATION_INFO
   1.263 +					{
   1.264 +					implementation_uid = KUidErrorConcealmentIntfcTestDevice;
   1.265 +					version_no = 1;
   1.266 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.267 +					default_data = "TEST, P16" ; // four CC codes
   1.268 +					opaque_data = "";
   1.269 +					}
   1.270 +				};
   1.271 +			},
   1.272 +		INTERFACE_INFO
   1.273 +			{
   1.274 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.275 +			implementations = 
   1.276 +				{
   1.277 +				IMPLEMENTATION_INFO
   1.278 +					{
   1.279 +					implementation_uid = KUidGsmConfigTestDevice;
   1.280 +					version_no = 1;
   1.281 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.282 +					default_data = "TEST, P16" ; // four CC codes
   1.283 +					opaque_data = "";
   1.284 +					}
   1.285 +				};
   1.286 +			},
   1.287 +		INTERFACE_INFO
   1.288 +			{
   1.289 +			interface_uid = KMmfUidPluginInterfaceHwDevice ;  // CMMFHwDevice
   1.290 +			implementations = 
   1.291 +				{
   1.292 +				IMPLEMENTATION_INFO
   1.293 +					{
   1.294 +					implementation_uid = KUidUnderflowAutoStopControlTestDevice;
   1.295 +					version_no = 1;
   1.296 +					display_name = "Test Custom Interface Unification Hw Device||Copyright 2006 Symbian Ltd. All Rights Reserved.||";
   1.297 +					default_data = "TEST, P16" ; // four CC codes
   1.298 +					opaque_data = "";
   1.299 +					}
   1.300 +				};
   1.301 +			}
   1.302 +		};
   1.303 +	}
   1.304 +