os/mm/mmlibs/mmfw/tsrc/mmfintegrationtest/Ctlfrm/ActrlTestUids.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 // This files contains a set of uids to be used both by
    15 // the dll tsu_mmf_actrl_01 and CustomAudioMMfController
    16 // as a means of communicating unique events
    17 //
    18 
    19 #ifndef __ACTRL_TEST_UIDS_H__
    20 #define __ACTRL_TEST_UIDS_H__
    21 
    22 static const TUid KPlayTestId				= { 0x101F7D21 };
    23 static const TUid KPrimeTestId				= { 0x101F7D22 };
    24 static const TUid KPauseTestId				= { 0x101F7D23 };
    25 static const TUid KStopTestId				= { 0x101F7D24 };
    26 static const TUid KResetTestId				= { 0x101F7D25 };
    27 static const TUid KWavUid					= { 0x101F55E1 };
    28 static const TUid KRemoveDataSourceTestId	= { 0x101F7D26 };
    29 static const TUid KRemoveDataSinkTestId		= { 0x101F7D27 };
    30 static const TUid KMemoryAllocationTestId	= { 0x101F7D28 };
    31 static const TUid KMmfUidFormatRAWRead		= { 0x101F5C16 };
    32 static const TUid KMmfUidFormatRAWWrite		= { 0x101F5C17 };
    33 static const TUid KAuUid					= { 0x101F5C11 };
    34 static const TUid KUidCustomTestAudioPlugin = { 0x101F7D2A };
    35 
    36 // *** Jim - added for getting dummy video controller uid 
    37 // stolen from CMmfVideoTestControllerUIDs.hrh
    38 static const TUid KMmfVideoTestControllerUid= { 0x101F88D9 };
    39 
    40 #endif // endif __ACTRL_TEST_UIDS_H__