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 // Gsm610HwDev.dll Software implementation of GSM6.10 audio hardware device |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 target gsm610hwdev.dll |
|
23 CAPABILITY ALL -TCB |
|
24 targettype plugin |
|
25 UNPAGED |
|
26 |
|
27 // ECom Dll recognition UID followed by the unique UID for this dll |
|
28 UID 0x10009D8D 0x101FD9F0 |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 USERINCLUDE ../../../../mmlibs/mmfw/Codecs/Inc/Gsm610CodecCommon |
|
32 |
|
33 USERINCLUDE ../../inc |
|
34 |
|
35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 |
|
37 SOURCEPATH ../../src/plugin/audio/gsm610 |
|
38 source GSM610.CPP gsm610Proxy.cpp |
|
39 |
|
40 |
|
41 start resource 101FD9F0.RSS |
|
42 target gsm610hwdev.rsc |
|
43 end |
|
44 |
|
45 LIBRARY euser.lib |
|
46 LIBRARY mmfswcodecwrapper.lib |
|
47 LIBRARY gsm610codeccommon.lib |
|
48 #ifdef EABI |
|
49 LIBRARY ecom.lib |
|
50 #endif |
|
51 |
|
52 SMPSAFE |