os/mm/mmlibs/mmfw/tsrc/mmfintegrationtest/Ctlfrm/ActrlTestUids.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmlibs/mmfw/tsrc/mmfintegrationtest/Ctlfrm/ActrlTestUids.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,40 @@
     1.4 +// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// This files contains a set of uids to be used both by
    1.18 +// the dll tsu_mmf_actrl_01 and CustomAudioMMfController
    1.19 +// as a means of communicating unique events
    1.20 +//
    1.21 +
    1.22 +#ifndef __ACTRL_TEST_UIDS_H__
    1.23 +#define __ACTRL_TEST_UIDS_H__
    1.24 +
    1.25 +static const TUid KPlayTestId				= { 0x101F7D21 };
    1.26 +static const TUid KPrimeTestId				= { 0x101F7D22 };
    1.27 +static const TUid KPauseTestId				= { 0x101F7D23 };
    1.28 +static const TUid KStopTestId				= { 0x101F7D24 };
    1.29 +static const TUid KResetTestId				= { 0x101F7D25 };
    1.30 +static const TUid KWavUid					= { 0x101F55E1 };
    1.31 +static const TUid KRemoveDataSourceTestId	= { 0x101F7D26 };
    1.32 +static const TUid KRemoveDataSinkTestId		= { 0x101F7D27 };
    1.33 +static const TUid KMemoryAllocationTestId	= { 0x101F7D28 };
    1.34 +static const TUid KMmfUidFormatRAWRead		= { 0x101F5C16 };
    1.35 +static const TUid KMmfUidFormatRAWWrite		= { 0x101F5C17 };
    1.36 +static const TUid KAuUid					= { 0x101F5C11 };
    1.37 +static const TUid KUidCustomTestAudioPlugin = { 0x101F7D2A };
    1.38 +
    1.39 +// *** Jim - added for getting dummy video controller uid 
    1.40 +// stolen from CMmfVideoTestControllerUIDs.hrh
    1.41 +static const TUid KMmfVideoTestControllerUid= { 0x101F88D9 };
    1.42 +
    1.43 +#endif // endif __ACTRL_TEST_UIDS_H__