mirror of https://github.com/acidanthera/audk.git
Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3652 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d026a74698
commit
ffc048d641
|
@ -28,6 +28,7 @@ Abstract:
|
|||
#include <Protocol/DataHub.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
#include <Guid/DataHubRecords.h>
|
||||
#include <Guid/DataHubProducer.h>
|
||||
#include <Protocol/CpuIo.h>
|
||||
#include <Protocol/WinNtIo.h>
|
||||
#include <Library/BaseLib.h>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||||
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
UefiBootServicesTableLib
|
||||
|
|
|
@ -25,6 +25,7 @@ Abstract:
|
|||
#include <FrameworkDxe.h>
|
||||
#include <WinNtDxe.h>
|
||||
#include <Guid/DataHubRecords.h>
|
||||
#include <Guid/DataHubProducer.h>
|
||||
#include <Protocol/DataHub.h>
|
||||
#include <Protocol/WinNtIo.h>
|
||||
#include <Library/BaseLib.h>
|
||||
|
|
Loading…
Reference in New Issue