equal
deleted
inserted
replaced
1 // Copyright (c) 2006-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/cmmfdevsoundcifileblocklengthimpluid.hrh" |
|
17 |
|
18 /** |
|
19 @file |
|
20 |
|
21 @SYMPurpose DevSound custom interface to allow block length to be set |
|
22 */ |
|
23 |
|
24 TARGET mmfdevsoundcifileblocklength.dll |
|
25 CAPABILITY ALL -TCB |
|
26 TARGETTYPE PLUGIN |
|
27 UNPAGED |
|
28 |
|
29 UID 0x10009D8D KMmfUidCIFileBlockLengthDll |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 SOURCEPATH ../src/custominterfaces |
|
33 |
|
34 SOURCE cmmfdevsoundcifileblocklength.cpp |
|
35 |
|
36 |
|
37 START RESOURCE 102737FD.rss |
|
38 #ifdef SYMBIAN_SECURE_ECOM |
|
39 TARGET mmfdevsoundcifileblocklength.rsc |
|
40 #endif |
|
41 END |
|
42 |
|
43 USERINCLUDE ../src/CustomInterfaces |
|
44 |
|
45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
46 |
|
47 LIBRARY euser.lib |
|
48 LIBRARY mmfserverbaseclasses.lib |
|
49 LIBRARY mmfcontrollerframework.lib |
|
50 LIBRARY ecom.lib |
|
51 LIBRARY estor.lib |
|
52 |
|
53 |
|
54 SMPSAFE |
|