Use <> in #include statements instead of "" for include files from packages
Use '/' instead of '\' for all file references Remove redundant use of $(WORKSPACE) from DSC, FDF, INF, and DEC files git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3672 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -48,17 +48,17 @@
|
||||
Pxe_bc_udp.c
|
||||
|
||||
[Sources.IA32]
|
||||
Ia32\PxeArch.h
|
||||
Ia32/PxeArch.h
|
||||
|
||||
[Sources.X64]
|
||||
X64\PxeArch.h
|
||||
X64/PxeArch.h
|
||||
|
||||
[Sources.IPF]
|
||||
Ipf\PxeArch.h
|
||||
Ipf/PxeArch.h
|
||||
|
||||
[Sources.EBC]
|
||||
Ebc\PxeArch.h
|
||||
Ebc\PxeArch.c
|
||||
Ebc/PxeArch.h
|
||||
Ebc/PxeArch.c
|
||||
|
||||
|
||||
[Packages]
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <Library/PciLib.h>
|
||||
#include <Library/PeimEntryPoint.h>
|
||||
|
||||
#include <IndustryStandard\Pci.h>
|
||||
#include <IndustryStandard/Pci.h>
|
||||
|
||||
/**
|
||||
Convert EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS to PCI_LIB_ADDRESS.
|
||||
|
@@ -53,15 +53,10 @@
|
||||
BaseMemoryLib
|
||||
|
||||
|
||||
[Protocols.IA32]
|
||||
[Protocols]
|
||||
gEfiVariableArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
gEfiVariableWriteArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
|
||||
[Protocols.X64]
|
||||
gEfiVariableArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
gEfiVariableWriteArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
||||
|
Reference in New Issue
Block a user