equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-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 "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 * naviengine_assp/kanaviengine.mmp |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <variant.mmh> |
|
22 #include "kernel/kern_ext.mmh" |
|
23 |
|
24 USERINCLUDE . |
|
25 SYMBIAN_ASSP_SYSTEMINCLUDE(naviengine) |
|
26 |
|
27 target VariantTarget(kanaviengine,dll) |
|
28 targettype kext |
|
29 linkas kanaviengine.dll |
|
30 |
|
31 // if this macro is on, the tick interrupt will toggle the UART1 DTR line. |
|
32 // If uart1, or the pin, is required for another purpose comment this out |
|
33 // only used internally for idle thread debugging |
|
34 // macro TOGLE_UART_DTR_LINE |
|
35 |
|
36 //source naviengine_assp.cpp interrupts.cpp assp.cpp register.cpp gpio.cpp |
|
37 source naviengine_assp.cpp interrupts.cpp assp.cpp register.cpp |
|
38 source naviengine_assp.cia interrupts.cia assp.cia |
|
39 |
|
40 |
|
41 deffile ./~/kanaviengine.def |
|
42 |
|
43 nostrictdef |
|
44 |
|
45 epocallowdlldata |
|
46 |
|
47 uid 0x1000008d 0x100000b9 |
|
48 |
|
49 VENDORID 0x70000001 |
|
50 |
|
51 capability all |
|
52 |
|
53 SMPSAFE |