equal
deleted
inserted
replaced
|
1 |
|
2 // Copyright (c) 1997-2009 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 // mmfwavformat.dll WAV file format plugin |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 target mmfwavformat.dll |
|
24 CAPABILITY ALL -TCB |
|
25 targettype plugin |
|
26 UNPAGED |
|
27 |
|
28 // ECom Dll recognition UID followed by the unique UID for this dll |
|
29 UID 0x10009D8D 0x101F53C0 |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 SOURCEPATH ../../src/Plugin/Format/MmfWAVFormat |
|
33 SOURCE mmfwavformat.cpp |
|
34 |
|
35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 |
|
37 USERINCLUDE ../../../../mmlibs/mmfw/src/Plugin/Format/FormatUtils |
|
38 USERINCLUDE ../../src/Plugin/Controller/Audio/OggVorbis/oggutils/inc |
|
39 |
|
40 start resource 101F53C0.rss |
|
41 target mmfwavformat.rsc |
|
42 end |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY mmfcontrollerframework.lib |
|
46 LIBRARY mmfserverbaseclasses.lib |
|
47 LIBRARY ecom.lib |
|
48 LIBRARY mmfformatbaseclasses.lib |
|
49 |
|
50 |
|
51 SMPSAFE |