equal
deleted
inserted
replaced
|
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 // midiclient.dll MIDI client-side library |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 #include "../../../inc/mmf/common/mmfbase.hrh" // get the UID |
|
23 |
|
24 target midiclient.dll |
|
25 CAPABILITY ALL -TCB |
|
26 targettype DLL |
|
27 UID KSharedLibraryUidDefine KUidMmfMidiClientDllDefine |
|
28 VENDORID 0x70000001 |
|
29 UNPAGED |
|
30 |
|
31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 |
|
33 USERINCLUDE ../../../src/Client/Utility |
|
34 |
|
35 SOURCEPATH ../../src |
|
36 source midiclientutility.cpp |
|
37 source midiclientutilitybody.cpp |
|
38 |
|
39 library mmfcontrollerframework.lib |
|
40 library midistandardcustomcommands.lib |
|
41 library euser.lib |
|
42 library estor.lib |
|
43 |
|
44 #ifdef EABI |
|
45 library ecom.lib |
|
46 #endif |
|
47 |
|
48 library mediaclientutility.lib |
|
49 library mmfstandardcustomcommands.lib |
|
50 library mmcommon.lib |
|
51 |
|
52 #ifdef EABI |
|
53 DEFFILE MidiClient.def |
|
54 #endif |
|
55 |
|
56 #ifdef WINSCW |
|
57 DEFFILE MIDICLIENT.DEF |
|
58 #endif |
|
59 nostrictdef |
|
60 |
|
61 start wins |
|
62 baseaddress 0x4F2A0000 |
|
63 end |
|
64 |
|
65 SMPSAFE |