author | mikaruus |
Tue, 19 Oct 2010 13:16:20 +0300 | |
changeset 9 | 8486d82aef45 |
parent 5 | 8ccc39f9d787 |
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 |
TARGET ismpmultiplexer.dll |
|
25 |
TARGETTYPE kext |
|
26 |
linkas ismpmultiplexer.dll |
|
27 |
UID 0x2002432D |
|
28 |
VENDORID VID_DEFAULT |
|
29 |
CAPABILITY ALL |
|
30 |
FEATUREVARIANT |
|
31 |
||
5
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
32 |
SMPSAFE |
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
33 |
|
0 | 34 |
EPOCALLOWDLLDATA |
35 |
||
36 |
SOURCEPATH ../src |
|
37 |
SOURCE multiplexer.cpp |
|
38 |
SOURCE mux.cpp |
|
39 |
||
40 |
USERINCLUDE ../inc |
|
41 |
USERINCLUDE ../../memmanager_dll/inc |
|
42 |
||
9 | 43 |
// OST TRACE USERINCLUDE ../traces |
0 | 44 |
|
45 |
OS_LAYER_SYSTEMINCLUDE |
|
46 |
NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE |
|
47 |
SYSTEMINCLUDE /epoc32/include/kernel |
|
48 |
SYSTEMINCLUDE /epoc32/include/nkern |
|
49 |
||
50 |
LIBRARY memmanager.lib |
|
51 |
DEFFILE ismpmultiplexer.def |
|
52 |
||
53 |
START WINS |
|
54 |
win32_library kernel32.lib |
|
55 |
END |
|
56 |
||
57 |
// flag to enable normal trace inside component |
|
58 |
MACRO COMPONENT_TRACE_FLAG |
|
59 |
||
60 |