diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-40F2BC43-5022-5F4E-B445-56FEF43FEB8B.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-40F2BC43-5022-5F4E-B445-56FEF43FEB8B.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,71 @@ + + + + + +Code +OrganizationDescribes the MultiMediaCard Controller source code provided by +Symbian platform +
Platform independent +layer

The location of the source code and the header files for +the platform independent layer of the MultiMediaCard +controller, i.e. the generic DLL, provided by Symbian platform called epbusm.dll, +is as follows:

+ + + +

+

Source location

+

Source files

+
+ +

Peripheral bus layer source code.

+

...\e32\drivers\pbus\

+
    +
  • spbus.cpp

  • +
  • pbusmedia.cpp

  • +
+
+ +

Peripheral bus layer header files and inline functions.

+

...\e32\include\drivers\

+
    +
  • pbus.h

  • +
  • pbus.inl

  • +
  • pbusmedia.h

  • +
+
+ +

MultiMediaCard layer source code.

+

...\e32\drivers\pbus\mmc

+
    +
  • +
  • session.cpp

  • +
  • stack.cpp

  • +
+
+ +

MultiMediaCard layer header files and inline functions.

+

...\e32\include\drivers\

+
    +
  • mmc.h

  • +
  • mmc.inl

  • +
  • mmc_ifc.h

  • +
+
+ + +
+
Platform specific +layer

The suggested location of the source code and the header +files for the platform specific layer of the MultiMediaCard controller, i.e. the variant DLL, provided by you, +and usually called epbusmv.dll, is the variant specific +directory. This is the directory ...\<VAR>\specific\.

How +you organize source and header files within this directory is up to you.

+
\ No newline at end of file