epoc32/include/mmf/plugin/mmfaudioiointerfaceuids.hrh
branchSymbian3
changeset 4 837f303aceeb
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
       
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalTechnology
       
    19 */
       
    20 
       
    21 #ifndef MMF_AUDIOIOINTERFACEUIDS_HRH
       
    22 #define MMF_AUDIOIOINTERFACEUIDS_HRH
       
    23 
       
    24 
       
    25 // These are the ECOM Interface UIDs for the Multi Media Framework Plugins
       
    26 
       
    27 #define KMmfUidAudioOutputInterfaceDllUid	0x101F53B8
       
    28 #define KMmfUidAudioOutputInterface			0x101F53B9
       
    29 #define KMmfUidAudioInputInterfaceDllUid	0x101F53BA
       
    30 #define KMmfUidAudioInputInterface			0x101F53BB
       
    31 
       
    32 
       
    33 #endif