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 // |
|
15 |
|
16 #include "../src/CustomInterfaces/cmmfdevsoundcibitrateimplementationuid.hrh" |
|
17 |
|
18 /** |
|
19 @file |
|
20 |
|
21 @SYMPurpose mmfdevsoundcustominterfacebitrate.dll |
|
22 */ |
|
23 |
|
24 TARGET mmfdevsoundcustominterfacebitrate.dll |
|
25 CAPABILITY ALL -TCB |
|
26 TARGETTYPE PLUGIN |
|
27 UNPAGED |
|
28 |
|
29 UID 0x10009D8D KMmfUidCustomInterfaceBitRateDll |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 SOURCEPATH ../src/CustomInterfaces |
|
33 |
|
34 SOURCE cmmfdevsoundcibitrate.cpp |
|
35 |
|
36 |
|
37 START RESOURCE 102070B4.rss |
|
38 TARGET mmfdevsoundcustominterfacebitrate.rsc |
|
39 END |
|
40 |
|
41 |
|
42 USERINCLUDE ../src/CustomInterfaces |
|
43 |
|
44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
45 |
|
46 LIBRARY euser.lib |
|
47 LIBRARY mmfserverbaseclasses.lib |
|
48 LIBRARY mmfcontrollerframework.lib |
|
49 LIBRARY ecom.lib |
|
50 LIBRARY estor.lib |
|
51 |
|
52 |
|
53 SMPSAFE |
|