equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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 // template/template_variant/exkeytemplate.mmp |
|
15 // ekeyb.dll Template polled keyboard kernel extension |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 #define __USING_ASSP_REGISTER_API__ |
|
23 #define __USING_ASSP_INTERRUPT_API__ |
|
24 |
|
25 #include <variant.mmh> |
|
26 #include "kernel/kern_ext.mmh" |
|
27 |
|
28 target VariantTarget(ekeyb,dll) |
|
29 targettype kext |
|
30 romtarget ekeyb.dll |
|
31 |
|
32 USERINCLUDE inc |
|
33 SYMBIAN_BASE_SYSTEMINCLUDE(assp/template_assp) |
|
34 |
|
35 sourcepath specific |
|
36 source keyboard.cpp |
|
37 |
|
38 library VariantTarget(ecust,lib) |
|
39 |
|
40 noexportlibrary |
|
41 deffile ../../../kernel/eka/~/empty.def |
|
42 |
|
43 uid 0x100039cf 0x100000db |
|
44 |
|
45 VENDORID 0x70000001 |
|
46 |
|
47 capability all |