0
|
1 |
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of the License "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// e32/nkern/nk_exe.mmp
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
#define STANDALONE_NANOKERNEL
|
|
19 |
macro __STANDALONE_NANOKERNEL__
|
|
20 |
|
|
21 |
#include <variant.mmh>
|
|
22 |
|
|
23 |
#include "nkern_int.mmh"
|
|
24 |
|
|
25 |
target VariantTarget(nk_exe,lib)
|
|
26 |
targettype klib
|
|
27 |
|
|
28 |
#if defined(MARM)
|
|
29 |
sourcepath arm
|
|
30 |
source nk_entry.cia
|
|
31 |
#elif defined(X86)
|
|
32 |
sourcepath x86
|
|
33 |
source nk_entry.cpp
|
|
34 |
source nk_entry.cia
|
|
35 |
#elif defined(WINS)
|
|
36 |
sourcepath win32
|
|
37 |
source nk_entry.cpp
|
|
38 |
#endif
|
|
39 |
|
|
40 |
SMPSAFE
|