|
0
|
1 |
// Copyright (c) 2002-2010 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 |
// Gsm610CodecCommon.dll Common definitions for GSM6.10 audio codec implementations
|
|
|
15 |
//
|
|
|
16 |
//
|
|
|
17 |
|
|
|
18 |
/**
|
|
|
19 |
@file
|
|
|
20 |
*/
|
|
|
21 |
|
|
|
22 |
|
|
|
23 |
target gsm610codeccommon.dll
|
|
|
24 |
CAPABILITY ALL -TCB
|
|
|
25 |
targettype DLL
|
|
|
26 |
UNPAGED
|
|
|
27 |
|
|
|
28 |
UID 0x1000008D 0x101FDA2A //static interface DLL Uid KSharedLibraryUid
|
|
|
29 |
VENDORID 0x70000001
|
|
|
30 |
|
|
|
31 |
userinclude ../Inc/Gsm610CodecCommon
|
|
|
32 |
|
|
|
33 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
|
34 |
|
|
|
35 |
SOURCEPATH ../Src/Gsm610CodecCommon
|
|
|
36 |
|
|
|
37 |
source basicop.cpp
|
|
|
38 |
source codec.cpp
|
|
|
39 |
source rpeltp.cpp
|
|
|
40 |
source gsm610fr.cpp
|
|
|
41 |
source gsm610common.cpp
|
|
|
42 |
|
|
|
43 |
library euser.lib
|
|
|
44 |
|
|
|
45 |
#ifdef EABI
|
|
|
46 |
DEFFILE Gsm610CodecCommon.def
|
|
|
47 |
#endif
|
|
|
48 |
|
|
|
49 |
#ifdef WINSCW
|
|
|
50 |
DEFFILE GSM610CODECCOMMON.DEF
|
|
|
51 |
#endif
|
|
|
52 |
|
|
|
53 |
nostrictdef
|
|
|
54 |
|
|
|
55 |
start wins
|
|
|
56 |
baseaddress 0x4F140000
|
|
|
57 |
end
|
|
|
58 |
|
|
|
59 |
SMPSAFE
|