author | mikaruus <mika.a.ruuskanen@nokia.com> |
Thu, 14 Jan 2010 10:44:58 +0200 | |
changeset 5 | 8ccc39f9d787 |
parent 0 | 63b37f68c1ce |
child 9 | 8486d82aef45 |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
* Copyright (c) 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 the License "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 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
||
20 |
#include <non_foundation_paths.hrh> |
|
21 |
#include <platform_paths.hrh> |
|
22 |
#include "kernel/kern_ext.mmh" |
|
23 |
||
24 |
||
25 |
TARGET ismpmultiplexer.dll |
|
26 |
TARGETTYPE kext |
|
27 |
linkas ismpmultiplexer.dll |
|
28 |
UID 0x2002432D |
|
29 |
VENDORID VID_DEFAULT |
|
30 |
CAPABILITY ALL |
|
31 |
FEATUREVARIANT |
|
32 |
||
5
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
33 |
SMPSAFE |
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
34 |
|
0 | 35 |
EPOCALLOWDLLDATA |
36 |
||
37 |
SOURCEPATH ../src |
|
38 |
SOURCE multiplexer.cpp |
|
39 |
SOURCE mux.cpp |
|
40 |
||
41 |
USERINCLUDE ../inc |
|
42 |
USERINCLUDE ../../memmanager_dll/inc |
|
43 |
||
44 |
// TODO OST TRACE USERINCLUDE ../traces |
|
45 |
||
46 |
OS_LAYER_SYSTEMINCLUDE |
|
47 |
NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE |
|
48 |
SYSTEMINCLUDE /epoc32/include/kernel |
|
49 |
SYSTEMINCLUDE /epoc32/include/nkern |
|
50 |
||
51 |
LIBRARY memmanager.lib |
|
52 |
DEFFILE ismpmultiplexer.def |
|
53 |
||
54 |
START WINS |
|
55 |
win32_library kernel32.lib |
|
56 |
END |
|
57 |
||
58 |
// flag to enable normal trace inside component |
|
59 |
MACRO COMPONENT_TRACE_FLAG |
|
60 |
||
61 |