換句話說,在找某些不知道的函數時,可以直接來 "MdePkg/Include" 此目錄找,有機會可以找到 UEFI 已經寫好的函數,我們就不用自己寫了。
底下是一些常用到的 header file
#include <Library/UefiLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/PrintLib.h>
#include <Library/BaseLib.h>
#include <Library/DevicePathLib.h>
沒有留言:
張貼留言