equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-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 // audiocodecs.dll Reference software audio codec plugins |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET btsbcencoder.dll |
|
23 //CAPABILITY MultimediaDD ProtServ UserEnvironment |
|
24 CAPABILITY ALL -TCB |
|
25 TARGETTYPE PLUGIN |
|
26 TARGETPATH /system/libs/plugins |
|
27 |
|
28 // MAGIC Dll recognition UID followed by the unique UID for this dll |
|
29 UID 0x10009D8D 0x102070DC |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 USERINCLUDE . |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 SOURCEPATH ../../src/Plugin |
|
37 SOURCE MmfBtFileDependencyUtil.cpp |
|
38 |
|
39 SOURCEPATH ../../src/Plugin/Codec/SBCEncoder |
|
40 |
|
41 SOURCE BtSBCEncoder.cpp |
|
42 SOURCE BtSBCCodecImplementationProxy.cpp |
|
43 |
|
44 start resource 102070dc.rss |
|
45 target btsbcencoder.rsc |
|
46 end |
|
47 |
|
48 LIBRARY efsrv.lib |
|
49 LIBRARY euser.lib |
|
50 LIBRARY ecom.lib |