equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004-2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET mmccjitterbuffer.dll |
|
23 |
|
24 CAPABILITY CAP_GENERAL_DLL |
|
25 VENDORID VID_DEFAULT |
|
26 TARGETTYPE DLL |
|
27 |
|
28 UID 0x1000008d 0x102073F5 |
|
29 |
|
30 USERINCLUDE ../inc |
|
31 USERINCLUDE ../../mmccinterface/inc |
|
32 USERINCLUDE ../../mmccshared/inc |
|
33 USERINCLUDE ../../mmcccontroller/inc |
|
34 USERINCLUDE ../../mmccsubcontroller/inc |
|
35 |
|
36 MW_LAYER_SYSTEMINCLUDE |
|
37 |
|
38 |
|
39 |
|
40 SOURCEPATH ../src |
|
41 SOURCE mccjitterbuffer.cpp |
|
42 SOURCE mccjitterbufferimpl.cpp |
|
43 SOURCE mcccngenerator.cpp |
|
44 |
|
45 LIBRARY euser.lib |
|
46 LIBRARY ecom.lib |
|
47 LIBRARY mmfcontrollerframework.lib |
|
48 LIBRARY mmfserverbaseclasses.lib |
|
49 LIBRARY errorconcealmentintfc.lib |
|
50 |
|
51 PAGED |