audiostubs/devsoundextensions_stubs/mmfaudioserverfactorystub/data/10207ABC.rss
changeset 46 e1758cbb96ac
parent 0 0ce1b5ce9557
child 52 3248d079cead
equal deleted inserted replaced
43:e71858845f73 46:e1758cbb96ac
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Audio Stubs -  AudioServerFactoryStub ECOM plugin resource registry definition.
       
    15 *
       
    16 */
       
    17 
       
    18 //  RESOURCE IDENTIFIER
       
    19 
       
    20 //  INCLUDES
       
    21 #include <registryinfov2.rh>
       
    22 #include <mmfaudiosvrservice.hrh> // For KUidA3fAudioServicePlugin
       
    23 
       
    24 #include "mmfaudioserverfactorystub.hrh"
       
    25 
       
    26 //  RESOURCE DEFINITIONS
       
    27 // -----------------------------------------------------------------------------
       
    28 //
       
    29 // Identifies adapters for ECOM.
       
    30 //
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 RESOURCE REGISTRY_INFO theInfo
       
    34     {
       
    35     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    36     dll_uid = KMMFAudioServiceFactoryStubUID;
       
    37     interfaces =
       
    38         {
       
    39         INTERFACE_INFO
       
    40             {
       
    41             interface_uid = KUidA3fAudioServicePlugin;
       
    42             implementations =
       
    43                 {
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = KMMFAudioServiceFactoryStubImplementationUID;
       
    47                     version_no = 1;
       
    48                     display_name = "Telephony Audio Routing Manager Service";
       
    49                     rom_only = 1;
       
    50                     }
       
    51                 };
       
    52             }
       
    53         };
       
    54     }
       
    55 
       
    56 // End of File