diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-0C8C41EC-A8ED-5916-B944-DDDF20FADAF4.dita --- a/Symbian3/PDK/Source/GUID-0C8C41EC-A8ED-5916-B944-DDDF20FADAF4.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-0C8C41EC-A8ED-5916-B944-DDDF20FADAF4.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,24 +1,24 @@ - - - - - -Port Implementation -TutorialSteps required to implement a port of the Serial Port Driver. -

The actions needed in porting a Serial Port Driver are based on the experience -of porting the template reference board port. Note however that the code shown -here is idealized to show the basic principles; it is not an exact copy of -the template port code.

-

In the template reference board port, the .mmp for -the physical device driver is ...\template_variant\datxtemplate.mmp. -This is one of the PRJ_MMPFILES referenced in the Variant's bld.inf in -the ...\template_variant\... directory, and means that -the Serial Port Driver is built as part of the Variant. The source for the -driver is contained entirely within ...\template_variant\specific\uart.cpp.

+ + + + + +Port Implementation +TutorialSteps required to implement a port of the Serial Port Driver. +

The actions needed in porting a Serial Port Driver are based on the experience +of porting the template reference board port. Note however that the code shown +here is idealized to show the basic principles; it is not an exact copy of +the template port code.

+

In the template reference board port, the .mmp for +the physical device driver is ...\template_variant\datxtemplate.mmp. +This is one of the PRJ_MMPFILES referenced in the Variant's bld.inf in +the ...\template_variant\... directory, and means that +the Serial Port Driver is built as part of the Variant. The source for the +driver is contained entirely within ...\template_variant\specific\uart.cpp.

\ No newline at end of file