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 // midistandardcustomcommands.dll MIDI custom-command framework library |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 target midistandardcustomcommands.dll |
|
23 CAPABILITY ALL -TCB |
|
24 targettype DLL |
|
25 UID 0x1000008d 0x101F7D01 |
|
26 VENDORID 0x70000001 |
|
27 UNPAGED |
|
28 |
|
29 userinclude ../../inc |
|
30 |
|
31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 |
|
33 USERINCLUDE ../../src |
|
34 |
|
35 |
|
36 |
|
37 SOURCEPATH ../../src |
|
38 source midistandardcustomcommands.cpp |
|
39 source midicustomcommandparser.cpp |
|
40 |
|
41 library euser.lib |
|
42 library mmfcontrollerframework.lib |
|
43 library estor.lib |
|
44 |
|
45 #ifdef EABI |
|
46 DEFFILE MidiStandardCustomCommands.def |
|
47 #endif |
|
48 |
|
49 #ifdef WINSCW |
|
50 DEFFILE MIDISTANDARDCUSTOMCOMMANDS.DEF |
|
51 #endif |
|
52 |
|
53 nostrictdef |
|
54 |
|
55 start wins |
|
56 baseaddress 0x4F340000 |
|
57 end |
|
58 |
|
59 |
|
60 |
|
61 |
|
62 |
|
63 SMPSAFE |