author | mikaruus <mika.a.ruuskanen@nokia.com> |
Fri, 22 Jan 2010 10:04:04 +0200 | |
changeset 6 | 942573423a60 |
parent 5 | 8ccc39f9d787 |
child 7 | fa67e03b87df |
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 |
// TODO KEXT start order with one .iby if possible (no coreos..ibys) |
|
21 |
||
22 |
#ifndef __ISCE_IBY__ |
|
23 |
#define __ISCE_IBY__ |
|
24 |
extension[VARID]=KERNEL_DIR\DEBUG_DIR\memmanager.dll \Sys\Bin\memmanager.dll |
|
25 |
extension[VARID]=KERNEL_DIR\DEBUG_DIR\ismpmultiplexer.dll \Sys\Bin\ismpmultiplexer.dll |
|
26 |
extension[VARID]=KERNEL_DIR\DEBUG_DIR\p2prouter.dll \Sys\Bin\p2prouter.dll |
|
27 |
file=ABI_DIR\DEBUG_DIR\p2papi.dll SHARED_LIB_DIR\p2papi.dll |
|
28 |
#define ISAACCESSDRIVER_IBY // To prevent problems with old IAD |
|
29 |
file=ABI_DIR\DEBUG_DIR\iscapi.dll SHARED_LIB_DIR\iscapi.dll |
|
30 |
device[VARID]=KERNEL_DIR\DEBUG_DIR\isaaccessldd.ldd SHARED_LIB_DIR\isaaccessldd.ldd |
|
31 |
extension[VARID]=KERNEL_DIR\DEBUG_DIR\isaaccessextension.dll \Sys\Bin\isaaccessextension.dll |
|
5
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
32 |
extension[VARID]=KERNEL_DIR\DEBUG_DIR\isinameservice.dll \Sys\Bin\isinameservice.dll |
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
33 |
extension[VARID]=KERNEL_DIR\DEBUG_DIR\isicommunicationmanager.dll \Sys\Bin\isicommunicationmanager.dll |
0 | 34 |
#endif // __ISCE_IBY__ |