os/mm/devsound/sounddevbt/PlatSec/src/Server/AudioServer/MmfBtDevSoundServerStart.h
Update contrib.
1 // Copyright (c) 2004-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.
18 #ifndef __MMFBTDEVSOUNDSERVERSTART_H
19 #define __MMFBTDEVSOUNDSERVERSTART_H
22 #include "MmfBtAudioServer.h"
25 _LIT(KDevSoundServerName,"!MMFDevSndSvr");
26 const TInt KDevSoundServerStackSize=0x2000; // 8KB
27 const TInt KDevSoundServerInitHeapSize=0x1000; // 4KB
28 const TInt KDevSoundServerMaxHeapSize=0x1000000; // 16MB
30 const TUint KMMFDevSoundServerVersion=8;
31 const TUint KMMFDevSoundServerMinorVersionNumber=0;
32 const TUint KMMFDevSoundServerBuildVersionNumber=1;
35 class TDevSoundServerStart
41 TDevSoundServerStart(CMMFAudioServer* aAudioServer, const TProcessId& aProcessId);
42 TDevSoundServerStart();
45 TProcessId iProcessId;
46 CMMFAudioServer* iAudioServer;
49 #include "MmfBtDevSoundServerStart.inl"