First public contribution.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
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
19 #ifndef __ACTRL_TEST_UIDS_H__
20 #define __ACTRL_TEST_UIDS_H__
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 };
36 // *** Jim - added for getting dummy video controller uid
37 // stolen from CMmfVideoTestControllerUIDs.hrh
38 static const TUid KMmfVideoTestControllerUid= { 0x101F88D9 };
40 #endif // endif __ACTRL_TEST_UIDS_H__