equal
deleted
inserted
replaced
|
1 // Copyright (c) 2000-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 // gsm610.dll GSM6.10 format and codec plugins |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 target gsm610.dll |
|
24 CAPABILITY ALL -TCB |
|
25 targettype plugin |
|
26 UNPAGED |
|
27 |
|
28 // ECom Dll recognition UID followed by the unique UID for this dll |
|
29 UID 0x10009D8D 0x101F504A |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 USERINCLUDE ../../Codecs/Inc/Gsm610CodecCommon |
|
33 USERINCLUDE ../../inc/mmf/PLUGIN |
|
34 USERINCLUDE ../../src/Plugin/Codec/audio/GSM610 |
|
35 |
|
36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 |
|
38 |
|
39 SOURCEPATH ../../src/Plugin/Codec/audio/GSM610 |
|
40 source GSM610.CPP |
|
41 |
|
42 |
|
43 start resource 101F504A.rss |
|
44 target gsm610.rsc |
|
45 end |
|
46 |
|
47 LIBRARY euser.lib |
|
48 LIBRARY ecom.lib |
|
49 LIBRARY gsm610codeccommon.lib |
|
50 |
|
51 |
|
52 SMPSAFE |