equal
deleted
inserted
replaced
1 |
|
2 // Copyright (c) 2002-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 // using relative paths for sourcepath and user includes |
|
16 // |
|
17 // |
|
18 |
|
19 TARGET tsu_mmfmidiclnt.dll |
|
20 CAPABILITY ALL -TCB |
|
21 TARGETTYPE dll |
|
22 UID 0x1000008d 0x101F460E |
|
23 VENDORID 0x70000001 |
|
24 |
|
25 SOURCEPATH ../MidiClnt |
|
26 SOURCE TSU_MMFMIDICLNT.cpp |
|
27 SOURCE TS_MMFMIDICLNTsuite.cpp |
|
28 SOURCE TestMidiClientUtility.cpp |
|
29 SOURCE TestStepMidiClntAllocFailNew.cpp |
|
30 SOURCE TestStepMidiClntAllocFailOpen.cpp |
|
31 SOURCE TestStepMidiDRM.cpp |
|
32 SOURCE TestMidiClientMultiSharedHeap.cpp |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 LIBRARY euser.lib testframeworkclient.lib |
|
37 LIBRARY efsrv.lib |
|
38 LIBRARY midiclient.lib |
|
39 LIBRARY ws32.lib |
|
40 LIBRARY mmfcontrollerframework.lib |
|
41 LIBRARY ecom.lib |
|
42 LIBRARY mmcommon.lib |
|
43 LIBRARY caf.lib |
|
44 |
|
45 START WINS |
|
46 #ifndef WINSCW |
|
47 WIN32_LIBRARY CHKSTK.OBJ |
|
48 #endif |
|
49 END |
|
50 |
|
51 nostrictdef |
|
52 #ifdef EABI |
|
53 NOEXPORTLIBRARY |
|
54 #endif |
|
55 |
|
56 SMPSAFE |
|