30.3.1 Disk I/O Driver Example

A more complete example of a simple UEFI Driver that follows the UEFI Driver Model is the Disk I/O driver in the MdeModulePkg. The directory path and INF file and source files are shown in the example below.

Example 261-Disk I/O UEFI Driver Source Files
MdeModulePkg\
Universal\ Disk\
DiskIoDxe\
ComponentName.c
Diskio.c
Diskio.h
DiskIoDxe.inf