os/mm/devsound/a3fdevsound/src/a3ffourccconvertorplugin/a3fFourCCConvertorPlugIn.rss
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/devsound/a3fdevsound/src/a3ffourccconvertorplugin/a3fFourCCConvertorPlugIn.rss Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,169 @@
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 +// Save as expressly licensed to you by Symbian Software Ltd, all rights reserved.
1.18 +// Registry file for the CFourCCConvertorPlugIn implementation
1.19 +// collection. Gives description of implementations so that framework can
1.20 +// search and list them.
1.21 +//
1.22 +//
1.23 +
1.24 +#include <ecom/registryinfo.rh>
1.25 +#include "a3ffourcclookup.hrh"
1.26 +
1.27 +// Declares info for two implementations
1.28 +RESOURCE REGISTRY_INFO theInfo
1.29 + {
1.30 + // UID for the DLL. See mmp files
1.31 + dll_uid = KUidA3fFourCCConvertorPluginDll;
1.32 + // Declare array of interface info. This dll contains implementations for
1.33 + interfaces =
1.34 + {
1.35 + INTERFACE_INFO
1.36 + {
1.37 + // UID of interface that is implemented
1.38 + interface_uid = KUidA3fFourCCConvertorPlugin;
1.39 + implementations =
1.40 + {
1.41 + IMPLEMENTATION_INFO
1.42 + {
1.43 + implementation_uid = 0x1028347D;
1.44 + version_no = 1;
1.45 + display_name = "PCM16";
1.46 + default_data = "";
1.47 + opaque_data = "<f> P16<u>0x10283467<m>";
1.48 + },
1.49 + IMPLEMENTATION_INFO
1.50 + {
1.51 + implementation_uid = 0x10283411;
1.52 + version_no = 1;
1.53 + display_name = "PCM";
1.54 + default_data = "";
1.55 + opaque_data = "<f> RAW<u>0x10283467";
1.56 + },
1.57 + IMPLEMENTATION_INFO
1.58 + {
1.59 + implementation_uid = 0x10283482;
1.60 + version_no = 1;
1.61 + display_name = "PCMU8";
1.62 + default_data = "";
1.63 + opaque_data = "<f> PU8<u>0x10283474<m>";
1.64 + },
1.65 + IMPLEMENTATION_INFO
1.66 + {
1.67 + implementation_uid = 0x10283481;
1.68 + version_no = 1;
1.69 + display_name = "PCM8";
1.70 + default_data = "";
1.71 + opaque_data = "<f> P8<u>0x10283473<m>";
1.72 + },
1.73 + IMPLEMENTATION_INFO
1.74 + {
1.75 + implementation_uid = 0x10283483;
1.76 + version_no = 1;
1.77 + display_name = "MuLaw";
1.78 + default_data = "";
1.79 + opaque_data = "<f>uLAW<u>0x10283475<m>";
1.80 + },
1.81 + IMPLEMENTATION_INFO
1.82 + {
1.83 + implementation_uid = 0x10283484;
1.84 + version_no = 1;
1.85 + display_name = "ALAW";
1.86 + default_data = "";
1.87 + opaque_data = "<f>ALAW<u>0x10283476<m>";
1.88 + },
1.89 + IMPLEMENTATION_INFO
1.90 + {
1.91 + implementation_uid = 0x10283486;
1.92 + version_no = 1;
1.93 + display_name = "IMAD";
1.94 + default_data = "";
1.95 + opaque_data = "<f>IMAD<u>0X10283478<m>";
1.96 + },
1.97 + IMPLEMENTATION_INFO
1.98 + {
1.99 + implementation_uid = 0x10283487;
1.100 + version_no = 1;
1.101 + display_name = "VORB1";
1.102 + default_data = "";
1.103 + opaque_data = "<f>VORB<u>0x10283479<m>";
1.104 + },
1.105 + IMPLEMENTATION_INFO
1.106 + {
1.107 + implementation_uid = 0x10283488;
1.108 + version_no = 1;
1.109 + display_name = "MP3";
1.110 + default_data = "";
1.111 + opaque_data = "<f> MP3<u>0X1028347A<m>";
1.112 + },
1.113 + IMPLEMENTATION_INFO
1.114 + {
1.115 + implementation_uid = 0x10283489;
1.116 + version_no = 1;
1.117 + display_name = "AMR";
1.118 + default_data = "";
1.119 + opaque_data = "<f> AMR<u>0X1028347B<m>";
1.120 + },
1.121 + IMPLEMENTATION_INFO
1.122 + {
1.123 + implementation_uid = 0x1028348A;
1.124 + version_no = 1;
1.125 + display_name = "AAC";
1.126 + default_data = "";
1.127 + opaque_data = "<f> AAC<u>0X1028347C<m>";
1.128 + },
1.129 + IMPLEMENTATION_INFO
1.130 + {
1.131 + implementation_uid = 0x10283417;
1.132 + version_no = 1;
1.133 + display_name = "Tone";
1.134 + default_data = "";
1.135 + opaque_data = "<f>TONE<u>0x10285C01<m>";
1.136 + },
1.137 + IMPLEMENTATION_INFO
1.138 + {
1.139 + implementation_uid = 0x1028347E;
1.140 + version_no = 1;
1.141 + display_name = "PCMU16B";
1.142 + default_data = "";
1.143 + opaque_data = "<f>PU6B<u>0x10283468<m>";
1.144 + },
1.145 + IMPLEMENTATION_INFO
1.146 + {
1.147 + implementation_uid = 0x1028347F;
1.148 + version_no = 1;
1.149 + display_name = "PCMU16";
1.150 + default_data = "";
1.151 + opaque_data = "<f>PU16<u>0X10283469<m>";
1.152 + },
1.153 + IMPLEMENTATION_INFO
1.154 + {
1.155 + implementation_uid = 0x10283480;
1.156 + version_no = 1;
1.157 + display_name = "PCM16B";
1.158 + default_data = "";
1.159 + opaque_data = "<f>P16B<u>0X1028346A<m>";
1.160 + },
1.161 + IMPLEMENTATION_INFO
1.162 + {
1.163 + implementation_uid = 0x10283485;
1.164 + version_no = 1;
1.165 + display_name = "GSM610";
1.166 + default_data = "";
1.167 + opaque_data = "<f>GSM6<u>0X10283477<m>";
1.168 + }
1.169 + };
1.170 + }
1.171 + };
1.172 + }