equal
deleted
inserted
replaced
|
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 "Symbian Foundation License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #if defined(MM_WIN32) |
|
21 macro __MEMMODEL_EMUL_SINGLE_HOST_PROCESS__ |
|
22 #elif defined(MM_DIRECT) |
|
23 macro __MEMMODEL_DIRECT__ |
|
24 #elif defined(MM_MULTIPLE) |
|
25 macro __MEMMODEL_MULTIPLE__ |
|
26 #elif defined(MM_MOVING) |
|
27 macro __MEMMODEL_MOVING__ |
|
28 #endif |
|
29 |
|
30 systeminclude \epoc32\include\kernel |
|
31 |
|
32 #if defined(MARM) |
|
33 systeminclude \epoc32\include\kernel\arm |
|
34 systeminclude \epoc32\include\memmodel\epoc |
|
35 #elif defined(X86) |
|
36 systeminclude \epoc32\include\kernel\x86 |
|
37 systeminclude \epoc32\include\memmodel\epoc |
|
38 #elif defined(WINS) |
|
39 systeminclude \epoc32\include\kernel\win32 |
|
40 systeminclude \epoc32\include\memmodel\emul |
|
41 #endif |
|
42 |
|
43 #include "..\nkern\nkern_ext.mmh" |
|
44 |