equal
deleted
inserted
replaced
|
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". |
|
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 |
|
42 library euser.lib |
|
43 |
|
44 #ifdef EABI |
|
45 DEFFILE Gsm610CodecCommon.def |
|
46 #endif |
|
47 |
|
48 #ifdef WINSCW |
|
49 DEFFILE GSM610CODECCOMMON.DEF |
|
50 #endif |
|
51 |
|
52 nostrictdef |
|
53 |
|
54 start wins |
|
55 baseaddress 0x4F140000 |
|
56 end |
|
57 |
|
58 SMPSAFE |