0
|
1 |
// Copyright (c) 2003-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 |
// mmfformatbaseclasses.dll Base classes for reference MMF format plugins
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
target mmfformatbaseclasses.dll
|
|
23 |
CAPABILITY ALL -TCB
|
|
24 |
targettype DLL
|
|
25 |
UNPAGED
|
|
26 |
|
|
27 |
UID 0x1000008D 0x101FFA0A //static interface DLL Uid KSharedLibraryUid
|
|
28 |
VENDORID 0x70000001
|
|
29 |
|
|
30 |
//userinclude ..\..\inc\mmf\server
|
|
31 |
//userinclude ..\..\inc\mmf\common
|
|
32 |
userinclude ../../src/Plugin/Format/FormatUtils
|
|
33 |
|
|
34 |
|
|
35 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
36 |
|
|
37 |
SOURCEPATH ../../src/Plugin/Format/FormatUtils
|
|
38 |
SOURCE formatUtils.cpp
|
|
39 |
source MMFFormatBaseClasses.cpp
|
|
40 |
|
|
41 |
|
|
42 |
LIBRARY euser.lib
|
|
43 |
LIBRARY ecom.lib
|
|
44 |
LIBRARY mmfdevsound.lib
|
|
45 |
LIBRARY mmfcontrollerframework.lib
|
|
46 |
LIBRARY mmfserverbaseclasses.lib
|
|
47 |
|
|
48 |
#ifdef EABI
|
|
49 |
DEFFILE MMFFormatBaseClasses.def
|
|
50 |
#endif
|
|
51 |
|
|
52 |
#ifdef WINSCW
|
|
53 |
DEFFILE MMFFORMATBASECLASSES.DEF
|
|
54 |
#endif
|
|
55 |
|
|
56 |
nostrictdef
|
|
57 |
|
|
58 |
|
|
59 |
start wins
|
|
60 |
baseaddress 0x4F140000
|
|
61 |
end
|
|
62 |
|
|
63 |
SMPSAFE
|