breakdeps/MediaClientAudio.mmp
author markw <markw@symbian.org>
Fri, 12 Nov 2010 11:56:07 +0000
changeset 127 a2070821d450
child 128 8338c5c25b5b
permissions -rw-r--r--
Add William's draft of mediaclientaudio stub.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
127
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
     1
// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
     2
// All rights reserved.
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
     3
// This component and the accompanying materials are made available
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
     5
// which accompanies this distribution, and is available
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
     7
//
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
     8
// Initial Contributors:
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    10
//
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    11
// Contributors:
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    12
//
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    13
// Description:
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    14
// mediaclientaudio.dll Media Server audio compatibility library
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    15
// 
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    16
//
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    17
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    18
/**
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    19
 @file
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    20
*/
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    21
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    22
#define KSharedLibraryUidDefine                    268435597
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    23
#define KUidMediaServerClientAudioDllUnicodeDefine 268450194
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    24
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    25
target			stem_mediaclientaudio.dll
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    26
NOEXPORTLIBRARY
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    27
CAPABILITY      ALL -TCB
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    28
targettype		DLL
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    29
UID				KSharedLibraryUidDefine KUidMediaServerClientAudioDllUnicodeDefine
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    30
VENDORID        0x70000001
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    31
UNPAGED
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    32
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    33
USERINCLUDE .
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    34
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    35
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    36
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    37
// Real source			/sf/os/mm/mmlibs/mmfw/src/Client/Audio/mmfclienttoneplayer.cpp 
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    38
SOURCEPATH		.
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    39
source			mmfclienttoneplayer.cpp 
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    40
//source			mmfclientaudioplayer.cpp 
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    41
 	
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    42
library			euser.lib 
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    43
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    44
#ifdef EABI
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    45
DEFFILE MediaClientAudio.def
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    46
#endif
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    47
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    48
#ifdef WINSCW
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    49
DEFFILE MEDIACLIENTAUDIO.DEF
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    50
#endif
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    51
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    52
nostrictdef
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    53
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    54
start			wins
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    55
	baseaddress	0x4F2A0000
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    56
end
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    57
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    58
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    59
a2070821d450 Add William's draft of mediaclientaudio stub.
markw <markw@symbian.org>
parents:
diff changeset
    60
SMPSAFE