heaac_dec/ariheaacdecmmfcodec/src/200297C6.rss
changeset 0 bb31fbe78861
equal deleted inserted replaced
-1:000000000000 0:bb31fbe78861
       
     1 /*
       
     2 * Copyright (c) 2009 Aricent and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "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 * Aricent - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * Resource file for HeAac Decoder Plugin.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <mmfplugininterfaceuids.hrh>
       
    21 #include "RegistryInfo.rh"
       
    22 #include "ariheaacdecmmfcodec_UID.hrh"
       
    23 
       
    24 // Declares info for two implementations
       
    25 RESOURCE REGISTRY_INFO theInfo
       
    26     {
       
    27     // UID for the DLL
       
    28     dll_uid = KUidHeAacDecMmfDllUid;
       
    29     // Declare array of interface info
       
    30     interfaces = 
       
    31         {
       
    32         INTERFACE_INFO
       
    33             {
       
    34             // UID of interface that is implemented
       
    35             interface_uid = KMmfUidPluginInterfaceCodec;
       
    36             implementations = 
       
    37                 {
       
    38                 // Info for CImplementation1
       
    39                 IMPLEMENTATION_INFO
       
    40                     {
       
    41                     implementation_uid = KUidHeAacDecMmfImplUid;
       
    42                     version_no = 1;
       
    43                     display_name = "eAAC Decoder codec||copyright Aricent";
       
    44                     //four CC codes
       
    45                     default_data = " EAC, P16"; 
       
    46                     opaque_data = "";
       
    47                     }
       
    48                 };
       
    49             }
       
    50         };
       
    51     }
       
    52