7 Nokia Corporation - initial contribution. |
7 Nokia Corporation - initial contribution. |
8 Contributors: |
8 Contributors: |
9 --> |
9 --> |
10 <!DOCTYPE concept |
10 <!DOCTYPE concept |
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
12 <concept id="GUID-5C17A2E7-DE18-5CFB-A5D5-421D427CD5DD" xml:lang="en"><title>Code |
12 <concept id="GUID-5C17A2E7-DE18-5CFB-A5D5-421D427CD5DD" xml:lang="en"><title>Code Organisation</title><shortdesc>This topic describes the source code for interrupt driven |
13 Organisation</title><shortdesc/><prolog><metadata><keywords/></metadata></prolog><conbody> |
13 keyboard drivers and related libraries.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
14 <p>This topic describes the source code for interrupt driven keyboard drivers |
14 <p>This topic describes the source code for interrupt driven keyboard |
15 and related libraries that Symbian platform provides. </p> |
15 drivers and related libraries that Symbian platform provides. </p> |
16 <section id="GUID-50504915-1C7C-4DA7-859B-AD2D4D584EE5"><title>Keyboard driver</title> <p>In a reference board port, the <filepath>.mmp</filepath> file |
16 <section id="GUID-50504915-1C7C-4DA7-859B-AD2D4D584EE5"><title>Keyboard |
17 for the keyboard driver is <filepath>...\template_variant\exkey_inttemplate.mmp</filepath>. |
17 driver</title> <p>In a reference board port, the <filepath>.mmp</filepath> file for the keyboard driver is <filepath>...\template_variant\exkey_inttemplate.mmp</filepath>. This is one of the PRJ_MMPFILES referenced in the template variant's <filepath>bld.inf</filepath> file in the <filepath>...\template_variant\...</filepath> directory, and means that the keyboard driver is built as part of |
18 This is one of the PRJ_MMPFILES referenced in the template variant's <filepath>bld.inf</filepath> file |
18 the Variant. </p> <p>The source for the driver is contained entirely |
19 in the <filepath>...\template_variant\...</filepath> directory, and means |
19 within <filepath>...\template_variant\specific\keyboard_interrupt.cpp</filepath>. </p> </section> |
20 that the keyboard driver is built as part of the Variant. </p> <p>The source |
20 <section id="GUID-29C36C83-B2A2-467A-84FA-A683C09C7E68"><title>Key |
21 for the driver is contained entirely within <filepath>...\template_variant\specific\keyboard_interrupt.cpp</filepath>. </p> </section> |
21 translation DLL (ektran.dll)</title> <p>This DLL is part of Symbian |
22 <section id="GUID-29C36C83-B2A2-467A-84FA-A683C09C7E68"><title>Key translation DLL (ektran.dll)</title> <p>This DLL is part |
22 platform generic code and is built as part of the Text Window Server |
23 of Symbian platform generic code and is built as part of the Text Window Server |
23 component. </p> <p>The mmp file is located in Symbian platform generic |
24 component. </p> <p>The mmp file is located in Symbian platform generic code |
24 code in <filepath>...\e32\wserv\ektran.mmp</filepath>, which defines |
25 in <filepath>...\e32\wserv\ektran.mmp</filepath>, which defines the location |
25 the location of the source files, header files and other dependencies. </p> </section> |
26 of the source files, header files and other dependencies. </p> </section> |
26 <section id="GUID-DE8BF244-419B-443E-BD72-9F425DF9540E"><title>Keyboard |
27 <section id="GUID-DE8BF244-419B-443E-BD72-9F425DF9540E"><title>Keyboard mapping DLL (ekdata.dl)</title> <p>The DLL is platform |
27 mapping DLL (ekdata.dl)</title> <p>The DLL is platform specific. It |
28 specific. It is built as part of the Variant. </p> <p>The mmp file has a name |
28 is built as part of the Variant. </p> <p>The mmp file has a name with |
29 with format <filepath>cakd</filepath> <i>xx</i> <filepath>.mmp</filepath>, |
29 format <filepath>cakd</filepath> <i>xx</i> <filepath>.mmp</filepath>, where <i>xx</i> is the suffix that identifies the Variant in the |
30 where <i>xx</i> is the suffix that identifies the Variant in the Variant specific <filepath>.oby</filepath> file. |
30 Variant specific <filepath>.oby</filepath> file. In the template port, |
31 In the template port, the mmp file has the name <filepath>cakdtemplate.mmp</filepath>. </p> <p>The |
31 the mmp file has the name <filepath>cakdtemplate.mmp</filepath>. </p> <p>The source code for the tables is located in <filepath>keymap.cpp</filepath>, and is located in the Variant specific directory. The template |
32 source code for the tables is located in <filepath>keymap.cpp</filepath>, |
32 port provides outline code. </p> </section> |
33 and is located in the Variant specific directory. The template port provides |
|
34 outline code. </p> </section> |
|
35 </conbody></concept> |
33 </conbody></concept> |