diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-CDB2DD00-482D-5AEA-AF89-064C8F904DD9.dita --- a/Symbian3/PDK/Source/GUID-CDB2DD00-482D-5AEA-AF89-064C8F904DD9.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-CDB2DD00-482D-5AEA-AF89-064C8F904DD9.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,31 +1,29 @@ - - - - - -Set -UpDescribes how to use the template port to start your port. -

There is a template DMA Framework consisting of the source file dmapsl.cpp, -and the mmp file dma.mmp located in the directory ...\template\dma that -can be used as the starting point for your DMA PSL port. You need to:

- -

The remainder of this porting guide refers to the implementation of the -DMA Framework for the template ASSP, which forms the basis for the template -reference board; the source file can be found in ..\template_assp\dmapsl.cpp and -the mmp file in ...\template_assp\dma.mmp.

+ + + + + +Set UpDescribes how to use the template port to start your port. +

There is a template DMA Framework consisting of the source file dmapsl.cpp, and the mmp file dma.mmp located in the directory ...\template\dma that +can be used as the starting point for your DMA PSL port. You need +to:

+
    +
  • Decide which +directory your DMA PSL and associated .mmp file +are to be stored in. You would normally choose the variant or the +ASSP directory.

  • +
  • Copy the template +framework into your chosen location. Be aware that the template dma.mmp file contains relative paths that must be updated.

  • +
  • Change the variant's bld.inf file to include a reference to your +mmp file.

  • +
+

The remainder of this porting guide refers to the implementation +of the DMA Framework for the template ASSP, which forms the basis +for the template reference board; the source file can be found in ..\template_assp\dmapsl.cpp and the mmp file in ...\template_assp\dma.mmp.

\ No newline at end of file