mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/mp3audioplaycontroller/Src/MP3AudioPlayControllerPlugin.hrh
changeset 0 71ca22bcf22a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Have the ECOM DLL UID for the controller
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MP3AUDIOPLAYCONTROLLERPLUGIN_HRH
       
    20 #define MP3AUDIOPLAYCONTROLLERPLUGIN_HRH
       
    21 
       
    22 // UIDs for MP3 Play Controller Plugin
       
    23 #define KUIDMP3PlayControllerPluginDll			0x101FAFB6 	// DLL UID
       
    24 #define KUIDMP3PlayControllerPluginImplementation	0x101FAFB7	// Implementation UID
       
    25 #define KUIDMP3PlayControllerPluginFormatInterface	0x101FAFB8 	// Format Interface UID
       
    26 
       
    27 #endif	// MP3AUDIOPLAYCONTROLLERPLUGIN_HRH