1, Add missing header file reference in source code section

2, Add missing header file for protocol
3, Remove over specific protocol guid reference in INF file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6400 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-11-05 06:35:13 +00:00
parent 8296c9807b
commit 5451bd96de
2 changed files with 3 additions and 3 deletions

View File

@@ -25,6 +25,8 @@ Abstract:
#include <PiDxe.h>
#include <Protocol/DevicePath.h>
#include <Protocol/LoadedImage.h>
#include <Protocol/HiiConfigAccess.h>
#include <Protocol/HiiDatabase.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiLib.h>