diff --git a/CloverEFI/UefiCpuPkg/CpuDxe/CpuDxe.inf b/CloverEFI/UefiCpuPkg/CpuDxe/CpuDxe.inf index daf989562..6fd981a7c 100644 --- a/CloverEFI/UefiCpuPkg/CpuDxe/CpuDxe.inf +++ b/CloverEFI/UefiCpuPkg/CpuDxe/CpuDxe.inf @@ -25,7 +25,7 @@ [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec - UefiCpuPkg/UefiCpuPkg.dec + CloverEFI/UefiCpuPkg/UefiCpuPkg.dec [LibraryClasses] BaseLib diff --git a/CloverEFI/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf b/CloverEFI/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf index 0530a1502..dfd756289 100644 --- a/CloverEFI/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf +++ b/CloverEFI/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf @@ -47,7 +47,7 @@ [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec - UefiCpuPkg/UefiCpuPkg.dec + CloverEFI/UefiCpuPkg/UefiCpuPkg.dec [LibraryClasses] BaseLib diff --git a/CloverEFI/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf b/CloverEFI/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf index 582fc8a9c..37031204c 100644 --- a/CloverEFI/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf +++ b/CloverEFI/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf @@ -48,7 +48,7 @@ [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec - UefiCpuPkg/UefiCpuPkg.dec + CloverEFI/UefiCpuPkg/UefiCpuPkg.dec [LibraryClasses] BaseLib diff --git a/CloverEFI/UefiCpuPkg/ResetVector/Vtf0/ReadMe.txt b/CloverEFI/UefiCpuPkg/ResetVector/Vtf0/ReadMe.txt index e6e5b5424..1b3d6643e 100644 --- a/CloverEFI/UefiCpuPkg/ResetVector/Vtf0/ReadMe.txt +++ b/CloverEFI/UefiCpuPkg/ResetVector/Vtf0/ReadMe.txt @@ -2,7 +2,7 @@ === HOW TO USE VTF0 === Add this line to your FDF FV section: -INF RuleOverride=RESET_VECTOR USE = IA32 UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf +INF RuleOverride=RESET_VECTOR USE = IA32 CloverEFI/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf (For X64 SEC/PEI change IA32 to X64 => 'USE = X64') In your FDF FFS file rules sections add: diff --git a/CloverEFI/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf b/CloverEFI/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf index 58e239825..1a38f518a 100644 --- a/CloverEFI/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf +++ b/CloverEFI/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf @@ -36,7 +36,7 @@ [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec - UefiCpuPkg/UefiCpuPkg.dec + CloverEFI/UefiCpuPkg/UefiCpuPkg.dec [LibraryClasses] PeiServicesTablePointerLib diff --git a/CloverEFI/UefiCpuPkg/build.sh b/CloverEFI/UefiCpuPkg/build.sh index 18dafbd50..0d479420e 100644 --- a/CloverEFI/UefiCpuPkg/build.sh +++ b/CloverEFI/UefiCpuPkg/build.sh @@ -68,6 +68,6 @@ BUILD_ROOT_ARCH=$WORKSPACE/Build/Shell/DEBUG_"$TARGET_TOOLS"/IA32 echo $PATH echo `which build` #build -p $WORKSPACE/UnixPkg/UnixPkg.dsc -a IA32 -t $TARGET_TOOLS $NETWORK_SUPPORT -n 3 $1 $2 $3 $4 $5 $6 $7 $8 -build -p $WORKSPACE/UefiCpuPkg/UefiCpuPkg.dsc -a IA32 -t $TARGET_TOOLS -n 3 $* +build -p $WORKSPACE/CloverEFI/UefiCpuPkg/UefiCpuPkg.dsc -a IA32 -t $TARGET_TOOLS -n 3 $* exit $? diff --git a/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf b/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf index ba2e07511..125e2d93c 100644 --- a/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf +++ b/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf @@ -27,7 +27,7 @@ [Packages] MdePkg/MdePkg.dec - UefiCpuPkg/UefiCpuPkg.dec + CloverEFI/UefiCpuPkg/UefiCpuPkg.dec PcAtChipsetPkg/PcAtChipsetPkg.dec [LibraryClasses] diff --git a/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf b/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf index b66d7b9df..2740572cb 100644 --- a/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf +++ b/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf @@ -17,7 +17,7 @@ [Packages] MdePkg/MdePkg.dec - UefiCpuPkg/UefiCpuPkg.dec + CloverEFI/UefiCpuPkg/UefiCpuPkg.dec PcAtChipsetPkg/PcAtChipsetPkg.dec [LibraryClasses] diff --git a/PcAtChipsetPkg/PcAtChipsetPkg.dsc b/PcAtChipsetPkg/PcAtChipsetPkg.dsc index 01a3ee716..6f9278add 100644 --- a/PcAtChipsetPkg/PcAtChipsetPkg.dsc +++ b/PcAtChipsetPkg/PcAtChipsetPkg.dsc @@ -38,7 +38,7 @@ PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf ResetSystemLib|PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf - LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf + LocalApicLib|CloverEFI/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf diff --git a/Xcode/Clover/Clover.xcodeproj/project.pbxproj b/Xcode/Clover/Clover.xcodeproj/project.pbxproj index ddfdf648f..442a32b58 100644 --- a/Xcode/Clover/Clover.xcodeproj/project.pbxproj +++ b/Xcode/Clover/Clover.xcodeproj/project.pbxproj @@ -946,6 +946,3813 @@ A5611B3121DCB9CD008FDB96 /* HdaControllerInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HdaControllerInfo.h; sourceTree = ""; }; A5611B3221DCB9CE008FDB96 /* HdaIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HdaIo.h; sourceTree = ""; }; A5611B3321DCBA53008FDB96 /* StartupSound.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StartupSound.c; sourceTree = ""; }; + A571B3A0232052BF003BC0AA /* PlatformBdsLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformBdsLib.h; sourceTree = ""; }; + A571B3A1232052BF003BC0AA /* GenericBdsLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GenericBdsLib.h; sourceTree = ""; }; + A571B3A3232052BF003BC0AA /* ExitPmAuth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExitPmAuth.h; sourceTree = ""; }; + A571B3A4232052BF003BC0AA /* IsaAcpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsaAcpi.h; sourceTree = ""; }; + A571B3A5232052BF003BC0AA /* OEMBadging.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OEMBadging.h; sourceTree = ""; }; + A571B3A6232052BF003BC0AA /* VgaMiniPort.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VgaMiniPort.h; sourceTree = ""; }; + A571B3A7232052BF003BC0AA /* IsaIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsaIo.h; sourceTree = ""; }; + A571B3A9232052BF003BC0AA /* LegacyBios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyBios.h; sourceTree = ""; }; + A571B3AA232052BF003BC0AA /* IntelFrameworkModulePkgTokenSpace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IntelFrameworkModulePkgTokenSpace.h; sourceTree = ""; }; + A571B3AB232052BF003BC0AA /* BlockIoVendor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIoVendor.h; sourceTree = ""; }; + A571B3AC232052BF003BC0AA /* HdBootVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HdBootVariable.h; sourceTree = ""; }; + A571B3AD232052BF003BC0AA /* BdsLibHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BdsLibHii.h; sourceTree = ""; }; + A571B3AE232052BF003BC0AA /* BdsHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BdsHii.h; sourceTree = ""; }; + A571B3AF232052BF003BC0AA /* TianoDecompress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TianoDecompress.h; sourceTree = ""; }; + A571B3B0232052BF003BC0AA /* DataHubStatusCodeRecord.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DataHubStatusCodeRecord.h; sourceTree = ""; }; + A571B3B1232052BF003BC0AA /* AcpiVariableCompatibility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiVariableCompatibility.h; sourceTree = ""; }; + A571B3B2232052BF003BC0AA /* LegacyDevOrder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyDevOrder.h; sourceTree = ""; }; + A571B3B3232052BF003BC0AA /* LastEnumLang.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LastEnumLang.h; sourceTree = ""; }; + A571B3B4232052BF003BC0AA /* CapsuleDataFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleDataFile.h; sourceTree = ""; }; + A571B3B5232052BF003BC0AA /* IntelFrameworkModulePkgExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkModulePkgExtra.uni; sourceTree = ""; }; + A571B3B6232052BF003BC0AA /* IntelFrameworkModulePkg.dsc */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkModulePkg.dsc; sourceTree = ""; }; + A571B3B7232052BF003BC0AA /* IntelFrameworkModulePkg.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkModulePkg.uni; sourceTree = ""; }; + A571B3B8232052BF003BC0AA /* IntelFrameworkModulePkg.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkModulePkg.dec; sourceTree = ""; }; + A571B3BA232052C9003BC0AA /* IntelFrameworkPkgExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkPkgExtra.uni; sourceTree = ""; }; + A571B3BC232052C9003BC0AA /* FrameworkSmm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkSmm.h; sourceTree = ""; }; + A571B3BD232052C9003BC0AA /* FrameworkDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkDxe.h; sourceTree = ""; }; + A571B3BF232052C9003BC0AA /* BootScript.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootScript.h; sourceTree = ""; }; + A571B3C0232052C9003BC0AA /* FirmwareVolumeImageFormat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolumeImageFormat.h; sourceTree = ""; }; + A571B3C1232052C9003BC0AA /* SmmCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCis.h; sourceTree = ""; }; + A571B3C2232052C9003BC0AA /* FrameworkInternalFormRepresentation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkInternalFormRepresentation.h; sourceTree = ""; }; + A571B3C3232052C9003BC0AA /* Hob.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Hob.h; sourceTree = ""; }; + A571B3C4232052C9003BC0AA /* PeiCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiCis.h; sourceTree = ""; }; + A571B3C5232052C9003BC0AA /* FirmwareVolumeHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolumeHeader.h; sourceTree = ""; }; + A571B3C6232052C9003BC0AA /* StatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCode.h; sourceTree = ""; }; + A571B3C7232052C9003BC0AA /* DxeCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeCis.h; sourceTree = ""; }; + A571B3C9232052C9003BC0AA /* SmmBase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmBase.h; sourceTree = ""; }; + A571B3CA232052C9003BC0AA /* SmmUsbDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmUsbDispatch.h; sourceTree = ""; }; + A571B3CB232052C9003BC0AA /* SmmIchnDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmIchnDispatch.h; sourceTree = ""; }; + A571B3CC232052C9003BC0AA /* LegacyInterrupt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyInterrupt.h; sourceTree = ""; }; + A571B3CD232052C9003BC0AA /* LegacyBios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyBios.h; sourceTree = ""; }; + A571B3CE232052C9003BC0AA /* SmmSxDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmSxDispatch.h; sourceTree = ""; }; + A571B3CF232052C9003BC0AA /* SmmGpiDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmGpiDispatch.h; sourceTree = ""; }; + A571B3D0232052C9003BC0AA /* AcpiS3Save.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiS3Save.h; sourceTree = ""; }; + A571B3D1232052C9003BC0AA /* FrameworkMpService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkMpService.h; sourceTree = ""; }; + A571B3D2232052C9003BC0AA /* FrameworkFirmwareVolumeBlock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkFirmwareVolumeBlock.h; sourceTree = ""; }; + A571B3D3232052C9003BC0AA /* SmmPowerButtonDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmPowerButtonDispatch.h; sourceTree = ""; }; + A571B3D4232052C9003BC0AA /* FrameworkFormCallback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkFormCallback.h; sourceTree = ""; }; + A571B3D5232052C9003BC0AA /* SmmControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmControl.h; sourceTree = ""; }; + A571B3D6232052C9003BC0AA /* SmmCpuSaveState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCpuSaveState.h; sourceTree = ""; }; + A571B3D7232052C9003BC0AA /* SmmStandbyButtonDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmStandbyButtonDispatch.h; sourceTree = ""; }; + A571B3D8232052C9003BC0AA /* SectionExtraction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SectionExtraction.h; sourceTree = ""; }; + A571B3D9232052C9003BC0AA /* LegacyBiosPlatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyBiosPlatform.h; sourceTree = ""; }; + A571B3DA232052C9003BC0AA /* FrameworkFormBrowser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkFormBrowser.h; sourceTree = ""; }; + A571B3DB232052C9003BC0AA /* SmmAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmAccess.h; sourceTree = ""; }; + A571B3DC232052C9003BC0AA /* LegacyRegion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyRegion.h; sourceTree = ""; }; + A571B3DD232052C9003BC0AA /* BootScriptSave.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootScriptSave.h; sourceTree = ""; }; + A571B3DE232052C9003BC0AA /* DataHub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DataHub.h; sourceTree = ""; }; + A571B3DF232052C9003BC0AA /* SmmSwDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmSwDispatch.h; sourceTree = ""; }; + A571B3E0232052C9003BC0AA /* SmmPeriodicTimerDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmPeriodicTimerDispatch.h; sourceTree = ""; }; + A571B3E1232052C9003BC0AA /* Legacy8259.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Legacy8259.h; sourceTree = ""; }; + A571B3E2232052C9003BC0AA /* AcpiSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiSupport.h; sourceTree = ""; }; + A571B3E3232052C9003BC0AA /* SmmCpuIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCpuIo.h; sourceTree = ""; }; + A571B3E4232052C9003BC0AA /* CpuIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuIo.h; sourceTree = ""; }; + A571B3E5232052C9003BC0AA /* FirmwareVolume.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolume.h; sourceTree = ""; }; + A571B3E6232052C9003BC0AA /* FrameworkHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkHii.h; sourceTree = ""; }; + A571B3E7232052C9003BC0AA /* FrameworkPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkPei.h; sourceTree = ""; }; + A571B3E9232052C9003BC0AA /* SmramMemoryReserve.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmramMemoryReserve.h; sourceTree = ""; }; + A571B3EA232052C9003BC0AA /* DataHubRecords.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DataHubRecords.h; sourceTree = ""; }; + A571B3EB232052C9003BC0AA /* SmmCommunicate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCommunicate.h; sourceTree = ""; }; + A571B3EC232052C9003BC0AA /* BlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIo.h; sourceTree = ""; }; + A571B3ED232052C9003BC0AA /* Capsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Capsule.h; sourceTree = ""; }; + A571B3EE232052C9003BC0AA /* FirmwareFileSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareFileSystem.h; sourceTree = ""; }; + A571B3F0232052C9003BC0AA /* PciCfg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciCfg.h; sourceTree = ""; }; + A571B3F1232052C9003BC0AA /* Security.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Security.h; sourceTree = ""; }; + A571B3F2232052C9003BC0AA /* S3Resume.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3Resume.h; sourceTree = ""; }; + A571B3F3232052C9003BC0AA /* BootScriptExecuter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootScriptExecuter.h; sourceTree = ""; }; + A571B3F4232052C9003BC0AA /* ReadOnlyVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReadOnlyVariable.h; sourceTree = ""; }; + A571B3F5232052C9003BC0AA /* SectionExtraction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SectionExtraction.h; sourceTree = ""; }; + A571B3F6232052C9003BC0AA /* FvLoadFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FvLoadFile.h; sourceTree = ""; }; + A571B3F7232052C9003BC0AA /* Smbus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Smbus.h; sourceTree = ""; }; + A571B3F8232052C9003BC0AA /* FindFv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FindFv.h; sourceTree = ""; }; + A571B3F9232052C9003BC0AA /* IntelFrameworkPkg.dsc */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkPkg.dsc; sourceTree = ""; }; + A571B3FA232052C9003BC0AA /* IntelFrameworkPkg.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkPkg.uni; sourceTree = ""; }; + A571B3FB232052C9003BC0AA /* IntelFrameworkPkg.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkPkg.dec; sourceTree = ""; }; + A571B3FF232052D3003BC0AA /* Runtime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Runtime.c; sourceTree = ""; }; + A571B400232052D3003BC0AA /* RuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeDxe.inf; sourceTree = ""; }; + A571B401232052D3003BC0AA /* RuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeDxe.uni; sourceTree = ""; }; + A571B402232052D3003BC0AA /* Crc32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Crc32.c; sourceTree = ""; }; + A571B403232052D3003BC0AA /* Runtime.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Runtime.h; sourceTree = ""; }; + A571B404232052D3003BC0AA /* RuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeDxeExtra.uni; sourceTree = ""; }; + A571B407232052D3003BC0AA /* Stall.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Stall.c; sourceTree = ""; }; + A571B408232052D3003BC0AA /* MemoryProtection.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryProtection.c; sourceTree = ""; }; + A571B409232052D3003BC0AA /* DebugImageInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugImageInfo.c; sourceTree = ""; }; + A571B40A232052D3003BC0AA /* InstallConfigurationTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InstallConfigurationTable.c; sourceTree = ""; }; + A571B40B232052D3003BC0AA /* SetWatchdogTimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetWatchdogTimer.c; sourceTree = ""; }; + A571B40C232052D3003BC0AA /* PropertiesTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PropertiesTable.c; sourceTree = ""; }; + A571B40D232052D3003BC0AA /* MemoryAttributesTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAttributesTable.c; sourceTree = ""; }; + A571B40F232052D3003BC0AA /* Handle.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Handle.c; sourceTree = ""; }; + A571B410232052D3003BC0AA /* Handle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Handle.h; sourceTree = ""; }; + A571B411232052D3003BC0AA /* Locate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Locate.c; sourceTree = ""; }; + A571B412232052D3003BC0AA /* DriverSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DriverSupport.c; sourceTree = ""; }; + A571B413232052D3003BC0AA /* Notify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Notify.c; sourceTree = ""; }; + A571B414232052D3003BC0AA /* DxeMain.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeMain.inf; sourceTree = ""; }; + A571B416232052D3003BC0AA /* FwVolBlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FwVolBlock.c; sourceTree = ""; }; + A571B417232052D3003BC0AA /* FwVolBlock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FwVolBlock.h; sourceTree = ""; }; + A571B419232052D3003BC0AA /* Dispatcher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dispatcher.c; sourceTree = ""; }; + A571B41A232052D3003BC0AA /* Dependency.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dependency.c; sourceTree = ""; }; + A571B41C232052D3003BC0AA /* FwVolAttrib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FwVolAttrib.c; sourceTree = ""; }; + A571B41D232052D3003BC0AA /* FwVolRead.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FwVolRead.c; sourceTree = ""; }; + A571B41E232052D3003BC0AA /* FwVolDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FwVolDriver.h; sourceTree = ""; }; + A571B41F232052D3003BC0AA /* Ffs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ffs.c; sourceTree = ""; }; + A571B420232052D3003BC0AA /* FwVolWrite.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FwVolWrite.c; sourceTree = ""; }; + A571B421232052D3003BC0AA /* FwVol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FwVol.c; sourceTree = ""; }; + A571B423232052D4003BC0AA /* DxeProtocolNotify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeProtocolNotify.c; sourceTree = ""; }; + A571B424232052D4003BC0AA /* DxeMain.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeMain.c; sourceTree = ""; }; + A571B426232052D4003BC0AA /* Library.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Library.c; sourceTree = ""; }; + A571B428232052D4003BC0AA /* Gcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Gcd.c; sourceTree = ""; }; + A571B429232052D4003BC0AA /* Gcd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Gcd.h; sourceTree = ""; }; + A571B42B232052D4003BC0AA /* Image.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Image.c; sourceTree = ""; }; + A571B42C232052D4003BC0AA /* Image.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Image.h; sourceTree = ""; }; + A571B42D232052D4003BC0AA /* DxeMain.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeMain.h; sourceTree = ""; }; + A571B42E232052D4003BC0AA /* DxeCore.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCore.uni; sourceTree = ""; }; + A571B430232052D4003BC0AA /* CoreSectionExtraction.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CoreSectionExtraction.c; sourceTree = ""; }; + A571B432232052D4003BC0AA /* Timer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Timer.c; sourceTree = ""; }; + A571B433232052D4003BC0AA /* Event.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Event.h; sourceTree = ""; }; + A571B434232052D4003BC0AA /* Event.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Event.c; sourceTree = ""; }; + A571B435232052D4003BC0AA /* Tpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Tpl.c; sourceTree = ""; }; + A571B436232052D4003BC0AA /* DxeCoreExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreExtra.uni; sourceTree = ""; }; + A571B438232052D4003BC0AA /* HeapGuard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HeapGuard.c; sourceTree = ""; }; + A571B439232052D4003BC0AA /* MemData.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemData.c; sourceTree = ""; }; + A571B43A232052D4003BC0AA /* MemoryProfileRecord.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryProfileRecord.c; sourceTree = ""; }; + A571B43B232052D4003BC0AA /* Page.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Page.c; sourceTree = ""; }; + A571B43C232052D4003BC0AA /* HeapGuard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HeapGuard.h; sourceTree = ""; }; + A571B43D232052D4003BC0AA /* Imem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Imem.h; sourceTree = ""; }; + A571B43E232052D4003BC0AA /* Pool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Pool.c; sourceTree = ""; }; + A571B440232052D4003BC0AA /* Smi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Smi.c; sourceTree = ""; }; + A571B441232052D4003BC0AA /* SmiHandlerProfile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmiHandlerProfile.c; sourceTree = ""; }; + A571B442232052D4003BC0AA /* HeapGuard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HeapGuard.c; sourceTree = ""; }; + A571B443232052D4003BC0AA /* PiSmmCore.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PiSmmCore.c; sourceTree = ""; }; + A571B444232052D4003BC0AA /* Dispatcher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dispatcher.c; sourceTree = ""; }; + A571B445232052D4003BC0AA /* PiSmmIplExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmIplExtra.uni; sourceTree = ""; }; + A571B446232052D4003BC0AA /* SmramProfileRecord.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmramProfileRecord.c; sourceTree = ""; }; + A571B447232052D4003BC0AA /* Handle.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Handle.c; sourceTree = ""; }; + A571B448232052D4003BC0AA /* PiSmmCoreExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreExtra.uni; sourceTree = ""; }; + A571B449232052D4003BC0AA /* InstallConfigurationTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InstallConfigurationTable.c; sourceTree = ""; }; + A571B44A232052D4003BC0AA /* PiSmmCorePrivateData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmCorePrivateData.h; sourceTree = ""; }; + A571B44B232052D4003BC0AA /* PiSmmIpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PiSmmIpl.c; sourceTree = ""; }; + A571B44C232052D4003BC0AA /* Page.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Page.c; sourceTree = ""; }; + A571B44D232052D4003BC0AA /* PiSmmCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmCore.h; sourceTree = ""; }; + A571B44E232052D4003BC0AA /* HeapGuard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HeapGuard.h; sourceTree = ""; }; + A571B44F232052D4003BC0AA /* PiSmmCore.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCore.inf; sourceTree = ""; }; + A571B450232052D4003BC0AA /* Locate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Locate.c; sourceTree = ""; }; + A571B451232052D4003BC0AA /* Dependency.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dependency.c; sourceTree = ""; }; + A571B452232052D4003BC0AA /* Pool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Pool.c; sourceTree = ""; }; + A571B453232052D4003BC0AA /* PiSmmCore.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCore.uni; sourceTree = ""; }; + A571B454232052D4003BC0AA /* MemoryAttributesTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAttributesTable.c; sourceTree = ""; }; + A571B455232052D4003BC0AA /* PiSmmIpl.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmIpl.uni; sourceTree = ""; }; + A571B456232052D4003BC0AA /* Notify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Notify.c; sourceTree = ""; }; + A571B457232052D4003BC0AA /* PiSmmIpl.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmIpl.inf; sourceTree = ""; }; + A571B459232052D4003BC0AA /* PeiMain.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiMain.inf; sourceTree = ""; }; + A571B45B232052D4003BC0AA /* PciCfg2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciCfg2.c; sourceTree = ""; }; + A571B45D232052D4003BC0AA /* MemoryServices.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryServices.c; sourceTree = ""; }; + A571B45F232052D4003BC0AA /* Hob.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Hob.c; sourceTree = ""; }; + A571B461232052D4003BC0AA /* Security.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Security.c; sourceTree = ""; }; + A571B463232052D4003BC0AA /* Reset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Reset.c; sourceTree = ""; }; + A571B465232052D4003BC0AA /* Dispatcher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dispatcher.c; sourceTree = ""; }; + A571B467232052D4003BC0AA /* FwVol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FwVol.h; sourceTree = ""; }; + A571B468232052D4003BC0AA /* FwVol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FwVol.c; sourceTree = ""; }; + A571B46A232052D4003BC0AA /* Dependency.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dependency.h; sourceTree = ""; }; + A571B46B232052D4003BC0AA /* Dependency.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dependency.c; sourceTree = ""; }; + A571B46D232052D4003BC0AA /* Image.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Image.c; sourceTree = ""; }; + A571B46F232052D4003BC0AA /* PeiMain.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiMain.c; sourceTree = ""; }; + A571B471232052D4003BC0AA /* StatusCode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StatusCode.c; sourceTree = ""; }; + A571B473232052D4003BC0AA /* BootMode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootMode.c; sourceTree = ""; }; + A571B475232052D4003BC0AA /* CpuIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuIo.c; sourceTree = ""; }; + A571B477232052D4003BC0AA /* Ppi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ppi.c; sourceTree = ""; }; + A571B478232052D4003BC0AA /* PeiCoreExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiCoreExtra.uni; sourceTree = ""; }; + A571B479232052D4003BC0AA /* PeiMain.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiMain.h; sourceTree = ""; }; + A571B47A232052D4003BC0AA /* PeiCore.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiCore.uni; sourceTree = ""; }; + A571B47C232052D4003BC0AA /* DxeIpl.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIpl.uni; sourceTree = ""; }; + A571B47E232052D4003BC0AA /* DxeLoadFunc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeLoadFunc.c; sourceTree = ""; }; + A571B47F232052D4003BC0AA /* DxeLoad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeLoad.c; sourceTree = ""; }; + A571B480232052D4003BC0AA /* DxeIpl.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIpl.inf; sourceTree = ""; }; + A571B482232052D4003BC0AA /* VirtualMemory.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VirtualMemory.c; sourceTree = ""; }; + A571B483232052D4003BC0AA /* VirtualMemory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VirtualMemory.h; sourceTree = ""; }; + A571B484232052D4003BC0AA /* DxeLoadFunc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeLoadFunc.c; sourceTree = ""; }; + A571B485232052D4003BC0AA /* DxeIpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeIpl.h; sourceTree = ""; }; + A571B487232052D4003BC0AA /* IdtVectorAsm.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IdtVectorAsm.nasm; sourceTree = ""; }; + A571B488232052D4003BC0AA /* DxeLoadFunc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeLoadFunc.c; sourceTree = ""; }; + A571B48A232052D4003BC0AA /* DxeLoadFunc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeLoadFunc.c; sourceTree = ""; }; + A571B48B232052D4003BC0AA /* DxeIplExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIplExtra.uni; sourceTree = ""; }; + A571B48E232052D4003BC0AA /* DebugPort.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugPort.c; sourceTree = ""; }; + A571B48F232052D4003BC0AA /* DebugPortDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugPortDxeExtra.uni; sourceTree = ""; }; + A571B490232052D4003BC0AA /* DebugPortDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugPortDxe.inf; sourceTree = ""; }; + A571B491232052D4003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B492232052D4003BC0AA /* DebugPortDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugPortDxe.uni; sourceTree = ""; }; + A571B493232052D4003BC0AA /* DebugPort.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugPort.h; sourceTree = ""; }; + A571B495232052D4003BC0AA /* EsrtFmpDebugPrint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EsrtFmpDebugPrint.c; sourceTree = ""; }; + A571B496232052D4003BC0AA /* EsrtFmpDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EsrtFmpDxeExtra.uni; sourceTree = ""; }; + A571B497232052D4003BC0AA /* EsrtFmpDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EsrtFmpDxe.inf; sourceTree = ""; }; + A571B498232052D4003BC0AA /* EsrtFmpDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EsrtFmpDxe.uni; sourceTree = ""; }; + A571B499232052D4003BC0AA /* EsrtFmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EsrtFmp.c; sourceTree = ""; }; + A571B49C232052D4003BC0AA /* PlDebugSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlDebugSupport.h; sourceTree = ""; }; + A571B49D232052D4003BC0AA /* PlDebugSupportX64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlDebugSupportX64.c; sourceTree = ""; }; + A571B49E232052D4003BC0AA /* AsmFuncs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = AsmFuncs.nasm; sourceTree = ""; }; + A571B49F232052D4003BC0AA /* DebugSupportDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugSupportDxeExtra.uni; sourceTree = ""; }; + A571B4A0232052D4003BC0AA /* DebugSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugSupport.c; sourceTree = ""; }; + A571B4A2232052D4003BC0AA /* PlDebugSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlDebugSupport.h; sourceTree = ""; }; + A571B4A3232052D4003BC0AA /* AsmFuncs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = AsmFuncs.nasm; sourceTree = ""; }; + A571B4A4232052D4003BC0AA /* PlDebugSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlDebugSupport.c; sourceTree = ""; }; + A571B4A5232052D4003BC0AA /* PlDebugSupportIa32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlDebugSupportIa32.c; sourceTree = ""; }; + A571B4A6232052D4003BC0AA /* DebugSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugSupport.h; sourceTree = ""; }; + A571B4A7232052D4003BC0AA /* DebugSupportDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugSupportDxe.uni; sourceTree = ""; }; + A571B4A8232052D4003BC0AA /* DebugSupportDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugSupportDxe.inf; sourceTree = ""; }; + A571B4AB232052D4003BC0AA /* AmlNamespace.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AmlNamespace.c; sourceTree = ""; }; + A571B4AC232052D4003BC0AA /* AcpiTableDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AcpiTableDxeExtra.uni; sourceTree = ""; }; + A571B4AD232052D4003BC0AA /* AcpiTableProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AcpiTableProtocol.c; sourceTree = ""; }; + A571B4AE232052D4003BC0AA /* AmlOption.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AmlOption.c; sourceTree = ""; }; + A571B4AF232052D4003BC0AA /* AmlString.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AmlString.c; sourceTree = ""; }; + A571B4B0232052D4003BC0AA /* AcpiSdt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AcpiSdt.c; sourceTree = ""; }; + A571B4B1232052D4003BC0AA /* AcpiTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AcpiTable.c; sourceTree = ""; }; + A571B4B2232052D4003BC0AA /* AcpiTableDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AcpiTableDxe.uni; sourceTree = ""; }; + A571B4B3232052D4003BC0AA /* AmlChild.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AmlChild.c; sourceTree = ""; }; + A571B4B4232052D4003BC0AA /* AcpiTableDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = AcpiTableDxe.inf; sourceTree = ""; }; + A571B4B5232052D4003BC0AA /* AcpiSdt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiSdt.h; sourceTree = ""; }; + A571B4B6232052D4003BC0AA /* Aml.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Aml.c; sourceTree = ""; }; + A571B4B7232052D4003BC0AA /* AcpiTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiTable.h; sourceTree = ""; }; + A571B4B9232052D4003BC0AA /* AcpiS3ContextSave.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AcpiS3ContextSave.c; sourceTree = ""; }; + A571B4BA232052D4003BC0AA /* S3SaveStateDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = S3SaveStateDxeExtra.uni; sourceTree = ""; }; + A571B4BB232052D4003BC0AA /* S3SaveState.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3SaveState.c; sourceTree = ""; }; + A571B4BC232052D4003BC0AA /* S3SaveStateDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = S3SaveStateDxe.uni; sourceTree = ""; }; + A571B4BD232052D4003BC0AA /* S3SaveStateDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = S3SaveStateDxe.inf; sourceTree = ""; }; + A571B4BE232052D4003BC0AA /* InternalS3SaveState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalS3SaveState.h; sourceTree = ""; }; + A571B4C0232052D4003BC0AA /* BootGraphicsResourceTableDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootGraphicsResourceTableDxeExtra.uni; sourceTree = ""; }; + A571B4C1232052D4003BC0AA /* BootGraphicsResourceTableDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootGraphicsResourceTableDxe.c; sourceTree = ""; }; + A571B4C2232052D4003BC0AA /* BootGraphicsResourceTableDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootGraphicsResourceTableDxe.inf; sourceTree = ""; }; + A571B4C3232052D4003BC0AA /* BootGraphicsResourceTableDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootGraphicsResourceTableDxe.uni; sourceTree = ""; }; + A571B4C5232052D4003BC0AA /* FirmwarePerformanceSmm.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformanceSmm.uni; sourceTree = ""; }; + A571B4C6232052D4003BC0AA /* FirmwarePerformanceSmm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformanceSmm.inf; sourceTree = ""; }; + A571B4C7232052D4003BC0AA /* FirmwarePerformanceSmmExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformanceSmmExtra.uni; sourceTree = ""; }; + A571B4C8232052D4003BC0AA /* FirmwarePerformanceSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FirmwarePerformanceSmm.c; sourceTree = ""; }; + A571B4CA232052D4003BC0AA /* FirmwarePerformancePei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FirmwarePerformancePei.c; sourceTree = ""; }; + A571B4CB232052D4003BC0AA /* FirmwarePerformancePeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformancePeiExtra.uni; sourceTree = ""; }; + A571B4CC232052D4003BC0AA /* FirmwarePerformancePei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformancePei.inf; sourceTree = ""; }; + A571B4CD232052D4003BC0AA /* FirmwarePerformancePei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformancePei.uni; sourceTree = ""; }; + A571B4CF232052D4003BC0AA /* AcpiPlatform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AcpiPlatform.c; sourceTree = ""; }; + A571B4D0232052D4003BC0AA /* AcpiPlatformDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = AcpiPlatformDxe.inf; sourceTree = ""; }; + A571B4D1232052D4003BC0AA /* AcpiPlatformExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AcpiPlatformExtra.uni; sourceTree = ""; }; + A571B4D2232052D4003BC0AA /* AcpiPlatform.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AcpiPlatform.uni; sourceTree = ""; }; + A571B4D4232052D4003BC0AA /* BootScriptExecutorDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootScriptExecutorDxe.inf; sourceTree = ""; }; + A571B4D5232052D4003BC0AA /* BootScriptExecutorDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootScriptExecutorDxe.uni; sourceTree = ""; }; + A571B4D7232052D4003BC0AA /* S3Asm.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = S3Asm.nasm; sourceTree = ""; }; + A571B4D8232052D4003BC0AA /* SetIdtEntry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetIdtEntry.c; sourceTree = ""; }; + A571B4D9232052D4003BC0AA /* ScriptExecute.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScriptExecute.h; sourceTree = ""; }; + A571B4DA232052D4003BC0AA /* BootScriptExecutorDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootScriptExecutorDxeExtra.uni; sourceTree = ""; }; + A571B4DC232052D4003BC0AA /* S3Asm.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = S3Asm.nasm; sourceTree = ""; }; + A571B4DD232052D4003BC0AA /* SetIdtEntry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetIdtEntry.c; sourceTree = ""; }; + A571B4DE232052D4003BC0AA /* ScriptExecute.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScriptExecute.c; sourceTree = ""; }; + A571B4E0232052D4003BC0AA /* SmmS3SaveStateExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmS3SaveStateExtra.uni; sourceTree = ""; }; + A571B4E1232052D4003BC0AA /* SmmS3SaveState.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmS3SaveState.inf; sourceTree = ""; }; + A571B4E2232052D4003BC0AA /* SmmS3SaveState.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmS3SaveState.uni; sourceTree = ""; }; + A571B4E3232052D4003BC0AA /* InternalSmmSaveState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalSmmSaveState.h; sourceTree = ""; }; + A571B4E4232052D4003BC0AA /* SmmS3SaveState.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmS3SaveState.c; sourceTree = ""; }; + A571B4E6232052D4003BC0AA /* FirmwarePerformanceDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformanceDxe.inf; sourceTree = ""; }; + A571B4E7232052D4003BC0AA /* FirmwarePerformanceDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformanceDxe.uni; sourceTree = ""; }; + A571B4E8232052D4003BC0AA /* FirmwarePerformanceDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformanceDxeExtra.uni; sourceTree = ""; }; + A571B4E9232052D4003BC0AA /* FirmwarePerformanceDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FirmwarePerformanceDxe.c; sourceTree = ""; }; + A571B4EB232052D4003BC0AA /* EbcDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDxe.uni; sourceTree = ""; }; + A571B4EC232052D4003BC0AA /* EbcInt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EbcInt.h; sourceTree = ""; }; + A571B4ED232052D4003BC0AA /* EbcExecute.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EbcExecute.h; sourceTree = ""; }; + A571B4EE232052D4003BC0AA /* EbcDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDxe.inf; sourceTree = ""; }; + A571B4F0232052D4003BC0AA /* EbcSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcSupport.c; sourceTree = ""; }; + A571B4F1232052D4003BC0AA /* EbcLowLevel.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EbcLowLevel.nasm; sourceTree = ""; }; + A571B4F2232052D4003BC0AA /* EbcDebugger.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDebugger.inf; sourceTree = ""; }; + A571B4F3232052D4003BC0AA /* EbcDebuggerHook.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcDebuggerHook.c; sourceTree = ""; }; + A571B4F5232052D4003BC0AA /* EdbCommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbCommand.h; sourceTree = ""; }; + A571B4F6232052D4003BC0AA /* EdbDisasm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbDisasm.h; sourceTree = ""; }; + A571B4F7232052D4003BC0AA /* EdbDisasmSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbDisasmSupport.c; sourceTree = ""; }; + A571B4F8232052D4003BC0AA /* EdbSymbol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbSymbol.c; sourceTree = ""; }; + A571B4F9232052D4003BC0AA /* EdbSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbSupport.h; sourceTree = ""; }; + A571B4FA232052D4003BC0AA /* EdbCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbCommon.h; sourceTree = ""; }; + A571B4FB232052D4003BC0AA /* EdbHook.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbHook.c; sourceTree = ""; }; + A571B4FC232052D4003BC0AA /* EdbSupportUI.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbSupportUI.c; sourceTree = ""; }; + A571B4FD232052D4003BC0AA /* EdbSupportString.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbSupportString.c; sourceTree = ""; }; + A571B4FE232052D4003BC0AA /* EdbCmdExtIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdExtIo.c; sourceTree = ""; }; + A571B4FF232052D4003BC0AA /* Edb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Edb.c; sourceTree = ""; }; + A571B500232052D4003BC0AA /* EdbCmdMemory.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdMemory.c; sourceTree = ""; }; + A571B501232052D4003BC0AA /* EbcDebuggerConfig.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcDebuggerConfig.c; sourceTree = ""; }; + A571B502232052D4003BC0AA /* EdbDisasmSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbDisasmSupport.h; sourceTree = ""; }; + A571B503232052D4003BC0AA /* EdbSymbol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbSymbol.h; sourceTree = ""; }; + A571B504232052D4003BC0AA /* EdbSupportFile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbSupportFile.c; sourceTree = ""; }; + A571B505232052D4003BC0AA /* EdbCommand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCommand.c; sourceTree = ""; }; + A571B506232052D4003BC0AA /* EdbCmdStep.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdStep.c; sourceTree = ""; }; + A571B507232052D4003BC0AA /* EdbDisasm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbDisasm.c; sourceTree = ""; }; + A571B508232052D4003BC0AA /* EdbCmdRegister.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdRegister.c; sourceTree = ""; }; + A571B509232052D4003BC0AA /* EdbHook.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbHook.h; sourceTree = ""; }; + A571B50A232052D4003BC0AA /* EdbCmdGo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdGo.c; sourceTree = ""; }; + A571B50B232052D4003BC0AA /* EdbCmdScope.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdScope.c; sourceTree = ""; }; + A571B50C232052D4003BC0AA /* EdbCmdQuit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdQuit.c; sourceTree = ""; }; + A571B50D232052D4003BC0AA /* EdbCmdHelp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdHelp.c; sourceTree = ""; }; + A571B50E232052D4003BC0AA /* EdbCmdExtPci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdExtPci.c; sourceTree = ""; }; + A571B50F232052D4003BC0AA /* EdbCmdBranch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdBranch.c; sourceTree = ""; }; + A571B510232052D4003BC0AA /* Edb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Edb.h; sourceTree = ""; }; + A571B511232052D4003BC0AA /* EdbCmdBreak.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdBreak.c; sourceTree = ""; }; + A571B512232052D4003BC0AA /* EdbCmdSymbol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdSymbol.c; sourceTree = ""; }; + A571B513232052D4003BC0AA /* EdbCmdBreakpoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdBreakpoint.c; sourceTree = ""; }; + A571B514232052D4003BC0AA /* EbcDebugger.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDebugger.uni; sourceTree = ""; }; + A571B515232052D4003BC0AA /* EbcDebuggerConfig.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDebuggerConfig.uni; sourceTree = ""; }; + A571B517232052D4003BC0AA /* EbcSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcSupport.c; sourceTree = ""; }; + A571B518232052D4003BC0AA /* EbcLowLevel.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EbcLowLevel.nasm; sourceTree = ""; }; + A571B519232052D4003BC0AA /* EbcInt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcInt.c; sourceTree = ""; }; + A571B51A232052D4003BC0AA /* EbcDebuggerConfig.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDebuggerConfig.inf; sourceTree = ""; }; + A571B51B232052D4003BC0AA /* EbcExecute.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcExecute.c; sourceTree = ""; }; + A571B51C232052D4003BC0AA /* EbcDebuggerHook.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EbcDebuggerHook.h; sourceTree = ""; }; + A571B51E232052D4003BC0AA /* EbcSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcSupport.c; sourceTree = ""; }; + A571B51F232052D4003BC0AA /* EbcLowLevel.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = EbcLowLevel.S; sourceTree = ""; }; + A571B520232052D4003BC0AA /* EbcDebuggerConfigExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDebuggerConfigExtra.uni; sourceTree = ""; }; + A571B521232052D4003BC0AA /* EbcDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDxeExtra.uni; sourceTree = ""; }; + A571B522232052D4003BC0AA /* EbcDebuggerExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDebuggerExtra.uni; sourceTree = ""; }; + A571B524232052D4003BC0AA /* EsrtDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EsrtDxe.c; sourceTree = ""; }; + A571B525232052D4003BC0AA /* EsrtImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EsrtImpl.c; sourceTree = ""; }; + A571B526232052D4003BC0AA /* EsrtDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EsrtDxe.uni; sourceTree = ""; }; + A571B527232052D4003BC0AA /* EsrtImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EsrtImpl.h; sourceTree = ""; }; + A571B528232052D4003BC0AA /* EsrtDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EsrtDxe.inf; sourceTree = ""; }; + A571B529232052D4003BC0AA /* EsrtDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EsrtDxeExtra.uni; sourceTree = ""; }; + A571B52B232052D4003BC0AA /* SmbiosDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmbiosDxe.h; sourceTree = ""; }; + A571B52C232052D4003BC0AA /* SmbiosDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmbiosDxe.c; sourceTree = ""; }; + A571B52D232052D4003BC0AA /* SmbiosDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmbiosDxe.inf; sourceTree = ""; }; + A571B52E232052D4003BC0AA /* SmbiosDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmbiosDxe.uni; sourceTree = ""; }; + A571B52F232052D4003BC0AA /* SmbiosDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmbiosDxeExtra.uni; sourceTree = ""; }; + A571B531232052D4003BC0AA /* SectionExtractionDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SectionExtractionDxe.uni; sourceTree = ""; }; + A571B532232052D4003BC0AA /* SectionExtractionDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SectionExtractionDxe.inf; sourceTree = ""; }; + A571B533232052D4003BC0AA /* SectionExtractionDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SectionExtractionDxe.c; sourceTree = ""; }; + A571B534232052D4003BC0AA /* SectionExtractionDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SectionExtractionDxeExtra.uni; sourceTree = ""; }; + A571B536232052D4003BC0AA /* RegularExpressionDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = RegularExpressionDxe.inf; sourceTree = ""; }; + A571B537232052D4003BC0AA /* RegularExpressionDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegularExpressionDxe.h; sourceTree = ""; }; + A571B539232052D4003BC0AA /* unicode_property_data_posix.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_property_data_posix.c; sourceTree = ""; }; + A571B53A232052D4003BC0AA /* unicode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode.c; sourceTree = ""; }; + A571B53B232052D4003BC0AA /* st.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = st.h; sourceTree = ""; }; + A571B53C232052D4003BC0AA /* ascii.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ascii.c; sourceTree = ""; }; + A571B53D232052D4003BC0AA /* unicode_fold2_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_fold2_key.c; sourceTree = ""; }; + A571B53E232052D4003BC0AA /* regparse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = regparse.h; sourceTree = ""; }; + A571B53F232052D4003BC0AA /* AUTHORS */ = {isa = PBXFileReference; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + A571B540232052D4003BC0AA /* unicode_fold3_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_fold3_key.c; sourceTree = ""; }; + A571B541232052D4003BC0AA /* regposix.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regposix.c; sourceTree = ""; }; + A571B542232052D4003BC0AA /* unicode_fold1_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_fold1_key.c; sourceTree = ""; }; + A571B543232052D4003BC0AA /* unicode_wb_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_wb_data.c; sourceTree = ""; }; + A571B544232052D4003BC0AA /* regexec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regexec.c; sourceTree = ""; }; + A571B545232052D4003BC0AA /* regint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = regint.h; sourceTree = ""; }; + A571B546232052D4003BC0AA /* regenc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = regenc.h; sourceTree = ""; }; + A571B547232052D4003BC0AA /* regcomp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regcomp.c; sourceTree = ""; }; + A571B548232052D4003BC0AA /* unicode_egcb_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_egcb_data.c; sourceTree = ""; }; + A571B549232052D4003BC0AA /* regtrav.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regtrav.c; sourceTree = ""; }; + A571B54A232052D4003BC0AA /* regsyntax.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regsyntax.c; sourceTree = ""; }; + A571B54B232052D4003BC0AA /* OnigurumaIntrinsics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = OnigurumaIntrinsics.c; sourceTree = ""; }; + A571B54C232052D4003BC0AA /* regversion.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regversion.c; sourceTree = ""; }; + A571B54D232052D4003BC0AA /* OnigurumaUefiPort.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = OnigurumaUefiPort.c; sourceTree = ""; }; + A571B54E232052D4003BC0AA /* unicode_property_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_property_data.c; sourceTree = ""; }; + A571B54F232052D4003BC0AA /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; + A571B550232052D4003BC0AA /* st.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = st.c; sourceTree = ""; }; + A571B551232052D4003BC0AA /* oniggnu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = oniggnu.h; sourceTree = ""; }; + A571B552232052D4003BC0AA /* onigposix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = onigposix.h; sourceTree = ""; }; + A571B553232052D4003BC0AA /* COPYING */ = {isa = PBXFileReference; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; + A571B554232052D4003BC0AA /* utf16_le.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = utf16_le.c; sourceTree = ""; }; + A571B555232052D4003BC0AA /* oniguruma.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = oniguruma.h; sourceTree = ""; }; + A571B556232052D4003BC0AA /* regposerr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regposerr.c; sourceTree = ""; }; + A571B557232052D4003BC0AA /* regparse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regparse.c; sourceTree = ""; }; + A571B558232052D4003BC0AA /* onig_init.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = onig_init.c; sourceTree = ""; }; + A571B559232052D4003BC0AA /* regenc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regenc.c; sourceTree = ""; }; + A571B55A232052D4003BC0AA /* regerror.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regerror.c; sourceTree = ""; }; + A571B55B232052D4003BC0AA /* OnigurumaUefiPort.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OnigurumaUefiPort.h; sourceTree = ""; }; + A571B55C232052D4003BC0AA /* unicode_unfold_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_unfold_key.c; sourceTree = ""; }; + A571B55D232052D4003BC0AA /* reggnu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = reggnu.c; sourceTree = ""; }; + A571B55E232052D4003BC0AA /* unicode_fold_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_fold_data.c; sourceTree = ""; }; + A571B55F232052D4003BC0AA /* RegularExpressionDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RegularExpressionDxe.c; sourceTree = ""; }; + A571B562232052D4003BC0AA /* Measurement.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Measurement.c; sourceTree = ""; }; + A571B563232052D4003BC0AA /* SpeculationBarrierDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SpeculationBarrierDxe.c; sourceTree = ""; }; + A571B564232052D4003BC0AA /* VariableStandaloneMm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableStandaloneMm.inf; sourceTree = ""; }; + A571B565232052D4003BC0AA /* VariableSmm.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableSmm.uni; sourceTree = ""; }; + A571B566232052D4003BC0AA /* VariableSmmRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableSmmRuntimeDxeExtra.uni; sourceTree = ""; }; + A571B567232052D4003BC0AA /* SpeculationBarrierSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SpeculationBarrierSmm.c; sourceTree = ""; }; + A571B568232052D4003BC0AA /* VariableSmm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableSmm.inf; sourceTree = ""; }; + A571B569232052D4003BC0AA /* VariableTraditionalMm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableTraditionalMm.c; sourceTree = ""; }; + A571B56A232052D4003BC0AA /* PrivilegePolymorphic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrivilegePolymorphic.h; sourceTree = ""; }; + A571B56B232052D4003BC0AA /* VariableExLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableExLib.c; sourceTree = ""; }; + A571B56C232052D4003BC0AA /* Variable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Variable.h; sourceTree = ""; }; + A571B56D232052D4003BC0AA /* VariableSmmRuntimeDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableSmmRuntimeDxe.c; sourceTree = ""; }; + A571B56E232052D4003BC0AA /* VariableSmmRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableSmmRuntimeDxe.inf; sourceTree = ""; }; + A571B56F232052D4003BC0AA /* VariableStandaloneMm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableStandaloneMm.c; sourceTree = ""; }; + A571B570232052D4003BC0AA /* VariableSmmExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableSmmExtra.uni; sourceTree = ""; }; + A571B571232052D4003BC0AA /* VariableSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableSmm.c; sourceTree = ""; }; + A571B572232052D4003BC0AA /* TcgMorLockSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcgMorLockSmm.c; sourceTree = ""; }; + A571B573232052D4003BC0AA /* Reclaim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Reclaim.c; sourceTree = ""; }; + A571B574232052D4003BC0AA /* VariableDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableDxe.c; sourceTree = ""; }; + A571B575232052D4003BC0AA /* VariableSmmRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableSmmRuntimeDxe.uni; sourceTree = ""; }; + A571B576232052D4003BC0AA /* TcgMorLockDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcgMorLockDxe.c; sourceTree = ""; }; + A571B577232052D4003BC0AA /* VarCheck.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheck.c; sourceTree = ""; }; + A571B578232052D4003BC0AA /* VariableRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableRuntimeDxe.inf; sourceTree = ""; }; + A571B579232052D4003BC0AA /* VariableRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableRuntimeDxeExtra.uni; sourceTree = ""; }; + A571B57A232052D4003BC0AA /* VariableRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableRuntimeDxe.uni; sourceTree = ""; }; + A571B57B232052D4003BC0AA /* Variable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Variable.c; sourceTree = ""; }; + A571B57D232052D4003BC0AA /* PeiVariableExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiVariableExtra.uni; sourceTree = ""; }; + A571B57E232052D4003BC0AA /* PeiVariable.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiVariable.uni; sourceTree = ""; }; + A571B57F232052D4003BC0AA /* Variable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Variable.h; sourceTree = ""; }; + A571B580232052D4003BC0AA /* VariablePei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariablePei.inf; sourceTree = ""; }; + A571B581232052D4003BC0AA /* Variable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Variable.c; sourceTree = ""; }; + A571B583232052D4003BC0AA /* InputHandler.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InputHandler.c; sourceTree = ""; }; + A571B584232052D4003BC0AA /* FormDisplay.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FormDisplay.c; sourceTree = ""; }; + A571B585232052D4003BC0AA /* DisplayEngine.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayEngine.uni; sourceTree = ""; }; + A571B586232052D4003BC0AA /* FormDisplayStr.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FormDisplayStr.uni; sourceTree = ""; }; + A571B587232052D4003BC0AA /* FormDisplay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FormDisplay.h; sourceTree = ""; }; + A571B588232052D4003BC0AA /* Popup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Popup.c; sourceTree = ""; }; + A571B589232052D4003BC0AA /* ProcessOptions.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ProcessOptions.c; sourceTree = ""; }; + A571B58A232052D4003BC0AA /* DisplayEngineDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayEngineDxe.inf; sourceTree = ""; }; + A571B58B232052D4003BC0AA /* DisplayEngineExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayEngineExtra.uni; sourceTree = ""; }; + A571B58D232052D4003BC0AA /* CapsuleOnDiskLoadPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleOnDiskLoadPeiExtra.uni; sourceTree = ""; }; + A571B58E232052D4003BC0AA /* CapsuleOnDiskLoadPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleOnDiskLoadPei.c; sourceTree = ""; }; + A571B58F232052D4003BC0AA /* CapsuleOnDiskLoadPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleOnDiskLoadPei.inf; sourceTree = ""; }; + A571B590232052D4003BC0AA /* CapsuleOnDiskLoadPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleOnDiskLoadPei.uni; sourceTree = ""; }; + A571B592232052D4003BC0AA /* DriverHealthManagerDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverHealthManagerDxeExtra.uni; sourceTree = ""; }; + A571B593232052D4003BC0AA /* DriverHealthManagerDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverHealthManagerDxe.h; sourceTree = ""; }; + A571B594232052D4003BC0AA /* DriverHealthManagerVfr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverHealthManagerVfr.h; sourceTree = ""; }; + A571B595232052D4003BC0AA /* DriverHealthManagerStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverHealthManagerStrings.uni; sourceTree = ""; }; + A571B596232052D4003BC0AA /* DriverHealthManagerVfr.Vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverHealthManagerVfr.Vfr; sourceTree = ""; }; + A571B597232052D4003BC0AA /* DriverHealthManagerDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverHealthManagerDxe.uni; sourceTree = ""; }; + A571B598232052D4003BC0AA /* DriverHealthConfigureVfr.Vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverHealthConfigureVfr.Vfr; sourceTree = ""; }; + A571B599232052D4003BC0AA /* DriverHealthManagerDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DriverHealthManagerDxe.c; sourceTree = ""; }; + A571B59A232052D4003BC0AA /* DriverHealthManagerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverHealthManagerDxe.inf; sourceTree = ""; }; + A571B59C232052D4003BC0AA /* MonotonicCounterRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MonotonicCounterRuntimeDxeExtra.uni; sourceTree = ""; }; + A571B59D232052D4003BC0AA /* MonotonicCounterRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = MonotonicCounterRuntimeDxe.inf; sourceTree = ""; }; + A571B59E232052D4003BC0AA /* MonotonicCounter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MonotonicCounter.c; sourceTree = ""; }; + A571B59F232052D4003BC0AA /* MonotonicCounterRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MonotonicCounterRuntimeDxe.uni; sourceTree = ""; }; + A571B5A1232052D4003BC0AA /* LegacyRegion2Dxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LegacyRegion2Dxe.uni; sourceTree = ""; }; + A571B5A2232052D4003BC0AA /* LegacyRegion2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LegacyRegion2.c; sourceTree = ""; }; + A571B5A3232052D4003BC0AA /* LegacyRegion2Dxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = LegacyRegion2Dxe.inf; sourceTree = ""; }; + A571B5A4232052D4003BC0AA /* LegacyRegion2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyRegion2.h; sourceTree = ""; }; + A571B5A5232052D4003BC0AA /* LegacyRegion2DxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LegacyRegion2DxeExtra.uni; sourceTree = ""; }; + A571B5A7232052D4003BC0AA /* WatchdogTimer.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = WatchdogTimer.inf; sourceTree = ""; }; + A571B5A8232052D4003BC0AA /* WatchdogTimer.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = WatchdogTimer.uni; sourceTree = ""; }; + A571B5A9232052D4003BC0AA /* WatchdogTimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WatchdogTimer.c; sourceTree = ""; }; + A571B5AA232052D4003BC0AA /* WatchdogTimerExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = WatchdogTimerExtra.uni; sourceTree = ""; }; + A571B5AB232052D4003BC0AA /* WatchdogTimer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WatchdogTimer.h; sourceTree = ""; }; + A571B5AD232052D4003BC0AA /* FaultTolerantWriteSmmDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteSmmDxeExtra.uni; sourceTree = ""; }; + A571B5AE232052D4003BC0AA /* FaultTolerantWriteSmmCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FaultTolerantWriteSmmCommon.h; sourceTree = ""; }; + A571B5AF232052D4003BC0AA /* FaultTolerantWriteSmmDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FaultTolerantWriteSmmDxe.h; sourceTree = ""; }; + A571B5B0232052D4003BC0AA /* FaultTolerantWriteStandaloneMm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteStandaloneMm.inf; sourceTree = ""; }; + A571B5B1232052D4003BC0AA /* SmmFaultTolerantWriteDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmFaultTolerantWriteDxeExtra.uni; sourceTree = ""; }; + A571B5B2232052D4003BC0AA /* FaultTolerantWrite.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWrite.c; sourceTree = ""; }; + A571B5B3232052D4003BC0AA /* FaultTolerantWriteDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteDxe.inf; sourceTree = ""; }; + A571B5B4232052D4003BC0AA /* FaultTolerantWriteStandaloneMm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWriteStandaloneMm.c; sourceTree = ""; }; + A571B5B5232052D4003BC0AA /* FaultTolerantWriteSmmDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWriteSmmDxe.c; sourceTree = ""; }; + A571B5B6232052D4003BC0AA /* FaultTolerantWriteDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteDxeExtra.uni; sourceTree = ""; }; + A571B5B7232052D4003BC0AA /* FaultTolerantWriteDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteDxe.uni; sourceTree = ""; }; + A571B5B8232052D4003BC0AA /* FaultTolerantWriteSmm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteSmm.inf; sourceTree = ""; }; + A571B5B9232052D4003BC0AA /* FaultTolerantWriteTraditionalMm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWriteTraditionalMm.c; sourceTree = ""; }; + A571B5BA232052D4003BC0AA /* FaultTolerantWriteDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWriteDxe.c; sourceTree = ""; }; + A571B5BB232052D4003BC0AA /* FaultTolerantWriteSmmDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteSmmDxe.uni; sourceTree = ""; }; + A571B5BC232052D4003BC0AA /* FaultTolerantWriteSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWriteSmm.c; sourceTree = ""; }; + A571B5BD232052D4003BC0AA /* FtwMisc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FtwMisc.c; sourceTree = ""; }; + A571B5BE232052D4003BC0AA /* SmmFaultTolerantWriteDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmFaultTolerantWriteDxe.uni; sourceTree = ""; }; + A571B5BF232052D4003BC0AA /* UpdateWorkingBlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UpdateWorkingBlock.c; sourceTree = ""; }; + A571B5C0232052D4003BC0AA /* FaultTolerantWriteSmmDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteSmmDxe.inf; sourceTree = ""; }; + A571B5C1232052D4003BC0AA /* FaultTolerantWrite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FaultTolerantWrite.h; sourceTree = ""; }; + A571B5C3232052D4003BC0AA /* DevicePath.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePath.c; sourceTree = ""; }; + A571B5C4232052D4003BC0AA /* DevicePathDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DevicePathDxe.inf; sourceTree = ""; }; + A571B5C5232052D4003BC0AA /* DevicePathDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DevicePathDxeExtra.uni; sourceTree = ""; }; + A571B5C6232052D4003BC0AA /* DevicePathDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DevicePathDxe.uni; sourceTree = ""; }; + A571B5C8232052D4003BC0AA /* NVDataStruc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NVDataStruc.h; sourceTree = ""; }; + A571B5C9232052D4003BC0AA /* DriverSample.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DriverSample.c; sourceTree = ""; }; + A571B5CA232052D4003BC0AA /* DriverSampleDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverSampleDxe.inf; sourceTree = ""; }; + A571B5CB232052D4003BC0AA /* Inventory.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = Inventory.vfr; sourceTree = ""; }; + A571B5CC232052D4003BC0AA /* Vfr.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = Vfr.vfr; sourceTree = ""; }; + A571B5CD232052D4003BC0AA /* DriverSample.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverSample.uni; sourceTree = ""; }; + A571B5CE232052D4003BC0AA /* InventoryStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = InventoryStrings.uni; sourceTree = ""; }; + A571B5CF232052D4003BC0AA /* DriverSampleExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverSampleExtra.uni; sourceTree = ""; }; + A571B5D0232052D4003BC0AA /* DriverSample.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverSample.h; sourceTree = ""; }; + A571B5D1232052D4003BC0AA /* VfrStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VfrStrings.uni; sourceTree = ""; }; + A571B5D3232052D4003BC0AA /* SmbiosMeasurementDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmbiosMeasurementDxeExtra.uni; sourceTree = ""; }; + A571B5D4232052D4003BC0AA /* SmbiosMeasurementDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmbiosMeasurementDxe.c; sourceTree = ""; }; + A571B5D5232052D4003BC0AA /* SmbiosMeasurementDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmbiosMeasurementDxe.inf; sourceTree = ""; }; + A571B5D6232052D4003BC0AA /* SmbiosMeasurementDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmbiosMeasurementDxe.uni; sourceTree = ""; }; + A571B5D8232052D4003BC0AA /* HiiResourcesSample.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HiiResourcesSample.c; sourceTree = ""; }; + A571B5D9232052D4003BC0AA /* HiiResourcesSample.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HiiResourcesSample.uni; sourceTree = ""; }; + A571B5DA232052D4003BC0AA /* HiiResourcesSampleDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = HiiResourcesSampleDxe.inf; sourceTree = ""; }; + A571B5DB232052D4003BC0AA /* HiiResourcesSampleExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HiiResourcesSampleExtra.uni; sourceTree = ""; }; + A571B5DC232052D4003BC0AA /* SampleStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SampleStrings.uni; sourceTree = ""; }; + A571B5DD232052D4003BC0AA /* Sample.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = Sample.vfr; sourceTree = ""; }; + A571B5DF232052D4003BC0AA /* InternalPlatDriOverrideDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalPlatDriOverrideDxe.h; sourceTree = ""; }; + A571B5E0232052D4003BC0AA /* Vfr.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = Vfr.vfr; sourceTree = ""; }; + A571B5E1232052D4003BC0AA /* PlatOverMngr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatOverMngr.h; sourceTree = ""; }; + A571B5E2232052D4003BC0AA /* PlatformDriOverrideDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformDriOverrideDxe.inf; sourceTree = ""; }; + A571B5E3232052D4003BC0AA /* PlatDriOverrideLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlatDriOverrideLib.c; sourceTree = ""; }; + A571B5E4232052D4003BC0AA /* PlatDriOverrideDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatDriOverrideDxe.uni; sourceTree = ""; }; + A571B5E5232052D4003BC0AA /* PlatDriOverrideDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatDriOverrideDxeExtra.uni; sourceTree = ""; }; + A571B5E6232052D4003BC0AA /* PlatDriOverrideDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlatDriOverrideDxe.c; sourceTree = ""; }; + A571B5E7232052D4003BC0AA /* VfrStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VfrStrings.uni; sourceTree = ""; }; + A571B5E9232052D4003BC0AA /* LoadFileOnFv2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LoadFileOnFv2.c; sourceTree = ""; }; + A571B5EA232052D4003BC0AA /* LoadFileOnFv2.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = LoadFileOnFv2.inf; sourceTree = ""; }; + A571B5EB232052D4003BC0AA /* LoadFileOnFv2.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LoadFileOnFv2.uni; sourceTree = ""; }; + A571B5EC232052D4003BC0AA /* LoadFileOnFv2Extra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LoadFileOnFv2Extra.uni; sourceTree = ""; }; + A571B5EE232052D4003BC0AA /* BootManagerPolicyDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerPolicyDxe.uni; sourceTree = ""; }; + A571B5EF232052D4003BC0AA /* BootManagerPolicyDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerPolicyDxe.inf; sourceTree = ""; }; + A571B5F0232052D4003BC0AA /* BootManagerPolicyDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerPolicyDxeExtra.uni; sourceTree = ""; }; + A571B5F1232052D4003BC0AA /* BootManagerPolicyDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootManagerPolicyDxe.c; sourceTree = ""; }; + A571B5F4232052D4003BC0AA /* Pcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Pcd.c; sourceTree = ""; }; + A571B5F5232052D4003BC0AA /* PcdDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcdDxeExtra.uni; sourceTree = ""; }; + A571B5F6232052D4003BC0AA /* Service.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Service.h; sourceTree = ""; }; + A571B5F7232052D4003BC0AA /* Pcd.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Pcd.inf; sourceTree = ""; }; + A571B5F8232052D4003BC0AA /* Service.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Service.c; sourceTree = ""; }; + A571B5F9232052D4003BC0AA /* PcdDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcdDxe.uni; sourceTree = ""; }; + A571B5FB232052D4003BC0AA /* Pcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Pcd.c; sourceTree = ""; }; + A571B5FC232052D4003BC0AA /* Service.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Service.h; sourceTree = ""; }; + A571B5FD232052D4003BC0AA /* Pcd.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Pcd.inf; sourceTree = ""; }; + A571B5FE232052D4003BC0AA /* PcdPeim.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcdPeim.uni; sourceTree = ""; }; + A571B5FF232052D4003BC0AA /* PcdPeimExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcdPeimExtra.uni; sourceTree = ""; }; + A571B600232052D4003BC0AA /* Service.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Service.c; sourceTree = ""; }; + A571B602232052D4003BC0AA /* SectionExtractionPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SectionExtractionPei.c; sourceTree = ""; }; + A571B603232052D4003BC0AA /* SectionExtractionPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SectionExtractionPeiExtra.uni; sourceTree = ""; }; + A571B604232052D4003BC0AA /* SectionExtractionPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SectionExtractionPei.uni; sourceTree = ""; }; + A571B605232052D4003BC0AA /* SectionExtractionPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SectionExtractionPei.inf; sourceTree = ""; }; + A571B608232052D4003BC0AA /* StatusCodeHandlerRuntimeDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StatusCodeHandlerRuntimeDxe.c; sourceTree = ""; }; + A571B609232052D4003BC0AA /* MemoryStatusCodeWorker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryStatusCodeWorker.c; sourceTree = ""; }; + A571B60A232052D4003BC0AA /* StatusCodeHandlerRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerRuntimeDxeExtra.uni; sourceTree = ""; }; + A571B60B232052D4003BC0AA /* StatusCodeHandlerRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerRuntimeDxe.uni; sourceTree = ""; }; + A571B60C232052D4003BC0AA /* StatusCodeHandlerRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerRuntimeDxe.inf; sourceTree = ""; }; + A571B60D232052D4003BC0AA /* StatusCodeHandlerRuntimeDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeHandlerRuntimeDxe.h; sourceTree = ""; }; + A571B60E232052D4003BC0AA /* SerialStatusCodeWorker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SerialStatusCodeWorker.c; sourceTree = ""; }; + A571B610232052D4003BC0AA /* StatusCodeHandlerPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerPei.uni; sourceTree = ""; }; + A571B611232052D4003BC0AA /* StatusCodeHandlerPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerPeiExtra.uni; sourceTree = ""; }; + A571B612232052D4003BC0AA /* StatusCodeHandlerPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerPei.inf; sourceTree = ""; }; + A571B613232052D4003BC0AA /* StatusCodeHandlerPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeHandlerPei.h; sourceTree = ""; }; + A571B614232052D4003BC0AA /* MemoryStausCodeWorker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryStausCodeWorker.c; sourceTree = ""; }; + A571B615232052D4003BC0AA /* SerialStatusCodeWorker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SerialStatusCodeWorker.c; sourceTree = ""; }; + A571B616232052D4003BC0AA /* StatusCodeHandlerPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StatusCodeHandlerPei.c; sourceTree = ""; }; + A571B618232052D4003BC0AA /* MemoryStatusCodeWorker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryStatusCodeWorker.c; sourceTree = ""; }; + A571B619232052D4003BC0AA /* StatusCodeHandlerSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StatusCodeHandlerSmm.c; sourceTree = ""; }; + A571B61A232052D4003BC0AA /* StatusCodeHandlerSmmExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerSmmExtra.uni; sourceTree = ""; }; + A571B61B232052D4003BC0AA /* StatusCodeHandlerSmm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerSmm.inf; sourceTree = ""; }; + A571B61C232052D4003BC0AA /* SerialStatusCodeWorker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SerialStatusCodeWorker.c; sourceTree = ""; }; + A571B61D232052D4003BC0AA /* StatusCodeHandlerSmm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeHandlerSmm.h; sourceTree = ""; }; + A571B61E232052D4003BC0AA /* StatusCodeHandlerSmm.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerSmm.uni; sourceTree = ""; }; + A571B620232052D4003BC0AA /* DebugServicePei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugServicePei.c; sourceTree = ""; }; + A571B621232052D4003BC0AA /* DebugService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugService.h; sourceTree = ""; }; + A571B622232052D4003BC0AA /* DebugServicePei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugServicePei.inf; sourceTree = ""; }; + A571B623232052D4003BC0AA /* DebugServicePei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugServicePei.uni; sourceTree = ""; }; + A571B625232052D4003BC0AA /* TimestampDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TimestampDxe.c; sourceTree = ""; }; + A571B626232052D4003BC0AA /* TimestampDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TimestampDxe.uni; sourceTree = ""; }; + A571B627232052D4003BC0AA /* TimestampDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = TimestampDxe.inf; sourceTree = ""; }; + A571B628232052D4003BC0AA /* TimestampDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TimestampDxeExtra.uni; sourceTree = ""; }; + A571B62A232052D4003BC0AA /* ResetSystemPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemPeiExtra.uni; sourceTree = ""; }; + A571B62B232052D4003BC0AA /* ResetSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResetSystem.h; sourceTree = ""; }; + A571B62C232052D4003BC0AA /* ResetSystemPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemPei.inf; sourceTree = ""; }; + A571B62D232052D4003BC0AA /* ResetSystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ResetSystem.c; sourceTree = ""; }; + A571B62E232052D4003BC0AA /* ResetSystemPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemPei.uni; sourceTree = ""; }; + A571B630232052D4003BC0AA /* FvSimpleFileSystemEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FvSimpleFileSystemEntryPoint.c; sourceTree = ""; }; + A571B631232052D4003BC0AA /* FvSimpleFileSystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FvSimpleFileSystem.c; sourceTree = ""; }; + A571B632232052D4003BC0AA /* FvSimpleFileSystemDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FvSimpleFileSystemDxe.inf; sourceTree = ""; }; + A571B633232052D4003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B634232052D4003BC0AA /* FvSimpleFileSystemInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FvSimpleFileSystemInternal.h; sourceTree = ""; }; + A571B635232052D4003BC0AA /* FvSimpleFileSystem.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FvSimpleFileSystem.uni; sourceTree = ""; }; + A571B636232052D4003BC0AA /* FvSimpleFileSystemExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FvSimpleFileSystemExtra.uni; sourceTree = ""; }; + A571B638232052D4003BC0AA /* Defer3rdPartyImageLoad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Defer3rdPartyImageLoad.c; sourceTree = ""; }; + A571B639232052D4003BC0AA /* SecurityStubDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecurityStubDxe.uni; sourceTree = ""; }; + A571B63A232052D4003BC0AA /* SecurityStub.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SecurityStub.c; sourceTree = ""; }; + A571B63B232052D4003BC0AA /* SecurityStubDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecurityStubDxe.inf; sourceTree = ""; }; + A571B63C232052D4003BC0AA /* SecurityStubDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecurityStubDxeExtra.uni; sourceTree = ""; }; + A571B63D232052D4003BC0AA /* Defer3rdPartyImageLoad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Defer3rdPartyImageLoad.h; sourceTree = ""; }; + A571B640232052D4003BC0AA /* DiskIoDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DiskIoDxe.uni; sourceTree = ""; }; + A571B641232052D5003BC0AA /* DiskIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DiskIo.h; sourceTree = ""; }; + A571B642232052D5003BC0AA /* DiskIoDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DiskIoDxe.inf; sourceTree = ""; }; + A571B643232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B644232052D5003BC0AA /* DiskIoDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DiskIoDxeExtra.uni; sourceTree = ""; }; + A571B645232052D5003BC0AA /* DiskIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DiskIo.c; sourceTree = ""; }; + A571B647232052D5003BC0AA /* CdExpressPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CdExpressPei.inf; sourceTree = ""; }; + A571B648232052D5003BC0AA /* PeiCdExpress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiCdExpress.c; sourceTree = ""; }; + A571B649232052D5003BC0AA /* CdExpressPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CdExpressPei.uni; sourceTree = ""; }; + A571B64A232052D5003BC0AA /* PeiCdExpress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiCdExpress.h; sourceTree = ""; }; + A571B64B232052D5003BC0AA /* CdExpressPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CdExpressPeiExtra.uni; sourceTree = ""; }; + A571B64D232052D5003BC0AA /* Partition.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Partition.c; sourceTree = ""; }; + A571B64E232052D5003BC0AA /* Udf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Udf.c; sourceTree = ""; }; + A571B64F232052D5003BC0AA /* PartitionDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PartitionDxeExtra.uni; sourceTree = ""; }; + A571B650232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B651232052D5003BC0AA /* ElTorito.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ElTorito.c; sourceTree = ""; }; + A571B652232052D5003BC0AA /* PartitionDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PartitionDxe.uni; sourceTree = ""; }; + A571B653232052D5003BC0AA /* Partition.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Partition.h; sourceTree = ""; }; + A571B654232052D5003BC0AA /* PartitionDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PartitionDxe.inf; sourceTree = ""; }; + A571B655232052D5003BC0AA /* Mbr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mbr.c; sourceTree = ""; }; + A571B656232052D5003BC0AA /* Gpt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Gpt.c; sourceTree = ""; }; + A571B658232052D5003BC0AA /* RamDiskImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RamDiskImpl.h; sourceTree = ""; }; + A571B659232052D5003BC0AA /* RamDiskFileExplorer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RamDiskFileExplorer.c; sourceTree = ""; }; + A571B65A232052D5003BC0AA /* RamDiskNVData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RamDiskNVData.h; sourceTree = ""; }; + A571B65B232052D5003BC0AA /* RamDiskHiiStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = RamDiskHiiStrings.uni; sourceTree = ""; }; + A571B65C232052D5003BC0AA /* RamDiskImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RamDiskImpl.c; sourceTree = ""; }; + A571B65D232052D5003BC0AA /* RamDiskBlockIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RamDiskBlockIo.c; sourceTree = ""; }; + A571B65E232052D5003BC0AA /* RamDiskProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RamDiskProtocol.c; sourceTree = ""; }; + A571B65F232052D5003BC0AA /* RamDiskHii.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = RamDiskHii.vfr; sourceTree = ""; }; + A571B660232052D5003BC0AA /* RamDisk.asl */ = {isa = PBXFileReference; lastKnownFileType = text; path = RamDisk.asl; sourceTree = ""; }; + A571B661232052D5003BC0AA /* RamDiskDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = RamDiskDxe.inf; sourceTree = ""; }; + A571B662232052D5003BC0AA /* RamDiskDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RamDiskDriver.c; sourceTree = ""; }; + A571B663232052D5003BC0AA /* RamDiskDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = RamDiskDxe.uni; sourceTree = ""; }; + A571B666232052D5003BC0AA /* EnglishDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EnglishDxe.uni; sourceTree = ""; }; + A571B667232052D5003BC0AA /* EnglishDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EnglishDxeExtra.uni; sourceTree = ""; }; + A571B668232052D5003BC0AA /* UnicodeCollationEng.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UnicodeCollationEng.c; sourceTree = ""; }; + A571B669232052D5003BC0AA /* EnglishDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EnglishDxe.inf; sourceTree = ""; }; + A571B66A232052D5003BC0AA /* UnicodeCollationEng.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UnicodeCollationEng.h; sourceTree = ""; }; + A571B66C232052D5003BC0AA /* FileName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FileName.c; sourceTree = ""; }; + A571B66D232052D5003BC0AA /* Udf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Udf.c; sourceTree = ""; }; + A571B66E232052D5003BC0AA /* FileSystemOperations.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FileSystemOperations.c; sourceTree = ""; }; + A571B66F232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B670232052D5003BC0AA /* UdfDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UdfDxe.inf; sourceTree = ""; }; + A571B671232052D5003BC0AA /* Udf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Udf.h; sourceTree = ""; }; + A571B672232052D5003BC0AA /* File.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = File.c; sourceTree = ""; }; + A571B675232052D5003BC0AA /* LightMemoryTest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LightMemoryTest.c; sourceTree = ""; }; + A571B676232052D5003BC0AA /* GenericMemoryTestDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenericMemoryTestDxe.inf; sourceTree = ""; }; + A571B677232052D5003BC0AA /* GenericMemoryTestDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenericMemoryTestDxeExtra.uni; sourceTree = ""; }; + A571B678232052D5003BC0AA /* GenericMemoryTestDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenericMemoryTestDxe.uni; sourceTree = ""; }; + A571B679232052D5003BC0AA /* LightMemoryTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LightMemoryTest.h; sourceTree = ""; }; + A571B67B232052D5003BC0AA /* NullMemoryTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NullMemoryTest.h; sourceTree = ""; }; + A571B67C232052D5003BC0AA /* NullMemoryTestDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NullMemoryTestDxeExtra.uni; sourceTree = ""; }; + A571B67D232052D5003BC0AA /* NullMemoryTestDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = NullMemoryTestDxe.inf; sourceTree = ""; }; + A571B67E232052D5003BC0AA /* NullMemoryTest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NullMemoryTest.c; sourceTree = ""; }; + A571B67F232052D5003BC0AA /* NullMemoryTestDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NullMemoryTestDxe.uni; sourceTree = ""; }; + A571B681232052D5003BC0AA /* HiiDatabaseDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = HiiDatabaseDxe.inf; sourceTree = ""; }; + A571B682232052D5003BC0AA /* HiiDatabase.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HiiDatabase.uni; sourceTree = ""; }; + A571B683232052D5003BC0AA /* Database.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Database.c; sourceTree = ""; }; + A571B684232052D5003BC0AA /* ConfigRouting.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ConfigRouting.c; sourceTree = ""; }; + A571B685232052D5003BC0AA /* Font.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Font.c; sourceTree = ""; }; + A571B686232052D5003BC0AA /* String.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = String.c; sourceTree = ""; }; + A571B687232052D5003BC0AA /* Image.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Image.c; sourceTree = ""; }; + A571B688232052D5003BC0AA /* HiiDatabaseExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HiiDatabaseExtra.uni; sourceTree = ""; }; + A571B689232052D5003BC0AA /* HiiDatabase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiDatabase.h; sourceTree = ""; }; + A571B68A232052D5003BC0AA /* ConfigKeywordHandler.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ConfigKeywordHandler.c; sourceTree = ""; }; + A571B68B232052D5003BC0AA /* HiiDatabaseEntry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HiiDatabaseEntry.c; sourceTree = ""; }; + A571B68C232052D5003BC0AA /* ImageEx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ImageEx.c; sourceTree = ""; }; + A571B68E232052D5003BC0AA /* PciCfg2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciCfg2.c; sourceTree = ""; }; + A571B68F232052D5003BC0AA /* PcatSingleSegmentPciCfg2Pei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcatSingleSegmentPciCfg2Pei.inf; sourceTree = ""; }; + A571B690232052D5003BC0AA /* PcatSingleSegmentPciCfg2Pei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcatSingleSegmentPciCfg2Pei.uni; sourceTree = ""; }; + A571B691232052D5003BC0AA /* PcatSingleSegmentPciCfg2PeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcatSingleSegmentPciCfg2PeiExtra.uni; sourceTree = ""; }; + A571B693232052D5003BC0AA /* FaultTolerantWritePei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWritePei.inf; sourceTree = ""; }; + A571B694232052D5003BC0AA /* FaultTolerantWritePei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWritePei.uni; sourceTree = ""; }; + A571B695232052D5003BC0AA /* FaultTolerantWritePei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWritePei.c; sourceTree = ""; }; + A571B696232052D5003BC0AA /* FaultTolerantWritePeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWritePeiExtra.uni; sourceTree = ""; }; + A571B698232052D5003BC0AA /* Language.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Language.h; sourceTree = ""; }; + A571B699232052D5003BC0AA /* BdsEntry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BdsEntry.c; sourceTree = ""; }; + A571B69A232052D5003BC0AA /* HwErrRecSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HwErrRecSupport.c; sourceTree = ""; }; + A571B69B232052D5003BC0AA /* BdsDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BdsDxe.inf; sourceTree = ""; }; + A571B69C232052D5003BC0AA /* BdsDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BdsDxeExtra.uni; sourceTree = ""; }; + A571B69D232052D5003BC0AA /* BdsDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BdsDxe.uni; sourceTree = ""; }; + A571B69E232052D5003BC0AA /* Bds.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bds.h; sourceTree = ""; }; + A571B69F232052D5003BC0AA /* Language.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Language.c; sourceTree = ""; }; + A571B6A0232052D5003BC0AA /* HwErrRecSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HwErrRecSupport.h; sourceTree = ""; }; + A571B6A2232052D5003BC0AA /* SmmCommunicationBufferExtraDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCommunicationBufferExtraDxe.uni; sourceTree = ""; }; + A571B6A3232052D5003BC0AA /* SmmCommunicationBufferDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmCommunicationBufferDxe.c; sourceTree = ""; }; + A571B6A4232052D5003BC0AA /* SmmCommunicationBufferDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCommunicationBufferDxe.uni; sourceTree = ""; }; + A571B6A5232052D5003BC0AA /* SmmCommunicationBufferDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCommunicationBufferDxe.inf; sourceTree = ""; }; + A571B6A7232052D5003BC0AA /* CapsulePei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsulePei.uni; sourceTree = ""; }; + A571B6A8232052D5003BC0AA /* CapsulePei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsulePei.inf; sourceTree = ""; }; + A571B6A9232052D5003BC0AA /* CapsuleX64Extra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleX64Extra.uni; sourceTree = ""; }; + A571B6AA232052D5003BC0AA /* CapsulePeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsulePeiExtra.uni; sourceTree = ""; }; + A571B6AC232052D5003BC0AA /* X64Entry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X64Entry.c; sourceTree = ""; }; + A571B6AD232052D5003BC0AA /* PageFaultHandler.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = PageFaultHandler.nasm; sourceTree = ""; }; + A571B6AF232052D5003BC0AA /* CapsuleCoalesce.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleCoalesce.c; sourceTree = ""; }; + A571B6B0232052D5003BC0AA /* CommonHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommonHeader.h; sourceTree = ""; }; + A571B6B1232052D5003BC0AA /* CapsuleX64.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleX64.uni; sourceTree = ""; }; + A571B6B2232052D5003BC0AA /* Capsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Capsule.h; sourceTree = ""; }; + A571B6B3232052D5003BC0AA /* CapsuleX64.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleX64.inf; sourceTree = ""; }; + A571B6B4232052D5003BC0AA /* UefiCapsule.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiCapsule.c; sourceTree = ""; }; + A571B6B6232052D5003BC0AA /* ResetSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResetSystem.h; sourceTree = ""; }; + A571B6B7232052D5003BC0AA /* ResetSystemRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemRuntimeDxeExtra.uni; sourceTree = ""; }; + A571B6B8232052D5003BC0AA /* ResetSystemRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemRuntimeDxe.uni; sourceTree = ""; }; + A571B6B9232052D5003BC0AA /* ResetSystemRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemRuntimeDxe.inf; sourceTree = ""; }; + A571B6BA232052D5003BC0AA /* ResetSystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ResetSystem.c; sourceTree = ""; }; + A571B6BC232052D5003BC0AA /* Print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Print.c; sourceTree = ""; }; + A571B6BD232052D5003BC0AA /* PrintDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PrintDxeExtra.uni; sourceTree = ""; }; + A571B6BE232052D5003BC0AA /* PrintDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PrintDxe.uni; sourceTree = ""; }; + A571B6BF232052D5003BC0AA /* PrintDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PrintDxe.inf; sourceTree = ""; }; + A571B6C1232052D5003BC0AA /* SerialIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SerialIo.c; sourceTree = ""; }; + A571B6C2232052D5003BC0AA /* SerialDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SerialDxe.inf; sourceTree = ""; }; + A571B6C3232052D5003BC0AA /* SerialDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SerialDxe.uni; sourceTree = ""; }; + A571B6C4232052D5003BC0AA /* SerialDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SerialDxeExtra.uni; sourceTree = ""; }; + A571B6C7232052D5003BC0AA /* SmmLockBoxExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxExtra.uni; sourceTree = ""; }; + A571B6C8232052D5003BC0AA /* SmmLockBox.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBox.inf; sourceTree = ""; }; + A571B6C9232052D5003BC0AA /* SmmLockBox.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBox.uni; sourceTree = ""; }; + A571B6CA232052D5003BC0AA /* SmmLockBox.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmLockBox.c; sourceTree = ""; }; + A571B6CC232052D5003BC0AA /* FileExplorerDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FileExplorerDxe.c; sourceTree = ""; }; + A571B6CD232052D5003BC0AA /* FileExplorerDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerDxe.uni; sourceTree = ""; }; + A571B6CE232052D5003BC0AA /* FileExplorerDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerDxeExtra.uni; sourceTree = ""; }; + A571B6CF232052D5003BC0AA /* FileExplorerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerDxe.inf; sourceTree = ""; }; + A571B6D2232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeRouterRuntimeDxe.c; sourceTree = ""; }; + A571B6D3232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterRuntimeDxeExtra.uni; sourceTree = ""; }; + A571B6D4232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterRuntimeDxe.uni; sourceTree = ""; }; + A571B6D5232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterRuntimeDxe.inf; sourceTree = ""; }; + A571B6D6232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReportStatusCodeRouterRuntimeDxe.h; sourceTree = ""; }; + A571B6D8232052D5003BC0AA /* ReportStatusCodeRouterPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterPei.inf; sourceTree = ""; }; + A571B6D9232052D5003BC0AA /* ReportStatusCodeRouterPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterPei.uni; sourceTree = ""; }; + A571B6DA232052D5003BC0AA /* ReportStatusCodeRouterPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterPeiExtra.uni; sourceTree = ""; }; + A571B6DB232052D5003BC0AA /* ReportStatusCodeRouterPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReportStatusCodeRouterPei.h; sourceTree = ""; }; + A571B6DC232052D5003BC0AA /* ReportStatusCodeRouterPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeRouterPei.c; sourceTree = ""; }; + A571B6DE232052D5003BC0AA /* ReportStatusCodeRouterSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeRouterSmm.c; sourceTree = ""; }; + A571B6DF232052D5003BC0AA /* ReportStatusCodeRouterSmmExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterSmmExtra.uni; sourceTree = ""; }; + A571B6E0232052D5003BC0AA /* ReportStatusCodeRouterSmm.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterSmm.uni; sourceTree = ""; }; + A571B6E1232052D5003BC0AA /* ReportStatusCodeRouterSmm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReportStatusCodeRouterSmm.h; sourceTree = ""; }; + A571B6E2232052D5003BC0AA /* ReportStatusCodeRouterSmm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterSmm.inf; sourceTree = ""; }; + A571B6E4232052D5003BC0AA /* CapsuleCache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleCache.c; sourceTree = ""; }; + A571B6E5232052D5003BC0AA /* CapsuleCacheNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleCacheNull.c; sourceTree = ""; }; + A571B6E7232052D5003BC0AA /* SaveLongModeContext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SaveLongModeContext.c; sourceTree = ""; }; + A571B6E8232052D5003BC0AA /* CapsuleService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleService.h; sourceTree = ""; }; + A571B6E9232052D5003BC0AA /* CapsuleRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleRuntimeDxe.uni; sourceTree = ""; }; + A571B6EA232052D5003BC0AA /* CapsuleRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleRuntimeDxe.inf; sourceTree = ""; }; + A571B6EB232052D5003BC0AA /* CapsuleRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleRuntimeDxeExtra.uni; sourceTree = ""; }; + A571B6EC232052D5003BC0AA /* CapsuleReset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleReset.c; sourceTree = ""; }; + A571B6ED232052D5003BC0AA /* SaveLongModeContext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SaveLongModeContext.c; sourceTree = ""; }; + A571B6EF232052D5003BC0AA /* CapsuleReset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleReset.c; sourceTree = ""; }; + A571B6F0232052D5003BC0AA /* CapsuleService.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleService.c; sourceTree = ""; }; + A571B6F2232052D5003BC0AA /* Expression.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Expression.c; sourceTree = ""; }; + A571B6F3232052D5003BC0AA /* SetupBrowserExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SetupBrowserExtra.uni; sourceTree = ""; }; + A571B6F4232052D5003BC0AA /* Setup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Setup.h; sourceTree = ""; }; + A571B6F5232052D5003BC0AA /* Presentation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Presentation.c; sourceTree = ""; }; + A571B6F6232052D5003BC0AA /* SetupBrowserDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SetupBrowserDxe.inf; sourceTree = ""; }; + A571B6F7232052D5003BC0AA /* Setup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Setup.c; sourceTree = ""; }; + A571B6F8232052D5003BC0AA /* Expression.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Expression.h; sourceTree = ""; }; + A571B6F9232052D5003BC0AA /* IfrParse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IfrParse.c; sourceTree = ""; }; + A571B6FA232052D5003BC0AA /* SetupBrowser.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SetupBrowser.uni; sourceTree = ""; }; + A571B6FD232052D5003BC0AA /* GraphicsConsoleDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = GraphicsConsoleDxeExtra.uni; sourceTree = ""; }; + A571B6FE232052D5003BC0AA /* GraphicsConsole.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GraphicsConsole.h; sourceTree = ""; }; + A571B6FF232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B700232052D5003BC0AA /* GraphicsConsoleDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = GraphicsConsoleDxe.inf; sourceTree = ""; }; + A571B701232052D5003BC0AA /* GraphicsConsoleDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = GraphicsConsoleDxe.uni; sourceTree = ""; }; + A571B702232052D5003BC0AA /* LaffStd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LaffStd.c; sourceTree = ""; }; + A571B703232052D5003BC0AA /* GraphicsConsole.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GraphicsConsole.c; sourceTree = ""; }; + A571B705232052D5003BC0AA /* TerminalDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TerminalDxeExtra.uni; sourceTree = ""; }; + A571B706232052D5003BC0AA /* TerminalDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TerminalDxe.uni; sourceTree = ""; }; + A571B707232052D5003BC0AA /* TerminalConOut.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TerminalConOut.c; sourceTree = ""; }; + A571B708232052D5003BC0AA /* TerminalConIn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TerminalConIn.c; sourceTree = ""; }; + A571B709232052D5003BC0AA /* TerminalDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = TerminalDxe.inf; sourceTree = ""; }; + A571B70A232052D5003BC0AA /* Terminal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Terminal.c; sourceTree = ""; }; + A571B70B232052D5003BC0AA /* Vtutf8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Vtutf8.c; sourceTree = ""; }; + A571B70C232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B70D232052D5003BC0AA /* Terminal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Terminal.h; sourceTree = ""; }; + A571B70E232052D5003BC0AA /* Ansi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ansi.c; sourceTree = ""; }; + A571B710232052D5003BC0AA /* ConPlatformDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ConPlatformDxeExtra.uni; sourceTree = ""; }; + A571B711232052D5003BC0AA /* ConPlatform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ConPlatform.c; sourceTree = ""; }; + A571B712232052D5003BC0AA /* ConPlatformDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ConPlatformDxe.inf; sourceTree = ""; }; + A571B713232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B714232052D5003BC0AA /* ConPlatformDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ConPlatformDxe.uni; sourceTree = ""; }; + A571B715232052D5003BC0AA /* ConPlatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConPlatform.h; sourceTree = ""; }; + A571B717232052D5003BC0AA /* ConSplitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConSplitter.h; sourceTree = ""; }; + A571B718232052D5003BC0AA /* ConSplitterGraphics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ConSplitterGraphics.c; sourceTree = ""; }; + A571B719232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B71A232052D5003BC0AA /* ConSplitter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ConSplitter.c; sourceTree = ""; }; + A571B71B232052D5003BC0AA /* ConSplitterDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ConSplitterDxe.uni; sourceTree = ""; }; + A571B71C232052D5003BC0AA /* ConSplitterDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ConSplitterDxeExtra.uni; sourceTree = ""; }; + A571B71D232052D5003BC0AA /* ConSplitterDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ConSplitterDxe.inf; sourceTree = ""; }; + A571B71F232052D5003BC0AA /* GraphicsOutput.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GraphicsOutput.h; sourceTree = ""; }; + A571B720232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B721232052D5003BC0AA /* GraphicsOutputDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = GraphicsOutputDxe.inf; sourceTree = ""; }; + A571B722232052D5003BC0AA /* GraphicsOutput.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GraphicsOutput.c; sourceTree = ""; }; + A571B724232052D5003BC0AA /* Metronome.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Metronome.inf; sourceTree = ""; }; + A571B725232052D5003BC0AA /* Metronome.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Metronome.c; sourceTree = ""; }; + A571B726232052D5003BC0AA /* Metronome.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Metronome.uni; sourceTree = ""; }; + A571B727232052D5003BC0AA /* MetronomeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MetronomeExtra.uni; sourceTree = ""; }; + A571B728232052D5003BC0AA /* Metronome.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Metronome.h; sourceTree = ""; }; + A571B72B232052D5003BC0AA /* FmpAuthenticationLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FmpAuthenticationLib.h; sourceTree = ""; }; + A571B72C232052D5003BC0AA /* PlatformHookLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformHookLib.h; sourceTree = ""; }; + A571B72D232052D5003BC0AA /* UefiBootManagerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiBootManagerLib.h; sourceTree = ""; }; + A571B72E232052D5003BC0AA /* HttpLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpLib.h; sourceTree = ""; }; + A571B72F232052D5003BC0AA /* TpmMeasurementLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TpmMeasurementLib.h; sourceTree = ""; }; + A571B730232052D5003BC0AA /* PciHostBridgeLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHostBridgeLib.h; sourceTree = ""; }; + A571B731232052D5003BC0AA /* SecurityManagementLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecurityManagementLib.h; sourceTree = ""; }; + A571B732232052D5003BC0AA /* DisplayUpdateProgressLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DisplayUpdateProgressLib.h; sourceTree = ""; }; + A571B733232052D5003BC0AA /* IpmiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiLib.h; sourceTree = ""; }; + A571B734232052D5003BC0AA /* DebugAgentLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugAgentLib.h; sourceTree = ""; }; + A571B735232052D5003BC0AA /* UefiHiiServicesLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiHiiServicesLib.h; sourceTree = ""; }; + A571B736232052D5003BC0AA /* PlatformBootManagerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformBootManagerLib.h; sourceTree = ""; }; + A571B737232052D5003BC0AA /* UdpIoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UdpIoLib.h; sourceTree = ""; }; + A571B738232052D5003BC0AA /* MemoryProfileLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryProfileLib.h; sourceTree = ""; }; + A571B739232052D5003BC0AA /* SmmCorePlatformHookLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCorePlatformHookLib.h; sourceTree = ""; }; + A571B73A232052D5003BC0AA /* CustomizedDisplayLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomizedDisplayLib.h; sourceTree = ""; }; + A571B73B232052D5003BC0AA /* ResetUtilityLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResetUtilityLib.h; sourceTree = ""; }; + A571B73C232052D5003BC0AA /* SortLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SortLib.h; sourceTree = ""; }; + A571B73D232052D5003BC0AA /* FrameBufferBltLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameBufferBltLib.h; sourceTree = ""; }; + A571B73E232052D5003BC0AA /* NetLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NetLib.h; sourceTree = ""; }; + A571B73F232052D5003BC0AA /* OemHookStatusCodeLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OemHookStatusCodeLib.h; sourceTree = ""; }; + A571B740232052D5003BC0AA /* BmpSupportLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BmpSupportLib.h; sourceTree = ""; }; + A571B741232052D5003BC0AA /* LockBoxLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LockBoxLib.h; sourceTree = ""; }; + A571B742232052D5003BC0AA /* ResetSystemLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResetSystemLib.h; sourceTree = ""; }; + A571B743232052D5003BC0AA /* VarCheckLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VarCheckLib.h; sourceTree = ""; }; + A571B744232052D5003BC0AA /* RecoveryLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RecoveryLib.h; sourceTree = ""; }; + A571B745232052D5003BC0AA /* AuthVariableLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AuthVariableLib.h; sourceTree = ""; }; + A571B746232052D5003BC0AA /* HiiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiLib.h; sourceTree = ""; }; + A571B747232052D5003BC0AA /* NonDiscoverableDeviceRegistrationLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NonDiscoverableDeviceRegistrationLib.h; sourceTree = ""; }; + A571B748232052D5003BC0AA /* TcpIoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcpIoLib.h; sourceTree = ""; }; + A571B749232052D5003BC0AA /* BootLogoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootLogoLib.h; sourceTree = ""; }; + A571B74A232052D5003BC0AA /* PlatformVarCleanupLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformVarCleanupLib.h; sourceTree = ""; }; + A571B74B232052D5003BC0AA /* CpuExceptionHandlerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuExceptionHandlerLib.h; sourceTree = ""; }; + A571B74C232052D5003BC0AA /* CapsuleLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleLib.h; sourceTree = ""; }; + A571B74D232052D5003BC0AA /* S3Lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3Lib.h; sourceTree = ""; }; + A571B74E232052D5003BC0AA /* FileExplorerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileExplorerLib.h; sourceTree = ""; }; + A571B750232052D5003BC0AA /* Ps2Policy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ps2Policy.h; sourceTree = ""; }; + A571B751232052D5003BC0AA /* FileExplorer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileExplorer.h; sourceTree = ""; }; + A571B752232052D5003BC0AA /* UfsHostControllerPlatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsHostControllerPlatform.h; sourceTree = ""; }; + A571B753232052D5003BC0AA /* EsrtManagement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EsrtManagement.h; sourceTree = ""; }; + A571B754232052D5003BC0AA /* NonDiscoverableDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NonDiscoverableDevice.h; sourceTree = ""; }; + A571B755232052D5003BC0AA /* PlatformSpecificResetFilter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformSpecificResetFilter.h; sourceTree = ""; }; + A571B756232052D5003BC0AA /* IpmiProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiProtocol.h; sourceTree = ""; }; + A571B757232052D5003BC0AA /* SwapAddressRange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwapAddressRange.h; sourceTree = ""; }; + A571B758232052D5003BC0AA /* DebuggerConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebuggerConfiguration.h; sourceTree = ""; }; + A571B759232052D5003BC0AA /* IoMmu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IoMmu.h; sourceTree = ""; }; + A571B75A232052D5003BC0AA /* PlatformSpecificResetHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformSpecificResetHandler.h; sourceTree = ""; }; + A571B75B232052D5003BC0AA /* LoadPe32Image.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadPe32Image.h; sourceTree = ""; }; + A571B75C232052D5003BC0AA /* VarCheck.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VarCheck.h; sourceTree = ""; }; + A571B75D232052D5003BC0AA /* FirmwareManagementProgress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareManagementProgress.h; sourceTree = ""; }; + A571B75E232052D5003BC0AA /* AtaAtapiPolicy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaAtapiPolicy.h; sourceTree = ""; }; + A571B75F232052D5003BC0AA /* SmmMemoryAttribute.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmMemoryAttribute.h; sourceTree = ""; }; + A571B760232052D5003BC0AA /* SdMmcOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdMmcOverride.h; sourceTree = ""; }; + A571B761232052D5003BC0AA /* FormBrowserEx2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FormBrowserEx2.h; sourceTree = ""; }; + A571B762232052D5003BC0AA /* SmmSwapAddressRange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmSwapAddressRange.h; sourceTree = ""; }; + A571B763232052D5003BC0AA /* UfsHostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsHostController.h; sourceTree = ""; }; + A571B764232052D5003BC0AA /* SmmFirmwareVolumeBlock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmFirmwareVolumeBlock.h; sourceTree = ""; }; + A571B765232052D5003BC0AA /* EbcVmTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EbcVmTest.h; sourceTree = ""; }; + A571B766232052D5003BC0AA /* PlatformLogo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformLogo.h; sourceTree = ""; }; + A571B767232052D5003BC0AA /* PeCoffImageEmulator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeCoffImageEmulator.h; sourceTree = ""; }; + A571B768232052D5003BC0AA /* Print2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Print2.h; sourceTree = ""; }; + A571B769232052D5003BC0AA /* BootLogo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootLogo.h; sourceTree = ""; }; + A571B76A232052D5003BC0AA /* SmmReadyToBoot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmReadyToBoot.h; sourceTree = ""; }; + A571B76B232052D5003BC0AA /* SmmLegacyBoot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmLegacyBoot.h; sourceTree = ""; }; + A571B76C232052D5003BC0AA /* SmmVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmVariable.h; sourceTree = ""; }; + A571B76D232052D5003BC0AA /* SmmFaultTolerantWrite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmFaultTolerantWrite.h; sourceTree = ""; }; + A571B76E232052D5003BC0AA /* LockBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LockBox.h; sourceTree = ""; }; + A571B76F232052D5003BC0AA /* GenericMemoryTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GenericMemoryTest.h; sourceTree = ""; }; + A571B770232052D5003BC0AA /* DisplayProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DisplayProtocol.h; sourceTree = ""; }; + A571B771232052D5003BC0AA /* BootLogo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootLogo2.h; sourceTree = ""; }; + A571B772232052D5003BC0AA /* FormBrowserEx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FormBrowserEx.h; sourceTree = ""; }; + A571B773232052D5003BC0AA /* VariableLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VariableLock.h; sourceTree = ""; }; + A571B774232052D5003BC0AA /* EbcSimpleDebugger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EbcSimpleDebugger.h; sourceTree = ""; }; + A571B775232052D5003BC0AA /* SmmVarCheck.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmVarCheck.h; sourceTree = ""; }; + A571B776232052D5003BC0AA /* SmmExitBootServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmExitBootServices.h; sourceTree = ""; }; + A571B777232052D5003BC0AA /* FaultTolerantWrite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FaultTolerantWrite.h; sourceTree = ""; }; + A571B779232052D5003BC0AA /* EndOfS3Resume.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EndOfS3Resume.h; sourceTree = ""; }; + A571B77A232052D5003BC0AA /* MdeModulePkgTokenSpace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MdeModulePkgTokenSpace.h; sourceTree = ""; }; + A571B77B232052D5003BC0AA /* LoadModuleAtFixedAddress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadModuleAtFixedAddress.h; sourceTree = ""; }; + A571B77C232052D5003BC0AA /* SystemNvDataGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SystemNvDataGuid.h; sourceTree = ""; }; + A571B77D232052D5003BC0AA /* ExtendedFirmwarePerformance.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExtendedFirmwarePerformance.h; sourceTree = ""; }; + A571B77E232052D5003BC0AA /* MdeModuleHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MdeModuleHii.h; sourceTree = ""; }; + A571B77F232052D5003BC0AA /* NonDiscoverableDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NonDiscoverableDevice.h; sourceTree = ""; }; + A571B780232052D5003BC0AA /* PlatformHasAcpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformHasAcpi.h; sourceTree = ""; }; + A571B781232052D5003BC0AA /* SmmVariableCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmVariableCommon.h; sourceTree = ""; }; + A571B782232052D5003BC0AA /* MemoryProfile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryProfile.h; sourceTree = ""; }; + A571B783232052D5003BC0AA /* RamDiskHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RamDiskHii.h; sourceTree = ""; }; + A571B784232052D5003BC0AA /* PcdDataBaseSignatureGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcdDataBaseSignatureGuid.h; sourceTree = ""; }; + A571B785232052D5003BC0AA /* VariableIndexTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VariableIndexTable.h; sourceTree = ""; }; + A571B786232052D5003BC0AA /* ConsoleInDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConsoleInDevice.h; sourceTree = ""; }; + A571B787232052D5003BC0AA /* SerialPortLibVendor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SerialPortLibVendor.h; sourceTree = ""; }; + A571B788232052D5003BC0AA /* RecoveryDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RecoveryDevice.h; sourceTree = ""; }; + A571B789232052D5003BC0AA /* IdleLoopEvent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IdleLoopEvent.h; sourceTree = ""; }; + A571B78A232052D5003BC0AA /* Performance.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Performance.h; sourceTree = ""; }; + A571B78B232052D5003BC0AA /* UsbKeyBoardLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbKeyBoardLayout.h; sourceTree = ""; }; + A571B78C232052D5003BC0AA /* ZeroGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ZeroGuid.h; sourceTree = ""; }; + A571B78D232052D5003BC0AA /* PcdDataBaseHobGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcdDataBaseHobGuid.h; sourceTree = ""; }; + A571B78E232052D5003BC0AA /* LzmaDecompress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaDecompress.h; sourceTree = ""; }; + A571B78F232052D5003BC0AA /* Ip4Config2Hii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Config2Hii.h; sourceTree = ""; }; + A571B790232052D5003BC0AA /* PiSmmMemoryAttributesTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmMemoryAttributesTable.h; sourceTree = ""; }; + A571B791232052D5003BC0AA /* VarErrorFlag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VarErrorFlag.h; sourceTree = ""; }; + A571B792232052D5003BC0AA /* ConsoleOutDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConsoleOutDevice.h; sourceTree = ""; }; + A571B793232052D5003BC0AA /* SmmLockBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmLockBox.h; sourceTree = ""; }; + A571B794232052D5003BC0AA /* BootScriptExecutorVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootScriptExecutorVariable.h; sourceTree = ""; }; + A571B795232052D5003BC0AA /* MtcVendor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MtcVendor.h; sourceTree = ""; }; + A571B796232052D5003BC0AA /* DriverSampleHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverSampleHii.h; sourceTree = ""; }; + A571B797232052D5003BC0AA /* StandardErrorDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StandardErrorDevice.h; sourceTree = ""; }; + A571B798232052D5003BC0AA /* MemoryStatusCodeRecord.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryStatusCodeRecord.h; sourceTree = ""; }; + A571B799232052D5003BC0AA /* S3SmmInitDone.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3SmmInitDone.h; sourceTree = ""; }; + A571B79A232052D5003BC0AA /* StatusCodeDataTypeDebug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeDataTypeDebug.h; sourceTree = ""; }; + A571B79B232052D5003BC0AA /* EventExitBootServiceFailed.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EventExitBootServiceFailed.h; sourceTree = ""; }; + A571B79C232052D5003BC0AA /* S3StorageDeviceInitList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3StorageDeviceInitList.h; sourceTree = ""; }; + A571B79D232052D5003BC0AA /* CapsuleVendor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleVendor.h; sourceTree = ""; }; + A571B79E232052D5003BC0AA /* ConnectConInEvent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConnectConInEvent.h; sourceTree = ""; }; + A571B79F232052D5003BC0AA /* VlanConfigHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VlanConfigHii.h; sourceTree = ""; }; + A571B7A0232052D5003BC0AA /* SmiHandlerProfile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmiHandlerProfile.h; sourceTree = ""; }; + A571B7A1232052D5003BC0AA /* PerformanceMeasurement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PerformanceMeasurement.h; sourceTree = ""; }; + A571B7A2232052D5003BC0AA /* HiiBootMaintenanceFormset.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiBootMaintenanceFormset.h; sourceTree = ""; }; + A571B7A3232052D5003BC0AA /* PlatDriOverrideHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatDriOverrideHii.h; sourceTree = ""; }; + A571B7A4232052D5003BC0AA /* DebugMask.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugMask.h; sourceTree = ""; }; + A571B7A5232052D5003BC0AA /* VariableFormat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VariableFormat.h; sourceTree = ""; }; + A571B7A6232052D5003BC0AA /* AcpiS3Context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiS3Context.h; sourceTree = ""; }; + A571B7A7232052D5003BC0AA /* StatusCodeDataTypeVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeDataTypeVariable.h; sourceTree = ""; }; + A571B7A8232052D5003BC0AA /* Ip4IScsiConfigHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4IScsiConfigHii.h; sourceTree = ""; }; + A571B7A9232052D5003BC0AA /* Crc32GuidedSectionExtraction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Crc32GuidedSectionExtraction.h; sourceTree = ""; }; + A571B7AA232052D5003BC0AA /* TtyTerm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TtyTerm.h; sourceTree = ""; }; + A571B7AB232052D5003BC0AA /* PiSmmCommunicationRegionTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmCommunicationRegionTable.h; sourceTree = ""; }; + A571B7AC232052D5003BC0AA /* StatusCodeCallbackGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeCallbackGuid.h; sourceTree = ""; }; + A571B7AD232052D5003BC0AA /* HiiResourceSampleHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiResourceSampleHii.h; sourceTree = ""; }; + A571B7AE232052D5003BC0AA /* MemoryTypeInformation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryTypeInformation.h; sourceTree = ""; }; + A571B7AF232052D5003BC0AA /* FirmwarePerformance.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwarePerformance.h; sourceTree = ""; }; + A571B7B0232052D5003BC0AA /* FaultTolerantWrite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FaultTolerantWrite.h; sourceTree = ""; }; + A571B7B2232052D5003BC0AA /* SerialPortPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SerialPortPei.h; sourceTree = ""; }; + A571B7B3232052D5003BC0AA /* PlatformSpecificResetFilter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformSpecificResetFilter.h; sourceTree = ""; }; + A571B7B4232052D5003BC0AA /* Debug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Debug.h; sourceTree = ""; }; + A571B7B5232052D5003BC0AA /* SdMmcHostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdMmcHostController.h; sourceTree = ""; }; + A571B7B6232052D5003BC0AA /* IoMmu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IoMmu.h; sourceTree = ""; }; + A571B7B7232052D5003BC0AA /* Usb2HostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Usb2HostController.h; sourceTree = ""; }; + A571B7B8232052D5003BC0AA /* AtaController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaController.h; sourceTree = ""; }; + A571B7B9232052D5003BC0AA /* AtaAhciController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaAhciController.h; sourceTree = ""; }; + A571B7BA232052D5003BC0AA /* PlatformSpecificResetHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformSpecificResetHandler.h; sourceTree = ""; }; + A571B7BB232052D5003BC0AA /* AtaPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaPassThru.h; sourceTree = ""; }; + A571B7BC232052D5003BC0AA /* IpmiPpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiPpi.h; sourceTree = ""; }; + A571B7BD232052D5003BC0AA /* UfsHostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsHostController.h; sourceTree = ""; }; + A571B7BE232052D5003BC0AA /* PlatformSpecificResetNotification.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformSpecificResetNotification.h; sourceTree = ""; }; + A571B7BF232052D5003BC0AA /* StorageSecurityCommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StorageSecurityCommand.h; sourceTree = ""; }; + A571B7C0232052D5003BC0AA /* SmmControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmControl.h; sourceTree = ""; }; + A571B7C1232052D5003BC0AA /* SmmCommunication.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCommunication.h; sourceTree = ""; }; + A571B7C2232052D5003BC0AA /* NvmExpressPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPassThru.h; sourceTree = ""; }; + A571B7C3232052D5003BC0AA /* UsbHostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHostController.h; sourceTree = ""; }; + A571B7C4232052D5003BC0AA /* UsbIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbIo.h; sourceTree = ""; }; + A571B7C5232052D5003BC0AA /* NvmExpressHostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressHostController.h; sourceTree = ""; }; + A571B7C6232052D5003BC0AA /* UsbController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbController.h; sourceTree = ""; }; + A571B7C7232052D5003BC0AA /* SmmAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmAccess.h; sourceTree = ""; }; + A571B7C8232052D5003BC0AA /* CapsuleOnDisk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleOnDisk.h; sourceTree = ""; }; + A571B7C9232052D5003BC0AA /* PostBootScriptTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PostBootScriptTable.h; sourceTree = ""; }; + A571B7CA232052D5003BC0AA /* SecPerformance.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecPerformance.h; sourceTree = ""; }; + A571B7CB232052D5003BC0AA /* MdeModulePkgExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdeModulePkgExtra.uni; sourceTree = ""; }; + A571B7CF232052D5003BC0AA /* SdBlockIoPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdBlockIoPei.c; sourceTree = ""; }; + A571B7D0232052D5003BC0AA /* SdHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdHcMem.c; sourceTree = ""; }; + A571B7D1232052D5003BC0AA /* SdBlockIoPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdBlockIoPeiExtra.uni; sourceTree = ""; }; + A571B7D2232052D5003BC0AA /* SdHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdHci.h; sourceTree = ""; }; + A571B7D3232052D5003BC0AA /* SdBlockIoPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdBlockIoPei.uni; sourceTree = ""; }; + A571B7D4232052D5003BC0AA /* SdBlockIoPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdBlockIoPei.inf; sourceTree = ""; }; + A571B7D5232052D5003BC0AA /* SdHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdHcMem.h; sourceTree = ""; }; + A571B7D6232052D5003BC0AA /* SdBlockIoPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdBlockIoPei.h; sourceTree = ""; }; + A571B7D7232052D5003BC0AA /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A571B7D8232052D5003BC0AA /* SdHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdHci.c; sourceTree = ""; }; + A571B7DA232052D5003BC0AA /* EmmcHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcHcMem.c; sourceTree = ""; }; + A571B7DB232052D5003BC0AA /* EmmcHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcHci.c; sourceTree = ""; }; + A571B7DC232052D5003BC0AA /* EmmcBlockIoPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcBlockIoPei.c; sourceTree = ""; }; + A571B7DD232052D5003BC0AA /* EmmcBlockIoPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmmcBlockIoPeiExtra.uni; sourceTree = ""; }; + A571B7DE232052D5003BC0AA /* EmmcHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmmcHcMem.h; sourceTree = ""; }; + A571B7DF232052D5003BC0AA /* EmmcHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmmcHci.h; sourceTree = ""; }; + A571B7E0232052D5003BC0AA /* EmmcBlockIoPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmmcBlockIoPei.h; sourceTree = ""; }; + A571B7E1232052D5003BC0AA /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A571B7E2232052D5003BC0AA /* EmmcBlockIoPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmmcBlockIoPei.uni; sourceTree = ""; }; + A571B7E3232052D5003BC0AA /* EmmcBlockIoPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmmcBlockIoPei.inf; sourceTree = ""; }; + A571B7E5232052D5003BC0AA /* SdBlockIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdBlockIo.c; sourceTree = ""; }; + A571B7E6232052D5003BC0AA /* SdDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdDxe.uni; sourceTree = ""; }; + A571B7E7232052D5003BC0AA /* SdDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdDxe.c; sourceTree = ""; }; + A571B7E8232052D5003BC0AA /* SdDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdDxe.inf; sourceTree = ""; }; + A571B7E9232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B7EA232052D5003BC0AA /* SdDiskInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdDiskInfo.h; sourceTree = ""; }; + A571B7EB232052D5003BC0AA /* SdBlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdBlockIo.h; sourceTree = ""; }; + A571B7EC232052D5003BC0AA /* SdDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdDxe.h; sourceTree = ""; }; + A571B7ED232052D5003BC0AA /* SdDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdDxeExtra.uni; sourceTree = ""; }; + A571B7EE232052D5003BC0AA /* SdDiskInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdDiskInfo.c; sourceTree = ""; }; + A571B7F0232052D5003BC0AA /* EmmcDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmmcDxe.h; sourceTree = ""; }; + A571B7F1232052D5003BC0AA /* EmmcDiskInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmmcDiskInfo.h; sourceTree = ""; }; + A571B7F2232052D5003BC0AA /* EmmcDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmmcDxe.uni; sourceTree = ""; }; + A571B7F3232052D5003BC0AA /* EmmcBlockIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcBlockIo.c; sourceTree = ""; }; + A571B7F4232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B7F5232052D5003BC0AA /* EmmcDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmmcDxe.inf; sourceTree = ""; }; + A571B7F6232052D5003BC0AA /* EmmcDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcDxe.c; sourceTree = ""; }; + A571B7F7232052D5003BC0AA /* EmmcDiskInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcDiskInfo.c; sourceTree = ""; }; + A571B7F8232052D5003BC0AA /* EmmcBlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmmcBlockIo.h; sourceTree = ""; }; + A571B7F9232052D5003BC0AA /* EmmcDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmmcDxeExtra.uni; sourceTree = ""; }; + A571B7FC232052D5003BC0AA /* AtapiPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtapiPeim.h; sourceTree = ""; }; + A571B7FD232052D5003BC0AA /* IdeBusPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IdeBusPei.uni; sourceTree = ""; }; + A571B7FE232052D5003BC0AA /* IdeBusPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IdeBusPeiExtra.uni; sourceTree = ""; }; + A571B7FF232052D5003BC0AA /* IdeBusPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IdeBusPei.inf; sourceTree = ""; }; + A571B800232052D5003BC0AA /* AtapiPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AtapiPeim.c; sourceTree = ""; }; + A571B802232052D5003BC0AA /* SdMmcPciHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdMmcPciHci.c; sourceTree = ""; }; + A571B803232052D5003BC0AA /* SdMmcPciHcDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdMmcPciHcDxeExtra.uni; sourceTree = ""; }; + A571B804232052D5003BC0AA /* SdDevice.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdDevice.c; sourceTree = ""; }; + A571B805232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B806232052D5003BC0AA /* SdMmcPciHcDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdMmcPciHcDxe.h; sourceTree = ""; }; + A571B807232052D5003BC0AA /* SdMmcPciHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdMmcPciHci.h; sourceTree = ""; }; + A571B808232052D5003BC0AA /* EmmcDevice.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcDevice.c; sourceTree = ""; }; + A571B809232052D5003BC0AA /* SdMmcPciHcDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdMmcPciHcDxe.inf; sourceTree = ""; }; + A571B80A232052D5003BC0AA /* SdMmcPciHcDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdMmcPciHcDxe.uni; sourceTree = ""; }; + A571B80B232052D5003BC0AA /* SdMmcPciHcDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdMmcPciHcDxe.c; sourceTree = ""; }; + A571B80D232052D5003BC0AA /* IncompatiblePciDeviceSupportDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IncompatiblePciDeviceSupportDxe.inf; sourceTree = ""; }; + A571B80E232052D5003BC0AA /* IncompatiblePciDeviceSupportExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IncompatiblePciDeviceSupportExtra.uni; sourceTree = ""; }; + A571B80F232052D5003BC0AA /* IncompatiblePciDeviceSupport.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IncompatiblePciDeviceSupport.uni; sourceTree = ""; }; + A571B810232052D5003BC0AA /* IncompatiblePciDeviceSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IncompatiblePciDeviceSupport.c; sourceTree = ""; }; + A571B812232052D5003BC0AA /* PciEnumerator.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciEnumerator.c; sourceTree = ""; }; + A571B813232052D5003BC0AA /* PciDriverOverride.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciDriverOverride.c; sourceTree = ""; }; + A571B814232052D5003BC0AA /* PciResourceSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciResourceSupport.c; sourceTree = ""; }; + A571B815232052D5003BC0AA /* PciDeviceSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciDeviceSupport.c; sourceTree = ""; }; + A571B816232052D5003BC0AA /* PciIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciIo.c; sourceTree = ""; }; + A571B817232052D5003BC0AA /* PciCommand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciCommand.c; sourceTree = ""; }; + A571B818232052D5003BC0AA /* PciHotPlugSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciHotPlugSupport.c; sourceTree = ""; }; + A571B819232052D5003BC0AA /* PciOptionRomSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciOptionRomSupport.h; sourceTree = ""; }; + A571B81A232052D5003BC0AA /* PciRomTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciRomTable.h; sourceTree = ""; }; + A571B81B232052D5003BC0AA /* PciEnumeratorSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciEnumeratorSupport.c; sourceTree = ""; }; + A571B81C232052D5003BC0AA /* PciLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciLib.h; sourceTree = ""; }; + A571B81D232052D5003BC0AA /* PciBusDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciBusDxeExtra.uni; sourceTree = ""; }; + A571B81E232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B81F232052D5003BC0AA /* PciBus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciBus.c; sourceTree = ""; }; + A571B820232052D5003BC0AA /* PciPowerManagement.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciPowerManagement.c; sourceTree = ""; }; + A571B821232052D5003BC0AA /* PciResourceSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciResourceSupport.h; sourceTree = ""; }; + A571B822232052D5003BC0AA /* PciDriverOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciDriverOverride.h; sourceTree = ""; }; + A571B823232052D5003BC0AA /* PciEnumerator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciEnumerator.h; sourceTree = ""; }; + A571B824232052D5003BC0AA /* PciCommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciCommand.h; sourceTree = ""; }; + A571B825232052D5003BC0AA /* PciIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciIo.h; sourceTree = ""; }; + A571B826232052D5003BC0AA /* PciDeviceSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciDeviceSupport.h; sourceTree = ""; }; + A571B827232052D5003BC0AA /* PciRomTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciRomTable.c; sourceTree = ""; }; + A571B828232052D5003BC0AA /* PciBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciBusDxe.inf; sourceTree = ""; }; + A571B829232052D5003BC0AA /* PciOptionRomSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciOptionRomSupport.c; sourceTree = ""; }; + A571B82A232052D5003BC0AA /* PciHotPlugSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHotPlugSupport.h; sourceTree = ""; }; + A571B82B232052D5003BC0AA /* PciPowerManagement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciPowerManagement.h; sourceTree = ""; }; + A571B82C232052D5003BC0AA /* PciBus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciBus.h; sourceTree = ""; }; + A571B82D232052D5003BC0AA /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A571B82E232052D5003BC0AA /* PciBusDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciBusDxe.uni; sourceTree = ""; }; + A571B82F232052D5003BC0AA /* PciEnumeratorSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciEnumeratorSupport.h; sourceTree = ""; }; + A571B830232052D5003BC0AA /* PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciLib.c; sourceTree = ""; }; + A571B832232052D5003BC0AA /* XhciSched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XhciSched.h; sourceTree = ""; }; + A571B833232052D5003BC0AA /* XhciPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = XhciPei.inf; sourceTree = ""; }; + A571B834232052D5003BC0AA /* XhcPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XhcPeim.h; sourceTree = ""; }; + A571B835232052D5003BC0AA /* XhciPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = XhciPei.uni; sourceTree = ""; }; + A571B836232052D5003BC0AA /* UsbHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHcMem.h; sourceTree = ""; }; + A571B837232052D5003BC0AA /* XhciSched.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = XhciSched.c; sourceTree = ""; }; + A571B838232052D5003BC0AA /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A571B839232052D5003BC0AA /* XhciPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = XhciPeiExtra.uni; sourceTree = ""; }; + A571B83A232052D5003BC0AA /* UsbHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbHcMem.c; sourceTree = ""; }; + A571B83B232052D5003BC0AA /* XhciReg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XhciReg.h; sourceTree = ""; }; + A571B83C232052D5003BC0AA /* XhcPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = XhcPeim.c; sourceTree = ""; }; + A571B83E232052D5003BC0AA /* EhciPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EhciPeiExtra.uni; sourceTree = ""; }; + A571B83F232052D5003BC0AA /* EhciUrb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciUrb.h; sourceTree = ""; }; + A571B840232052D5003BC0AA /* EhcPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhcPeim.h; sourceTree = ""; }; + A571B841232052D5003BC0AA /* UsbHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHcMem.h; sourceTree = ""; }; + A571B842232052D5003BC0AA /* EhciSched.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhciSched.c; sourceTree = ""; }; + A571B843232052D5003BC0AA /* EhciPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EhciPei.uni; sourceTree = ""; }; + A571B844232052D5003BC0AA /* EhciPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EhciPei.inf; sourceTree = ""; }; + A571B845232052D5003BC0AA /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A571B846232052D5003BC0AA /* EhciReg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciReg.h; sourceTree = ""; }; + A571B847232052D5003BC0AA /* EhcPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhcPeim.c; sourceTree = ""; }; + A571B848232052D5003BC0AA /* EhciUrb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhciUrb.c; sourceTree = ""; }; + A571B849232052D5003BC0AA /* EhciSched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciSched.h; sourceTree = ""; }; + A571B84A232052D5003BC0AA /* UsbHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbHcMem.c; sourceTree = ""; }; + A571B84C232052D5003BC0AA /* UfsPciHcDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPciHcDxeExtra.uni; sourceTree = ""; }; + A571B84D232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B84E232052D5003BC0AA /* UfsPciHcDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsPciHcDxe.c; sourceTree = ""; }; + A571B84F232052D5003BC0AA /* UfsPciHcDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPciHcDxe.uni; sourceTree = ""; }; + A571B850232052D5003BC0AA /* UfsPciHcDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsPciHcDxe.h; sourceTree = ""; }; + A571B851232052D5003BC0AA /* UfsPciHcDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPciHcDxe.inf; sourceTree = ""; }; + A571B853232052D5003BC0AA /* UhciSched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UhciSched.h; sourceTree = ""; }; + A571B854232052D5003BC0AA /* UhciReg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UhciReg.h; sourceTree = ""; }; + A571B855232052D5003BC0AA /* UhciDebug.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UhciDebug.c; sourceTree = ""; }; + A571B856232052D5003BC0AA /* UhciQueue.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UhciQueue.h; sourceTree = ""; }; + A571B857232052D5003BC0AA /* Uhci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Uhci.c; sourceTree = ""; }; + A571B858232052D5003BC0AA /* UhciDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UhciDxeExtra.uni; sourceTree = ""; }; + A571B859232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B85A232052D5003BC0AA /* UsbHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHcMem.h; sourceTree = ""; }; + A571B85B232052D5003BC0AA /* UhciSched.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UhciSched.c; sourceTree = ""; }; + A571B85C232052D5003BC0AA /* UhciDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UhciDxe.inf; sourceTree = ""; }; + A571B85D232052D5003BC0AA /* UhciDebug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UhciDebug.h; sourceTree = ""; }; + A571B85E232052D5003BC0AA /* UhciReg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UhciReg.c; sourceTree = ""; }; + A571B85F232052D5003BC0AA /* UhciDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UhciDxe.uni; sourceTree = ""; }; + A571B860232052D5003BC0AA /* UhciQueue.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UhciQueue.c; sourceTree = ""; }; + A571B861232052D5003BC0AA /* UsbHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbHcMem.c; sourceTree = ""; }; + A571B862232052D5003BC0AA /* Uhci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Uhci.h; sourceTree = ""; }; + A571B863232052D5003BC0AA /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A571B865232052D5003BC0AA /* DevicePath.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePath.c; sourceTree = ""; }; + A571B866232052D5003BC0AA /* NvmExpressPeiHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPeiHci.h; sourceTree = ""; }; + A571B867232052D5003BC0AA /* NvmExpressPeiStorageSecurity.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPeiStorageSecurity.h; sourceTree = ""; }; + A571B868232052D5003BC0AA /* NvmExpressPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPei.c; sourceTree = ""; }; + A571B869232052D5003BC0AA /* NvmExpressPeiBlockIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPeiBlockIo.c; sourceTree = ""; }; + A571B86A232052D5003BC0AA /* NvmExpressPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NvmExpressPeiExtra.uni; sourceTree = ""; }; + A571B86B232052D5003BC0AA /* NvmExpressPeiPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPeiPassThru.h; sourceTree = ""; }; + A571B86C232052D5003BC0AA /* NvmExpressPeiS3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPeiS3.c; sourceTree = ""; }; + A571B86D232052D5003BC0AA /* NvmExpressPeiStorageSecurity.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPeiStorageSecurity.c; sourceTree = ""; }; + A571B86E232052D5003BC0AA /* NvmExpressPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPei.h; sourceTree = ""; }; + A571B86F232052D5003BC0AA /* NvmExpressPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = NvmExpressPei.inf; sourceTree = ""; }; + A571B870232052D5003BC0AA /* NvmExpressPeiHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPeiHci.c; sourceTree = ""; }; + A571B871232052D5003BC0AA /* NvmExpressPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NvmExpressPei.uni; sourceTree = ""; }; + A571B872232052D5003BC0AA /* NvmExpressPeiBlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPeiBlockIo.h; sourceTree = ""; }; + A571B873232052D5003BC0AA /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A571B874232052D5003BC0AA /* NvmExpressPeiPassThru.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPeiPassThru.c; sourceTree = ""; }; + A571B876232052D5003BC0AA /* SdMmcPciHcPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdMmcPciHcPei.inf; sourceTree = ""; }; + A571B877232052D5003BC0AA /* SdMmcPciHcPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdMmcPciHcPei.c; sourceTree = ""; }; + A571B878232052D5003BC0AA /* SdMmcPciHcPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdMmcPciHcPei.uni; sourceTree = ""; }; + A571B879232052D5003BC0AA /* SdMmcPciHcPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdMmcPciHcPeiExtra.uni; sourceTree = ""; }; + A571B87A232052D5003BC0AA /* SdMmcPciHcPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdMmcPciHcPei.h; sourceTree = ""; }; + A571B87C232052D5003BC0AA /* SataController.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SataController.c; sourceTree = ""; }; + A571B87D232052D5003BC0AA /* SataControllerDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SataControllerDxe.uni; sourceTree = ""; }; + A571B87E232052D5003BC0AA /* SataControllerDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SataControllerDxeExtra.uni; sourceTree = ""; }; + A571B87F232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B880232052D5003BC0AA /* SataControllerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SataControllerDxe.inf; sourceTree = ""; }; + A571B881232052D5003BC0AA /* SataController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SataController.h; sourceTree = ""; }; + A571B883232052D5003BC0AA /* PciSioSerialDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciSioSerialDxe.inf; sourceTree = ""; }; + A571B884232052D5003BC0AA /* Serial.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Serial.c; sourceTree = ""; }; + A571B885232052D5003BC0AA /* SerialIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SerialIo.c; sourceTree = ""; }; + A571B886232052D5003BC0AA /* PciSioSerialDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciSioSerialDxe.uni; sourceTree = ""; }; + A571B887232052D5003BC0AA /* PciSioSerialDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciSioSerialDxeExtra.uni; sourceTree = ""; }; + A571B888232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B889232052D5003BC0AA /* Serial.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Serial.h; sourceTree = ""; }; + A571B88B232052D5003BC0AA /* PciRootBridgeIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciRootBridgeIo.c; sourceTree = ""; }; + A571B88C232052D5003BC0AA /* PciHostResource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHostResource.h; sourceTree = ""; }; + A571B88D232052D5003BC0AA /* PciHostBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHostBridge.h; sourceTree = ""; }; + A571B88E232052D5003BC0AA /* PciRootBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciRootBridge.h; sourceTree = ""; }; + A571B88F232052D5003BC0AA /* PciHostBridgeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciHostBridgeDxe.inf; sourceTree = ""; }; + A571B890232052D5003BC0AA /* PciHostBridge.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciHostBridge.c; sourceTree = ""; }; + A571B892232052D5003BC0AA /* XhciDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = XhciDxeExtra.uni; sourceTree = ""; }; + A571B893232052D5003BC0AA /* XhciSched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XhciSched.h; sourceTree = ""; }; + A571B894232052D5003BC0AA /* Xhci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Xhci.c; sourceTree = ""; }; + A571B895232052D5003BC0AA /* XhciReg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = XhciReg.c; sourceTree = ""; }; + A571B896232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B897232052D5003BC0AA /* UsbHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHcMem.h; sourceTree = ""; }; + A571B898232052D5003BC0AA /* XhciSched.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = XhciSched.c; sourceTree = ""; }; + A571B899232052D5003BC0AA /* XhciDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = XhciDxe.inf; sourceTree = ""; }; + A571B89A232052D5003BC0AA /* XhciDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = XhciDxe.uni; sourceTree = ""; }; + A571B89B232052D5003BC0AA /* Xhci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Xhci.h; sourceTree = ""; }; + A571B89C232052D5003BC0AA /* UsbHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbHcMem.c; sourceTree = ""; }; + A571B89D232052D5003BC0AA /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A571B89E232052D5003BC0AA /* XhciReg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XhciReg.h; sourceTree = ""; }; + A571B8A0232052D5003BC0AA /* UhcPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UhcPeim.c; sourceTree = ""; }; + A571B8A1232052D5003BC0AA /* UhciPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UhciPei.inf; sourceTree = ""; }; + A571B8A2232052D5003BC0AA /* UhciPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UhciPei.uni; sourceTree = ""; }; + A571B8A3232052D5003BC0AA /* UhciPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UhciPeiExtra.uni; sourceTree = ""; }; + A571B8A4232052D5003BC0AA /* UhcPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UhcPeim.h; sourceTree = ""; }; + A571B8A5232052D5003BC0AA /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A571B8A7232052D5003BC0AA /* NvmExpressHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressHci.c; sourceTree = ""; }; + A571B8A8232052D5003BC0AA /* NvmExpressPassthru.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPassthru.c; sourceTree = ""; }; + A571B8A9232052D5003BC0AA /* NvmExpressBlockIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressBlockIo.c; sourceTree = ""; }; + A571B8AA232052D5003BC0AA /* NvmExpressDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = NvmExpressDxe.inf; sourceTree = ""; }; + A571B8AB232052D5003BC0AA /* NvmExpressDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NvmExpressDxe.uni; sourceTree = ""; }; + A571B8AC232052D5003BC0AA /* NvmExpress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpress.c; sourceTree = ""; }; + A571B8AD232052D5003BC0AA /* NvmExpressDiskInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressDiskInfo.h; sourceTree = ""; }; + A571B8AE232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B8AF232052D5003BC0AA /* NvmExpressBlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressBlockIo.h; sourceTree = ""; }; + A571B8B0232052D5003BC0AA /* NvmExpressHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressHci.h; sourceTree = ""; }; + A571B8B1232052D5003BC0AA /* NvmExpressDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NvmExpressDxeExtra.uni; sourceTree = ""; }; + A571B8B2232052D5003BC0AA /* NvmExpressDiskInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressDiskInfo.c; sourceTree = ""; }; + A571B8B3232052D5003BC0AA /* NvmExpress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpress.h; sourceTree = ""; }; + A571B8B5232052D5003BC0AA /* NonDiscoverablePciDeviceDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = NonDiscoverablePciDeviceDxe.inf; sourceTree = ""; }; + A571B8B6232052D5003BC0AA /* NonDiscoverablePciDeviceIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NonDiscoverablePciDeviceIo.c; sourceTree = ""; }; + A571B8B7232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B8B8232052D5003BC0AA /* NonDiscoverablePciDeviceDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NonDiscoverablePciDeviceDxe.c; sourceTree = ""; }; + A571B8B9232052D5003BC0AA /* NonDiscoverablePciDeviceIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NonDiscoverablePciDeviceIo.h; sourceTree = ""; }; + A571B8BB232052D5003BC0AA /* EhciReg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhciReg.c; sourceTree = ""; }; + A571B8BC232052D5003BC0AA /* EhciUrb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciUrb.h; sourceTree = ""; }; + A571B8BD232052D5003BC0AA /* EhciDebug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciDebug.h; sourceTree = ""; }; + A571B8BE232052D5003BC0AA /* EhciDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EhciDxe.uni; sourceTree = ""; }; + A571B8BF232052D5003BC0AA /* Ehci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ehci.h; sourceTree = ""; }; + A571B8C0232052D5003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B8C1232052D5003BC0AA /* EhciDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EhciDxe.inf; sourceTree = ""; }; + A571B8C2232052D5003BC0AA /* UsbHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHcMem.h; sourceTree = ""; }; + A571B8C3232052D5003BC0AA /* EhciSched.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhciSched.c; sourceTree = ""; }; + A571B8C4232052D5003BC0AA /* EhciDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EhciDxeExtra.uni; sourceTree = ""; }; + A571B8C5232052D5003BC0AA /* Ehci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ehci.c; sourceTree = ""; }; + A571B8C6232052D5003BC0AA /* EhciDebug.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhciDebug.c; sourceTree = ""; }; + A571B8C7232052D5003BC0AA /* EhciReg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciReg.h; sourceTree = ""; }; + A571B8C8232052D5003BC0AA /* EhciUrb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhciUrb.c; sourceTree = ""; }; + A571B8C9232052D5003BC0AA /* EhciSched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciSched.h; sourceTree = ""; }; + A571B8CA232052D5003BC0AA /* UsbHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbHcMem.c; sourceTree = ""; }; + A571B8CB232052D5003BC0AA /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A571B8CD232052D6003BC0AA /* UfsPciHcPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPciHcPei.uni; sourceTree = ""; }; + A571B8CE232052D6003BC0AA /* UfsPciHcPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPciHcPei.inf; sourceTree = ""; }; + A571B8CF232052D6003BC0AA /* UfsPciHcPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsPciHcPei.h; sourceTree = ""; }; + A571B8D0232052D6003BC0AA /* UfsPciHcPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPciHcPeiExtra.uni; sourceTree = ""; }; + A571B8D1232052D6003BC0AA /* UfsPciHcPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsPciHcPei.c; sourceTree = ""; }; + A571B8D4232052D6003BC0AA /* IsaBusDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaBusDxeExtra.uni; sourceTree = ""; }; + A571B8D5232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B8D6232052D6003BC0AA /* IsaBusDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsaBusDxe.h; sourceTree = ""; }; + A571B8D7232052D6003BC0AA /* IsaBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaBusDxe.inf; sourceTree = ""; }; + A571B8D8232052D6003BC0AA /* IsaBusDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaBusDxe.uni; sourceTree = ""; }; + A571B8D9232052D6003BC0AA /* IsaBusDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsaBusDxe.c; sourceTree = ""; }; + A571B8DA232052D6003BC0AA /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A571B8DC232052D6003BC0AA /* Ps2KbdTextIn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2KbdTextIn.c; sourceTree = ""; }; + A571B8DD232052D6003BC0AA /* Ps2KeyboardDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2KeyboardDxeExtra.uni; sourceTree = ""; }; + A571B8DE232052D6003BC0AA /* Ps2Keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2Keyboard.c; sourceTree = ""; }; + A571B8DF232052D6003BC0AA /* Ps2KbdCtrller.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2KbdCtrller.c; sourceTree = ""; }; + A571B8E0232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B8E1232052D6003BC0AA /* Ps2KeyboardDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2KeyboardDxe.inf; sourceTree = ""; }; + A571B8E2232052D6003BC0AA /* Ps2KeyboardDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2KeyboardDxe.uni; sourceTree = ""; }; + A571B8E3232052D6003BC0AA /* Ps2Keyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ps2Keyboard.h; sourceTree = ""; }; + A571B8E5232052D6003BC0AA /* Ps2Mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2Mouse.c; sourceTree = ""; }; + A571B8E6232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B8E7232052D6003BC0AA /* CommPs2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommPs2.h; sourceTree = ""; }; + A571B8E8232052D6003BC0AA /* Ps2Mouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ps2Mouse.h; sourceTree = ""; }; + A571B8E9232052D6003BC0AA /* Ps2MouseDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2MouseDxeExtra.uni; sourceTree = ""; }; + A571B8EA232052D6003BC0AA /* Ps2MouseDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2MouseDxe.inf; sourceTree = ""; }; + A571B8EB232052D6003BC0AA /* CommPs2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CommPs2.c; sourceTree = ""; }; + A571B8EC232052D6003BC0AA /* Ps2MouseDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2MouseDxe.uni; sourceTree = ""; }; + A571B8EF232052D6003BC0AA /* ScsiDiskDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ScsiDiskDxe.inf; sourceTree = ""; }; + A571B8F0232052D6003BC0AA /* ScsiDisk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScsiDisk.c; sourceTree = ""; }; + A571B8F1232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B8F2232052D6003BC0AA /* ScsiDisk.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ScsiDisk.uni; sourceTree = ""; }; + A571B8F3232052D6003BC0AA /* ScsiDiskExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ScsiDiskExtra.uni; sourceTree = ""; }; + A571B8F4232052D6003BC0AA /* ScsiDisk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScsiDisk.h; sourceTree = ""; }; + A571B8F6232052D6003BC0AA /* ScsiBusExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ScsiBusExtra.uni; sourceTree = ""; }; + A571B8F7232052D6003BC0AA /* ScsiBus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScsiBus.c; sourceTree = ""; }; + A571B8F8232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B8F9232052D6003BC0AA /* ScsiBus.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ScsiBus.uni; sourceTree = ""; }; + A571B8FA232052D6003BC0AA /* ScsiBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ScsiBusDxe.inf; sourceTree = ""; }; + A571B8FB232052D6003BC0AA /* ScsiBus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScsiBus.h; sourceTree = ""; }; + A571B8FE232052D6003BC0AA /* UfsBlockIoPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsBlockIoPei.inf; sourceTree = ""; }; + A571B8FF232052D6003BC0AA /* UfsHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsHcMem.c; sourceTree = ""; }; + A571B900232052D6003BC0AA /* UfsBlockIoPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsBlockIoPeiExtra.uni; sourceTree = ""; }; + A571B901232052D6003BC0AA /* UfsHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsHci.c; sourceTree = ""; }; + A571B902232052D6003BC0AA /* UfsBlockIoPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsBlockIoPei.uni; sourceTree = ""; }; + A571B903232052D6003BC0AA /* UfsBlockIoPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsBlockIoPei.c; sourceTree = ""; }; + A571B904232052D6003BC0AA /* UfsHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsHcMem.h; sourceTree = ""; }; + A571B905232052D6003BC0AA /* UfsHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsHci.h; sourceTree = ""; }; + A571B906232052D6003BC0AA /* UfsBlockIoPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsBlockIoPei.h; sourceTree = ""; }; + A571B907232052D6003BC0AA /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A571B909232052D6003BC0AA /* UfsPassThru.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPassThru.uni; sourceTree = ""; }; + A571B90A232052D6003BC0AA /* UfsPassThruHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsPassThruHci.c; sourceTree = ""; }; + A571B90B232052D6003BC0AA /* UfsPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsPassThru.h; sourceTree = ""; }; + A571B90C232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B90D232052D6003BC0AA /* UfsDevConfigProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsDevConfigProtocol.c; sourceTree = ""; }; + A571B90E232052D6003BC0AA /* UfsPassThruHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsPassThruHci.h; sourceTree = ""; }; + A571B90F232052D6003BC0AA /* UfsPassThruDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPassThruDxe.inf; sourceTree = ""; }; + A571B910232052D6003BC0AA /* UfsPassThruExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPassThruExtra.uni; sourceTree = ""; }; + A571B911232052D6003BC0AA /* UfsPassThru.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsPassThru.c; sourceTree = ""; }; + A571B914232052D6003BC0AA /* I2cBusDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cBusDxeExtra.uni; sourceTree = ""; }; + A571B915232052D6003BC0AA /* I2cDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cDxeExtra.uni; sourceTree = ""; }; + A571B916232052D6003BC0AA /* I2cDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cDxe.inf; sourceTree = ""; }; + A571B917232052D6003BC0AA /* I2cBus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = I2cBus.c; sourceTree = ""; }; + A571B918232052D6003BC0AA /* I2cDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cDxe.h; sourceTree = ""; }; + A571B919232052D6003BC0AA /* I2cDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cDxe.uni; sourceTree = ""; }; + A571B91A232052D6003BC0AA /* I2cHost.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = I2cHost.c; sourceTree = ""; }; + A571B91B232052D6003BC0AA /* I2cBusDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cBusDxe.uni; sourceTree = ""; }; + A571B91C232052D6003BC0AA /* I2cBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cBusDxe.inf; sourceTree = ""; }; + A571B91D232052D6003BC0AA /* I2cHostDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cHostDxe.inf; sourceTree = ""; }; + A571B91E232052D6003BC0AA /* I2cHostDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cHostDxeExtra.uni; sourceTree = ""; }; + A571B91F232052D6003BC0AA /* I2cDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = I2cDxe.c; sourceTree = ""; }; + A571B920232052D6003BC0AA /* I2cHostDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cHostDxe.uni; sourceTree = ""; }; + A571B923232052D6003BC0AA /* UsbMouseDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMouseDxeExtra.uni; sourceTree = ""; }; + A571B924232052D6003BC0AA /* UsbMouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMouse.h; sourceTree = ""; }; + A571B925232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B926232052D6003BC0AA /* UsbMouseDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMouseDxe.inf; sourceTree = ""; }; + A571B927232052D6003BC0AA /* UsbMouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMouse.c; sourceTree = ""; }; + A571B928232052D6003BC0AA /* MouseHid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MouseHid.c; sourceTree = ""; }; + A571B929232052D6003BC0AA /* UsbMouseDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMouseDxe.uni; sourceTree = ""; }; + A571B92B232052D6003BC0AA /* UsbMouseAbsolutePointerDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMouseAbsolutePointerDxeExtra.uni; sourceTree = ""; }; + A571B92C232052D6003BC0AA /* UsbMouseAbsolutePointer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMouseAbsolutePointer.c; sourceTree = ""; }; + A571B92D232052D6003BC0AA /* UsbMouseAbsolutePointerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMouseAbsolutePointerDxe.inf; sourceTree = ""; }; + A571B92E232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B92F232052D6003BC0AA /* UsbMouseAbsolutePointerDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMouseAbsolutePointerDxe.uni; sourceTree = ""; }; + A571B930232052D6003BC0AA /* UsbMouseAbsolutePointer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMouseAbsolutePointer.h; sourceTree = ""; }; + A571B931232052D6003BC0AA /* MouseHid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MouseHid.c; sourceTree = ""; }; + A571B933232052D6003BC0AA /* UsbEnumer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbEnumer.h; sourceTree = ""; }; + A571B934232052D6003BC0AA /* UsbBusDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBusDxe.uni; sourceTree = ""; }; + A571B935232052D6003BC0AA /* UsbDesc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbDesc.c; sourceTree = ""; }; + A571B936232052D6003BC0AA /* UsbBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBusDxe.inf; sourceTree = ""; }; + A571B937232052D6003BC0AA /* UsbHub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHub.h; sourceTree = ""; }; + A571B938232052D6003BC0AA /* UsbBus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbBus.c; sourceTree = ""; }; + A571B939232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B93A232052D6003BC0AA /* UsbUtility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbUtility.h; sourceTree = ""; }; + A571B93B232052D6003BC0AA /* UsbEnumer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbEnumer.c; sourceTree = ""; }; + A571B93C232052D6003BC0AA /* UsbBusDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBusDxeExtra.uni; sourceTree = ""; }; + A571B93D232052D6003BC0AA /* UsbDesc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbDesc.h; sourceTree = ""; }; + A571B93E232052D6003BC0AA /* UsbHub.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbHub.c; sourceTree = ""; }; + A571B93F232052D6003BC0AA /* UsbUtility.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbUtility.c; sourceTree = ""; }; + A571B940232052D6003BC0AA /* UsbBus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbBus.h; sourceTree = ""; }; + A571B942232052D6003BC0AA /* UsbKbDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbKbDxeExtra.uni; sourceTree = ""; }; + A571B943232052D6003BC0AA /* KeyBoard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = KeyBoard.c; sourceTree = ""; }; + A571B944232052D6003BC0AA /* UsbKbDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbKbDxe.inf; sourceTree = ""; }; + A571B945232052D6003BC0AA /* EfiKey.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EfiKey.h; sourceTree = ""; }; + A571B946232052D6003BC0AA /* UsbKbDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbKbDxe.uni; sourceTree = ""; }; + A571B947232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B948232052D6003BC0AA /* KeyBoard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KeyBoard.h; sourceTree = ""; }; + A571B949232052D6003BC0AA /* EfiKey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EfiKey.c; sourceTree = ""; }; + A571B94B232052D6003BC0AA /* PeiUsbLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiUsbLib.c; sourceTree = ""; }; + A571B94C232052D6003BC0AA /* HubPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HubPeim.h; sourceTree = ""; }; + A571B94D232052D6003BC0AA /* UsbBusPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBusPeiExtra.uni; sourceTree = ""; }; + A571B94E232052D6003BC0AA /* UsbPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbPeim.h; sourceTree = ""; }; + A571B94F232052D6003BC0AA /* UsbIoPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbIoPeim.c; sourceTree = ""; }; + A571B950232052D6003BC0AA /* PeiUsbLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiUsbLib.h; sourceTree = ""; }; + A571B951232052D6003BC0AA /* HubPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HubPeim.c; sourceTree = ""; }; + A571B952232052D6003BC0AA /* UsbBusPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBusPei.uni; sourceTree = ""; }; + A571B953232052D6003BC0AA /* UsbPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbPeim.c; sourceTree = ""; }; + A571B954232052D6003BC0AA /* UsbBusPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBusPei.inf; sourceTree = ""; }; + A571B956232052D6003BC0AA /* PeiUsbLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiUsbLib.c; sourceTree = ""; }; + A571B957232052D6003BC0AA /* UsbBotPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBotPeiExtra.uni; sourceTree = ""; }; + A571B958232052D6003BC0AA /* UsbBotPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbBotPeim.h; sourceTree = ""; }; + A571B959232052D6003BC0AA /* UsbPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbPeim.h; sourceTree = ""; }; + A571B95A232052D6003BC0AA /* BotPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BotPeim.c; sourceTree = ""; }; + A571B95B232052D6003BC0AA /* UsbBotPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBotPei.inf; sourceTree = ""; }; + A571B95C232052D6003BC0AA /* PeiUsbLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiUsbLib.h; sourceTree = ""; }; + A571B95D232052D6003BC0AA /* PeiAtapi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiAtapi.c; sourceTree = ""; }; + A571B95E232052D6003BC0AA /* UsbBotPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBotPei.uni; sourceTree = ""; }; + A571B95F232052D6003BC0AA /* UsbBotPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbBotPeim.c; sourceTree = ""; }; + A571B960232052D6003BC0AA /* BotPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BotPeim.h; sourceTree = ""; }; + A571B962232052D6003BC0AA /* UsbMassDiskInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMassDiskInfo.c; sourceTree = ""; }; + A571B963232052D6003BC0AA /* UsbMassCbi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMassCbi.h; sourceTree = ""; }; + A571B964232052D6003BC0AA /* UsbMassImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMassImpl.h; sourceTree = ""; }; + A571B965232052D6003BC0AA /* UsbMassBoot.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMassBoot.c; sourceTree = ""; }; + A571B966232052D6003BC0AA /* UsbMassBot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMassBot.h; sourceTree = ""; }; + A571B967232052D6003BC0AA /* UsbMassStorageDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMassStorageDxe.uni; sourceTree = ""; }; + A571B968232052D6003BC0AA /* UsbMassStorageDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMassStorageDxeExtra.uni; sourceTree = ""; }; + A571B969232052D6003BC0AA /* UsbMassStorageDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMassStorageDxe.inf; sourceTree = ""; }; + A571B96A232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B96B232052D6003BC0AA /* UsbMassCbi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMassCbi.c; sourceTree = ""; }; + A571B96C232052D6003BC0AA /* UsbMass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMass.h; sourceTree = ""; }; + A571B96D232052D6003BC0AA /* UsbMassImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMassImpl.c; sourceTree = ""; }; + A571B96E232052D6003BC0AA /* UsbMassDiskInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMassDiskInfo.h; sourceTree = ""; }; + A571B96F232052D6003BC0AA /* UsbMassBoot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMassBoot.h; sourceTree = ""; }; + A571B970232052D6003BC0AA /* UsbMassBot.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMassBot.c; sourceTree = ""; }; + A571B973232052D6003BC0AA /* DevicePath.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePath.c; sourceTree = ""; }; + A571B974232052D6003BC0AA /* AhciPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = AhciPei.inf; sourceTree = ""; }; + A571B975232052D6003BC0AA /* AhciPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AhciPei.h; sourceTree = ""; }; + A571B976232052D6003BC0AA /* AhciPeiBlockIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciPeiBlockIo.c; sourceTree = ""; }; + A571B977232052D6003BC0AA /* AhciPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AhciPei.uni; sourceTree = ""; }; + A571B978232052D6003BC0AA /* AhciPeiPassThru.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciPeiPassThru.c; sourceTree = ""; }; + A571B979232052D6003BC0AA /* AhciPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AhciPeiExtra.uni; sourceTree = ""; }; + A571B97A232052D6003BC0AA /* AhciPeiStorageSecurity.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciPeiStorageSecurity.c; sourceTree = ""; }; + A571B97B232052D6003BC0AA /* AhciPeiBlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AhciPeiBlockIo.h; sourceTree = ""; }; + A571B97C232052D6003BC0AA /* AhciPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciPei.c; sourceTree = ""; }; + A571B97D232052D6003BC0AA /* AhciPeiPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AhciPeiPassThru.h; sourceTree = ""; }; + A571B97E232052D6003BC0AA /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A571B97F232052D6003BC0AA /* AhciPeiStorageSecurity.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AhciPeiStorageSecurity.h; sourceTree = ""; }; + A571B980232052D6003BC0AA /* AhciMode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciMode.c; sourceTree = ""; }; + A571B981232052D6003BC0AA /* AhciPeiS3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciPeiS3.c; sourceTree = ""; }; + A571B983232052D6003BC0AA /* AtaAtapiPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaAtapiPassThru.h; sourceTree = ""; }; + A571B984232052D6003BC0AA /* AhciMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AhciMode.h; sourceTree = ""; }; + A571B985232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B986232052D6003BC0AA /* AtaAtapiPassThru.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = AtaAtapiPassThru.inf; sourceTree = ""; }; + A571B987232052D6003BC0AA /* IdeMode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IdeMode.c; sourceTree = ""; }; + A571B988232052D6003BC0AA /* AtaAtapiPassThruDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AtaAtapiPassThruDxeExtra.uni; sourceTree = ""; }; + A571B989232052D6003BC0AA /* AtaAtapiPassThru.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AtaAtapiPassThru.c; sourceTree = ""; }; + A571B98A232052D6003BC0AA /* AtaAtapiPassThruDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AtaAtapiPassThruDxe.uni; sourceTree = ""; }; + A571B98B232052D6003BC0AA /* IdeMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IdeMode.h; sourceTree = ""; }; + A571B98C232052D6003BC0AA /* AhciMode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciMode.c; sourceTree = ""; }; + A571B98E232052D6003BC0AA /* AtaBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = AtaBusDxe.inf; sourceTree = ""; }; + A571B98F232052D6003BC0AA /* AtaPassThruExecute.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AtaPassThruExecute.c; sourceTree = ""; }; + A571B990232052D6003BC0AA /* AtaBusDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AtaBusDxe.uni; sourceTree = ""; }; + A571B991232052D6003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571B992232052D6003BC0AA /* AtaBus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaBus.h; sourceTree = ""; }; + A571B993232052D6003BC0AA /* AtaBusDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AtaBusDxeExtra.uni; sourceTree = ""; }; + A571B994232052D6003BC0AA /* AtaBus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AtaBus.c; sourceTree = ""; }; + A571B997232052D6003BC0AA /* DxeCapsuleRuntime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleRuntime.c; sourceTree = ""; }; + A571B998232052D6003BC0AA /* CapsuleOnDisk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleOnDisk.c; sourceTree = ""; }; + A571B999232052D6003BC0AA /* DxeCapsuleProcessLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleProcessLibNull.c; sourceTree = ""; }; + A571B99A232052D6003BC0AA /* DxeCapsuleReportLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleReportLibNull.c; sourceTree = ""; }; + A571B99B232052D6003BC0AA /* DxeCapsuleProcessLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleProcessLib.c; sourceTree = ""; }; + A571B99C232052D6003BC0AA /* DxeCapsuleReportLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleReportLib.c; sourceTree = ""; }; + A571B99D232052D6003BC0AA /* CapsuleOnDisk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleOnDisk.h; sourceTree = ""; }; + A571B99E232052D6003BC0AA /* DxeRuntimeCapsuleLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimeCapsuleLib.inf; sourceTree = ""; }; + A571B99F232052D6003BC0AA /* DxeCapsuleLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCapsuleLib.uni; sourceTree = ""; }; + A571B9A0232052D6003BC0AA /* DxeCapsuleLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleLib.c; sourceTree = ""; }; + A571B9A1232052D6003BC0AA /* DxeRuntimeCapsuleLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimeCapsuleLib.uni; sourceTree = ""; }; + A571B9A2232052D6003BC0AA /* DxeCapsuleLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCapsuleLib.inf; sourceTree = ""; }; + A571B9A4232052D6003BC0AA /* SmmIpmiLibSmmIpmiProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmIpmiLibSmmIpmiProtocol.c; sourceTree = ""; }; + A571B9A5232052D6003BC0AA /* SmmIpmiLibSmmIpmiProtocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmIpmiLibSmmIpmiProtocol.inf; sourceTree = ""; }; + A571B9A6232052D6003BC0AA /* SmmIpmiLibSmmIpmiProtocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmIpmiLibSmmIpmiProtocol.uni; sourceTree = ""; }; + A571B9A8232052D6003BC0AA /* OemHookStatusCodeLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = OemHookStatusCodeLibNull.inf; sourceTree = ""; }; + A571B9A9232052D6003BC0AA /* OemHookStatusCodeLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = OemHookStatusCodeLibNull.c; sourceTree = ""; }; + A571B9AA232052D6003BC0AA /* OemHookStatusCodeLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = OemHookStatusCodeLibNull.uni; sourceTree = ""; }; + A571B9AC232052D6003BC0AA /* DxeCrc32GuidedSectionExtractLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCrc32GuidedSectionExtractLib.c; sourceTree = ""; }; + A571B9AD232052D6003BC0AA /* DxeCrc32GuidedSectionExtractLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCrc32GuidedSectionExtractLib.inf; sourceTree = ""; }; + A571B9AE232052D6003BC0AA /* DxeCrc32GuidedSectionExtractLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCrc32GuidedSectionExtractLib.uni; sourceTree = ""; }; + A571B9B0232052D6003BC0AA /* BootLogoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootLogoLib.c; sourceTree = ""; }; + A571B9B1232052D6003BC0AA /* BootLogoLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootLogoLib.inf; sourceTree = ""; }; + A571B9B2232052D6003BC0AA /* BootLogoLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootLogoLib.uni; sourceTree = ""; }; + A571B9B4232052D6003BC0AA /* LockBoxNullLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = LockBoxNullLib.inf; sourceTree = ""; }; + A571B9B5232052D6003BC0AA /* LockBoxNullLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LockBoxNullLib.c; sourceTree = ""; }; + A571B9B6232052D6003BC0AA /* LockBoxNullLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LockBoxNullLib.uni; sourceTree = ""; }; + A571B9B8232052D6003BC0AA /* FmpAuthenticationLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FmpAuthenticationLibNull.c; sourceTree = ""; }; + A571B9B9232052D6003BC0AA /* FmpAuthenticationLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FmpAuthenticationLibNull.inf; sourceTree = ""; }; + A571B9BA232052D6003BC0AA /* FmpAuthenticationLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FmpAuthenticationLibNull.uni; sourceTree = ""; }; + A571B9BC232052D6003BC0AA /* PlatVarCleanup.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatVarCleanup.vfr; sourceTree = ""; }; + A571B9BD232052D6003BC0AA /* PlatVarCleanupLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlatVarCleanupLib.c; sourceTree = ""; }; + A571B9BE232052D6003BC0AA /* PlatVarCleanup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatVarCleanup.h; sourceTree = ""; }; + A571B9BF232052D6003BC0AA /* PlatformVarCleanupLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformVarCleanupLib.inf; sourceTree = ""; }; + A571B9C0232052D6003BC0AA /* PlatVarCleanupHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatVarCleanupHii.h; sourceTree = ""; }; + A571B9C1232052D6003BC0AA /* VfrStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VfrStrings.uni; sourceTree = ""; }; + A571B9C2232052D6003BC0AA /* PlatformVarCleanupLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformVarCleanupLib.uni; sourceTree = ""; }; + A571B9C4232052D6003BC0AA /* PeiIpmiLibIpmiPpi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiIpmiLibIpmiPpi.c; sourceTree = ""; }; + A571B9C5232052D6003BC0AA /* PeiIpmiLibIpmiPpi.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiIpmiLibIpmiPpi.inf; sourceTree = ""; }; + A571B9C6232052D6003BC0AA /* PeiIpmiLibIpmiPpi.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiIpmiLibIpmiPpi.uni; sourceTree = ""; }; + A571B9C8232052D6003BC0AA /* LzmaArchCustomDecompressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaArchCustomDecompressLib.inf; sourceTree = ""; }; + A571B9C9232052D6003BC0AA /* F86GuidedSectionExtraction.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = F86GuidedSectionExtraction.c; sourceTree = ""; }; + A571B9CA232052D6003BC0AA /* LzmaCustomDecompressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaCustomDecompressLib.inf; sourceTree = ""; }; + A571B9CD232052D6003BC0AA /* lzma-sdk.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "lzma-sdk.txt"; sourceTree = ""; }; + A571B9CE232052D6003BC0AA /* lzma-history.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "lzma-history.txt"; sourceTree = ""; }; + A571B9D0232052D6003BC0AA /* LzHash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzHash.h; sourceTree = ""; }; + A571B9D1232052D6003BC0AA /* 7zTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zTypes.h; sourceTree = ""; }; + A571B9D2232052D6003BC0AA /* Compiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Compiler.h; sourceTree = ""; }; + A571B9D3232052D6003BC0AA /* LzFind.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzFind.c; sourceTree = ""; }; + A571B9D4232052D6003BC0AA /* Precomp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Precomp.h; sourceTree = ""; }; + A571B9D5232052D6003BC0AA /* CpuArch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuArch.h; sourceTree = ""; }; + A571B9D6232052D6003BC0AA /* Bra86.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Bra86.c; sourceTree = ""; }; + A571B9D7232052D6003BC0AA /* LzmaDec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzmaDec.c; sourceTree = ""; }; + A571B9D8232052D6003BC0AA /* LzFind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzFind.h; sourceTree = ""; }; + A571B9D9232052D6003BC0AA /* 7zVersion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zVersion.h; sourceTree = ""; }; + A571B9DA232052D6003BC0AA /* Bra.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bra.h; sourceTree = ""; }; + A571B9DB232052D6003BC0AA /* LzmaDec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaDec.h; sourceTree = ""; }; + A571B9DC232052D6003BC0AA /* LzmaDecompressLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaDecompressLibInternal.h; sourceTree = ""; }; + A571B9DD232052D6003BC0AA /* LZMA-SDK-README.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LZMA-SDK-README.txt"; sourceTree = ""; }; + A571B9DE232052D6003BC0AA /* LzmaArchDecompressLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaArchDecompressLib.uni; sourceTree = ""; }; + A571B9DF232052D6003BC0AA /* LzmaDecompress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzmaDecompress.c; sourceTree = ""; }; + A571B9E0232052D6003BC0AA /* LzmaDecompressLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaDecompressLib.uni; sourceTree = ""; }; + A571B9E1232052D6003BC0AA /* GuidedSectionExtraction.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GuidedSectionExtraction.c; sourceTree = ""; }; + A571B9E2232052D6003BC0AA /* UefiLzma.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiLzma.h; sourceTree = ""; }; + A571B9E4232052D6003BC0AA /* DeviceManagerUiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DeviceManagerUiLib.uni; sourceTree = ""; }; + A571B9E5232052D6003BC0AA /* DeviceManagerStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DeviceManagerStrings.uni; sourceTree = ""; }; + A571B9E6232052D6003BC0AA /* DeviceManagerUiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DeviceManagerUiLib.inf; sourceTree = ""; }; + A571B9E7232052D6003BC0AA /* DeviceManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeviceManager.h; sourceTree = ""; }; + A571B9E8232052D6003BC0AA /* DeviceManagerVfr.Vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = DeviceManagerVfr.Vfr; sourceTree = ""; }; + A571B9E9232052D6003BC0AA /* DeviceManager.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DeviceManager.c; sourceTree = ""; }; + A571B9EB232052D6003BC0AA /* BaseIpmiLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseIpmiLibNull.c; sourceTree = ""; }; + A571B9EC232052D6003BC0AA /* BaseIpmiLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIpmiLibNull.inf; sourceTree = ""; }; + A571B9ED232052D6003BC0AA /* BaseIpmiLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIpmiLibNull.uni; sourceTree = ""; }; + A571B9EF232052D6003BC0AA /* PeiCrc32GuidedSectionExtractLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiCrc32GuidedSectionExtractLib.uni; sourceTree = ""; }; + A571B9F0232052D6003BC0AA /* PeiCrc32GuidedSectionExtractLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiCrc32GuidedSectionExtractLib.inf; sourceTree = ""; }; + A571B9F1232052D6003BC0AA /* PeiCrc32GuidedSectionExtractLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiCrc32GuidedSectionExtractLib.c; sourceTree = ""; }; + A571B9F3232052D6003BC0AA /* BmConnect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmConnect.c; sourceTree = ""; }; + A571B9F4232052D6003BC0AA /* BmConsole.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmConsole.c; sourceTree = ""; }; + A571B9F5232052D6003BC0AA /* BmHotkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmHotkey.c; sourceTree = ""; }; + A571B9F6232052D6003BC0AA /* InternalBm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalBm.h; sourceTree = ""; }; + A571B9F7232052D6003BC0AA /* UefiBootManagerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiBootManagerLib.inf; sourceTree = ""; }; + A571B9F8232052D6003BC0AA /* BmLoadOption.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmLoadOption.c; sourceTree = ""; }; + A571B9F9232052D6003BC0AA /* BmBootDescription.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmBootDescription.c; sourceTree = ""; }; + A571B9FA232052D6003BC0AA /* UefiBootManagerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiBootManagerLib.uni; sourceTree = ""; }; + A571B9FB232052D6003BC0AA /* BmDriverHealth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmDriverHealth.c; sourceTree = ""; }; + A571B9FC232052D6003BC0AA /* BmBoot.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmBoot.c; sourceTree = ""; }; + A571B9FD232052D6003BC0AA /* BmMisc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmMisc.c; sourceTree = ""; }; + A571B9FF232052D6003BC0AA /* DxeNetLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeNetLib.inf; sourceTree = ""; }; + A571BA00232052D6003BC0AA /* DxeNetLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeNetLib.uni; sourceTree = ""; }; + A571BA01232052D6003BC0AA /* NetBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NetBuffer.c; sourceTree = ""; }; + A571BA02232052D6003BC0AA /* DxeNetLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeNetLib.c; sourceTree = ""; }; + A571BA04232052D6003BC0AA /* FileExplorer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileExplorer.h; sourceTree = ""; }; + A571BA05232052D6003BC0AA /* FileExplorerString.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerString.uni; sourceTree = ""; }; + A571BA06232052D6003BC0AA /* FormGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FormGuid.h; sourceTree = ""; }; + A571BA07232052D6003BC0AA /* FileExplorer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FileExplorer.c; sourceTree = ""; }; + A571BA08232052D6003BC0AA /* FileExplorerVfr.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerVfr.vfr; sourceTree = ""; }; + A571BA09232052D6003BC0AA /* FileExplorerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerLib.inf; sourceTree = ""; }; + A571BA0A232052D6003BC0AA /* FileExplorerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerLib.uni; sourceTree = ""; }; + A571BA0C232052D6003BC0AA /* DxeIpmiLibIpmiProtocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIpmiLibIpmiProtocol.uni; sourceTree = ""; }; + A571BA0D232052D6003BC0AA /* DxeIpmiLibIpmiProtocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIpmiLibIpmiProtocol.inf; sourceTree = ""; }; + A571BA0E232052D6003BC0AA /* DxeIpmiLibIpmiProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeIpmiLibIpmiProtocol.c; sourceTree = ""; }; + A571BA10232052D6003BC0AA /* VarCheckLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckLib.c; sourceTree = ""; }; + A571BA11232052D6003BC0AA /* VarCheckLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckLib.inf; sourceTree = ""; }; + A571BA12232052D6003BC0AA /* VarCheckLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckLib.uni; sourceTree = ""; }; + A571BA14232052D6003BC0AA /* DisplayUpdateProgressLibGraphics.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayUpdateProgressLibGraphics.uni; sourceTree = ""; }; + A571BA15232052D6003BC0AA /* DisplayUpdateProgressLibGraphics.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayUpdateProgressLibGraphics.inf; sourceTree = ""; }; + A571BA16232052D6003BC0AA /* DisplayUpdateProgressLibGraphics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DisplayUpdateProgressLibGraphics.c; sourceTree = ""; }; + A571BA18232052D6003BC0AA /* AuthVariableLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AuthVariableLibNull.uni; sourceTree = ""; }; + A571BA19232052D6003BC0AA /* AuthVariableLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = AuthVariableLibNull.inf; sourceTree = ""; }; + A571BA1A232052D6003BC0AA /* AuthVariableLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AuthVariableLibNull.c; sourceTree = ""; }; + A571BA1C232052D6003BC0AA /* SmmReportStatusCodeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmReportStatusCodeLib.uni; sourceTree = ""; }; + A571BA1D232052D6003BC0AA /* ReportStatusCodeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeLib.c; sourceTree = ""; }; + A571BA1E232052D6003BC0AA /* SmmReportStatusCodeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmReportStatusCodeLib.inf; sourceTree = ""; }; + A571BA20232052D6003BC0AA /* PeiReportStatusCodeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiReportStatusCodeLib.uni; sourceTree = ""; }; + A571BA21232052D6003BC0AA /* PeiReportStatusCodeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiReportStatusCodeLib.inf; sourceTree = ""; }; + A571BA22232052D6003BC0AA /* ReportStatusCodeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeLib.c; sourceTree = ""; }; + A571BA24232052D6003BC0AA /* PeiPerformanceLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPerformanceLib.uni; sourceTree = ""; }; + A571BA25232052D6003BC0AA /* PeiPerformanceLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiPerformanceLib.c; sourceTree = ""; }; + A571BA26232052D6003BC0AA /* PeiPerformanceLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPerformanceLib.inf; sourceTree = ""; }; + A571BA28232052D6003BC0AA /* SmmLockBoxSmmLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmLockBoxSmmLib.c; sourceTree = ""; }; + A571BA29232052D6003BC0AA /* SmmLockBoxPeiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxPeiLib.uni; sourceTree = ""; }; + A571BA2A232052D6003BC0AA /* SmmLockBoxDxeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxDxeLib.uni; sourceTree = ""; }; + A571BA2B232052D6003BC0AA /* SmmLockBoxPeiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxPeiLib.inf; sourceTree = ""; }; + A571BA2C232052D6003BC0AA /* SmmLockBoxDxeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxDxeLib.inf; sourceTree = ""; }; + A571BA2D232052D6003BC0AA /* SmmLockBoxSmmLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxSmmLib.inf; sourceTree = ""; }; + A571BA2E232052D6003BC0AA /* SmmLockBoxSmmLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxSmmLib.uni; sourceTree = ""; }; + A571BA2F232052D6003BC0AA /* SmmLockBoxPeiLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmLockBoxPeiLib.c; sourceTree = ""; }; + A571BA30232052D6003BC0AA /* SmmLockBoxLibPrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmLockBoxLibPrivate.h; sourceTree = ""; }; + A571BA31232052D6003BC0AA /* SmmLockBoxDxeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmLockBoxDxeLib.c; sourceTree = ""; }; + A571BA33232052D6003BC0AA /* DxePerformanceLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxePerformanceLib.c; sourceTree = ""; }; + A571BA34232052D6003BC0AA /* DxePerformanceLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxePerformanceLib.uni; sourceTree = ""; }; + A571BA35232052D6003BC0AA /* DxePerformanceLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxePerformanceLib.inf; sourceTree = ""; }; + A571BA37232052D6003BC0AA /* SmmMemoryAllocationProfileLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmMemoryAllocationProfileLib.uni; sourceTree = ""; }; + A571BA38232052D6003BC0AA /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A571BA39232052D6003BC0AA /* SmmMemoryAllocationProfileLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmMemoryAllocationProfileLib.inf; sourceTree = ""; }; + A571BA3A232052D6003BC0AA /* SmmMemoryProfileLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmMemoryProfileLib.c; sourceTree = ""; }; + A571BA3C232052D6003BC0AA /* PlatformBootManager.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlatformBootManager.c; sourceTree = ""; }; + A571BA3D232052D6003BC0AA /* PlatformBootManagerLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformBootManagerLibNull.inf; sourceTree = ""; }; + A571BA3E232052D6003BC0AA /* PlatformBootManagerLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformBootManagerLibNull.uni; sourceTree = ""; }; + A571BA40232052D6003BC0AA /* DxeFileExplorerProtocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeFileExplorerProtocol.inf; sourceTree = ""; }; + A571BA41232052D6003BC0AA /* DxeFileExplorerProtocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeFileExplorerProtocol.uni; sourceTree = ""; }; + A571BA42232052D6003BC0AA /* DxeFileExplorerProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeFileExplorerProtocol.c; sourceTree = ""; }; + A571BA44232052D6003BC0AA /* InternalBootScriptLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalBootScriptLib.h; sourceTree = ""; }; + A571BA45232052D6003BC0AA /* BootScriptInternalFormat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootScriptInternalFormat.h; sourceTree = ""; }; + A571BA46232052D6003BC0AA /* BootScriptSave.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootScriptSave.c; sourceTree = ""; }; + A571BA47232052D6003BC0AA /* BootScriptExecute.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootScriptExecute.c; sourceTree = ""; }; + A571BA48232052D6003BC0AA /* DxeS3BootScriptLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeS3BootScriptLib.inf; sourceTree = ""; }; + A571BA49232052D6003BC0AA /* DxeS3BootScriptLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeS3BootScriptLib.uni; sourceTree = ""; }; + A571BA4B232052D6003BC0AA /* DxeHttpLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeHttpLib.c; sourceTree = ""; }; + A571BA4C232052D6003BC0AA /* DxeHttpLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHttpLib.inf; sourceTree = ""; }; + A571BA4D232052D6003BC0AA /* DxeHttpLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHttpLib.uni; sourceTree = ""; }; + A571BA4E232052D6003BC0AA /* DxeHttpLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeHttpLib.h; sourceTree = ""; }; + A571BA50232052D6003BC0AA /* BasePlatformHookLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePlatformHookLibNull.inf; sourceTree = ""; }; + A571BA51232052D6003BC0AA /* BasePlatformHookLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePlatformHookLibNull.uni; sourceTree = ""; }; + A571BA52232052D6003BC0AA /* BasePlatformHookLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BasePlatformHookLibNull.c; sourceTree = ""; }; + A571BA54232052D6003BC0AA /* BaseResetSystemLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseResetSystemLibNull.uni; sourceTree = ""; }; + A571BA55232052D6003BC0AA /* BaseResetSystemLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseResetSystemLibNull.inf; sourceTree = ""; }; + A571BA56232052D6003BC0AA /* BaseResetSystemLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseResetSystemLibNull.c; sourceTree = ""; }; + A571BA58232052D6003BC0AA /* NonDiscoverableDeviceRegistrationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NonDiscoverableDeviceRegistrationLib.c; sourceTree = ""; }; + A571BA59232052D6003BC0AA /* NonDiscoverableDeviceRegistrationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = NonDiscoverableDeviceRegistrationLib.inf; sourceTree = ""; }; + A571BA5B232052D6003BC0AA /* FrameBufferBltLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FrameBufferBltLib.c; sourceTree = ""; }; + A571BA5C232052D6003BC0AA /* FrameBufferBltLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FrameBufferBltLib.inf; sourceTree = ""; }; + A571BA5E232052D6003BC0AA /* PciHostBridgeLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciHostBridgeLibNull.uni; sourceTree = ""; }; + A571BA5F232052D6003BC0AA /* PciHostBridgeLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciHostBridgeLibNull.inf; sourceTree = ""; }; + A571BA60232052D6003BC0AA /* PciHostBridgeLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciHostBridgeLibNull.c; sourceTree = ""; }; + A571BA62232052D6003BC0AA /* PeiDxeDebugLibReportStatusCode.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDxeDebugLibReportStatusCode.uni; sourceTree = ""; }; + A571BA63232052D6003BC0AA /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A571BA64232052D6003BC0AA /* PeiDxeDebugLibReportStatusCode.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDxeDebugLibReportStatusCode.inf; sourceTree = ""; }; + A571BA66232052D6003BC0AA /* TpmMeasurementLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TpmMeasurementLibNull.uni; sourceTree = ""; }; + A571BA67232052D6003BC0AA /* TpmMeasurementLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TpmMeasurementLibNull.c; sourceTree = ""; }; + A571BA68232052D6003BC0AA /* TpmMeasurementLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = TpmMeasurementLibNull.inf; sourceTree = ""; }; + A571BA6A232052D6003BC0AA /* PeiDebugPrintHobLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDebugPrintHobLib.uni; sourceTree = ""; }; + A571BA6B232052D6003BC0AA /* PeiDebugPrintHobLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiDebugPrintHobLib.c; sourceTree = ""; }; + A571BA6C232052D6003BC0AA /* PeiDebugPrintHobLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDebugPrintHobLib.inf; sourceTree = ""; }; + A571BA6E232052D6003BC0AA /* RuntimeDxeReportStatusCodeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeDxeReportStatusCodeLib.inf; sourceTree = ""; }; + A571BA6F232052D6003BC0AA /* RuntimeDxeReportStatusCodeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeDxeReportStatusCodeLib.uni; sourceTree = ""; }; + A571BA70232052D6003BC0AA /* ReportStatusCodeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeLib.c; sourceTree = ""; }; + A571BA72232052D6003BC0AA /* UefiSortLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiSortLib.inf; sourceTree = ""; }; + A571BA73232052D6003BC0AA /* UefiSortLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiSortLib.c; sourceTree = ""; }; + A571BA74232052D6003BC0AA /* UefiSortLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiSortLib.uni; sourceTree = ""; }; + A571BA76232052D6003BC0AA /* VarCheckHiiGen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckHiiGen.c; sourceTree = ""; }; + A571BA77232052D6003BC0AA /* VarCheckHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VarCheckHii.h; sourceTree = ""; }; + A571BA78232052D6003BC0AA /* VarCheckHiiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckHiiLib.uni; sourceTree = ""; }; + A571BA79232052D6003BC0AA /* VarCheckHiiGenFromFv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckHiiGenFromFv.c; sourceTree = ""; }; + A571BA7A232052D6003BC0AA /* VarCheckHiiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckHiiLib.inf; sourceTree = ""; }; + A571BA7B232052D6003BC0AA /* InternalVarCheckStructure.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalVarCheckStructure.h; sourceTree = ""; }; + A571BA7C232052D6003BC0AA /* VarCheckHiiGenFromHii.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckHiiGenFromHii.c; sourceTree = ""; }; + A571BA7D232052D6003BC0AA /* VarCheckHiiLibNullClass.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckHiiLibNullClass.c; sourceTree = ""; }; + A571BA7E232052D6003BC0AA /* VarCheckHiiGen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VarCheckHiiGen.h; sourceTree = ""; }; + A571BA80232052D6003BC0AA /* BaseMemoryAllocationLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseMemoryAllocationLibNull.c; sourceTree = ""; }; + A571BA81232052D6003BC0AA /* BaseMemoryAllocationLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryAllocationLibNull.inf; sourceTree = ""; }; + A571BA82232052D6003BC0AA /* BaseMemoryAllocationLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryAllocationLibNull.uni; sourceTree = ""; }; + A571BA84232052D6003BC0AA /* DisplayUpdateProgressLibText.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DisplayUpdateProgressLibText.c; sourceTree = ""; }; + A571BA85232052D6003BC0AA /* DisplayUpdateProgressLibText.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayUpdateProgressLibText.inf; sourceTree = ""; }; + A571BA86232052D6003BC0AA /* DisplayUpdateProgressLibText.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayUpdateProgressLibText.uni; sourceTree = ""; }; + A571BA88232052D6003BC0AA /* CustomizedDisplayLibModStrs.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CustomizedDisplayLibModStrs.uni; sourceTree = ""; }; + A571BA89232052D6003BC0AA /* Colors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Colors.h; sourceTree = ""; }; + A571BA8A232052D6003BC0AA /* CustomizedDisplayLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomizedDisplayLibInternal.h; sourceTree = ""; }; + A571BA8B232052D6003BC0AA /* CustomizedDisplayLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CustomizedDisplayLib.inf; sourceTree = ""; }; + A571BA8C232052D6003BC0AA /* CustomizedDisplayLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CustomizedDisplayLib.uni; sourceTree = ""; }; + A571BA8D232052D6003BC0AA /* CustomizedDisplayLibInternal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CustomizedDisplayLibInternal.c; sourceTree = ""; }; + A571BA8E232052D6003BC0AA /* CustomizedDisplayLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CustomizedDisplayLib.c; sourceTree = ""; }; + A571BA90232052D6003BC0AA /* SmmCorePlatformHookLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCorePlatformHookLibNull.inf; sourceTree = ""; }; + A571BA91232052D6003BC0AA /* SmmCorePlatformHookLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCorePlatformHookLibNull.uni; sourceTree = ""; }; + A571BA92232052D6003BC0AA /* SmmCorePlatformHookLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmCorePlatformHookLibNull.c; sourceTree = ""; }; + A571BA94232052D6003BC0AA /* DebugAgentLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugAgentLibNull.uni; sourceTree = ""; }; + A571BA95232052D6003BC0AA /* DebugAgentLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugAgentLibNull.inf; sourceTree = ""; }; + A571BA96232052D6003BC0AA /* DebugAgentLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugAgentLibNull.c; sourceTree = ""; }; + A571BA98232052D6003BC0AA /* UefiHiiServicesLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiHiiServicesLib.inf; sourceTree = ""; }; + A571BA99232052D6003BC0AA /* UefiHiiServicesLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiHiiServicesLib.uni; sourceTree = ""; }; + A571BA9A232052D6003BC0AA /* UefiHiiServicesLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiHiiServicesLib.c; sourceTree = ""; }; + A571BA9C232052D6003BC0AA /* BmLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmLib.c; sourceTree = ""; }; + A571BA9D232052D6003BC0AA /* BootMaintenanceManagerUiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootMaintenanceManagerUiLib.inf; sourceTree = ""; }; + A571BA9E232052D6003BC0AA /* BootOption.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootOption.c; sourceTree = ""; }; + A571BA9F232052D6003BC0AA /* BootMaintenanceManagerUiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootMaintenanceManagerUiLib.uni; sourceTree = ""; }; + A571BAA0232052D6003BC0AA /* BootMaintenanceManagerCustomizedUiSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootMaintenanceManagerCustomizedUiSupport.c; sourceTree = ""; }; + A571BAA1232052D6003BC0AA /* BootMaintenanceManagerCustomizedUi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootMaintenanceManagerCustomizedUi.c; sourceTree = ""; }; + A571BAA2232052D6003BC0AA /* BootMaintenanceManager.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootMaintenanceManager.vfr; sourceTree = ""; }; + A571BAA3232052D6003BC0AA /* BootMaintenanceManagerStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootMaintenanceManagerStrings.uni; sourceTree = ""; }; + A571BAA4232052D6003BC0AA /* BootMaintenanceManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootMaintenanceManager.h; sourceTree = ""; }; + A571BAA5232052D6003BC0AA /* BootMaintenance.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootMaintenance.c; sourceTree = ""; }; + A571BAA6232052D6003BC0AA /* FormGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FormGuid.h; sourceTree = ""; }; + A571BAA7232052D6003BC0AA /* BootMaintenanceManagerCustomizedUiSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootMaintenanceManagerCustomizedUiSupport.h; sourceTree = ""; }; + A571BAA8232052D6003BC0AA /* UpdatePage.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UpdatePage.c; sourceTree = ""; }; + A571BAA9232052D6003BC0AA /* Data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Data.c; sourceTree = ""; }; + A571BAAA232052D6003BC0AA /* BootMaintenanceManagerCustomizedUi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootMaintenanceManagerCustomizedUi.h; sourceTree = ""; }; + A571BAAB232052D6003BC0AA /* ConsoleOption.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ConsoleOption.c; sourceTree = ""; }; + A571BAAC232052D6003BC0AA /* Variable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Variable.c; sourceTree = ""; }; + A571BAAE232052D6003BC0AA /* PlatformHookLibSerialPortPpi.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformHookLibSerialPortPpi.inf; sourceTree = ""; }; + A571BAAF232052D6003BC0AA /* PlatformHookLibSerialPortPpi.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformHookLibSerialPortPpi.uni; sourceTree = ""; }; + A571BAB0232052D6003BC0AA /* PlatformHookLibSerialPortPpi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlatformHookLibSerialPortPpi.c; sourceTree = ""; }; + A571BAB2232052D6003BC0AA /* BaseSerialPortLib16550.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseSerialPortLib16550.c; sourceTree = ""; }; + A571BAB3232052D6003BC0AA /* BaseSerialPortLib16550.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSerialPortLib16550.inf; sourceTree = ""; }; + A571BAB4232052D6003BC0AA /* BaseSerialPortLib16550.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSerialPortLib16550.uni; sourceTree = ""; }; + A571BAB6232052D6003BC0AA /* BaseHobLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseHobLibNull.c; sourceTree = ""; }; + A571BAB7232052D6003BC0AA /* BaseHobLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseHobLibNull.inf; sourceTree = ""; }; + A571BAB8232052D6003BC0AA /* BaseHobLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseHobLibNull.uni; sourceTree = ""; }; + A571BABA232052D6003BC0AA /* SmmPerformanceLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmPerformanceLib.c; sourceTree = ""; }; + A571BABB232052D6003BC0AA /* SmmPerformanceLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPerformanceLib.inf; sourceTree = ""; }; + A571BABC232052D6003BC0AA /* SmmPerformanceLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPerformanceLib.uni; sourceTree = ""; }; + A571BABE232052D6003BC0AA /* DxeCapsuleLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCapsuleLibNull.inf; sourceTree = ""; }; + A571BABF232052D6003BC0AA /* DxeCapsuleLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCapsuleLibNull.uni; sourceTree = ""; }; + A571BAC0232052D6003BC0AA /* DxeCapsuleLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleLibNull.c; sourceTree = ""; }; + A571BAC2232052D6003BC0AA /* DxeDebugPrintErrorLevelLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeDebugPrintErrorLevelLib.inf; sourceTree = ""; }; + A571BAC3232052D6003BC0AA /* DxeDebugPrintErrorLevelLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeDebugPrintErrorLevelLib.uni; sourceTree = ""; }; + A571BAC4232052D6003BC0AA /* DxeDebugPrintErrorLevelLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeDebugPrintErrorLevelLib.c; sourceTree = ""; }; + A571BAC6232052D6003BC0AA /* PiSmmCoreSmmServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreSmmServicesTableLib.uni; sourceTree = ""; }; + A571BAC7232052D6003BC0AA /* PiSmmCoreSmmServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreSmmServicesTableLib.inf; sourceTree = ""; }; + A571BAC8232052D6003BC0AA /* PiSmmCoreSmmServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PiSmmCoreSmmServicesTableLib.c; sourceTree = ""; }; + A571BACA232052D6003BC0AA /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + A571BACB232052D6003BC0AA /* BrotliDecompressLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BrotliDecompressLibInternal.h; sourceTree = ""; }; + A571BACD232052D6003BC0AA /* port.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = port.h; sourceTree = ""; }; + A571BACE232052D6003BC0AA /* types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; + A571BACF232052D6003BC0AA /* decode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = decode.h; sourceTree = ""; }; + A571BAD0232052D6003BC0AA /* BrotliDecompress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BrotliDecompress.c; sourceTree = ""; }; + A571BAD2232052D6003BC0AA /* brotli-comparison-study-2015-09-22.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "brotli-comparison-study-2015-09-22.pdf"; sourceTree = ""; }; + A571BAD3232052D6003BC0AA /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + A571BAD5232052D6003BC0AA /* dictionary.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dictionary.c; sourceTree = ""; }; + A571BAD6232052D6003BC0AA /* version.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = ""; }; + A571BAD7232052D6003BC0AA /* transform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = transform.c; sourceTree = ""; }; + A571BAD8232052D6003BC0AA /* context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = context.h; sourceTree = ""; }; + A571BAD9232052D6003BC0AA /* constants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = constants.h; sourceTree = ""; }; + A571BADA232052D6003BC0AA /* dictionary.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dictionary.h; sourceTree = ""; }; + A571BADB232052D6003BC0AA /* transform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = transform.h; sourceTree = ""; }; + A571BADC232052D6003BC0AA /* platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = ""; }; + A571BADE232052D6003BC0AA /* state.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = state.c; sourceTree = ""; }; + A571BADF232052D6003BC0AA /* bit_reader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bit_reader.h; sourceTree = ""; }; + A571BAE0232052D6003BC0AA /* decode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = decode.c; sourceTree = ""; }; + A571BAE1232052D6003BC0AA /* huffman.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = huffman.c; sourceTree = ""; }; + A571BAE2232052D6003BC0AA /* bit_reader.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bit_reader.c; sourceTree = ""; }; + A571BAE3232052D6003BC0AA /* prefix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = prefix.h; sourceTree = ""; }; + A571BAE4232052D6003BC0AA /* state.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = state.h; sourceTree = ""; }; + A571BAE5232052D6003BC0AA /* huffman.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = huffman.h; sourceTree = ""; }; + A571BAE6232052D6003BC0AA /* ReadMe.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; + A571BAE7232052D6003BC0AA /* BrotliDecompressLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BrotliDecompressLib.uni; sourceTree = ""; }; + A571BAE8232052D6003BC0AA /* BrotliCustomDecompressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BrotliCustomDecompressLib.inf; sourceTree = ""; }; + A571BAE9232052D6003BC0AA /* GuidedSectionExtraction.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GuidedSectionExtraction.c; sourceTree = ""; }; + A571BAEB232052D6003BC0AA /* ResetUtility.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ResetUtility.c; sourceTree = ""; }; + A571BAEC232052D6003BC0AA /* ResetUtilityLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetUtilityLib.inf; sourceTree = ""; }; + A571BAEE232052D6003BC0AA /* SmmCorePerformanceLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmCorePerformanceLib.c; sourceTree = ""; }; + A571BAEF232052D6003BC0AA /* SmmCorePerformanceLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCorePerformanceLib.uni; sourceTree = ""; }; + A571BAF0232052D6003BC0AA /* SmmCorePerformanceLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCorePerformanceLib.inf; sourceTree = ""; }; + A571BAF1232052D6003BC0AA /* SmmCorePerformanceLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCorePerformanceLibInternal.h; sourceTree = ""; }; + A571BAF3232052D6003BC0AA /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A571BAF4232052D6003BC0AA /* UefiMemoryAllocationProfileLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiMemoryAllocationProfileLib.uni; sourceTree = ""; }; + A571BAF5232052D6003BC0AA /* UefiMemoryAllocationProfileLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiMemoryAllocationProfileLib.inf; sourceTree = ""; }; + A571BAF6232052D6003BC0AA /* DxeMemoryProfileLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeMemoryProfileLib.c; sourceTree = ""; }; + A571BAF8232052D6003BC0AA /* PeiDebugLibDebugPpi.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDebugLibDebugPpi.inf; sourceTree = ""; }; + A571BAF9232052D6003BC0AA /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A571BAFB232052D6003BC0AA /* SmmSmiHandlerProfileLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmSmiHandlerProfileLib.c; sourceTree = ""; }; + A571BAFC232052D6003BC0AA /* SmmSmiHandlerProfileLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmSmiHandlerProfileLib.inf; sourceTree = ""; }; + A571BAFD232052D6003BC0AA /* SmmSmiHandlerProfileLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmSmiHandlerProfileLib.uni; sourceTree = ""; }; + A571BAFF232052D6003BC0AA /* DxeReportStatusCodeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeReportStatusCodeLib.inf; sourceTree = ""; }; + A571BB00232052D6003BC0AA /* DxeReportStatusCodeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeReportStatusCodeLib.uni; sourceTree = ""; }; + A571BB01232052D6003BC0AA /* ReportStatusCodeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeLib.c; sourceTree = ""; }; + A571BB03232052D6003BC0AA /* VarCheckUefiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckUefiLib.inf; sourceTree = ""; }; + A571BB04232052D6003BC0AA /* VarCheckUefiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckUefiLib.uni; sourceTree = ""; }; + A571BB05232052D6003BC0AA /* VarCheckUefiLibNullClass.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckUefiLibNullClass.c; sourceTree = ""; }; + A571BB07232052D6003BC0AA /* RuntimeResetSystemLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeResetSystemLib.inf; sourceTree = ""; }; + A571BB08232052D6003BC0AA /* RuntimeResetSystemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RuntimeResetSystemLib.c; sourceTree = ""; }; + A571BB09232052D6003BC0AA /* RuntimeResetSystemLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeResetSystemLib.uni; sourceTree = ""; }; + A571BB0B232052D6003BC0AA /* VarCheckPcdLibNullClass.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckPcdLibNullClass.c; sourceTree = ""; }; + A571BB0C232052D6003BC0AA /* VarCheckPcdStructure.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VarCheckPcdStructure.h; sourceTree = ""; }; + A571BB0D232052D6003BC0AA /* VarCheckPcdLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckPcdLib.uni; sourceTree = ""; }; + A571BB0E232052D6003BC0AA /* VarCheckPcdLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckPcdLib.inf; sourceTree = ""; }; + A571BB10232052D7003BC0AA /* DxeSecurityManagementLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeSecurityManagementLib.c; sourceTree = ""; }; + A571BB11232052D7003BC0AA /* DxeSecurityManagementLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeSecurityManagementLib.uni; sourceTree = ""; }; + A571BB12232052D7003BC0AA /* DxeSecurityManagementLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeSecurityManagementLib.inf; sourceTree = ""; }; + A571BB14232052D7003BC0AA /* PiSmmCoreMemoryProfileLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PiSmmCoreMemoryProfileLib.c; sourceTree = ""; }; + A571BB15232052D7003BC0AA /* PiSmmCoreMemoryAllocationServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmCoreMemoryAllocationServices.h; sourceTree = ""; }; + A571BB16232052D7003BC0AA /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A571BB17232052D7003BC0AA /* PiSmmCoreMemoryProfileServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmCoreMemoryProfileServices.h; sourceTree = ""; }; + A571BB18232052D7003BC0AA /* PiSmmCoreMemoryAllocationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreMemoryAllocationLib.uni; sourceTree = ""; }; + A571BB19232052D7003BC0AA /* PiSmmCoreMemoryAllocationProfileLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreMemoryAllocationProfileLib.inf; sourceTree = ""; }; + A571BB1A232052D7003BC0AA /* PiSmmCoreMemoryProfileLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PiSmmCoreMemoryProfileLibNull.c; sourceTree = ""; }; + A571BB1B232052D7003BC0AA /* PiSmmCoreMemoryAllocationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreMemoryAllocationLib.inf; sourceTree = ""; }; + A571BB1C232052D7003BC0AA /* PiSmmCoreMemoryAllocationProfileLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreMemoryAllocationProfileLib.uni; sourceTree = ""; }; + A571BB1E232052D7003BC0AA /* DxePrintLibPrint2Protocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxePrintLibPrint2Protocol.uni; sourceTree = ""; }; + A571BB1F232052D7003BC0AA /* PrintLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PrintLib.c; sourceTree = ""; }; + A571BB20232052D7003BC0AA /* DxePrintLibPrint2Protocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxePrintLibPrint2Protocol.inf; sourceTree = ""; }; + A571BB22232052D7003BC0AA /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A571BB23232052D7003BC0AA /* DxeCoreMemoryAllocationServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeCoreMemoryAllocationServices.h; sourceTree = ""; }; + A571BB24232052D7003BC0AA /* DxeCoreMemoryProfileServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeCoreMemoryProfileServices.h; sourceTree = ""; }; + A571BB25232052D7003BC0AA /* DxeCoreMemoryAllocationProfileLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreMemoryAllocationProfileLib.inf; sourceTree = ""; }; + A571BB26232052D7003BC0AA /* DxeCoreMemoryAllocationProfileLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreMemoryAllocationProfileLib.uni; sourceTree = ""; }; + A571BB27232052D7003BC0AA /* DxeCoreMemoryProfileLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCoreMemoryProfileLib.c; sourceTree = ""; }; + A571BB28232052D7003BC0AA /* DxeCoreMemoryAllocationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreMemoryAllocationLib.uni; sourceTree = ""; }; + A571BB29232052D7003BC0AA /* DxeCoreMemoryAllocationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreMemoryAllocationLib.inf; sourceTree = ""; }; + A571BB2A232052D7003BC0AA /* DxeCoreMemoryProfileLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCoreMemoryProfileLibNull.c; sourceTree = ""; }; + A571BB2C232052D7003BC0AA /* BootManagerStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerStrings.uni; sourceTree = ""; }; + A571BB2D232052D7003BC0AA /* BootManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootManager.h; sourceTree = ""; }; + A571BB2E232052D7003BC0AA /* BootManagerUiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerUiLib.uni; sourceTree = ""; }; + A571BB2F232052D7003BC0AA /* BootManagerVfr.Vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerVfr.Vfr; sourceTree = ""; }; + A571BB30232052D7003BC0AA /* BootManagerUiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerUiLib.inf; sourceTree = ""; }; + A571BB31232052D7003BC0AA /* BootManager.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootManager.c; sourceTree = ""; }; + A571BB33232052D7003BC0AA /* BmpSupportLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmpSupportLib.c; sourceTree = ""; }; + A571BB34232052D7003BC0AA /* BaseBmpSupportLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseBmpSupportLib.inf; sourceTree = ""; }; + A571BB35232052D7003BC0AA /* BaseBmpSupportLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseBmpSupportLib.uni; sourceTree = ""; }; + A571BB37232052D7003BC0AA /* CpuExceptionHandlerLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CpuExceptionHandlerLibNull.uni; sourceTree = ""; }; + A571BB38232052D7003BC0AA /* CpuExceptionHandlerLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CpuExceptionHandlerLibNull.inf; sourceTree = ""; }; + A571BB39232052D7003BC0AA /* CpuExceptionHandlerLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuExceptionHandlerLibNull.c; sourceTree = ""; }; + A571BB3B232052D7003BC0AA /* HiiLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HiiLib.c; sourceTree = ""; }; + A571BB3C232052D7003BC0AA /* UefiHiiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiHiiLib.uni; sourceTree = ""; }; + A571BB3D232052D7003BC0AA /* UefiHiiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiHiiLib.inf; sourceTree = ""; }; + A571BB3E232052D7003BC0AA /* HiiString.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HiiString.c; sourceTree = ""; }; + A571BB3F232052D7003BC0AA /* HiiLanguage.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HiiLanguage.c; sourceTree = ""; }; + A571BB40232052D7003BC0AA /* InternalHiiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalHiiLib.h; sourceTree = ""; }; + A571BB42232052D7003BC0AA /* BaseSortLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSortLib.inf; sourceTree = ""; }; + A571BB43232052D7003BC0AA /* BaseSortLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSortLib.uni; sourceTree = ""; }; + A571BB44232052D7003BC0AA /* BaseSortLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseSortLib.c; sourceTree = ""; }; + A571BB46232052D7003BC0AA /* DxeCorePerformanceLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCorePerformanceLib.c; sourceTree = ""; }; + A571BB47232052D7003BC0AA /* DxeCorePerformanceLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeCorePerformanceLibInternal.h; sourceTree = ""; }; + A571BB48232052D7003BC0AA /* DxeCorePerformanceLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCorePerformanceLib.inf; sourceTree = ""; }; + A571BB49232052D7003BC0AA /* DxeCorePerformanceLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCorePerformanceLib.uni; sourceTree = ""; }; + A571BB4B232052D7003BC0AA /* DxeResetSystemLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeResetSystemLib.uni; sourceTree = ""; }; + A571BB4C232052D7003BC0AA /* DxeResetSystemLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeResetSystemLib.inf; sourceTree = ""; }; + A571BB4D232052D7003BC0AA /* DxeResetSystemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeResetSystemLib.c; sourceTree = ""; }; + A571BB4F232052D7003BC0AA /* PeiResetSystemLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiResetSystemLib.uni; sourceTree = ""; }; + A571BB50232052D7003BC0AA /* PeiResetSystemLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiResetSystemLib.inf; sourceTree = ""; }; + A571BB51232052D7003BC0AA /* PeiResetSystemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiResetSystemLib.c; sourceTree = ""; }; + A571BB52232052D7003BC0AA /* MdeModulePkgSample.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdeModulePkgSample.dec; sourceTree = ""; }; + A571BB54232052D7003BC0AA /* LogoDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LogoDxe.uni; sourceTree = ""; }; + A571BB55232052D7003BC0AA /* LogoDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = LogoDxe.inf; sourceTree = ""; }; + A571BB56232052D7003BC0AA /* Logo.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = Logo.bmp; sourceTree = ""; }; + A571BB57232052D7003BC0AA /* Logo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Logo.uni; sourceTree = ""; }; + A571BB58232052D7003BC0AA /* LogoDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LogoDxeExtra.uni; sourceTree = ""; }; + A571BB59232052D7003BC0AA /* LogoExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LogoExtra.uni; sourceTree = ""; }; + A571BB5A232052D7003BC0AA /* Logo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Logo.inf; sourceTree = ""; }; + A571BB5B232052D7003BC0AA /* Logo.idf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Logo.idf; sourceTree = ""; }; + A571BB5C232052D7003BC0AA /* Logo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Logo.c; sourceTree = ""; }; + A571BB5D232052D7003BC0AA /* MdeModulePkg.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdeModulePkg.uni; sourceTree = ""; }; + A571BB5E232052D7003BC0AA /* MdeModulePkg.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdeModulePkg.dec; sourceTree = ""; }; + A571BB61232052D7003BC0AA /* FrontPage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrontPage.h; sourceTree = ""; }; + A571BB62232052D7003BC0AA /* FrontPageCustomizedUi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrontPageCustomizedUi.h; sourceTree = ""; }; + A571BB63232052D7003BC0AA /* Ui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ui.h; sourceTree = ""; }; + A571BB64232052D7003BC0AA /* FrontPageCustomizedUiSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FrontPageCustomizedUiSupport.c; sourceTree = ""; }; + A571BB65232052D7003BC0AA /* FrontPageVfr.Vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = FrontPageVfr.Vfr; sourceTree = ""; }; + A571BB66232052D7003BC0AA /* String.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = String.c; sourceTree = ""; }; + A571BB67232052D7003BC0AA /* FrontPageCustomizedUi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FrontPageCustomizedUi.c; sourceTree = ""; }; + A571BB68232052D7003BC0AA /* UiApp.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UiApp.uni; sourceTree = ""; }; + A571BB69232052D7003BC0AA /* FrontPage.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FrontPage.c; sourceTree = ""; }; + A571BB6A232052D7003BC0AA /* FrontPageStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FrontPageStrings.uni; sourceTree = ""; }; + A571BB6B232052D7003BC0AA /* UiAppExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UiAppExtra.uni; sourceTree = ""; }; + A571BB6C232052D7003BC0AA /* UiApp.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UiApp.inf; sourceTree = ""; }; + A571BB6D232052D7003BC0AA /* FrontPageCustomizedUiSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrontPageCustomizedUiSupport.h; sourceTree = ""; }; + A571BB6E232052D7003BC0AA /* String.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = String.h; sourceTree = ""; }; + A571BB70232052D7003BC0AA /* HelloWorldStr.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloWorldStr.uni; sourceTree = ""; }; + A571BB71232052D7003BC0AA /* HelloWorld.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloWorld.uni; sourceTree = ""; }; + A571BB72232052D7003BC0AA /* HelloWorld.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloWorld.inf; sourceTree = ""; }; + A571BB73232052D7003BC0AA /* HelloWorld.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HelloWorld.c; sourceTree = ""; }; + A571BB74232052D7003BC0AA /* HelloWorldExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloWorldExtra.uni; sourceTree = ""; }; + A571BB76232052D7003BC0AA /* BootManagerMenu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootManagerMenu.c; sourceTree = ""; }; + A571BB77232052D7003BC0AA /* BootManagerMenuAppExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerMenuAppExtra.uni; sourceTree = ""; }; + A571BB78232052D7003BC0AA /* BootManagerMenuStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerMenuStrings.uni; sourceTree = ""; }; + A571BB79232052D7003BC0AA /* BootManagerMenu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootManagerMenu.h; sourceTree = ""; }; + A571BB7A232052D7003BC0AA /* BootManagerMenuApp.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerMenuApp.inf; sourceTree = ""; }; + A571BB7B232052D7003BC0AA /* BootManagerMenuApp.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerMenuApp.uni; sourceTree = ""; }; + A571BB7D232052D7003BC0AA /* CapsuleApp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleApp.h; sourceTree = ""; }; + A571BB7E232052D7003BC0AA /* CapsuleApp.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleApp.inf; sourceTree = ""; }; + A571BB7F232052D7003BC0AA /* AppSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AppSupport.c; sourceTree = ""; }; + A571BB80232052D7003BC0AA /* CapsuleApp.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleApp.uni; sourceTree = ""; }; + A571BB81232052D7003BC0AA /* CapsuleAppExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleAppExtra.uni; sourceTree = ""; }; + A571BB82232052D7003BC0AA /* CapsuleOnDisk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleOnDisk.c; sourceTree = ""; }; + A571BB83232052D7003BC0AA /* CapsuleApp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleApp.c; sourceTree = ""; }; + A571BB84232052D7003BC0AA /* CapsuleDump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleDump.c; sourceTree = ""; }; + A571BB86232052D7003BC0AA /* MemoryProfileInfo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = MemoryProfileInfo.inf; sourceTree = ""; }; + A571BB87232052D7003BC0AA /* MemoryProfileInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryProfileInfo.c; sourceTree = ""; }; + A571BB88232052D7003BC0AA /* MemoryProfileInfo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MemoryProfileInfo.uni; sourceTree = ""; }; + A571BB89232052D7003BC0AA /* MemoryProfileInfoExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MemoryProfileInfoExtra.uni; sourceTree = ""; }; + A571BB8B232052D7003BC0AA /* DumpDynPcd.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DumpDynPcd.inf; sourceTree = ""; }; + A571BB8C232052D7003BC0AA /* DumpDynPcdStr.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DumpDynPcdStr.uni; sourceTree = ""; }; + A571BB8D232052D7003BC0AA /* DumpDynPcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DumpDynPcd.c; sourceTree = ""; }; + A571BB8F232052D7003BC0AA /* VariableInfoExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableInfoExtra.uni; sourceTree = ""; }; + A571BB90232052D7003BC0AA /* VariableInfo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableInfo.inf; sourceTree = ""; }; + A571BB91232052D7003BC0AA /* VariableInfo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableInfo.uni; sourceTree = ""; }; + A571BB92232052D7003BC0AA /* VariableInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableInfo.c; sourceTree = ""; }; + A571BB94232052D7003BC0AA /* SmiHandlerProfileInfoExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmiHandlerProfileInfoExtra.uni; sourceTree = ""; }; + A571BB95232052D7003BC0AA /* SmiHandlerProfileInfo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmiHandlerProfileInfo.uni; sourceTree = ""; }; + A571BB96232052D7003BC0AA /* SmiHandlerProfileInfo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmiHandlerProfileInfo.inf; sourceTree = ""; }; + A571BB97232052D7003BC0AA /* SmiHandlerProfileInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmiHandlerProfileInfo.c; sourceTree = ""; }; + A571BB98232052D7003BC0AA /* MdeModulePkg.dsc */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdeModulePkg.dsc; sourceTree = ""; }; + A571BB9B232052E8003BC0AA /* PiPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiPei.h; sourceTree = ""; }; + A571BB9D232052E8003BC0AA /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A571BB9E232052E8003BC0AA /* PiMm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiMm.h; sourceTree = ""; }; + A571BB9F232052E8003BC0AA /* Uefi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Uefi.h; sourceTree = ""; }; + A571BBA1232052E8003BC0AA /* Nasm.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = Nasm.inc; sourceTree = ""; }; + A571BBA2232052E8003BC0AA /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A571BBA4232052E8003BC0AA /* UefiAcpiDataTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiAcpiDataTable.h; sourceTree = ""; }; + A571BBA5232052E8003BC0AA /* UefiPxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiPxe.h; sourceTree = ""; }; + A571BBA6232052E8003BC0AA /* UefiSpec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiSpec.h; sourceTree = ""; }; + A571BBA7232052E8003BC0AA /* UefiGpt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiGpt.h; sourceTree = ""; }; + A571BBA8232052E8003BC0AA /* UefiBaseType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiBaseType.h; sourceTree = ""; }; + A571BBA9232052E8003BC0AA /* UefiInternalFormRepresentation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiInternalFormRepresentation.h; sourceTree = ""; }; + A571BBAA232052E8003BC0AA /* UefiMultiPhase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiMultiPhase.h; sourceTree = ""; }; + A571BBAC232052E8003BC0AA /* IpmiNetFnFirmware.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnFirmware.h; sourceTree = ""; }; + A571BBAD232052E8003BC0AA /* SdramSpdLpDdr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdramSpdLpDdr.h; sourceTree = ""; }; + A571BBAE232052E8003BC0AA /* ElTorito.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ElTorito.h; sourceTree = ""; }; + A571BBAF232052E8003BC0AA /* SdramSpdDdr3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdramSpdDdr3.h; sourceTree = ""; }; + A571BBB0232052E8003BC0AA /* Acpi62.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi62.h; sourceTree = ""; }; + A571BBB1232052E8003BC0AA /* WindowsSmmSecurityMitigationTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WindowsSmmSecurityMitigationTable.h; sourceTree = ""; }; + A571BBB2232052E8003BC0AA /* Nvme.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Nvme.h; sourceTree = ""; }; + A571BBB3232052E8003BC0AA /* IoRemappingTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IoRemappingTable.h; sourceTree = ""; }; + A571BBB4232052E8003BC0AA /* LowPowerIdleTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LowPowerIdleTable.h; sourceTree = ""; }; + A571BBB5232052E8003BC0AA /* Emmc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Emmc.h; sourceTree = ""; }; + A571BBB6232052E8003BC0AA /* WatchdogActionTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WatchdogActionTable.h; sourceTree = ""; }; + A571BBB7232052E8003BC0AA /* DmaRemappingReportingTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DmaRemappingReportingTable.h; sourceTree = ""; }; + A571BBB8232052E8003BC0AA /* AlertStandardFormatTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AlertStandardFormatTable.h; sourceTree = ""; }; + A571BBB9232052E8003BC0AA /* Acpi40.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi40.h; sourceTree = ""; }; + A571BBBA232052E8003BC0AA /* Bmp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bmp.h; sourceTree = ""; }; + A571BBBB232052E8003BC0AA /* UefiTcgPlatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiTcgPlatform.h; sourceTree = ""; }; + A571BBBC232052E8003BC0AA /* SerialPortConsoleRedirectionTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SerialPortConsoleRedirectionTable.h; sourceTree = ""; }; + A571BBBD232052E8003BC0AA /* Pci22.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pci22.h; sourceTree = ""; }; + A571BBBE232052E8003BC0AA /* Mbr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mbr.h; sourceTree = ""; }; + A571BBBF232052E8003BC0AA /* Acpi61.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi61.h; sourceTree = ""; }; + A571BBC0232052E8003BC0AA /* SdramSpdDdr4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdramSpdDdr4.h; sourceTree = ""; }; + A571BBC1232052E8003BC0AA /* TcgStorageOpal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcgStorageOpal.h; sourceTree = ""; }; + A571BBC2232052E8003BC0AA /* IpmiNetFnChassis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnChassis.h; sourceTree = ""; }; + A571BBC3232052E8003BC0AA /* Acpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi.h; sourceTree = ""; }; + A571BBC4232052E8003BC0AA /* Tpm2Acpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tpm2Acpi.h; sourceTree = ""; }; + A571BBC5232052E8003BC0AA /* PeImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeImage.h; sourceTree = ""; }; + A571BBC6232052E8003BC0AA /* PciExpress30.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciExpress30.h; sourceTree = ""; }; + A571BBC7232052E8003BC0AA /* SdramSpd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdramSpd.h; sourceTree = ""; }; + A571BBC8232052E8003BC0AA /* Acpi10.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi10.h; sourceTree = ""; }; + A571BBC9232052E8003BC0AA /* MemoryMappedConfigurationSpaceAccessTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryMappedConfigurationSpaceAccessTable.h; sourceTree = ""; }; + A571BBCA232052E8003BC0AA /* IpmiFruInformationStorage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiFruInformationStorage.h; sourceTree = ""; }; + A571BBCB232052E8003BC0AA /* IpmiNetFnStorage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnStorage.h; sourceTree = ""; }; + A571BBCC232052E8003BC0AA /* IScsiBootFirmwareTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiBootFirmwareTable.h; sourceTree = ""; }; + A571BBCD232052E8003BC0AA /* Bluetooth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bluetooth.h; sourceTree = ""; }; + A571BBCE232052E8003BC0AA /* AcpiAml.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiAml.h; sourceTree = ""; }; + A571BBCF232052E8003BC0AA /* Acpi50.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi50.h; sourceTree = ""; }; + A571BBD0232052E8003BC0AA /* Tpm20.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tpm20.h; sourceTree = ""; }; + A571BBD1232052E8003BC0AA /* PciCodeId.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciCodeId.h; sourceTree = ""; }; + A571BBD2232052E8003BC0AA /* IpmiNetFnTransport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnTransport.h; sourceTree = ""; }; + A571BBD3232052E8003BC0AA /* Dhcp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp.h; sourceTree = ""; }; + A571BBD4232052E8003BC0AA /* TpmPtp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TpmPtp.h; sourceTree = ""; }; + A571BBD5232052E8003BC0AA /* Acpi20.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi20.h; sourceTree = ""; }; + A571BBD6232052E8003BC0AA /* Pci23.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pci23.h; sourceTree = ""; }; + A571BBD7232052E8003BC0AA /* IpmiNetFnApp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnApp.h; sourceTree = ""; }; + A571BBD8232052E8003BC0AA /* PciExpress40.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciExpress40.h; sourceTree = ""; }; + A571BBD9232052E8003BC0AA /* IpmiNetFnSensorEvent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnSensorEvent.h; sourceTree = ""; }; + A571BBDA232052E8003BC0AA /* Acpi60.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi60.h; sourceTree = ""; }; + A571BBDB232052E8003BC0AA /* PciExpress21.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciExpress21.h; sourceTree = ""; }; + A571BBDC232052E8003BC0AA /* PciExpress31.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciExpress31.h; sourceTree = ""; }; + A571BBDD232052E8003BC0AA /* TcgStorageCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcgStorageCore.h; sourceTree = ""; }; + A571BBDE232052E8003BC0AA /* HighPrecisionEventTimerTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HighPrecisionEventTimerTable.h; sourceTree = ""; }; + A571BBDF232052E8003BC0AA /* Usb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Usb.h; sourceTree = ""; }; + A571BBE0232052E8003BC0AA /* Acpi51.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi51.h; sourceTree = ""; }; + A571BBE1232052E8003BC0AA /* Sd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sd.h; sourceTree = ""; }; + A571BBE2232052E8003BC0AA /* WatchdogResourceTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WatchdogResourceTable.h; sourceTree = ""; }; + A571BBE3232052E8003BC0AA /* Acpi30.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi30.h; sourceTree = ""; }; + A571BBE4232052E8003BC0AA /* Udf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Udf.h; sourceTree = ""; }; + A571BBE5232052E8003BC0AA /* DebugPortTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugPortTable.h; sourceTree = ""; }; + A571BBE6232052E8003BC0AA /* SmBios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmBios.h; sourceTree = ""; }; + A571BBE7232052E8003BC0AA /* MemoryOverwriteRequestControlLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryOverwriteRequestControlLock.h; sourceTree = ""; }; + A571BBE8232052E8003BC0AA /* Atapi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Atapi.h; sourceTree = ""; }; + A571BBE9232052E8003BC0AA /* TcpaAcpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcpaAcpi.h; sourceTree = ""; }; + A571BBEA232052E8003BC0AA /* LegacyBiosMpTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyBiosMpTable.h; sourceTree = ""; }; + A571BBEB232052E8003BC0AA /* TpmTis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TpmTis.h; sourceTree = ""; }; + A571BBEC232052E8003BC0AA /* Acpi63.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi63.h; sourceTree = ""; }; + A571BBED232052E8003BC0AA /* SmBus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmBus.h; sourceTree = ""; }; + A571BBEE232052E8003BC0AA /* Http11.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Http11.h; sourceTree = ""; }; + A571BBEF232052E8003BC0AA /* TcgPhysicalPresence.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcgPhysicalPresence.h; sourceTree = ""; }; + A571BBF0232052E8003BC0AA /* IpmiNetFnGroupExtension.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnGroupExtension.h; sourceTree = ""; }; + A571BBF1232052E8003BC0AA /* Tls1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tls1.h; sourceTree = ""; }; + A571BBF2232052E8003BC0AA /* Pci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pci.h; sourceTree = ""; }; + A571BBF3232052E8003BC0AA /* DebugPort2Table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugPort2Table.h; sourceTree = ""; }; + A571BBF4232052E8003BC0AA /* Scsi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Scsi.h; sourceTree = ""; }; + A571BBF5232052E8003BC0AA /* Pci30.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pci30.h; sourceTree = ""; }; + A571BBF6232052E8003BC0AA /* Hsti.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Hsti.h; sourceTree = ""; }; + A571BBF7232052E8003BC0AA /* WindowsUxCapsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WindowsUxCapsule.h; sourceTree = ""; }; + A571BBF8232052E8003BC0AA /* Tpm12.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tpm12.h; sourceTree = ""; }; + A571BBF9232052E8003BC0AA /* Ipmi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ipmi.h; sourceTree = ""; }; + A571BBFA232052E8003BC0AA /* IpmiNetFnBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnBridge.h; sourceTree = ""; }; + A571BBFB232052E8003BC0AA /* ServiceProcessorManagementInterfaceTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ServiceProcessorManagementInterfaceTable.h; sourceTree = ""; }; + A571BBFD232052E8003BC0AA /* OrderedCollectionLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OrderedCollectionLib.h; sourceTree = ""; }; + A571BBFE232052E8003BC0AA /* TimerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TimerLib.h; sourceTree = ""; }; + A571BBFF232052E8003BC0AA /* PeiServicesTablePointerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiServicesTablePointerLib.h; sourceTree = ""; }; + A571BC00232052E8003BC0AA /* SmiHandlerProfileLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmiHandlerProfileLib.h; sourceTree = ""; }; + A571BC01232052E8003BC0AA /* UefiUsbLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiUsbLib.h; sourceTree = ""; }; + A571BC02232052E8003BC0AA /* UefiDecompressLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiDecompressLib.h; sourceTree = ""; }; + A571BC03232052E8003BC0AA /* UefiRuntimeServicesTableLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiRuntimeServicesTableLib.h; sourceTree = ""; }; + A571BC04232052E8003BC0AA /* PeimEntryPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeimEntryPoint.h; sourceTree = ""; }; + A571BC05232052E8003BC0AA /* RngLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RngLib.h; sourceTree = ""; }; + A571BC06232052E8003BC0AA /* PciCf8Lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciCf8Lib.h; sourceTree = ""; }; + A571BC07232052E8003BC0AA /* SmmPeriodicSmiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmPeriodicSmiLib.h; sourceTree = ""; }; + A571BC08232052E8003BC0AA /* PeiCoreEntryPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiCoreEntryPoint.h; sourceTree = ""; }; + A571BC09232052E8003BC0AA /* S3PciLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3PciLib.h; sourceTree = ""; }; + A571BC0A232052E8003BC0AA /* PciSegmentLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciSegmentLib.h; sourceTree = ""; }; + A571BC0B232052E8003BC0AA /* DebugLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugLib.h; sourceTree = ""; }; + A571BC0C232052E8003BC0AA /* SynchronizationLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SynchronizationLib.h; sourceTree = ""; }; + A571BC0D232052E8003BC0AA /* SafeIntLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SafeIntLib.h; sourceTree = ""; }; + A571BC0E232052E8003BC0AA /* S3SmbusLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3SmbusLib.h; sourceTree = ""; }; + A571BC0F232052E8003BC0AA /* DevicePathLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DevicePathLib.h; sourceTree = ""; }; + A571BC10232052E8003BC0AA /* PcdLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcdLib.h; sourceTree = ""; }; + A571BC11232052E8003BC0AA /* FileHandleLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileHandleLib.h; sourceTree = ""; }; + A571BC12232052E8003BC0AA /* UefiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiLib.h; sourceTree = ""; }; + A571BC13232052E8003BC0AA /* SmmMemLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmMemLib.h; sourceTree = ""; }; + A571BC14232052E8003BC0AA /* PostCodeLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PostCodeLib.h; sourceTree = ""; }; + A571BC15232052E8003BC0AA /* S3StallLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3StallLib.h; sourceTree = ""; }; + A571BC16232052E8003BC0AA /* PciLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciLib.h; sourceTree = ""; }; + A571BC17232052E8003BC0AA /* UefiBootServicesTableLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiBootServicesTableLib.h; sourceTree = ""; }; + A571BC18232052E8003BC0AA /* MmServicesTableLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmServicesTableLib.h; sourceTree = ""; }; + A571BC19232052E8003BC0AA /* PeCoffExtraActionLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeCoffExtraActionLib.h; sourceTree = ""; }; + A571BC1A232052E8003BC0AA /* PciExpressLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciExpressLib.h; sourceTree = ""; }; + A571BC1B232052E8003BC0AA /* S3IoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3IoLib.h; sourceTree = ""; }; + A571BC1C232052E8003BC0AA /* ReportStatusCodeLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReportStatusCodeLib.h; sourceTree = ""; }; + A571BC1D232052E8003BC0AA /* UefiScsiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiScsiLib.h; sourceTree = ""; }; + A571BC1E232052E8003BC0AA /* UefiRuntimeLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiRuntimeLib.h; sourceTree = ""; }; + A571BC1F232052E8003BC0AA /* SmmServicesTableLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmServicesTableLib.h; sourceTree = ""; }; + A571BC20232052E8003BC0AA /* SerialPortLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SerialPortLib.h; sourceTree = ""; }; + A571BC21232052E8003BC0AA /* DxeCoreEntryPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeCoreEntryPoint.h; sourceTree = ""; }; + A571BC22232052E8003BC0AA /* PeCoffGetEntryPointLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeCoffGetEntryPointLib.h; sourceTree = ""; }; + A571BC23232052E8003BC0AA /* UefiDriverEntryPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiDriverEntryPoint.h; sourceTree = ""; }; + A571BC24232052E8003BC0AA /* BaseMemoryLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseMemoryLib.h; sourceTree = ""; }; + A571BC25232052E8003BC0AA /* DxeServicesLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeServicesLib.h; sourceTree = ""; }; + A571BC26232052E8003BC0AA /* PeCoffLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeCoffLib.h; sourceTree = ""; }; + A571BC27232052E8003BC0AA /* S3PciSegmentLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3PciSegmentLib.h; sourceTree = ""; }; + A571BC28232052E8003BC0AA /* BaseLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseLib.h; sourceTree = ""; }; + A571BC29232052E8003BC0AA /* SmmLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmLib.h; sourceTree = ""; }; + A571BC2A232052E8003BC0AA /* PeiServicesLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiServicesLib.h; sourceTree = ""; }; + A571BC2B232052E8003BC0AA /* DxeServicesTableLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeServicesTableLib.h; sourceTree = ""; }; + A571BC2C232052E8003BC0AA /* SmbusLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmbusLib.h; sourceTree = ""; }; + A571BC2D232052E8003BC0AA /* MemoryAllocationLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryAllocationLib.h; sourceTree = ""; }; + A571BC2E232052E8003BC0AA /* HstiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HstiLib.h; sourceTree = ""; }; + A571BC2F232052E8003BC0AA /* ExtractGuidedSectionLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExtractGuidedSectionLib.h; sourceTree = ""; }; + A571BC30232052E8003BC0AA /* ResourcePublicationLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResourcePublicationLib.h; sourceTree = ""; }; + A571BC31232052E8003BC0AA /* S3BootScriptLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3BootScriptLib.h; sourceTree = ""; }; + A571BC32232052E8003BC0AA /* CacheMaintenanceLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CacheMaintenanceLib.h; sourceTree = ""; }; + A571BC33232052E8003BC0AA /* CpuLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuLib.h; sourceTree = ""; }; + A571BC34232052E8003BC0AA /* StandaloneMmDriverEntryPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StandaloneMmDriverEntryPoint.h; sourceTree = ""; }; + A571BC35232052E8003BC0AA /* SmmIoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmIoLib.h; sourceTree = ""; }; + A571BC36232052E8003BC0AA /* IoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IoLib.h; sourceTree = ""; }; + A571BC37232052E8003BC0AA /* PrintLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrintLib.h; sourceTree = ""; }; + A571BC38232052E8003BC0AA /* UefiApplicationEntryPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiApplicationEntryPoint.h; sourceTree = ""; }; + A571BC39232052E8003BC0AA /* PerformanceLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PerformanceLib.h; sourceTree = ""; }; + A571BC3A232052E8003BC0AA /* HobLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HobLib.h; sourceTree = ""; }; + A571BC3B232052E8003BC0AA /* DebugPrintErrorLevelLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugPrintErrorLevelLib.h; sourceTree = ""; }; + A571BC3C232052E8003BC0AA /* PciSegmentInfoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciSegmentInfoLib.h; sourceTree = ""; }; + A571BC3E232052E8003BC0AA /* LegacySpiController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacySpiController.h; sourceTree = ""; }; + A571BC3F232052E8003BC0AA /* SpiHc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiHc.h; sourceTree = ""; }; + A571BC40232052E8003BC0AA /* Tcp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tcp4.h; sourceTree = ""; }; + A571BC41232052E8003BC0AA /* DriverFamilyOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverFamilyOverride.h; sourceTree = ""; }; + A571BC42232052E8003BC0AA /* MmSxDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmSxDispatch.h; sourceTree = ""; }; + A571BC43232052E8003BC0AA /* MmCpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmCpu.h; sourceTree = ""; }; + A571BC44232052E8003BC0AA /* TcgService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcgService.h; sourceTree = ""; }; + A571BC45232052E8003BC0AA /* WiFi2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WiFi2.h; sourceTree = ""; }; + A571BC46232052E8003BC0AA /* PartitionInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PartitionInfo.h; sourceTree = ""; }; + A571BC47232052E8003BC0AA /* SmmReportStatusCodeHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmReportStatusCodeHandler.h; sourceTree = ""; }; + A571BC48232052E8003BC0AA /* UgaDraw.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UgaDraw.h; sourceTree = ""; }; + A571BC49232052E8003BC0AA /* Bis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bis.h; sourceTree = ""; }; + A571BC4A232052E8003BC0AA /* SmartCardEdge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmartCardEdge.h; sourceTree = ""; }; + A571BC4B232052E8003BC0AA /* EapConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EapConfiguration.h; sourceTree = ""; }; + A571BC4C232052E8003BC0AA /* ShellDynamicCommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShellDynamicCommand.h; sourceTree = ""; }; + A571BC4D232052E8003BC0AA /* Rest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Rest.h; sourceTree = ""; }; + A571BC4E232052E8003BC0AA /* NvdimmLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvdimmLabel.h; sourceTree = ""; }; + A571BC4F232052E8003BC0AA /* Udp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Udp4.h; sourceTree = ""; }; + A571BC50232052E8003BC0AA /* LoadedImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadedImage.h; sourceTree = ""; }; + A571BC51232052E8003BC0AA /* WiFi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WiFi.h; sourceTree = ""; }; + A571BC52232052E8003BC0AA /* SmmSwDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmSwDispatch2.h; sourceTree = ""; }; + A571BC53232052E8003BC0AA /* FormBrowser2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FormBrowser2.h; sourceTree = ""; }; + A571BC54232052E8003BC0AA /* I2cHost.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cHost.h; sourceTree = ""; }; + A571BC55232052E8003BC0AA /* DevicePathFromText.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DevicePathFromText.h; sourceTree = ""; }; + A571BC56232052E8003BC0AA /* Shell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Shell.h; sourceTree = ""; }; + A571BC57232052E8003BC0AA /* IpSec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpSec.h; sourceTree = ""; }; + A571BC58232052E8003BC0AA /* SimpleTextInEx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleTextInEx.h; sourceTree = ""; }; + A571BC59232052E8003BC0AA /* CpuIo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuIo2.h; sourceTree = ""; }; + A571BC5A232052E8003BC0AA /* Ip4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4.h; sourceTree = ""; }; + A571BC5B232052E8003BC0AA /* DriverConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverConfiguration.h; sourceTree = ""; }; + A571BC5C232052E8003BC0AA /* SpiSmmConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiSmmConfiguration.h; sourceTree = ""; }; + A571BC5D232052E8003BC0AA /* DiskIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DiskIo.h; sourceTree = ""; }; + A571BC5E232052E8003BC0AA /* Tls.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tls.h; sourceTree = ""; }; + A571BC5F232052E8003BC0AA /* MmReadyToLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmReadyToLock.h; sourceTree = ""; }; + A571BC60232052E8003BC0AA /* SimpleFileSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleFileSystem.h; sourceTree = ""; }; + A571BC61232052E8003BC0AA /* MmStatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmStatusCode.h; sourceTree = ""; }; + A571BC62232052E8003BC0AA /* Http.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Http.h; sourceTree = ""; }; + A571BC63232052E8003BC0AA /* ScsiPassThruExt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScsiPassThruExt.h; sourceTree = ""; }; + A571BC64232052E8003BC0AA /* HiiConfigAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiConfigAccess.h; sourceTree = ""; }; + A571BC65232052E8003BC0AA /* SmbusHc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmbusHc.h; sourceTree = ""; }; + A571BC66232052E8003BC0AA /* DevicePathToText.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DevicePathToText.h; sourceTree = ""; }; + A571BC67232052E8003BC0AA /* MmCpuIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmCpuIo.h; sourceTree = ""; }; + A571BC68232052E8003BC0AA /* ServiceBinding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ServiceBinding.h; sourceTree = ""; }; + A571BC69232052E8003BC0AA /* DriverConfiguration2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverConfiguration2.h; sourceTree = ""; }; + A571BC6A232052E8003BC0AA /* Usb2HostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Usb2HostController.h; sourceTree = ""; }; + A571BC6B232052E8003BC0AA /* FirmwareManagement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareManagement.h; sourceTree = ""; }; + A571BC6C232052E8003BC0AA /* EdidDiscovered.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdidDiscovered.h; sourceTree = ""; }; + A571BC6D232052E8003BC0AA /* MmEndOfDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmEndOfDxe.h; sourceTree = ""; }; + A571BC6E232052E8003BC0AA /* BootManagerPolicy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootManagerPolicy.h; sourceTree = ""; }; + A571BC6F232052E8003BC0AA /* RealTimeClock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RealTimeClock.h; sourceTree = ""; }; + A571BC70232052E8003BC0AA /* SimplePointer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimplePointer.h; sourceTree = ""; }; + A571BC71232052E8003BC0AA /* Ip6Config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6Config.h; sourceTree = ""; }; + A571BC72232052E8003BC0AA /* I2cIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cIo.h; sourceTree = ""; }; + A571BC73232052E8003BC0AA /* Dns6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dns6.h; sourceTree = ""; }; + A571BC74232052E8003BC0AA /* UfsDeviceConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsDeviceConfig.h; sourceTree = ""; }; + A571BC75232052E8003BC0AA /* DeviceIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeviceIo.h; sourceTree = ""; }; + A571BC76232052E8003BC0AA /* ReportStatusCodeHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReportStatusCodeHandler.h; sourceTree = ""; }; + A571BC77232052E8003BC0AA /* TlsConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TlsConfig.h; sourceTree = ""; }; + A571BC78232052E8003BC0AA /* ScsiIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScsiIo.h; sourceTree = ""; }; + A571BC79232052E8003BC0AA /* Security.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Security.h; sourceTree = ""; }; + A571BC7A232052E8003BC0AA /* SmmSxDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmSxDispatch2.h; sourceTree = ""; }; + A571BC7B232052E8003BC0AA /* MmControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmControl.h; sourceTree = ""; }; + A571BC7C232052E8003BC0AA /* NetworkInterfaceIdentifier.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NetworkInterfaceIdentifier.h; sourceTree = ""; }; + A571BC7D232052E8003BC0AA /* MmPowerButtonDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmPowerButtonDispatch.h; sourceTree = ""; }; + A571BC7E232052E8003BC0AA /* Security2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Security2.h; sourceTree = ""; }; + A571BC7F232052E8003BC0AA /* EdidActive.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdidActive.h; sourceTree = ""; }; + A571BC80232052E8003BC0AA /* UserCredential.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserCredential.h; sourceTree = ""; }; + A571BC81232052E8003BC0AA /* MmAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmAccess.h; sourceTree = ""; }; + A571BC82232052E8003BC0AA /* UnicodeCollation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UnicodeCollation.h; sourceTree = ""; }; + A571BC83232052E8003BC0AA /* MonotonicCounter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MonotonicCounter.h; sourceTree = ""; }; + A571BC84232052E8003BC0AA /* BluetoothHc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BluetoothHc.h; sourceTree = ""; }; + A571BC85232052E8003BC0AA /* PlatformDriverOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformDriverOverride.h; sourceTree = ""; }; + A571BC86232052E8003BC0AA /* ManagedNetwork.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ManagedNetwork.h; sourceTree = ""; }; + A571BC87232052E8003BC0AA /* DriverDiagnostics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverDiagnostics.h; sourceTree = ""; }; + A571BC88232052E8003BC0AA /* HiiImageDecoder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiImageDecoder.h; sourceTree = ""; }; + A571BC89232052E8003BC0AA /* SimpleNetwork.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleNetwork.h; sourceTree = ""; }; + A571BC8A232052E8003BC0AA /* HiiString.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiString.h; sourceTree = ""; }; + A571BC8B232052E8003BC0AA /* TrEEProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TrEEProtocol.h; sourceTree = ""; }; + A571BC8C232052E8003BC0AA /* VariableWrite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VariableWrite.h; sourceTree = ""; }; + A571BC8D232052E8003BC0AA /* BluetoothLeConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BluetoothLeConfig.h; sourceTree = ""; }; + A571BC8E232052E8003BC0AA /* Ip4Config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Config.h; sourceTree = ""; }; + A571BC8F232052E8003BC0AA /* MmMp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmMp.h; sourceTree = ""; }; + A571BC90232052E8003BC0AA /* HiiPopup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiPopup.h; sourceTree = ""; }; + A571BC91232052E8003BC0AA /* GraphicsOutput.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GraphicsOutput.h; sourceTree = ""; }; + A571BC92232052E8003BC0AA /* IScsiInitiatorName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiInitiatorName.h; sourceTree = ""; }; + A571BC93232052E8003BC0AA /* Ftp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ftp4.h; sourceTree = ""; }; + A571BC94232052E8003BC0AA /* AtaPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaPassThru.h; sourceTree = ""; }; + A571BC95232052E8003BC0AA /* SimpleTextOut.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleTextOut.h; sourceTree = ""; }; + A571BC96232052E8003BC0AA /* HiiConfigKeyword.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiConfigKeyword.h; sourceTree = ""; }; + A571BC97232052E8003BC0AA /* PciOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciOverride.h; sourceTree = ""; }; + A571BC98232052E8003BC0AA /* DiskIo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DiskIo2.h; sourceTree = ""; }; + A571BC99232052E8003BC0AA /* IsaHc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsaHc.h; sourceTree = ""; }; + A571BC9A232052E8003BC0AA /* ComponentName2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName2.h; sourceTree = ""; }; + A571BC9B232052E8003BC0AA /* SmmStatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmStatusCode.h; sourceTree = ""; }; + A571BC9C232052E8003BC0AA /* PciPlatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciPlatform.h; sourceTree = ""; }; + A571BC9D232052E8003BC0AA /* DriverDiagnostics2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverDiagnostics2.h; sourceTree = ""; }; + A571BC9E232052E8003BC0AA /* Rng.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Rng.h; sourceTree = ""; }; + A571BC9F232052E8003BC0AA /* Dhcp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp4.h; sourceTree = ""; }; + A571BCA0232052E8003BC0AA /* PxeBaseCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PxeBaseCode.h; sourceTree = ""; }; + A571BCA1232052E8003BC0AA /* GuidedSectionExtraction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GuidedSectionExtraction.h; sourceTree = ""; }; + A571BCA2232052E8003BC0AA /* Variable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Variable.h; sourceTree = ""; }; + A571BCA3232052E8003BC0AA /* MmReportStatusCodeHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmReportStatusCodeHandler.h; sourceTree = ""; }; + A571BCA4232052E8003BC0AA /* DxeMmReadyToLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeMmReadyToLock.h; sourceTree = ""; }; + A571BCA5232052E8003BC0AA /* DriverBinding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverBinding.h; sourceTree = ""; }; + A571BCA6232052E8003BC0AA /* FirmwareVolume2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolume2.h; sourceTree = ""; }; + A571BCA7232052E8003BC0AA /* BlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIo.h; sourceTree = ""; }; + A571BCA8232052E8003BC0AA /* MmBase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmBase.h; sourceTree = ""; }; + A571BCA9232052E8003BC0AA /* SmmCpuIo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCpuIo2.h; sourceTree = ""; }; + A571BCAA232052E8003BC0AA /* SmmUsbDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmUsbDispatch2.h; sourceTree = ""; }; + A571BCAB232052E8003BC0AA /* Mtftp6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mtftp6.h; sourceTree = ""; }; + A571BCAC232052E8003BC0AA /* S3SmmSaveState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3SmmSaveState.h; sourceTree = ""; }; + A571BCAD232052E8003BC0AA /* SpiNorFlash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiNorFlash.h; sourceTree = ""; }; + A571BCAE232052E8003BC0AA /* Metronome.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Metronome.h; sourceTree = ""; }; + A571BCAF232052E8003BC0AA /* SmmPowerButtonDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmPowerButtonDispatch2.h; sourceTree = ""; }; + A571BCB0232052E8003BC0AA /* Runtime.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Runtime.h; sourceTree = ""; }; + A571BCB1232052E8003BC0AA /* LegacySpiSmmFlash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacySpiSmmFlash.h; sourceTree = ""; }; + A571BCB2232052E8003BC0AA /* PlatformToDriverConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformToDriverConfiguration.h; sourceTree = ""; }; + A571BCB3232052E8003BC0AA /* Timer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Timer.h; sourceTree = ""; }; + A571BCB4232052E8003BC0AA /* DevicePathUtilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DevicePathUtilities.h; sourceTree = ""; }; + A571BCB5232052E8003BC0AA /* PxeBaseCodeCallBack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PxeBaseCodeCallBack.h; sourceTree = ""; }; + A571BCB6232052E8003BC0AA /* LegacySpiSmmController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacySpiSmmController.h; sourceTree = ""; }; + A571BCB7232052E8003BC0AA /* LegacyRegion2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyRegion2.h; sourceTree = ""; }; + A571BCB8232052E8003BC0AA /* DebugPort.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugPort.h; sourceTree = ""; }; + A571BCB9232052E8003BC0AA /* Tcp6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tcp6.h; sourceTree = ""; }; + A571BCBA232052E8003BC0AA /* PciRootBridgeIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciRootBridgeIo.h; sourceTree = ""; }; + A571BCBB232052E8003BC0AA /* Pcd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pcd.h; sourceTree = ""; }; + A571BCBC232052E8003BC0AA /* UgaIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UgaIo.h; sourceTree = ""; }; + A571BCBD232052E8003BC0AA /* SpiSmmNorFlash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiSmmNorFlash.h; sourceTree = ""; }; + A571BCBE232052E8003BC0AA /* Hash2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Hash2.h; sourceTree = ""; }; + A571BCBF232052E8003BC0AA /* SpiConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiConfiguration.h; sourceTree = ""; }; + A571BCC0232052E8003BC0AA /* SuperIoControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SuperIoControl.h; sourceTree = ""; }; + A571BCC1232052E8003BC0AA /* DevicePath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DevicePath.h; sourceTree = ""; }; + A571BCC2232052E8003BC0AA /* TapeIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TapeIo.h; sourceTree = ""; }; + A571BCC3232052E8003BC0AA /* SmmCpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCpu.h; sourceTree = ""; }; + A571BCC4232052E8003BC0AA /* DriverSupportedEfiVersion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverSupportedEfiVersion.h; sourceTree = ""; }; + A571BCC5232052E8003BC0AA /* StorageSecurityCommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StorageSecurityCommand.h; sourceTree = ""; }; + A571BCC6232052E8003BC0AA /* UserManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserManager.h; sourceTree = ""; }; + A571BCC7232052E8003BC0AA /* PiPcd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiPcd.h; sourceTree = ""; }; + A571BCC8232052E8003BC0AA /* SecurityPolicy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecurityPolicy.h; sourceTree = ""; }; + A571BCC9232052E8003BC0AA /* UsbFunctionIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbFunctionIo.h; sourceTree = ""; }; + A571BCCA232052E8003BC0AA /* BusSpecificDriverOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BusSpecificDriverOverride.h; sourceTree = ""; }; + A571BCCB232052E8003BC0AA /* MmSwDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmSwDispatch.h; sourceTree = ""; }; + A571BCCC232052E8003BC0AA /* Supplicant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Supplicant.h; sourceTree = ""; }; + A571BCCD232052E8003BC0AA /* Udp6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Udp6.h; sourceTree = ""; }; + A571BCCE232052E8003BC0AA /* SmmReadyToLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmReadyToLock.h; sourceTree = ""; }; + A571BCCF232052E8003BC0AA /* PciHotPlugRequest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHotPlugRequest.h; sourceTree = ""; }; + A571BCD0232052E8003BC0AA /* AuthenticationInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AuthenticationInfo.h; sourceTree = ""; }; + A571BCD1232052E8003BC0AA /* Ip4Config2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Config2.h; sourceTree = ""; }; + A571BCD2232052E8003BC0AA /* MmCommunication.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmCommunication.h; sourceTree = ""; }; + A571BCD3232052E8003BC0AA /* EapManagement2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EapManagement2.h; sourceTree = ""; }; + A571BCD4232052E8003BC0AA /* Decompress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Decompress.h; sourceTree = ""; }; + A571BCD5232052E8003BC0AA /* PiPcdInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiPcdInfo.h; sourceTree = ""; }; + A571BCD6232052E8003BC0AA /* PciHostBridgeResourceAllocation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHostBridgeResourceAllocation.h; sourceTree = ""; }; + A571BCD7232052E8003BC0AA /* HiiPackageList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiPackageList.h; sourceTree = ""; }; + A571BCD8232052E8003BC0AA /* SpiIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiIo.h; sourceTree = ""; }; + A571BCD9232052E8003BC0AA /* HiiImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiImage.h; sourceTree = ""; }; + A571BCDA232052E8003BC0AA /* Pkcs7Verify.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pkcs7Verify.h; sourceTree = ""; }; + A571BCDB232052E8003BC0AA /* SmmGpiDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmGpiDispatch2.h; sourceTree = ""; }; + A571BCDC232052E8003BC0AA /* SmmCommunication.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCommunication.h; sourceTree = ""; }; + A571BCDD232052E9003BC0AA /* NvmExpressPassthru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPassthru.h; sourceTree = ""; }; + A571BCDE232052E9003BC0AA /* IpSecConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpSecConfig.h; sourceTree = ""; }; + A571BCDF232052E9003BC0AA /* DeferredImageLoad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeferredImageLoad.h; sourceTree = ""; }; + A571BCE0232052E9003BC0AA /* MmUsbDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmUsbDispatch.h; sourceTree = ""; }; + A571BCE1232052E9003BC0AA /* SmmStandbyButtonDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmStandbyButtonDispatch2.h; sourceTree = ""; }; + A571BCE2232052E9003BC0AA /* Capsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Capsule.h; sourceTree = ""; }; + A571BCE3232052E9003BC0AA /* SuperIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SuperIo.h; sourceTree = ""; }; + A571BCE4232052E9003BC0AA /* RegularExpressionProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegularExpressionProtocol.h; sourceTree = ""; }; + A571BCE5232052E9003BC0AA /* IdeControllerInit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IdeControllerInit.h; sourceTree = ""; }; + A571BCE6232052E9003BC0AA /* Cpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Cpu.h; sourceTree = ""; }; + A571BCE7232052E9003BC0AA /* AbsolutePointer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AbsolutePointer.h; sourceTree = ""; }; + A571BCE8232052E9003BC0AA /* UsbHostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHostController.h; sourceTree = ""; }; + A571BCE9232052E9003BC0AA /* UsbIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbIo.h; sourceTree = ""; }; + A571BCEA232052E9003BC0AA /* HiiConfigRouting.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiConfigRouting.h; sourceTree = ""; }; + A571BCEB232052E9003BC0AA /* BluetoothAttribute.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BluetoothAttribute.h; sourceTree = ""; }; + A571BCEC232052E9003BC0AA /* Ip6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6.h; sourceTree = ""; }; + A571BCED232052E9003BC0AA /* BlockIo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIo2.h; sourceTree = ""; }; + A571BCEE232052E9003BC0AA /* Dns4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dns4.h; sourceTree = ""; }; + A571BCEF232052E9003BC0AA /* HiiDatabase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiDatabase.h; sourceTree = ""; }; + A571BCF0232052E9003BC0AA /* HiiImageEx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiImageEx.h; sourceTree = ""; }; + A571BCF1232052E9003BC0AA /* PciIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciIo.h; sourceTree = ""; }; + A571BCF2232052E9003BC0AA /* MmPeriodicTimerDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmPeriodicTimerDispatch.h; sourceTree = ""; }; + A571BCF3232052E9003BC0AA /* RamDisk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RamDisk.h; sourceTree = ""; }; + A571BCF4232052E9003BC0AA /* ScsiPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScsiPassThru.h; sourceTree = ""; }; + A571BCF5232052E9003BC0AA /* DiskInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DiskInfo.h; sourceTree = ""; }; + A571BCF6232052E9003BC0AA /* Bds.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bds.h; sourceTree = ""; }; + A571BCF7232052E9003BC0AA /* SerialIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SerialIo.h; sourceTree = ""; }; + A571BCF8232052E9003BC0AA /* DriverHealth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverHealth.h; sourceTree = ""; }; + A571BCF9232052E9003BC0AA /* Arp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Arp.h; sourceTree = ""; }; + A571BCFA232052E9003BC0AA /* ShellParameters.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShellParameters.h; sourceTree = ""; }; + A571BCFB232052E9003BC0AA /* IncompatiblePciDeviceSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IncompatiblePciDeviceSupport.h; sourceTree = ""; }; + A571BCFC232052E9003BC0AA /* LegacySpiFlash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacySpiFlash.h; sourceTree = ""; }; + A571BCFD232052E9003BC0AA /* I2cMaster.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cMaster.h; sourceTree = ""; }; + A571BCFE232052E9003BC0AA /* Smbios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Smbios.h; sourceTree = ""; }; + A571BCFF232052E9003BC0AA /* EapManagement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EapManagement.h; sourceTree = ""; }; + A571BD00232052E9003BC0AA /* EraseBlock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EraseBlock.h; sourceTree = ""; }; + A571BD01232052E9003BC0AA /* Tcg2Protocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tcg2Protocol.h; sourceTree = ""; }; + A571BD02232052E9003BC0AA /* AcpiSystemDescriptionTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiSystemDescriptionTable.h; sourceTree = ""; }; + A571BD03232052E9003BC0AA /* PciEnumerationComplete.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciEnumerationComplete.h; sourceTree = ""; }; + A571BD04232052E9003BC0AA /* ResetNotification.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResetNotification.h; sourceTree = ""; }; + A571BD05232052E9003BC0AA /* PciHotPlugInit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHotPlugInit.h; sourceTree = ""; }; + A571BD06232052E9003BC0AA /* Kms.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Kms.h; sourceTree = ""; }; + A571BD07232052E9003BC0AA /* MmPciRootBridgeIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmPciRootBridgeIo.h; sourceTree = ""; }; + A571BD08232052E9003BC0AA /* I2cBusConfigurationManagement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cBusConfigurationManagement.h; sourceTree = ""; }; + A571BD09232052E9003BC0AA /* LoadFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadFile.h; sourceTree = ""; }; + A571BD0A232052E9003BC0AA /* PcdInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcdInfo.h; sourceTree = ""; }; + A571BD0B232052E9003BC0AA /* WatchdogTimer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WatchdogTimer.h; sourceTree = ""; }; + A571BD0C232052E9003BC0AA /* SmmEndOfDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmEndOfDxe.h; sourceTree = ""; }; + A571BD0D232052E9003BC0AA /* MmConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmConfiguration.h; sourceTree = ""; }; + A571BD0E232052E9003BC0AA /* SmmPeriodicTimerDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmPeriodicTimerDispatch2.h; sourceTree = ""; }; + A571BD0F232052E9003BC0AA /* S3SaveState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3SaveState.h; sourceTree = ""; }; + A571BD10232052E9003BC0AA /* SdMmcPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdMmcPassThru.h; sourceTree = ""; }; + A571BD11232052E9003BC0AA /* Reset.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reset.h; sourceTree = ""; }; + A571BD12232052E9003BC0AA /* Dhcp6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp6.h; sourceTree = ""; }; + A571BD13232052E9003BC0AA /* DxeSmmReadyToLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeSmmReadyToLock.h; sourceTree = ""; }; + A571BD14232052E9003BC0AA /* MpService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MpService.h; sourceTree = ""; }; + A571BD15232052E9003BC0AA /* SmmConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmConfiguration.h; sourceTree = ""; }; + A571BD16232052E9003BC0AA /* MmGpiDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmGpiDispatch.h; sourceTree = ""; }; + A571BD17232052E9003BC0AA /* SmmControl2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmControl2.h; sourceTree = ""; }; + A571BD18232052E9003BC0AA /* StatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCode.h; sourceTree = ""; }; + A571BD19232052E9003BC0AA /* Timestamp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Timestamp.h; sourceTree = ""; }; + A571BD1A232052E9003BC0AA /* BlockIoCrypto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIoCrypto.h; sourceTree = ""; }; + A571BD1B232052E9003BC0AA /* SmartCardReader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmartCardReader.h; sourceTree = ""; }; + A571BD1C232052E9003BC0AA /* FirmwareVolumeBlock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolumeBlock.h; sourceTree = ""; }; + A571BD1D232052E9003BC0AA /* HttpBootCallback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBootCallback.h; sourceTree = ""; }; + A571BD1E232052E9003BC0AA /* SimpleTextIn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleTextIn.h; sourceTree = ""; }; + A571BD1F232052E9003BC0AA /* MmIoTrapDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmIoTrapDispatch.h; sourceTree = ""; }; + A571BD20232052E9003BC0AA /* Hash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Hash.h; sourceTree = ""; }; + A571BD21232052E9003BC0AA /* VlanConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VlanConfig.h; sourceTree = ""; }; + A571BD22232052E9003BC0AA /* HiiFont.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiFont.h; sourceTree = ""; }; + A571BD23232052E9003BC0AA /* SmmAccess2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmAccess2.h; sourceTree = ""; }; + A571BD24232052E9003BC0AA /* UserCredential2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserCredential2.h; sourceTree = ""; }; + A571BD25232052E9003BC0AA /* AcpiTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiTable.h; sourceTree = ""; }; + A571BD26232052E9003BC0AA /* EdidOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdidOverride.h; sourceTree = ""; }; + A571BD27232052E9003BC0AA /* I2cEnumerate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cEnumerate.h; sourceTree = ""; }; + A571BD28232052E9003BC0AA /* BluetoothConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BluetoothConfig.h; sourceTree = ""; }; + A571BD29232052E9003BC0AA /* BluetoothIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BluetoothIo.h; sourceTree = ""; }; + A571BD2A232052E9003BC0AA /* MmStandbyButtonDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmStandbyButtonDispatch.h; sourceTree = ""; }; + A571BD2B232052E9003BC0AA /* Mtftp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mtftp4.h; sourceTree = ""; }; + A571BD2C232052E9003BC0AA /* SmmIoTrapDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmIoTrapDispatch2.h; sourceTree = ""; }; + A571BD2D232052E9003BC0AA /* SpiSmmHc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiSmmHc.h; sourceTree = ""; }; + A571BD2E232052E9003BC0AA /* Ebc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ebc.h; sourceTree = ""; }; + A571BD2F232052E9003BC0AA /* DebugSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugSupport.h; sourceTree = ""; }; + A571BD30232052E9003BC0AA /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A571BD31232052E9003BC0AA /* Eap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Eap.h; sourceTree = ""; }; + A571BD32232052E9003BC0AA /* AdapterInformation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AdapterInformation.h; sourceTree = ""; }; + A571BD33232052E9003BC0AA /* SmmBase2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmBase2.h; sourceTree = ""; }; + A571BD34232052E9003BC0AA /* SmmPciRootBridgeIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmPciRootBridgeIo.h; sourceTree = ""; }; + A571BD35232052E9003BC0AA /* HttpUtilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpUtilities.h; sourceTree = ""; }; + A571BD36232052E9003BC0AA /* LoadFile2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadFile2.h; sourceTree = ""; }; + A571BD38232052E9003BC0AA /* PiFirmwareVolume.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiFirmwareVolume.h; sourceTree = ""; }; + A571BD39232052E9003BC0AA /* PiMmCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiMmCis.h; sourceTree = ""; }; + A571BD3A232052E9003BC0AA /* PiDxeCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiDxeCis.h; sourceTree = ""; }; + A571BD3B232052E9003BC0AA /* PiStatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiStatusCode.h; sourceTree = ""; }; + A571BD3C232052E9003BC0AA /* PiBootMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiBootMode.h; sourceTree = ""; }; + A571BD3D232052E9003BC0AA /* PiHob.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiHob.h; sourceTree = ""; }; + A571BD3E232052E9003BC0AA /* PiPeiCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiPeiCis.h; sourceTree = ""; }; + A571BD3F232052E9003BC0AA /* PiSmmCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmCis.h; sourceTree = ""; }; + A571BD40232052E9003BC0AA /* PiDependency.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiDependency.h; sourceTree = ""; }; + A571BD41232052E9003BC0AA /* PiS3BootScript.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiS3BootScript.h; sourceTree = ""; }; + A571BD42232052E9003BC0AA /* PiMultiPhase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiMultiPhase.h; sourceTree = ""; }; + A571BD43232052E9003BC0AA /* PiFirmwareFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiFirmwareFile.h; sourceTree = ""; }; + A571BD44232052E9003BC0AA /* PiI2c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiI2c.h; sourceTree = ""; }; + A571BD46232052E9003BC0AA /* Nasm.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = Nasm.inc; sourceTree = ""; }; + A571BD47232052E9003BC0AA /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A571BD48232052E9003BC0AA /* PiSmm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmm.h; sourceTree = ""; }; + A571BD4B232052E9003BC0AA /* Microcode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Microcode.h; sourceTree = ""; }; + A571BD4C232052E9003BC0AA /* SmramSaveStateMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmramSaveStateMap.h; sourceTree = ""; }; + A571BD4E232052E9003BC0AA /* Pentium4Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pentium4Msr.h; sourceTree = ""; }; + A571BD4F232052E9003BC0AA /* GoldmontPlusMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GoldmontPlusMsr.h; sourceTree = ""; }; + A571BD50232052E9003BC0AA /* IvyBridgeMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IvyBridgeMsr.h; sourceTree = ""; }; + A571BD51232052E9003BC0AA /* BroadwellMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BroadwellMsr.h; sourceTree = ""; }; + A571BD52232052E9003BC0AA /* HaswellEMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HaswellEMsr.h; sourceTree = ""; }; + A571BD53232052E9003BC0AA /* XeonE7Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XeonE7Msr.h; sourceTree = ""; }; + A571BD54232052E9003BC0AA /* Core2Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Core2Msr.h; sourceTree = ""; }; + A571BD55232052E9003BC0AA /* NehalemMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NehalemMsr.h; sourceTree = ""; }; + A571BD56232052E9003BC0AA /* SandyBridgeMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SandyBridgeMsr.h; sourceTree = ""; }; + A571BD57232052E9003BC0AA /* P6Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = P6Msr.h; sourceTree = ""; }; + A571BD58232052E9003BC0AA /* PentiumMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PentiumMsr.h; sourceTree = ""; }; + A571BD59232052E9003BC0AA /* SilvermontMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SilvermontMsr.h; sourceTree = ""; }; + A571BD5A232052E9003BC0AA /* Xeon5600Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Xeon5600Msr.h; sourceTree = ""; }; + A571BD5B232052E9003BC0AA /* SkylakeMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SkylakeMsr.h; sourceTree = ""; }; + A571BD5C232052E9003BC0AA /* CoreMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreMsr.h; sourceTree = ""; }; + A571BD5D232052E9003BC0AA /* XeonDMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XeonDMsr.h; sourceTree = ""; }; + A571BD5E232052E9003BC0AA /* XeonPhiMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XeonPhiMsr.h; sourceTree = ""; }; + A571BD5F232052E9003BC0AA /* PentiumMMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PentiumMMsr.h; sourceTree = ""; }; + A571BD60232052E9003BC0AA /* GoldmontMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GoldmontMsr.h; sourceTree = ""; }; + A571BD61232052E9003BC0AA /* HaswellMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HaswellMsr.h; sourceTree = ""; }; + A571BD62232052E9003BC0AA /* AtomMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtomMsr.h; sourceTree = ""; }; + A571BD63232052E9003BC0AA /* Cpuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Cpuid.h; sourceTree = ""; }; + A571BD64232052E9003BC0AA /* StmStatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StmStatusCode.h; sourceTree = ""; }; + A571BD65232052E9003BC0AA /* StmResourceDescriptor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StmResourceDescriptor.h; sourceTree = ""; }; + A571BD66232052E9003BC0AA /* LocalApic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LocalApic.h; sourceTree = ""; }; + A571BD67232052E9003BC0AA /* StmApi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StmApi.h; sourceTree = ""; }; + A571BD68232052E9003BC0AA /* ArchitecturalMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ArchitecturalMsr.h; sourceTree = ""; }; + A571BD69232052E9003BC0AA /* Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Msr.h; sourceTree = ""; }; + A571BD6B232052E9003BC0AA /* Cpuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Cpuid.h; sourceTree = ""; }; + A571BD6C232052E9003BC0AA /* Fam17Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Fam17Msr.h; sourceTree = ""; }; + A571BD6D232052E9003BC0AA /* Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Msr.h; sourceTree = ""; }; + A571BD6E232052E9003BC0AA /* PiDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiDxe.h; sourceTree = ""; }; + A571BD70232052E9003BC0AA /* MdePkgTokenSpace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MdePkgTokenSpace.h; sourceTree = ""; }; + A571BD71232052E9003BC0AA /* SmramMemoryReserve.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmramMemoryReserve.h; sourceTree = ""; }; + A571BD72232052E9003BC0AA /* FileInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileInfo.h; sourceTree = ""; }; + A571BD73232052E9003BC0AA /* SystemResourceTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SystemResourceTable.h; sourceTree = ""; }; + A571BD74232052E9003BC0AA /* AprioriFileName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AprioriFileName.h; sourceTree = ""; }; + A571BD75232052E9003BC0AA /* PropertiesTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PropertiesTable.h; sourceTree = ""; }; + A571BD76232052E9003BC0AA /* MemoryAllocationHob.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryAllocationHob.h; sourceTree = ""; }; + A571BD77232052E9003BC0AA /* EventGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EventGroup.h; sourceTree = ""; }; + A571BD78232052E9003BC0AA /* FirmwareFileSystem3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareFileSystem3.h; sourceTree = ""; }; + A571BD79232052E9003BC0AA /* Cper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Cper.h; sourceTree = ""; }; + A571BD7A232052E9003BC0AA /* MemoryOverwriteControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryOverwriteControl.h; sourceTree = ""; }; + A571BD7B232052E9003BC0AA /* Gpt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Gpt.h; sourceTree = ""; }; + A571BD7C232052E9003BC0AA /* MemoryAttributesTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryAttributesTable.h; sourceTree = ""; }; + A571BD7D232052E9003BC0AA /* EventLegacyBios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EventLegacyBios.h; sourceTree = ""; }; + A571BD7E232052E9003BC0AA /* FmpCapsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FmpCapsule.h; sourceTree = ""; }; + A571BD7F232052E9003BC0AA /* FirmwareContentsSigned.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareContentsSigned.h; sourceTree = ""; }; + A571BD80232052E9003BC0AA /* Acpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi.h; sourceTree = ""; }; + A571BD81232052E9003BC0AA /* Apriori.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Apriori.h; sourceTree = ""; }; + A571BD82232052E9003BC0AA /* DxeServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeServices.h; sourceTree = ""; }; + A571BD83232052E9003BC0AA /* Btt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Btt.h; sourceTree = ""; }; + A571BD84232052E9003BC0AA /* HobList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HobList.h; sourceTree = ""; }; + A571BD85232052E9003BC0AA /* GraphicsInfoHob.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GraphicsInfoHob.h; sourceTree = ""; }; + A571BD86232052E9003BC0AA /* HiiFormMapMethodGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiFormMapMethodGuid.h; sourceTree = ""; }; + A571BD87232052E9003BC0AA /* FileSystemVolumeLabelInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileSystemVolumeLabelInfo.h; sourceTree = ""; }; + A571BD88232052E9003BC0AA /* FirmwareFileSystem2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareFileSystem2.h; sourceTree = ""; }; + A571BD89232052E9003BC0AA /* StatusCodeDataTypeId.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeDataTypeId.h; sourceTree = ""; }; + A571BD8A232052E9003BC0AA /* DebugImageInfoTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugImageInfoTable.h; sourceTree = ""; }; + A571BD8B232052E9003BC0AA /* HiiKeyBoardLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiKeyBoardLayout.h; sourceTree = ""; }; + A571BD8C232052E9003BC0AA /* WinCertificate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WinCertificate.h; sourceTree = ""; }; + A571BD8D232052E9003BC0AA /* SmBios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmBios.h; sourceTree = ""; }; + A571BD8E232052E9003BC0AA /* ImageAuthentication.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageAuthentication.h; sourceTree = ""; }; + A571BD8F232052E9003BC0AA /* VectorHandoffTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VectorHandoffTable.h; sourceTree = ""; }; + A571BD90232052E9003BC0AA /* FileSystemInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileSystemInfo.h; sourceTree = ""; }; + A571BD91232052E9003BC0AA /* HardwareErrorVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HardwareErrorVariable.h; sourceTree = ""; }; + A571BD92232052E9003BC0AA /* Mps.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mps.h; sourceTree = ""; }; + A571BD93232052E9003BC0AA /* PcAnsi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcAnsi.h; sourceTree = ""; }; + A571BD94232052E9003BC0AA /* GlobalVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GlobalVariable.h; sourceTree = ""; }; + A571BD95232052E9003BC0AA /* HiiPlatformSetupFormset.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiPlatformSetupFormset.h; sourceTree = ""; }; + A571BD96232052E9003BC0AA /* CapsuleReport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleReport.h; sourceTree = ""; }; + A571BD98232052E9003BC0AA /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A571BD9A232052E9003BC0AA /* PeiCoreFvLocation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiCoreFvLocation.h; sourceTree = ""; }; + A571BD9B232052E9003BC0AA /* SecHobData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecHobData.h; sourceTree = ""; }; + A571BD9C232052E9003BC0AA /* VectorHandoffInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VectorHandoffInfo.h; sourceTree = ""; }; + A571BD9D232052E9003BC0AA /* ReadOnlyVariable2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReadOnlyVariable2.h; sourceTree = ""; }; + A571BD9E232052E9003BC0AA /* ReportStatusCodeHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReportStatusCodeHandler.h; sourceTree = ""; }; + A571BD9F232052E9003BC0AA /* S3Resume2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3Resume2.h; sourceTree = ""; }; + A571BDA0232052E9003BC0AA /* MmControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmControl.h; sourceTree = ""; }; + A571BDA1232052E9003BC0AA /* Reset2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reset2.h; sourceTree = ""; }; + A571BDA2232052E9003BC0AA /* Security2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Security2.h; sourceTree = ""; }; + A571BDA3232052E9003BC0AA /* MmAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmAccess.h; sourceTree = ""; }; + A571BDA4232052E9003BC0AA /* EndOfPeiPhase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EndOfPeiPhase.h; sourceTree = ""; }; + A571BDA5232052E9003BC0AA /* Smbus2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Smbus2.h; sourceTree = ""; }; + A571BDA6232052E9003BC0AA /* BootInRecoveryMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootInRecoveryMode.h; sourceTree = ""; }; + A571BDA7232052E9003BC0AA /* IsaHc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsaHc.h; sourceTree = ""; }; + A571BDA8232052E9003BC0AA /* DxeIpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeIpl.h; sourceTree = ""; }; + A571BDA9232052E9003BC0AA /* GuidedSectionExtraction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GuidedSectionExtraction.h; sourceTree = ""; }; + A571BDAA232052E9003BC0AA /* MemoryDiscovered.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryDiscovered.h; sourceTree = ""; }; + A571BDAB232052E9003BC0AA /* BlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIo.h; sourceTree = ""; }; + A571BDAC232052E9003BC0AA /* Pcd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pcd.h; sourceTree = ""; }; + A571BDAD232052E9003BC0AA /* LoadImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadImage.h; sourceTree = ""; }; + A571BDAE232052E9003BC0AA /* FirmwareVolumeInfo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolumeInfo2.h; sourceTree = ""; }; + A571BDAF232052E9003BC0AA /* PiPcd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiPcd.h; sourceTree = ""; }; + A571BDB0232052E9003BC0AA /* Stall.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Stall.h; sourceTree = ""; }; + A571BDB1232052E9003BC0AA /* PciCfg2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciCfg2.h; sourceTree = ""; }; + A571BDB2232052E9003BC0AA /* Decompress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Decompress.h; sourceTree = ""; }; + A571BDB3232052E9003BC0AA /* PiPcdInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiPcdInfo.h; sourceTree = ""; }; + A571BDB4232052E9003BC0AA /* MasterBootMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MasterBootMode.h; sourceTree = ""; }; + A571BDB5232052E9003BC0AA /* Capsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Capsule.h; sourceTree = ""; }; + A571BDB6232052E9003BC0AA /* SuperIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SuperIo.h; sourceTree = ""; }; + A571BDB7232052E9003BC0AA /* BlockIo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIo2.h; sourceTree = ""; }; + A571BDB8232052E9003BC0AA /* FirmwareVolumeInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolumeInfo.h; sourceTree = ""; }; + A571BDB9232052E9003BC0AA /* I2cMaster.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cMaster.h; sourceTree = ""; }; + A571BDBA232052E9003BC0AA /* RecoveryModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RecoveryModule.h; sourceTree = ""; }; + A571BDBB232052E9003BC0AA /* SecPlatformInformation2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecPlatformInformation2.h; sourceTree = ""; }; + A571BDBC232052E9003BC0AA /* Graphics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Graphics.h; sourceTree = ""; }; + A571BDBD232052E9003BC0AA /* MpServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MpServices.h; sourceTree = ""; }; + A571BDBE232052E9003BC0AA /* TemporaryRamSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TemporaryRamSupport.h; sourceTree = ""; }; + A571BDBF232052E9003BC0AA /* TemporaryRamDone.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TemporaryRamDone.h; sourceTree = ""; }; + A571BDC0232052E9003BC0AA /* DeviceRecoveryModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeviceRecoveryModule.h; sourceTree = ""; }; + A571BDC1232052E9003BC0AA /* LoadFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadFile.h; sourceTree = ""; }; + A571BDC2232052E9003BC0AA /* PcdInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcdInfo.h; sourceTree = ""; }; + A571BDC3232052E9003BC0AA /* Reset.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reset.h; sourceTree = ""; }; + A571BDC4232052E9003BC0AA /* StatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCode.h; sourceTree = ""; }; + A571BDC5232052E9003BC0AA /* SecPlatformInformation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecPlatformInformation.h; sourceTree = ""; }; + A571BDC6232052E9003BC0AA /* CpuIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuIo.h; sourceTree = ""; }; + A571BDC7232052E9003BC0AA /* FirmwareVolume.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolume.h; sourceTree = ""; }; + A571BDC9232052E9003BC0AA /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A571BDCA232052E9003BC0AA /* Base.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Base.h; sourceTree = ""; }; + A571BDCD232052E9003BC0AA /* PeiServicesTablePointerLibIdt.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiServicesTablePointerLibIdt.uni; sourceTree = ""; }; + A571BDCE232052E9003BC0AA /* PeiServicesTablePointerLibIdt.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiServicesTablePointerLibIdt.inf; sourceTree = ""; }; + A571BDCF232052E9003BC0AA /* PeiServicesTablePointer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiServicesTablePointer.c; sourceTree = ""; }; + A571BDD1232052E9003BC0AA /* StandaloneMmServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StandaloneMmServicesTableLib.c; sourceTree = ""; }; + A571BDD2232052E9003BC0AA /* StandaloneMmServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = StandaloneMmServicesTableLib.inf; sourceTree = ""; }; + A571BDD3232052E9003BC0AA /* StandaloneMmServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StandaloneMmServicesTableLib.uni; sourceTree = ""; }; + A571BDD5232052E9003BC0AA /* PeiPciLibPciCfg2.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPciLibPciCfg2.uni; sourceTree = ""; }; + A571BDD6232052E9003BC0AA /* PeiPciLibPciCfg2.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPciLibPciCfg2.inf; sourceTree = ""; }; + A571BDD7232052E9003BC0AA /* PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciLib.c; sourceTree = ""; }; + A571BDD9232052E9003BC0AA /* SmbusLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmbusLib.c; sourceTree = ""; }; + A571BDDA232052E9003BC0AA /* InternalSmbusLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalSmbusLib.h; sourceTree = ""; }; + A571BDDB232052E9003BC0AA /* PeiSmbusLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiSmbusLib.c; sourceTree = ""; }; + A571BDDC232052E9003BC0AA /* PeiSmbusLibSmbus2Ppi.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiSmbusLibSmbus2Ppi.inf; sourceTree = ""; }; + A571BDDD232052E9003BC0AA /* PeiSmbusLibSmbus2Ppi.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiSmbusLibSmbus2Ppi.uni; sourceTree = ""; }; + A571BDDF232052E9003BC0AA /* BaseDebugPrintErrorLevelLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseDebugPrintErrorLevelLib.c; sourceTree = ""; }; + A571BDE0232052E9003BC0AA /* BaseDebugPrintErrorLevelLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseDebugPrintErrorLevelLib.inf; sourceTree = ""; }; + A571BDE1232052E9003BC0AA /* BaseDebugPrintErrorLevelLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseDebugPrintErrorLevelLib.uni; sourceTree = ""; }; + A571BDE3232052E9003BC0AA /* BaseCacheMaintenanceLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseCacheMaintenanceLib.inf; sourceTree = ""; }; + A571BDE4232052E9003BC0AA /* BaseCacheMaintenanceLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseCacheMaintenanceLib.uni; sourceTree = ""; }; + A571BDE5232052E9003BC0AA /* X86Cache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86Cache.c; sourceTree = ""; }; + A571BDE6232052E9003BC0AA /* ArmCache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ArmCache.c; sourceTree = ""; }; + A571BDE7232052E9003BC0AA /* EbcCache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcCache.c; sourceTree = ""; }; + A571BDE9232052E9003BC0AA /* IoLibMmioBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibMmioBuffer.c; sourceTree = ""; }; + A571BDEA232052E9003BC0AA /* IoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLib.c; sourceTree = ""; }; + A571BDEB232052E9003BC0AA /* IoHighLevel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoHighLevel.c; sourceTree = ""; }; + A571BDEC232052E9003BC0AA /* DxeIoLibCpuIo2.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIoLibCpuIo2.uni; sourceTree = ""; }; + A571BDED232052E9003BC0AA /* DxeCpuIo2LibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeCpuIo2LibInternal.h; sourceTree = ""; }; + A571BDEE232052E9003BC0AA /* DxeIoLibCpuIo2.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIoLibCpuIo2.inf; sourceTree = ""; }; + A571BDF0232052E9003BC0AA /* BasePciLibCf8.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciLibCf8.inf; sourceTree = ""; }; + A571BDF1232052E9003BC0AA /* BasePciLibCf8.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciLibCf8.uni; sourceTree = ""; }; + A571BDF2232052E9003BC0AA /* PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciLib.c; sourceTree = ""; }; + A571BDF4232052E9003BC0AA /* PeiServicesTablePointerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiServicesTablePointerLib.uni; sourceTree = ""; }; + A571BDF5232052E9003BC0AA /* PeiServicesTablePointerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiServicesTablePointerLib.inf; sourceTree = ""; }; + A571BDF6232052E9003BC0AA /* PeiServicesTablePointer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiServicesTablePointer.c; sourceTree = ""; }; + A571BDF8232052E9003BC0AA /* BaseDebugLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseDebugLibNull.inf; sourceTree = ""; }; + A571BDF9232052E9003BC0AA /* BaseDebugLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseDebugLibNull.uni; sourceTree = ""; }; + A571BDFA232052E9003BC0AA /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A571BDFC232052E9003BC0AA /* PciSegmentLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciSegmentLib.h; sourceTree = ""; }; + A571BDFD232052E9003BC0AA /* UefiPciSegmentLibPciRootBridgeIo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiPciSegmentLibPciRootBridgeIo.inf; sourceTree = ""; }; + A571BDFE232052E9003BC0AA /* UefiPciSegmentLibPciRootBridgeIo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiPciSegmentLibPciRootBridgeIo.uni; sourceTree = ""; }; + A571BDFF232052E9003BC0AA /* PciSegmentLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciSegmentLib.c; sourceTree = ""; }; + A571BE01232052E9003BC0AA /* PeiServicesLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiServicesLib.inf; sourceTree = ""; }; + A571BE02232052E9003BC0AA /* PeiServicesLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiServicesLib.c; sourceTree = ""; }; + A571BE03232052E9003BC0AA /* PeiServicesLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiServicesLib.uni; sourceTree = ""; }; + A571BE05232052E9003BC0AA /* BasePciExpressLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciExpressLib.uni; sourceTree = ""; }; + A571BE06232052E9003BC0AA /* BasePciExpressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciExpressLib.inf; sourceTree = ""; }; + A571BE07232052E9003BC0AA /* PciExpressLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciExpressLib.c; sourceTree = ""; }; + A571BE09232052E9003BC0AA /* BaseS3SmbusLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3SmbusLib.inf; sourceTree = ""; }; + A571BE0A232052E9003BC0AA /* BaseS3SmbusLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3SmbusLib.uni; sourceTree = ""; }; + A571BE0B232052E9003BC0AA /* S3SmbusLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3SmbusLib.c; sourceTree = ""; }; + A571BE0D232052E9003BC0AA /* Allocate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Allocate.c; sourceTree = ""; }; + A571BE0E232052E9003BC0AA /* DxeServicesLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeServicesLib.c; sourceTree = ""; }; + A571BE10232052E9003BC0AA /* Allocate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Allocate.c; sourceTree = ""; }; + A571BE11232052E9003BC0AA /* DxeServicesLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeServicesLib.uni; sourceTree = ""; }; + A571BE12232052E9003BC0AA /* DxeServicesLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeServicesLib.inf; sourceTree = ""; }; + A571BE14232052E9003BC0AA /* X86TimerLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86TimerLib.c; sourceTree = ""; }; + A571BE15232052E9003BC0AA /* SecPeiDxeTimerLibCpu.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecPeiDxeTimerLibCpu.inf; sourceTree = ""; }; + A571BE16232052E9003BC0AA /* SecPeiDxeTimerLibCpu.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecPeiDxeTimerLibCpu.uni; sourceTree = ""; }; + A571BE18232052E9003BC0AA /* StandaloneMmDriverEntryPoint.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = StandaloneMmDriverEntryPoint.inf; sourceTree = ""; }; + A571BE19232052E9003BC0AA /* StandaloneMmDriverEntryPoint.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StandaloneMmDriverEntryPoint.uni; sourceTree = ""; }; + A571BE1A232052E9003BC0AA /* StandaloneMmDriverEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StandaloneMmDriverEntryPoint.c; sourceTree = ""; }; + A571BE1C232052E9003BC0AA /* SmmPciLibPciRootBridgeIo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPciLibPciRootBridgeIo.uni; sourceTree = ""; }; + A571BE1D232052E9003BC0AA /* SmmPciLibPciRootBridgeIo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPciLibPciRootBridgeIo.inf; sourceTree = ""; }; + A571BE1E232052E9003BC0AA /* PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciLib.c; sourceTree = ""; }; + A571BE20232052E9003BC0AA /* SwapBytes32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SwapBytes32.c; sourceTree = ""; }; + A571BE21232052E9003BC0AA /* X86ReadIdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86ReadIdtr.c; sourceTree = ""; }; + A571BE23232052E9003BC0AA /* CpuBreakpoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuBreakpoint.c; sourceTree = ""; }; + A571BE24232052E9003BC0AA /* SwitchStack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SwitchStack.c; sourceTree = ""; }; + A571BE25232052E9003BC0AA /* SetJumpLongJump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetJumpLongJump.c; sourceTree = ""; }; + A571BE26232052E9003BC0AA /* SpeculationBarrier.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SpeculationBarrier.c; sourceTree = ""; }; + A571BE27232052E9003BC0AA /* BaseLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseLibInternals.h; sourceTree = ""; }; + A571BE28232052E9003BC0AA /* DivS64x64Remainder.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivS64x64Remainder.c; sourceTree = ""; }; + A571BE29232052E9003BC0AA /* X86WriteIdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86WriteIdtr.c; sourceTree = ""; }; + A571BE2A232052E9003BC0AA /* FilePaths.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FilePaths.c; sourceTree = ""; }; + A571BE2B232052E9003BC0AA /* BaseLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseLib.uni; sourceTree = ""; }; + A571BE2C232052E9003BC0AA /* X86FxRestore.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86FxRestore.c; sourceTree = ""; }; + A571BE2D232052E9003BC0AA /* RRotU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RRotU64.c; sourceTree = ""; }; + A571BE2E232052E9003BC0AA /* LongJump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LongJump.c; sourceTree = ""; }; + A571BE2F232052E9003BC0AA /* Cpu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Cpu.c; sourceTree = ""; }; + A571BE30232052E9003BC0AA /* BaseLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseLib.inf; sourceTree = ""; }; + A571BE31232052E9003BC0AA /* GetPowerOfTwo64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GetPowerOfTwo64.c; sourceTree = ""; }; + A571BE33232052E9003BC0AA /* WriteMm4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm4.nasm; sourceTree = ""; }; + A571BE34232052E9003BC0AA /* WriteDr6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr6.nasm; sourceTree = ""; }; + A571BE35232052E9003BC0AA /* WriteTr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteTr.nasm; sourceTree = ""; }; + A571BE36232052E9003BC0AA /* WriteCr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr4.nasm; sourceTree = ""; }; + A571BE37232052E9003BC0AA /* Mwait.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Mwait.nasm; sourceTree = ""; }; + A571BE38232052E9003BC0AA /* ReadFs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadFs.nasm; sourceTree = ""; }; + A571BE39232052E9003BC0AA /* ReadDs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDs.nasm; sourceTree = ""; }; + A571BE3A232052E9003BC0AA /* FxRestore.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = FxRestore.nasm; sourceTree = ""; }; + A571BE3B232052E9003BC0AA /* ReadMm4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm4.nasm; sourceTree = ""; }; + A571BE3C232052E9003BC0AA /* ReadDr6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr6.nasm; sourceTree = ""; }; + A571BE3D232052E9003BC0AA /* CpuPause.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuPause.nasm; sourceTree = ""; }; + A571BE3E232052E9003BC0AA /* ReadCr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr4.nasm; sourceTree = ""; }; + A571BE3F232052E9003BC0AA /* WriteLdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteLdtr.nasm; sourceTree = ""; }; + A571BE40232052E9003BC0AA /* ReadDr7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr7.nasm; sourceTree = ""; }; + A571BE41232052E9003BC0AA /* SwitchStack.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SwitchStack.nasm; sourceTree = ""; }; + A571BE42232052E9003BC0AA /* ReadMm5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm5.nasm; sourceTree = ""; }; + A571BE43232052E9003BC0AA /* WriteMsr64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMsr64.nasm; sourceTree = ""; }; + A571BE44232052E9003BC0AA /* ReadIdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadIdtr.nasm; sourceTree = ""; }; + A571BE45232052E9003BC0AA /* WriteDr7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr7.nasm; sourceTree = ""; }; + A571BE46232052E9003BC0AA /* WriteMm5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm5.nasm; sourceTree = ""; }; + A571BE47232052E9003BC0AA /* ReadMm2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm2.nasm; sourceTree = ""; }; + A571BE48232052E9003BC0AA /* ReadDr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr0.nasm; sourceTree = ""; }; + A571BE49232052E9003BC0AA /* ReadEs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadEs.nasm; sourceTree = ""; }; + A571BE4A232052E9003BC0AA /* ReadCr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr2.nasm; sourceTree = ""; }; + A571BE4B232052E9003BC0AA /* EnableCache.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnableCache.nasm; sourceTree = ""; }; + A571BE4C232052E9003BC0AA /* CpuIdEx.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuIdEx.nasm; sourceTree = ""; }; + A571BE4D232052E9003BC0AA /* SetJump.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetJump.nasm; sourceTree = ""; }; + A571BE4E232052E9003BC0AA /* WriteMm2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm2.nasm; sourceTree = ""; }; + A571BE4F232052E9003BC0AA /* EnableInterrupts.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnableInterrupts.nasm; sourceTree = ""; }; + A571BE50232052E9003BC0AA /* RdRand.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = RdRand.nasm; sourceTree = ""; }; + A571BE51232052E9003BC0AA /* WriteDr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr0.nasm; sourceTree = ""; }; + A571BE52232052E9003BC0AA /* DisableCache.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DisableCache.nasm; sourceTree = ""; }; + A571BE53232052E9003BC0AA /* WriteCr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr2.nasm; sourceTree = ""; }; + A571BE54232052E9003BC0AA /* ReadGs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadGs.nasm; sourceTree = ""; }; + A571BE55232052E9003BC0AA /* WriteGdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteGdtr.nasm; sourceTree = ""; }; + A571BE56232052E9003BC0AA /* ReadCs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCs.nasm; sourceTree = ""; }; + A571BE57232052E9003BC0AA /* EnableDisableInterrupts.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnableDisableInterrupts.nasm; sourceTree = ""; }; + A571BE58232052E9003BC0AA /* WriteCr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr3.nasm; sourceTree = ""; }; + A571BE59232052E9003BC0AA /* WriteDr1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr1.nasm; sourceTree = ""; }; + A571BE5A232052E9003BC0AA /* ReadMsr64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMsr64.c; sourceTree = ""; }; + A571BE5B232052E9003BC0AA /* WriteMm3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm3.nasm; sourceTree = ""; }; + A571BE5C232052E9003BC0AA /* Thunk16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Thunk16.nasm; sourceTree = ""; }; + A571BE5D232052E9003BC0AA /* ReadCr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr3.nasm; sourceTree = ""; }; + A571BE5E232052E9003BC0AA /* ReadDr1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr1.nasm; sourceTree = ""; }; + A571BE5F232052E9003BC0AA /* ReadMm3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm3.nasm; sourceTree = ""; }; + A571BE60232052E9003BC0AA /* ReadCr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr0.nasm; sourceTree = ""; }; + A571BE61232052E9003BC0AA /* DisableInterrupts.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DisableInterrupts.nasm; sourceTree = ""; }; + A571BE62232052E9003BC0AA /* ReadDr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr2.nasm; sourceTree = ""; }; + A571BE63232052E9003BC0AA /* Lfence.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Lfence.nasm; sourceTree = ""; }; + A571BE64232052E9003BC0AA /* ReadMm0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm0.nasm; sourceTree = ""; }; + A571BE65232052E9003BC0AA /* DisablePaging64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DisablePaging64.nasm; sourceTree = ""; }; + A571BE66232052E9003BC0AA /* WriteCr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr0.nasm; sourceTree = ""; }; + A571BE67232052E9003BC0AA /* WriteDr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr2.nasm; sourceTree = ""; }; + A571BE68232052E9003BC0AA /* WriteMm0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm0.nasm; sourceTree = ""; }; + A571BE69232052E9003BC0AA /* GccInline.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GccInline.c; sourceTree = ""; }; + A571BE6A232052E9003BC0AA /* CpuBreakpoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuBreakpoint.c; sourceTree = ""; }; + A571BE6B232052E9003BC0AA /* WriteMm1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm1.nasm; sourceTree = ""; }; + A571BE6C232052E9003BC0AA /* ReadTr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadTr.nasm; sourceTree = ""; }; + A571BE6D232052E9003BC0AA /* WriteDr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr3.nasm; sourceTree = ""; }; + A571BE6E232052E9003BC0AA /* ReadMm1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm1.nasm; sourceTree = ""; }; + A571BE6F232052E9003BC0AA /* ReadDr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr3.nasm; sourceTree = ""; }; + A571BE70232052E9003BC0AA /* CpuBreakpoint.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuBreakpoint.nasm; sourceTree = ""; }; + A571BE71232052E9003BC0AA /* Invd.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Invd.nasm; sourceTree = ""; }; + A571BE72232052E9003BC0AA /* LongJump.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = LongJump.nasm; sourceTree = ""; }; + A571BE73232052E9003BC0AA /* ReadGdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadGdtr.nasm; sourceTree = ""; }; + A571BE74232052E9003BC0AA /* Wbinvd.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Wbinvd.nasm; sourceTree = ""; }; + A571BE75232052E9003BC0AA /* ReadEflags.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadEflags.nasm; sourceTree = ""; }; + A571BE76232052E9003BC0AA /* WriteMsr64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMsr64.c; sourceTree = ""; }; + A571BE77232052E9003BC0AA /* Non-existing.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "Non-existing.c"; sourceTree = ""; }; + A571BE78232052E9003BC0AA /* WriteDr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr4.nasm; sourceTree = ""; }; + A571BE79232052E9003BC0AA /* FlushCacheLine.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = FlushCacheLine.nasm; sourceTree = ""; }; + A571BE7A232052E9003BC0AA /* WriteMm6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm6.nasm; sourceTree = ""; }; + A571BE7B232052E9003BC0AA /* ReadLdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadLdtr.nasm; sourceTree = ""; }; + A571BE7C232052E9003BC0AA /* WriteIdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteIdtr.nasm; sourceTree = ""; }; + A571BE7D232052E9003BC0AA /* FxSave.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = FxSave.nasm; sourceTree = ""; }; + A571BE7E232052E9003BC0AA /* Monitor.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Monitor.nasm; sourceTree = ""; }; + A571BE7F232052E9003BC0AA /* ReadDr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr4.nasm; sourceTree = ""; }; + A571BE80232052E9003BC0AA /* ReadMm6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm6.nasm; sourceTree = ""; }; + A571BE81232052E9003BC0AA /* ReadMsr64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMsr64.nasm; sourceTree = ""; }; + A571BE82232052E9003BC0AA /* ReadMm7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm7.nasm; sourceTree = ""; }; + A571BE83232052E9003BC0AA /* ReadDr5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr5.nasm; sourceTree = ""; }; + A571BE84232052E9003BC0AA /* ReadSs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadSs.nasm; sourceTree = ""; }; + A571BE85232052E9003BC0AA /* WriteMm7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm7.nasm; sourceTree = ""; }; + A571BE86232052E9003BC0AA /* CpuId.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuId.nasm; sourceTree = ""; }; + A571BE87232052E9003BC0AA /* WriteDr5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr5.nasm; sourceTree = ""; }; + A571BE88232052E9003BC0AA /* ReadPmc.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadPmc.nasm; sourceTree = ""; }; + A571BE89232052E9003BC0AA /* ReadTsc.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadTsc.nasm; sourceTree = ""; }; + A571BE8A232052E9003BC0AA /* X86Msr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86Msr.c; sourceTree = ""; }; + A571BE8B232052E9003BC0AA /* DivU64x64Remainder.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivU64x64Remainder.c; sourceTree = ""; }; + A571BE8C232052E9003BC0AA /* X86Thunk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86Thunk.c; sourceTree = ""; }; + A571BE8D232052E9003BC0AA /* CpuDeadLoop.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuDeadLoop.c; sourceTree = ""; }; + A571BE8E232052E9003BC0AA /* LowBitSet64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LowBitSet64.c; sourceTree = ""; }; + A571BE8F232052E9003BC0AA /* LRotU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LRotU64.c; sourceTree = ""; }; + A571BE90232052E9003BC0AA /* X86PatchInstruction.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86PatchInstruction.c; sourceTree = ""; }; + A571BE91232052E9003BC0AA /* X86FxSave.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86FxSave.c; sourceTree = ""; }; + A571BE92232052E9003BC0AA /* X86GetInterruptState.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86GetInterruptState.c; sourceTree = ""; }; + A571BE93232052E9003BC0AA /* CheckSum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CheckSum.c; sourceTree = ""; }; + A571BE94232052E9003BC0AA /* MultU64x32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MultU64x32.c; sourceTree = ""; }; + A571BE95232052E9003BC0AA /* String.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = String.c; sourceTree = ""; }; + A571BE96232052E9003BC0AA /* X86DisablePaging32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86DisablePaging32.c; sourceTree = ""; }; + A571BE97232052E9003BC0AA /* BitField.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BitField.c; sourceTree = ""; }; + A571BE98232052E9003BC0AA /* X86EnablePaging64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86EnablePaging64.c; sourceTree = ""; }; + A571BE99232052E9003BC0AA /* HighBitSet64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HighBitSet64.c; sourceTree = ""; }; + A571BE9A232052E9003BC0AA /* LShiftU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LShiftU64.c; sourceTree = ""; }; + A571BE9B232052E9003BC0AA /* SafeString.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SafeString.c; sourceTree = ""; }; + A571BE9C232052E9003BC0AA /* MultS64x64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MultS64x64.c; sourceTree = ""; }; + A571BE9D232052E9003BC0AA /* Unaligned.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Unaligned.c; sourceTree = ""; }; + A571BE9F232052E9003BC0AA /* EnablePaging32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EnablePaging32.c; sourceTree = ""; }; + A571BEA0232052E9003BC0AA /* WriteMm4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm4.nasm; sourceTree = ""; }; + A571BEA1232052E9003BC0AA /* WriteDr3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr3.c; sourceTree = ""; }; + A571BEA2232052E9003BC0AA /* ReadGdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadGdtr.c; sourceTree = ""; }; + A571BEA3232052E9003BC0AA /* WriteDr6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr6.nasm; sourceTree = ""; }; + A571BEA4232052E9003BC0AA /* WriteTr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteTr.nasm; sourceTree = ""; }; + A571BEA5232052E9003BC0AA /* WriteCr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr4.nasm; sourceTree = ""; }; + A571BEA6232052E9003BC0AA /* ReadDr2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr2.c; sourceTree = ""; }; + A571BEA7232052E9003BC0AA /* Mwait.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Mwait.nasm; sourceTree = ""; }; + A571BEA8232052E9003BC0AA /* ReadFs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadFs.nasm; sourceTree = ""; }; + A571BEA9232052E9003BC0AA /* ReadDs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDs.nasm; sourceTree = ""; }; + A571BEAA232052E9003BC0AA /* FxRestore.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = FxRestore.nasm; sourceTree = ""; }; + A571BEAB232052E9003BC0AA /* ReadSs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadSs.c; sourceTree = ""; }; + A571BEAC232052E9003BC0AA /* ReadMm4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm4.nasm; sourceTree = ""; }; + A571BEAD232052E9003BC0AA /* DivS64x64Remainder.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivS64x64Remainder.c; sourceTree = ""; }; + A571BEAE232052E9003BC0AA /* Monitor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Monitor.c; sourceTree = ""; }; + A571BEAF232052E9003BC0AA /* ReadDr6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr6.nasm; sourceTree = ""; }; + A571BEB0232052E9003BC0AA /* WriteGdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteGdtr.c; sourceTree = ""; }; + A571BEB1232052E9003BC0AA /* CpuPause.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuPause.nasm; sourceTree = ""; }; + A571BEB2232052E9003BC0AA /* ReadDr6.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr6.c; sourceTree = ""; }; + A571BEB3232052E9003BC0AA /* ReadPmc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadPmc.c; sourceTree = ""; }; + A571BEB4232052E9003BC0AA /* Wbinvd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Wbinvd.c; sourceTree = ""; }; + A571BEB5232052E9003BC0AA /* DisablePaging32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DisablePaging32.c; sourceTree = ""; }; + A571BEB6232052E9003BC0AA /* RShiftU64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = RShiftU64.nasm; sourceTree = ""; }; + A571BEB7232052E9003BC0AA /* ReadCr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr4.nasm; sourceTree = ""; }; + A571BEB8232052E9003BC0AA /* Invd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Invd.c; sourceTree = ""; }; + A571BEB9232052E9003BC0AA /* WriteDr7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr7.c; sourceTree = ""; }; + A571BEBA232052E9003BC0AA /* WriteMm7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm7.c; sourceTree = ""; }; + A571BEBB232052E9003BC0AA /* RRotU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RRotU64.c; sourceTree = ""; }; + A571BEBC232052E9003BC0AA /* ReadCr2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadCr2.c; sourceTree = ""; }; + A571BEBD232052E9003BC0AA /* LShiftU64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = LShiftU64.nasm; sourceTree = ""; }; + A571BEBE232052E9003BC0AA /* ReadTr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadTr.c; sourceTree = ""; }; + A571BEBF232052E9003BC0AA /* ReadMm6.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm6.c; sourceTree = ""; }; + A571BEC0232052E9003BC0AA /* WriteLdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteLdtr.nasm; sourceTree = ""; }; + A571BEC1232052E9003BC0AA /* ReadDr7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr7.nasm; sourceTree = ""; }; + A571BEC2232052E9003BC0AA /* ReadMm5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm5.nasm; sourceTree = ""; }; + A571BEC3232052E9003BC0AA /* WriteCr3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteCr3.c; sourceTree = ""; }; + A571BEC4232052E9003BC0AA /* WriteMsr64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMsr64.nasm; sourceTree = ""; }; + A571BEC5232052E9003BC0AA /* CpuPause.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuPause.c; sourceTree = ""; }; + A571BEC6232052E9003BC0AA /* ReadMm2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm2.c; sourceTree = ""; }; + A571BEC7232052E9003BC0AA /* ReadIdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadIdtr.nasm; sourceTree = ""; }; + A571BEC8232052E9003BC0AA /* WriteDr7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr7.nasm; sourceTree = ""; }; + A571BEC9232052E9003BC0AA /* CpuIdEx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuIdEx.c; sourceTree = ""; }; + A571BECA232052E9003BC0AA /* WriteMm3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm3.c; sourceTree = ""; }; + A571BECB232052E9003BC0AA /* WriteMm5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm5.nasm; sourceTree = ""; }; + A571BECC232052E9003BC0AA /* ReadDr1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr1.c; sourceTree = ""; }; + A571BECD232052E9003BC0AA /* ReadMm2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm2.nasm; sourceTree = ""; }; + A571BECE232052E9003BC0AA /* ReadDr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr0.nasm; sourceTree = ""; }; + A571BECF232052E9003BC0AA /* ReadEs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadEs.nasm; sourceTree = ""; }; + A571BED0232052E9003BC0AA /* ReadEs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadEs.c; sourceTree = ""; }; + A571BED1232052E9003BC0AA /* FlushCacheLine.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FlushCacheLine.c; sourceTree = ""; }; + A571BED2232052E9003BC0AA /* ReadCr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr2.nasm; sourceTree = ""; }; + A571BED3232052E9003BC0AA /* WriteDr0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr0.c; sourceTree = ""; }; + A571BED4232052E9003BC0AA /* DisableInterrupts.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DisableInterrupts.c; sourceTree = ""; }; + A571BED5232052E9003BC0AA /* EnableCache.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnableCache.nasm; sourceTree = ""; }; + A571BED6232052E9003BC0AA /* CpuIdEx.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuIdEx.nasm; sourceTree = ""; }; + A571BED7232052E9003BC0AA /* SetJump.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetJump.nasm; sourceTree = ""; }; + A571BED8232052E9003BC0AA /* WriteMm2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm2.nasm; sourceTree = ""; }; + A571BED9232052E9003BC0AA /* EnableInterrupts.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnableInterrupts.nasm; sourceTree = ""; }; + A571BEDA232052E9003BC0AA /* RdRand.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = RdRand.nasm; sourceTree = ""; }; + A571BEDB232052E9003BC0AA /* WriteDr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr0.nasm; sourceTree = ""; }; + A571BEDC232052E9003BC0AA /* DisableCache.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DisableCache.nasm; sourceTree = ""; }; + A571BEDD232052E9003BC0AA /* LRotU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LRotU64.c; sourceTree = ""; }; + A571BEDE232052E9003BC0AA /* WriteDr4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr4.c; sourceTree = ""; }; + A571BEDF232052E9003BC0AA /* WriteCr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr2.nasm; sourceTree = ""; }; + A571BEE0232052E9003BC0AA /* ReadGs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadGs.nasm; sourceTree = ""; }; + A571BEE1232052E9003BC0AA /* WriteGdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteGdtr.nasm; sourceTree = ""; }; + A571BEE2232052E9003BC0AA /* ReadDr5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr5.c; sourceTree = ""; }; + A571BEE3232052E9003BC0AA /* EnableCache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EnableCache.c; sourceTree = ""; }; + A571BEE4232052E9003BC0AA /* ReadMm5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm5.c; sourceTree = ""; }; + A571BEE5232052E9003BC0AA /* ReadCs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCs.nasm; sourceTree = ""; }; + A571BEE6232052E9003BC0AA /* EnableInterrupts.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EnableInterrupts.c; sourceTree = ""; }; + A571BEE7232052E9003BC0AA /* WriteCr0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteCr0.c; sourceTree = ""; }; + A571BEE8232052E9003BC0AA /* EnableDisableInterrupts.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnableDisableInterrupts.nasm; sourceTree = ""; }; + A571BEE9232052E9003BC0AA /* MultU64x32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MultU64x32.c; sourceTree = ""; }; + A571BEEA232052E9003BC0AA /* WriteCr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr3.nasm; sourceTree = ""; }; + A571BEEB232052E9003BC0AA /* DivU64x64Remainder.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DivU64x64Remainder.nasm; sourceTree = ""; }; + A571BEEC232052E9003BC0AA /* WriteMm4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm4.c; sourceTree = ""; }; + A571BEED232052E9003BC0AA /* WriteDr1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr1.nasm; sourceTree = ""; }; + A571BEEE232052E9003BC0AA /* WriteLdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteLdtr.c; sourceTree = ""; }; + A571BEEF232052E9003BC0AA /* ReadMsr64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMsr64.c; sourceTree = ""; }; + A571BEF0232052E9003BC0AA /* WriteMm3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm3.nasm; sourceTree = ""; }; + A571BEF1232052E9003BC0AA /* Thunk16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Thunk16.nasm; sourceTree = ""; }; + A571BEF2232052E9003BC0AA /* ReadCr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr3.nasm; sourceTree = ""; }; + A571BEF3232052E9003BC0AA /* WriteMm0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm0.c; sourceTree = ""; }; + A571BEF4232052E9003BC0AA /* ReadDs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDs.c; sourceTree = ""; }; + A571BEF5232052E9003BC0AA /* FxSave.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FxSave.c; sourceTree = ""; }; + A571BEF6232052E9003BC0AA /* WriteCr4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteCr4.c; sourceTree = ""; }; + A571BEF7232052E9003BC0AA /* ReadDr1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr1.nasm; sourceTree = ""; }; + A571BEF8232052E9003BC0AA /* ReadMm1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm1.c; sourceTree = ""; }; + A571BEF9232052E9003BC0AA /* ReadMm3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm3.nasm; sourceTree = ""; }; + A571BEFA232052E9003BC0AA /* ReadLdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadLdtr.c; sourceTree = ""; }; + A571BEFB232052E9003BC0AA /* ARShiftU64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ARShiftU64.nasm; sourceTree = ""; }; + A571BEFC232052E9003BC0AA /* LShiftU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LShiftU64.c; sourceTree = ""; }; + A571BEFD232052E9003BC0AA /* ReadCr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr0.nasm; sourceTree = ""; }; + A571BEFE232052E9003BC0AA /* ReadDr0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr0.c; sourceTree = ""; }; + A571BEFF232052E9003BC0AA /* DisableInterrupts.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DisableInterrupts.nasm; sourceTree = ""; }; + A571BF00232052E9003BC0AA /* SwapBytes64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SwapBytes64.nasm; sourceTree = ""; }; + A571BF01232052E9003BC0AA /* ReadCs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadCs.c; sourceTree = ""; }; + A571BF02232052E9003BC0AA /* ReadDr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr2.nasm; sourceTree = ""; }; + A571BF03232052E9003BC0AA /* Lfence.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Lfence.nasm; sourceTree = ""; }; + A571BF04232052E9003BC0AA /* ReadMm0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm0.nasm; sourceTree = ""; }; + A571BF05232052E9003BC0AA /* WriteDr1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr1.c; sourceTree = ""; }; + A571BF06232052E9003BC0AA /* MultU64x64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = MultU64x64.nasm; sourceTree = ""; }; + A571BF07232052E9003BC0AA /* WriteDr5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr5.c; sourceTree = ""; }; + A571BF08232052EA003BC0AA /* LRotU64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = LRotU64.nasm; sourceTree = ""; }; + A571BF09232052EA003BC0AA /* Mwait.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mwait.c; sourceTree = ""; }; + A571BF0A232052EA003BC0AA /* WriteCr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr0.nasm; sourceTree = ""; }; + A571BF0B232052EA003BC0AA /* RRotU64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = RRotU64.nasm; sourceTree = ""; }; + A571BF0C232052EA003BC0AA /* ReadDr4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr4.c; sourceTree = ""; }; + A571BF0D232052EA003BC0AA /* ReadGs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadGs.c; sourceTree = ""; }; + A571BF0E232052EA003BC0AA /* WriteDr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr2.nasm; sourceTree = ""; }; + A571BF0F232052EA003BC0AA /* WriteMm0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm0.nasm; sourceTree = ""; }; + A571BF10232052EA003BC0AA /* GccInline.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GccInline.c; sourceTree = ""; }; + A571BF11232052EA003BC0AA /* CpuBreakpoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuBreakpoint.c; sourceTree = ""; }; + A571BF12232052EA003BC0AA /* WriteMm1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm1.nasm; sourceTree = ""; }; + A571BF13232052EA003BC0AA /* ReadTr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadTr.nasm; sourceTree = ""; }; + A571BF14232052EA003BC0AA /* InternalSwitchStack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InternalSwitchStack.c; sourceTree = ""; }; + A571BF15232052EA003BC0AA /* DivU64x32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivU64x32.c; sourceTree = ""; }; + A571BF16232052EA003BC0AA /* ReadMm4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm4.c; sourceTree = ""; }; + A571BF17232052EA003BC0AA /* DivU64x32Remainder.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivU64x32Remainder.c; sourceTree = ""; }; + A571BF18232052EA003BC0AA /* WriteDr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr3.nasm; sourceTree = ""; }; + A571BF19232052EA003BC0AA /* ReadFs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadFs.c; sourceTree = ""; }; + A571BF1A232052EA003BC0AA /* ReadCr0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadCr0.c; sourceTree = ""; }; + A571BF1B232052EA003BC0AA /* CpuId.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuId.c; sourceTree = ""; }; + A571BF1C232052EA003BC0AA /* MultU64x32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = MultU64x32.nasm; sourceTree = ""; }; + A571BF1D232052EA003BC0AA /* WriteMm5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm5.c; sourceTree = ""; }; + A571BF1E232052EA003BC0AA /* DisablePaging32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DisablePaging32.nasm; sourceTree = ""; }; + A571BF1F232052EA003BC0AA /* SwapBytes64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SwapBytes64.c; sourceTree = ""; }; + A571BF20232052EA003BC0AA /* RShiftU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RShiftU64.c; sourceTree = ""; }; + A571BF21232052EA003BC0AA /* ReadMm1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm1.nasm; sourceTree = ""; }; + A571BF22232052EA003BC0AA /* WriteMm1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm1.c; sourceTree = ""; }; + A571BF23232052EA003BC0AA /* ReadDr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr3.nasm; sourceTree = ""; }; + A571BF24232052EA003BC0AA /* ReadCr4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadCr4.c; sourceTree = ""; }; + A571BF25232052EA003BC0AA /* DivU64x32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DivU64x32.nasm; sourceTree = ""; }; + A571BF26232052EA003BC0AA /* CpuBreakpoint.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuBreakpoint.nasm; sourceTree = ""; }; + A571BF27232052EA003BC0AA /* Invd.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Invd.nasm; sourceTree = ""; }; + A571BF28232052EA003BC0AA /* ReadMm0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm0.c; sourceTree = ""; }; + A571BF29232052EA003BC0AA /* LongJump.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = LongJump.nasm; sourceTree = ""; }; + A571BF2A232052EA003BC0AA /* DisableCache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DisableCache.c; sourceTree = ""; }; + A571BF2B232052EA003BC0AA /* ReadGdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadGdtr.nasm; sourceTree = ""; }; + A571BF2C232052EA003BC0AA /* Wbinvd.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Wbinvd.nasm; sourceTree = ""; }; + A571BF2D232052EA003BC0AA /* ReadEflags.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadEflags.nasm; sourceTree = ""; }; + A571BF2E232052EA003BC0AA /* FxRestore.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FxRestore.c; sourceTree = ""; }; + A571BF2F232052EA003BC0AA /* WriteMsr64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMsr64.c; sourceTree = ""; }; + A571BF30232052EA003BC0AA /* Non-existing.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "Non-existing.c"; sourceTree = ""; }; + A571BF31232052EA003BC0AA /* WriteDr2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr2.c; sourceTree = ""; }; + A571BF32232052EA003BC0AA /* EnablePaging64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnablePaging64.nasm; sourceTree = ""; }; + A571BF33232052EA003BC0AA /* WriteDr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr4.nasm; sourceTree = ""; }; + A571BF34232052EA003BC0AA /* FlushCacheLine.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = FlushCacheLine.nasm; sourceTree = ""; }; + A571BF35232052EA003BC0AA /* WriteIdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteIdtr.c; sourceTree = ""; }; + A571BF36232052EA003BC0AA /* ReadDr3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr3.c; sourceTree = ""; }; + A571BF37232052EA003BC0AA /* WriteMm6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm6.nasm; sourceTree = ""; }; + A571BF38232052EA003BC0AA /* ReadLdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadLdtr.nasm; sourceTree = ""; }; + A571BF39232052EA003BC0AA /* ReadDr7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr7.c; sourceTree = ""; }; + A571BF3A232052EA003BC0AA /* ReadEflags.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadEflags.c; sourceTree = ""; }; + A571BF3B232052EA003BC0AA /* WriteIdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteIdtr.nasm; sourceTree = ""; }; + A571BF3C232052EA003BC0AA /* MultU64x64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MultU64x64.c; sourceTree = ""; }; + A571BF3D232052EA003BC0AA /* DivU64x32Remainder.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DivU64x32Remainder.nasm; sourceTree = ""; }; + A571BF3E232052EA003BC0AA /* FxSave.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = FxSave.nasm; sourceTree = ""; }; + A571BF3F232052EA003BC0AA /* Monitor.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Monitor.nasm; sourceTree = ""; }; + A571BF40232052EA003BC0AA /* WriteDr6.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr6.c; sourceTree = ""; }; + A571BF41232052EA003BC0AA /* ReadDr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr4.nasm; sourceTree = ""; }; + A571BF42232052EA003BC0AA /* ReadMm6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm6.nasm; sourceTree = ""; }; + A571BF43232052EA003BC0AA /* ReadMsr64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMsr64.nasm; sourceTree = ""; }; + A571BF44232052EA003BC0AA /* ReadIdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadIdtr.c; sourceTree = ""; }; + A571BF45232052EA003BC0AA /* ARShiftU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ARShiftU64.c; sourceTree = ""; }; + A571BF46232052EA003BC0AA /* ReadCr3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadCr3.c; sourceTree = ""; }; + A571BF47232052EA003BC0AA /* ReadMm7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm7.nasm; sourceTree = ""; }; + A571BF48232052EA003BC0AA /* ReadDr5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr5.nasm; sourceTree = ""; }; + A571BF49232052EA003BC0AA /* WriteMm6.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm6.c; sourceTree = ""; }; + A571BF4A232052EA003BC0AA /* ReadTsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadTsc.c; sourceTree = ""; }; + A571BF4B232052EA003BC0AA /* WriteCr2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteCr2.c; sourceTree = ""; }; + A571BF4C232052EA003BC0AA /* ModU64x32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ModU64x32.c; sourceTree = ""; }; + A571BF4D232052EA003BC0AA /* ReadSs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadSs.nasm; sourceTree = ""; }; + A571BF4E232052EA003BC0AA /* ReadMm7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm7.c; sourceTree = ""; }; + A571BF4F232052EA003BC0AA /* EnableDisableInterrupts.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EnableDisableInterrupts.c; sourceTree = ""; }; + A571BF50232052EA003BC0AA /* WriteMm7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm7.nasm; sourceTree = ""; }; + A571BF51232052EA003BC0AA /* ReadMm3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm3.c; sourceTree = ""; }; + A571BF52232052EA003BC0AA /* CpuId.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuId.nasm; sourceTree = ""; }; + A571BF53232052EA003BC0AA /* InternalSwitchStack.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InternalSwitchStack.nasm; sourceTree = ""; }; + A571BF54232052EA003BC0AA /* WriteDr5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr5.nasm; sourceTree = ""; }; + A571BF55232052EA003BC0AA /* ReadPmc.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadPmc.nasm; sourceTree = ""; }; + A571BF56232052EA003BC0AA /* WriteMm2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm2.c; sourceTree = ""; }; + A571BF57232052EA003BC0AA /* ModU64x32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ModU64x32.nasm; sourceTree = ""; }; + A571BF58232052EA003BC0AA /* ReadTsc.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadTsc.nasm; sourceTree = ""; }; + A571BF59232052EA003BC0AA /* EnablePaging32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnablePaging32.nasm; sourceTree = ""; }; + A571BF5A232052EA003BC0AA /* GetPowerOfTwo32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GetPowerOfTwo32.c; sourceTree = ""; }; + A571BF5B232052EA003BC0AA /* Math64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Math64.c; sourceTree = ""; }; + A571BF5C232052EA003BC0AA /* RRotU32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RRotU32.c; sourceTree = ""; }; + A571BF5D232052EA003BC0AA /* DivU64x32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivU64x32.c; sourceTree = ""; }; + A571BF5E232052EA003BC0AA /* DivU64x32Remainder.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivU64x32Remainder.c; sourceTree = ""; }; + A571BF5F232052EA003BC0AA /* X86MemoryFence.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86MemoryFence.c; sourceTree = ""; }; + A571BF60232052EA003BC0AA /* SwapBytes64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SwapBytes64.c; sourceTree = ""; }; + A571BF61232052EA003BC0AA /* RShiftU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RShiftU64.c; sourceTree = ""; }; + A571BF62232052EA003BC0AA /* SwitchStack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SwitchStack.c; sourceTree = ""; }; + A571BF63232052EA003BC0AA /* ChkStkGcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ChkStkGcc.c; sourceTree = ""; }; + A571BF64232052EA003BC0AA /* SetJump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetJump.c; sourceTree = ""; }; + A571BF65232052EA003BC0AA /* X86EnablePaging32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86EnablePaging32.c; sourceTree = ""; }; + A571BF66232052EA003BC0AA /* X86WriteGdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86WriteGdtr.c; sourceTree = ""; }; + A571BF67232052EA003BC0AA /* SwapBytes16.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SwapBytes16.c; sourceTree = ""; }; + A571BF68232052EA003BC0AA /* HighBitSet32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HighBitSet32.c; sourceTree = ""; }; + A571BF69232052EA003BC0AA /* X86RdRand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86RdRand.c; sourceTree = ""; }; + A571BF6B232052EA003BC0AA /* Math64.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = Math64.S; sourceTree = ""; }; + A571BF6C232052EA003BC0AA /* CpuPause.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuPause.asm; sourceTree = ""; }; + A571BF6D232052EA003BC0AA /* EnableInterrupts.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = EnableInterrupts.asm; sourceTree = ""; }; + A571BF6E232052EA003BC0AA /* SwitchStack.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SwitchStack.S; sourceTree = ""; }; + A571BF6F232052EA003BC0AA /* CpuBreakpoint.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuBreakpoint.S; sourceTree = ""; }; + A571BF70232052EA003BC0AA /* SetJumpLongJump.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SetJumpLongJump.asm; sourceTree = ""; }; + A571BF71232052EA003BC0AA /* CpuBreakpoint.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuBreakpoint.asm; sourceTree = ""; }; + A571BF72232052EA003BC0AA /* GetInterruptsState.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = GetInterruptsState.S; sourceTree = ""; }; + A571BF73232052EA003BC0AA /* MemoryFence.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = MemoryFence.asm; sourceTree = ""; }; + A571BF74232052EA003BC0AA /* SpeculationBarrier.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SpeculationBarrier.S; sourceTree = ""; }; + A571BF75232052EA003BC0AA /* DisableInterrupts.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = DisableInterrupts.asm; sourceTree = ""; }; + A571BF76232052EA003BC0AA /* SetJumpLongJump.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SetJumpLongJump.S; sourceTree = ""; }; + A571BF77232052EA003BC0AA /* GetInterruptsState.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = GetInterruptsState.asm; sourceTree = ""; }; + A571BF78232052EA003BC0AA /* Unaligned.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Unaligned.c; sourceTree = ""; }; + A571BF79232052EA003BC0AA /* InternalSwitchStack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InternalSwitchStack.c; sourceTree = ""; }; + A571BF7A232052EA003BC0AA /* SpeculationBarrier.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SpeculationBarrier.asm; sourceTree = ""; }; + A571BF7B232052EA003BC0AA /* MemoryFence.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = MemoryFence.S; sourceTree = ""; }; + A571BF7C232052EA003BC0AA /* DisableInterrupts.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = DisableInterrupts.S; sourceTree = ""; }; + A571BF7D232052EA003BC0AA /* SwitchStack.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SwitchStack.asm; sourceTree = ""; }; + A571BF7E232052EA003BC0AA /* EnableInterrupts.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = EnableInterrupts.S; sourceTree = ""; }; + A571BF7F232052EA003BC0AA /* MultU64x64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MultU64x64.c; sourceTree = ""; }; + A571BF80232052EA003BC0AA /* X86DisablePaging64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86DisablePaging64.c; sourceTree = ""; }; + A571BF81232052EA003BC0AA /* X86ReadGdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86ReadGdtr.c; sourceTree = ""; }; + A571BF82232052EA003BC0AA /* ARShiftU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ARShiftU64.c; sourceTree = ""; }; + A571BF84232052EA003BC0AA /* EnableInterrupts.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = EnableInterrupts.asm; sourceTree = ""; }; + A571BF85232052EA003BC0AA /* SwitchStack.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SwitchStack.S; sourceTree = ""; }; + A571BF86232052EA003BC0AA /* CpuBreakpoint.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuBreakpoint.S; sourceTree = ""; }; + A571BF87232052EA003BC0AA /* SetJumpLongJump.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SetJumpLongJump.asm; sourceTree = ""; }; + A571BF88232052EA003BC0AA /* CpuBreakpoint.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuBreakpoint.asm; sourceTree = ""; }; + A571BF89232052EA003BC0AA /* GetInterruptsState.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = GetInterruptsState.S; sourceTree = ""; }; + A571BF8A232052EA003BC0AA /* MemoryFence.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = MemoryFence.asm; sourceTree = ""; }; + A571BF8B232052EA003BC0AA /* SpeculationBarrier.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SpeculationBarrier.S; sourceTree = ""; }; + A571BF8C232052EA003BC0AA /* DisableInterrupts.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = DisableInterrupts.asm; sourceTree = ""; }; + A571BF8D232052EA003BC0AA /* SetJumpLongJump.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SetJumpLongJump.S; sourceTree = ""; }; + A571BF8E232052EA003BC0AA /* GetInterruptsState.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = GetInterruptsState.asm; sourceTree = ""; }; + A571BF8F232052EA003BC0AA /* SpeculationBarrier.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SpeculationBarrier.asm; sourceTree = ""; }; + A571BF90232052EA003BC0AA /* MemoryFence.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = MemoryFence.S; sourceTree = ""; }; + A571BF91232052EA003BC0AA /* DisableInterrupts.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = DisableInterrupts.S; sourceTree = ""; }; + A571BF92232052EA003BC0AA /* SwitchStack.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SwitchStack.asm; sourceTree = ""; }; + A571BF93232052EA003BC0AA /* EnableInterrupts.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = EnableInterrupts.S; sourceTree = ""; }; + A571BF94232052EA003BC0AA /* LowBitSet32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LowBitSet32.c; sourceTree = ""; }; + A571BF95232052EA003BC0AA /* LRotU32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LRotU32.c; sourceTree = ""; }; + A571BF96232052EA003BC0AA /* ModU64x32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ModU64x32.c; sourceTree = ""; }; + A571BF97232052EA003BC0AA /* LinkedList.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LinkedList.c; sourceTree = ""; }; + A571BF98232052EA003BC0AA /* X86SpeculationBarrier.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86SpeculationBarrier.c; sourceTree = ""; }; + A571BF9A232052EA003BC0AA /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A571BF9B232052EA003BC0AA /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A571BF9C232052EA003BC0AA /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A571BF9D232052EA003BC0AA /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A571BF9F232052EA003BC0AA /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A571BFA0232052EA003BC0AA /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A571BFA1232052EA003BC0AA /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A571BFA2232052EA003BC0AA /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A571BFA3232052EA003BC0AA /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A571BFA4232052EA003BC0AA /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A571BFA5232052EA003BC0AA /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A571BFA6232052EA003BC0AA /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A571BFA7232052EA003BC0AA /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A571BFA8232052EA003BC0AA /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A571BFA9232052EA003BC0AA /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A571BFAA232052EA003BC0AA /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A571BFAB232052EA003BC0AA /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A571BFAC232052EA003BC0AA /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A571BFAE232052EA003BC0AA /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A571BFAF232052EA003BC0AA /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A571BFB0232052EA003BC0AA /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A571BFB1232052EA003BC0AA /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A571BFB2232052EA003BC0AA /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A571BFB3232052EA003BC0AA /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A571BFB4232052EA003BC0AA /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A571BFB5232052EA003BC0AA /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A571BFB6232052EA003BC0AA /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A571BFB7232052EA003BC0AA /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A571BFB8232052EA003BC0AA /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A571BFB9232052EA003BC0AA /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A571BFBA232052EA003BC0AA /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A571BFBB232052EA003BC0AA /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A571BFBC232052EA003BC0AA /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A571BFBD232052EA003BC0AA /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A571BFBE232052EA003BC0AA /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A571BFBF232052EA003BC0AA /* BaseMemoryLibRepStr.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibRepStr.uni; sourceTree = ""; }; + A571BFC0232052EA003BC0AA /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A571BFC1232052EA003BC0AA /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A571BFC2232052EA003BC0AA /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A571BFC3232052EA003BC0AA /* BaseMemoryLibRepStr.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibRepStr.inf; sourceTree = ""; }; + A571BFC5232052EA003BC0AA /* BaseSynchronizationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSynchronizationLib.uni; sourceTree = ""; }; + A571BFC7232052EA003BC0AA /* Synchronization.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Synchronization.c; sourceTree = ""; }; + A571BFC8232052EA003BC0AA /* BaseSynchronizationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSynchronizationLib.inf; sourceTree = ""; }; + A571BFCA232052EA003BC0AA /* InterlockedCompareExchange64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedCompareExchange64.c; sourceTree = ""; }; + A571BFCB232052EA003BC0AA /* InterlockedIncrement.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedIncrement.nasm; sourceTree = ""; }; + A571BFCC232052EA003BC0AA /* InterlockedCompareExchange16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedCompareExchange16.nasm; sourceTree = ""; }; + A571BFCD232052EA003BC0AA /* InterlockedCompareExchange16.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedCompareExchange16.c; sourceTree = ""; }; + A571BFCE232052EA003BC0AA /* GccInline.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GccInline.c; sourceTree = ""; }; + A571BFCF232052EA003BC0AA /* InterlockedCompareExchange32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedCompareExchange32.c; sourceTree = ""; }; + A571BFD0232052EA003BC0AA /* InterlockedCompareExchange64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedCompareExchange64.nasm; sourceTree = ""; }; + A571BFD1232052EA003BC0AA /* InterlockedCompareExchange32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedCompareExchange32.nasm; sourceTree = ""; }; + A571BFD2232052EA003BC0AA /* InterlockedDecrement.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedDecrement.nasm; sourceTree = ""; }; + A571BFD3232052EA003BC0AA /* InterlockedIncrementMsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedIncrementMsc.c; sourceTree = ""; }; + A571BFD5232052EA003BC0AA /* InterlockedCompareExchange64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedCompareExchange64.c; sourceTree = ""; }; + A571BFD6232052EA003BC0AA /* InternalGetSpinLockProperties.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InternalGetSpinLockProperties.c; sourceTree = ""; }; + A571BFD7232052EA003BC0AA /* InterlockedIncrement.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedIncrement.nasm; sourceTree = ""; }; + A571BFD8232052EA003BC0AA /* InterlockedCompareExchange16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedCompareExchange16.nasm; sourceTree = ""; }; + A571BFD9232052EA003BC0AA /* InterlockedCompareExchange16.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedCompareExchange16.c; sourceTree = ""; }; + A571BFDA232052EA003BC0AA /* GccInline.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GccInline.c; sourceTree = ""; }; + A571BFDB232052EA003BC0AA /* InterlockedCompareExchange32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedCompareExchange32.c; sourceTree = ""; }; + A571BFDC232052EA003BC0AA /* InterlockedCompareExchange64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedCompareExchange64.nasm; sourceTree = ""; }; + A571BFDD232052EA003BC0AA /* InterlockedCompareExchange32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedCompareExchange32.nasm; sourceTree = ""; }; + A571BFDE232052EA003BC0AA /* InterlockedDecrement.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedDecrement.nasm; sourceTree = ""; }; + A571BFDF232052EA003BC0AA /* BaseSynchronizationLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseSynchronizationLibInternals.h; sourceTree = ""; }; + A571BFE0232052EA003BC0AA /* SynchronizationMsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SynchronizationMsc.c; sourceTree = ""; }; + A571BFE1232052EA003BC0AA /* Synchronization.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Synchronization.c; sourceTree = ""; }; + A571BFE3232052EA003BC0AA /* Synchronization.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = Synchronization.S; sourceTree = ""; }; + A571BFE4232052EA003BC0AA /* Synchronization.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = Synchronization.asm; sourceTree = ""; }; + A571BFE6232052EA003BC0AA /* Synchronization.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = Synchronization.S; sourceTree = ""; }; + A571BFE7232052EA003BC0AA /* Synchronization.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = Synchronization.asm; sourceTree = ""; }; + A571BFE8232052EA003BC0AA /* SynchronizationGcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SynchronizationGcc.c; sourceTree = ""; }; + A571BFE9232052EA003BC0AA /* InterlockedDecrementMsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedDecrementMsc.c; sourceTree = ""; }; + A571BFEB232052EA003BC0AA /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A571BFEC232052EA003BC0AA /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A571BFED232052EA003BC0AA /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A571BFEE232052EA003BC0AA /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A571BFEF232052EA003BC0AA /* MemLibGeneric.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGeneric.c; sourceTree = ""; }; + A571BFF0232052EA003BC0AA /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A571BFF1232052EA003BC0AA /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A571BFF2232052EA003BC0AA /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A571BFF3232052EA003BC0AA /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A571BFF4232052EA003BC0AA /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A571BFF5232052EA003BC0AA /* MemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLib.c; sourceTree = ""; }; + A571BFF6232052EA003BC0AA /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A571BFF7232052EA003BC0AA /* UefiMemoryLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiMemoryLib.inf; sourceTree = ""; }; + A571BFF8232052EA003BC0AA /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A571BFF9232052EA003BC0AA /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A571BFFA232052EA003BC0AA /* UefiMemoryLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiMemoryLib.uni; sourceTree = ""; }; + A571BFFB232052EA003BC0AA /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A571BFFC232052EA003BC0AA /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A571BFFE232052EA003BC0AA /* PciSegmentLibCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciSegmentLibCommon.h; sourceTree = ""; }; + A571BFFF232052EA003BC0AA /* DxeRuntimePciSegmentLibSegmentInfo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimePciSegmentLibSegmentInfo.inf; sourceTree = ""; }; + A571C000232052EA003BC0AA /* BasePciSegmentLibSegmentInfo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciSegmentLibSegmentInfo.inf; sourceTree = ""; }; + A571C001232052EA003BC0AA /* DxeRuntimePciSegmentLibSegmentInfo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimePciSegmentLibSegmentInfo.uni; sourceTree = ""; }; + A571C002232052EA003BC0AA /* BasePciSegmentLibSegmentInfo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciSegmentLibSegmentInfo.uni; sourceTree = ""; }; + A571C003232052EA003BC0AA /* BasePciSegmentLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BasePciSegmentLib.c; sourceTree = ""; }; + A571C004232052EA003BC0AA /* PciSegmentLibCommon.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciSegmentLibCommon.c; sourceTree = ""; }; + A571C005232052EA003BC0AA /* DxeRuntimePciSegmentLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeRuntimePciSegmentLib.c; sourceTree = ""; }; + A571C008232052EA003BC0AA /* CpuSleepFlushTlb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuSleepFlushTlb.c; sourceTree = ""; }; + A571C00A232052EA003BC0AA /* CpuSleep.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuSleep.nasm; sourceTree = ""; }; + A571C00B232052EA003BC0AA /* CpuFlushTlb.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuFlushTlb.nasm; sourceTree = ""; }; + A571C00C232052EA003BC0AA /* BaseCpuLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseCpuLib.uni; sourceTree = ""; }; + A571C00D232052EA003BC0AA /* BaseCpuLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseCpuLib.inf; sourceTree = ""; }; + A571C00F232052EA003BC0AA /* CpuSleep.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuSleep.c; sourceTree = ""; }; + A571C010232052EA003BC0AA /* CpuFlushTlbGcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuFlushTlbGcc.c; sourceTree = ""; }; + A571C011232052EA003BC0AA /* CpuFlushTlb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuFlushTlb.c; sourceTree = ""; }; + A571C012232052EA003BC0AA /* CpuSleep.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuSleep.nasm; sourceTree = ""; }; + A571C013232052EA003BC0AA /* CpuFlushTlb.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuFlushTlb.nasm; sourceTree = ""; }; + A571C014232052EA003BC0AA /* CpuSleepGcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuSleepGcc.c; sourceTree = ""; }; + A571C016232052EA003BC0AA /* CpuFlushTlb.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuFlushTlb.S; sourceTree = ""; }; + A571C017232052EA003BC0AA /* CpuFlushTlb.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuFlushTlb.asm; sourceTree = ""; }; + A571C018232052EA003BC0AA /* CpuSleep.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuSleep.asm; sourceTree = ""; }; + A571C019232052EA003BC0AA /* CpuSleep.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuSleep.S; sourceTree = ""; }; + A571C01B232052EA003BC0AA /* CpuFlushTlb.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuFlushTlb.S; sourceTree = ""; }; + A571C01C232052EA003BC0AA /* CpuFlushTlb.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuFlushTlb.asm; sourceTree = ""; }; + A571C01D232052EA003BC0AA /* CpuSleep.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuSleep.asm; sourceTree = ""; }; + A571C01E232052EA003BC0AA /* CpuSleep.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuSleep.S; sourceTree = ""; }; + A571C020232052EA003BC0AA /* PeiExtractGuidedSectionLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiExtractGuidedSectionLib.c; sourceTree = ""; }; + A571C021232052EA003BC0AA /* PeiExtractGuidedSectionLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiExtractGuidedSectionLib.uni; sourceTree = ""; }; + A571C022232052EA003BC0AA /* PeiExtractGuidedSectionLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiExtractGuidedSectionLib.inf; sourceTree = ""; }; + A571C024232052EA003BC0AA /* DriverEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DriverEntryPoint.c; sourceTree = ""; }; + A571C025232052EA003BC0AA /* UefiDriverEntryPoint.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDriverEntryPoint.inf; sourceTree = ""; }; + A571C026232052EA003BC0AA /* UefiDriverEntryPoint.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDriverEntryPoint.uni; sourceTree = ""; }; + A571C028232052EA003BC0AA /* DebugLibConstructor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLibConstructor.c; sourceTree = ""; }; + A571C029232052EA003BC0AA /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A571C02A232052EA003BC0AA /* UefiDebugLibDebugPortProtocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDebugLibDebugPortProtocol.uni; sourceTree = ""; }; + A571C02B232052EA003BC0AA /* UefiDebugLibDebugPortProtocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDebugLibDebugPortProtocol.inf; sourceTree = ""; }; + A571C02D232052EA003BC0AA /* SmmPciExpressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPciExpressLib.inf; sourceTree = ""; }; + A571C02E232052EA003BC0AA /* PciExpressLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciExpressLib.c; sourceTree = ""; }; + A571C030232052EA003BC0AA /* DxeRuntimePciExpressLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimePciExpressLib.uni; sourceTree = ""; }; + A571C031232052EA003BC0AA /* DxeRuntimePciExpressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimePciExpressLib.inf; sourceTree = ""; }; + A571C032232052EA003BC0AA /* PciExpressLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciExpressLib.c; sourceTree = ""; }; + A571C034232052EA003BC0AA /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A571C035232052EA003BC0AA /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A571C036232052EA003BC0AA /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A571C037232052EA003BC0AA /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A571C039232052EA003BC0AA /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A571C03A232052EA003BC0AA /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A571C03B232052EA003BC0AA /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A571C03C232052EA003BC0AA /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A571C03D232052EA003BC0AA /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A571C03E232052EA003BC0AA /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A571C03F232052EA003BC0AA /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A571C040232052EA003BC0AA /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A571C041232052EA003BC0AA /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A571C042232052EA003BC0AA /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A571C043232052EA003BC0AA /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A571C044232052EA003BC0AA /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A571C045232052EA003BC0AA /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A571C046232052EA003BC0AA /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A571C048232052EA003BC0AA /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A571C049232052EA003BC0AA /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A571C04A232052EA003BC0AA /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A571C04B232052EA003BC0AA /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A571C04C232052EA003BC0AA /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A571C04D232052EA003BC0AA /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A571C04E232052EA003BC0AA /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A571C04F232052EA003BC0AA /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A571C050232052EA003BC0AA /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A571C051232052EA003BC0AA /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A571C052232052EA003BC0AA /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A571C053232052EA003BC0AA /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A571C054232052EA003BC0AA /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A571C055232052EA003BC0AA /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A571C056232052EA003BC0AA /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A571C057232052EA003BC0AA /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A571C059232052EA003BC0AA /* ScanMemGeneric.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMemGeneric.c; sourceTree = ""; }; + A571C05A232052EA003BC0AA /* CompareMem.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CompareMem.asm; sourceTree = ""; }; + A571C05B232052EA003BC0AA /* CopyMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CopyMem.S; sourceTree = ""; }; + A571C05C232052EA003BC0AA /* SetMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SetMem.S; sourceTree = ""; }; + A571C05D232052EA003BC0AA /* ScanMem.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = ScanMem.asm; sourceTree = ""; }; + A571C05E232052EA003BC0AA /* CopyMem.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CopyMem.asm; sourceTree = ""; }; + A571C05F232052EA003BC0AA /* CompareMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CompareMem.S; sourceTree = ""; }; + A571C060232052EA003BC0AA /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A571C061232052EA003BC0AA /* SetMem.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SetMem.asm; sourceTree = ""; }; + A571C062232052EA003BC0AA /* CompareGuid.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CompareGuid.asm; sourceTree = ""; }; + A571C063232052EA003BC0AA /* CompareGuid.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CompareGuid.S; sourceTree = ""; }; + A571C064232052EA003BC0AA /* ScanMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = ScanMem.S; sourceTree = ""; }; + A571C065232052EA003BC0AA /* BaseMemoryLibOptDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibOptDxe.uni; sourceTree = ""; }; + A571C066232052EA003BC0AA /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A571C067232052EA003BC0AA /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A571C069232052EA003BC0AA /* CopyMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CopyMem.S; sourceTree = ""; }; + A571C06A232052EA003BC0AA /* SetMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SetMem.S; sourceTree = ""; }; + A571C06B232052EA003BC0AA /* CompareMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CompareMem.S; sourceTree = ""; }; + A571C06C232052EA003BC0AA /* CompareGuid.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CompareGuid.S; sourceTree = ""; }; + A571C06D232052EA003BC0AA /* ScanMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = ScanMem.S; sourceTree = ""; }; + A571C06E232052EA003BC0AA /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A571C06F232052EA003BC0AA /* BaseMemoryLibOptDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibOptDxe.inf; sourceTree = ""; }; + A571C070232052EA003BC0AA /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A571C072232052EA003BC0AA /* PerformanceLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PerformanceLib.c; sourceTree = ""; }; + A571C073232052EA003BC0AA /* BasePerformanceLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePerformanceLibNull.inf; sourceTree = ""; }; + A571C074232052EA003BC0AA /* BasePerformanceLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePerformanceLibNull.uni; sourceTree = ""; }; + A571C076232052EA003BC0AA /* BasePciSegmentLibPci.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciSegmentLibPci.inf; sourceTree = ""; }; + A571C077232052EA003BC0AA /* BasePciSegmentLibPci.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciSegmentLibPci.uni; sourceTree = ""; }; + A571C078232052EA003BC0AA /* PciSegmentLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciSegmentLib.c; sourceTree = ""; }; + A571C07A232052EA003BC0AA /* PostCode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PostCode.c; sourceTree = ""; }; + A571C07B232052EA003BC0AA /* PeiDxePostCodeLibReportStatusCode.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDxePostCodeLibReportStatusCode.inf; sourceTree = ""; }; + A571C07C232052EA003BC0AA /* PeiDxePostCodeLibReportStatusCode.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDxePostCodeLibReportStatusCode.uni; sourceTree = ""; }; + A571C07E232052EA003BC0AA /* BasePcdLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePcdLibNull.uni; sourceTree = ""; }; + A571C07F232052EA003BC0AA /* BasePcdLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePcdLibNull.inf; sourceTree = ""; }; + A571C080232052EA003BC0AA /* PcdLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PcdLib.c; sourceTree = ""; }; + A571C082232052EA003BC0AA /* BaseStackCheckGcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseStackCheckGcc.c; sourceTree = ""; }; + A571C083232052EA003BC0AA /* BaseStackCheckLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseStackCheckLib.uni; sourceTree = ""; }; + A571C084232052EA003BC0AA /* BaseStackCheckNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseStackCheckNull.c; sourceTree = ""; }; + A571C085232052EA003BC0AA /* BaseStackCheckLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseStackCheckLib.inf; sourceTree = ""; }; + A571C087232052EA003BC0AA /* BaseRngLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseRngLib.uni; sourceTree = ""; }; + A571C088232052EA003BC0AA /* BaseRngLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseRngLib.inf; sourceTree = ""; }; + A571C089232052EA003BC0AA /* BaseRng.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseRng.c; sourceTree = ""; }; + A571C08B232052EA003BC0AA /* DxeCoreEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCoreEntryPoint.c; sourceTree = ""; }; + A571C08C232052EA003BC0AA /* DxeCoreEntryPoint.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreEntryPoint.uni; sourceTree = ""; }; + A571C08D232052EA003BC0AA /* DxeCoreEntryPoint.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreEntryPoint.inf; sourceTree = ""; }; + A571C08F232052EA003BC0AA /* PostCode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PostCode.c; sourceTree = ""; }; + A571C090232052EA003BC0AA /* BasePostCodeLibPort80.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePostCodeLibPort80.inf; sourceTree = ""; }; + A571C091232052EA003BC0AA /* BasePostCodeLibPort80.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePostCodeLibPort80.uni; sourceTree = ""; }; + A571C093232052EA003BC0AA /* PeiCoreEntryPoint.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiCoreEntryPoint.uni; sourceTree = ""; }; + A571C094232052EA003BC0AA /* PeiCoreEntryPoint.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiCoreEntryPoint.inf; sourceTree = ""; }; + A571C095232052EA003BC0AA /* PeiCoreEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiCoreEntryPoint.c; sourceTree = ""; }; + A571C097232052EA003BC0AA /* BasePeCoffLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BasePeCoffLibInternals.h; sourceTree = ""; }; + A571C098232052EA003BC0AA /* BasePeCoff.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BasePeCoff.c; sourceTree = ""; }; + A571C099232052EA003BC0AA /* PeCoffLoaderEx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeCoffLoaderEx.c; sourceTree = ""; }; + A571C09B232052EA003BC0AA /* PeCoffLoaderEx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeCoffLoaderEx.c; sourceTree = ""; }; + A571C09C232052EA003BC0AA /* BasePeCoffLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePeCoffLib.uni; sourceTree = ""; }; + A571C09D232052EA003BC0AA /* BasePeCoffLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePeCoffLib.inf; sourceTree = ""; }; + A571C09F232052EA003BC0AA /* SmmLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLibNull.uni; sourceTree = ""; }; + A571C0A0232052EA003BC0AA /* SmmLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLibNull.inf; sourceTree = ""; }; + A571C0A1232052EA003BC0AA /* SmmLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmLibNull.c; sourceTree = ""; }; + A571C0A3232052EA003BC0AA /* BasePciCf8Lib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciCf8Lib.uni; sourceTree = ""; }; + A571C0A4232052EA003BC0AA /* BasePciCf8Lib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciCf8Lib.inf; sourceTree = ""; }; + A571C0A5232052EA003BC0AA /* PciCf8Lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciCf8Lib.c; sourceTree = ""; }; + A571C0A7232052EA003BC0AA /* MmServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MmServicesTableLib.uni; sourceTree = ""; }; + A571C0A8232052EA003BC0AA /* MmServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = MmServicesTableLib.inf; sourceTree = ""; }; + A571C0A9232052EA003BC0AA /* MmServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MmServicesTableLib.c; sourceTree = ""; }; + A571C0AB232052EA003BC0AA /* SafeIntLib64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SafeIntLib64.c; sourceTree = ""; }; + A571C0AC232052EA003BC0AA /* SafeIntLibEbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SafeIntLibEbc.c; sourceTree = ""; }; + A571C0AD232052EA003BC0AA /* BaseSafeIntLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSafeIntLib.inf; sourceTree = ""; }; + A571C0AE232052EA003BC0AA /* SafeIntLib32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SafeIntLib32.c; sourceTree = ""; }; + A571C0AF232052EA003BC0AA /* SafeIntLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SafeIntLib.c; sourceTree = ""; }; + A571C0B1232052EA003BC0AA /* SmmServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmServicesTableLib.c; sourceTree = ""; }; + A571C0B2232052EA003BC0AA /* SmmServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmServicesTableLib.inf; sourceTree = ""; }; + A571C0B3232052EA003BC0AA /* SmmServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmServicesTableLib.uni; sourceTree = ""; }; + A571C0B5232052EA003BC0AA /* DxeExtractGuidedSectionLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeExtractGuidedSectionLib.uni; sourceTree = ""; }; + A571C0B6232052EA003BC0AA /* DxeExtractGuidedSectionLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeExtractGuidedSectionLib.inf; sourceTree = ""; }; + A571C0B7232052EA003BC0AA /* DxeExtractGuidedSectionLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeExtractGuidedSectionLib.c; sourceTree = ""; }; + A571C0B9232052EA003BC0AA /* UefiApplicationEntryPoint.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiApplicationEntryPoint.uni; sourceTree = ""; }; + A571C0BA232052EA003BC0AA /* UefiApplicationEntryPoint.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiApplicationEntryPoint.inf; sourceTree = ""; }; + A571C0BB232052EA003BC0AA /* ApplicationEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ApplicationEntryPoint.c; sourceTree = ""; }; + A571C0BD232052EA003BC0AA /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A571C0BE232052EA003BC0AA /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A571C0BF232052EA003BC0AA /* BaseMemoryLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLib.inf; sourceTree = ""; }; + A571C0C0232052EA003BC0AA /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A571C0C1232052EA003BC0AA /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A571C0C2232052EA003BC0AA /* BaseMemoryLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLib.uni; sourceTree = ""; }; + A571C0C3232052EA003BC0AA /* MemLibGeneric.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGeneric.c; sourceTree = ""; }; + A571C0C4232052EA003BC0AA /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A571C0C5232052EA003BC0AA /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A571C0C6232052EA003BC0AA /* CopyMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMem.c; sourceTree = ""; }; + A571C0C7232052EA003BC0AA /* SetMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem.c; sourceTree = ""; }; + A571C0C8232052EA003BC0AA /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A571C0C9232052EA003BC0AA /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A571C0CA232052EB003BC0AA /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A571C0CB232052EB003BC0AA /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A571C0CC232052EB003BC0AA /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A571C0CD232052EB003BC0AA /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A571C0CE232052EB003BC0AA /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A571C0CF232052EB003BC0AA /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A571C0D1232052EB003BC0AA /* IoLibMmioBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibMmioBuffer.c; sourceTree = ""; }; + A571C0D2232052EB003BC0AA /* IoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLib.c; sourceTree = ""; }; + A571C0D3232052EB003BC0AA /* IoHighLevel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoHighLevel.c; sourceTree = ""; }; + A571C0D4232052EB003BC0AA /* SmmCpuIoLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCpuIoLibInternal.h; sourceTree = ""; }; + A571C0D5232052EB003BC0AA /* SmmIoLibSmmCpuIo2.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmIoLibSmmCpuIo2.uni; sourceTree = ""; }; + A571C0D6232052EB003BC0AA /* SmmIoLibSmmCpuIo2.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmIoLibSmmCpuIo2.inf; sourceTree = ""; }; + A571C0D8232052EB003BC0AA /* DxeSmbusLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeSmbusLib.c; sourceTree = ""; }; + A571C0D9232052EB003BC0AA /* SmbusLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmbusLib.c; sourceTree = ""; }; + A571C0DA232052EB003BC0AA /* InternalSmbusLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalSmbusLib.h; sourceTree = ""; }; + A571C0DB232052EB003BC0AA /* DxeSmbusLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeSmbusLib.inf; sourceTree = ""; }; + A571C0DC232052EB003BC0AA /* DxeSmbusLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeSmbusLib.uni; sourceTree = ""; }; + A571C0DE232052EB003BC0AA /* BaseSmbusLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseSmbusLibNull.c; sourceTree = ""; }; + A571C0DF232052EB003BC0AA /* BaseSmbusLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSmbusLibNull.uni; sourceTree = ""; }; + A571C0E0232052EB003BC0AA /* BaseSmbusLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSmbusLibNull.inf; sourceTree = ""; }; + A571C0E2232052EB003BC0AA /* BaseTimerLibNullTemplate.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseTimerLibNullTemplate.uni; sourceTree = ""; }; + A571C0E3232052EB003BC0AA /* BaseTimerLibNullTemplate.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseTimerLibNullTemplate.inf; sourceTree = ""; }; + A571C0E4232052EB003BC0AA /* TimerLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TimerLibNull.c; sourceTree = ""; }; + A571C0E6232052EB003BC0AA /* BaseS3IoLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3IoLib.inf; sourceTree = ""; }; + A571C0E7232052EB003BC0AA /* BaseS3IoLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3IoLib.uni; sourceTree = ""; }; + A571C0E8232052EB003BC0AA /* S3IoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3IoLib.c; sourceTree = ""; }; + A571C0EA232052EB003BC0AA /* BaseDebugLibSerialPort.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseDebugLibSerialPort.uni; sourceTree = ""; }; + A571C0EB232052EB003BC0AA /* BaseDebugLibSerialPort.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseDebugLibSerialPort.inf; sourceTree = ""; }; + A571C0EC232052EB003BC0AA /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A571C0EE232052EB003BC0AA /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A571C0EF232052EB003BC0AA /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A571C0F0232052EB003BC0AA /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A571C0F1232052EB003BC0AA /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A571C0F3232052EB003BC0AA /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A571C0F4232052EB003BC0AA /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A571C0F5232052EB003BC0AA /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A571C0F6232052EB003BC0AA /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A571C0F7232052EB003BC0AA /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A571C0F8232052EB003BC0AA /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A571C0F9232052EB003BC0AA /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A571C0FA232052EB003BC0AA /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A571C0FB232052EB003BC0AA /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A571C0FC232052EB003BC0AA /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A571C0FD232052EB003BC0AA /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A571C0FE232052EB003BC0AA /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A571C0FF232052EB003BC0AA /* BaseMemoryLibSse2.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibSse2.uni; sourceTree = ""; }; + A571C100232052EB003BC0AA /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A571C101232052EB003BC0AA /* BaseMemoryLibSse2.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibSse2.inf; sourceTree = ""; }; + A571C102232052EB003BC0AA /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A571C104232052EB003BC0AA /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A571C105232052EB003BC0AA /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A571C106232052EB003BC0AA /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A571C107232052EB003BC0AA /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A571C108232052EB003BC0AA /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A571C109232052EB003BC0AA /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A571C10A232052EB003BC0AA /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A571C10B232052EB003BC0AA /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A571C10C232052EB003BC0AA /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A571C10D232052EB003BC0AA /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A571C10E232052EB003BC0AA /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A571C10F232052EB003BC0AA /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A571C110232052EB003BC0AA /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A571C111232052EB003BC0AA /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A571C112232052EB003BC0AA /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A571C113232052EB003BC0AA /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A571C114232052EB003BC0AA /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A571C115232052EB003BC0AA /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A571C116232052EB003BC0AA /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A571C117232052EB003BC0AA /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A571C119232052EB003BC0AA /* BaseUefiDecompressLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseUefiDecompressLib.uni; sourceTree = ""; }; + A571C11A232052EB003BC0AA /* BaseUefiDecompressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseUefiDecompressLib.inf; sourceTree = ""; }; + A571C11B232052EB003BC0AA /* BaseUefiDecompressLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseUefiDecompressLibInternals.h; sourceTree = ""; }; + A571C11C232052EB003BC0AA /* BaseUefiTianoCustomDecompressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseUefiTianoCustomDecompressLib.inf; sourceTree = ""; }; + A571C11D232052EB003BC0AA /* BaseUefiDecompressLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseUefiDecompressLib.c; sourceTree = ""; }; + A571C11E232052EB003BC0AA /* BaseUefiTianoCustomDecompressLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseUefiTianoCustomDecompressLib.c; sourceTree = ""; }; + A571C120232052EB003BC0AA /* BaseSerialPortLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSerialPortLibNull.uni; sourceTree = ""; }; + A571C121232052EB003BC0AA /* BaseSerialPortLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSerialPortLibNull.inf; sourceTree = ""; }; + A571C122232052EB003BC0AA /* BaseSerialPortLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseSerialPortLibNull.c; sourceTree = ""; }; + A571C124232052EB003BC0AA /* BaseS3BootScriptLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3BootScriptLibNull.inf; sourceTree = ""; }; + A571C125232052EB003BC0AA /* BootScriptLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootScriptLib.c; sourceTree = ""; }; + A571C126232052EB003BC0AA /* BaseS3BootScriptLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3BootScriptLibNull.uni; sourceTree = ""; }; + A571C128232052EB003BC0AA /* DxePcdLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxePcdLib.c; sourceTree = ""; }; + A571C129232052EB003BC0AA /* DxePcdLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxePcdLib.uni; sourceTree = ""; }; + A571C12A232052EB003BC0AA /* DxePcdLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxePcdLib.inf; sourceTree = ""; }; + A571C12C232052EB003BC0AA /* SmmPeriodicSmiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPeriodicSmiLib.inf; sourceTree = ""; }; + A571C12D232052EB003BC0AA /* SmmPeriodicSmiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPeriodicSmiLib.uni; sourceTree = ""; }; + A571C12E232052EB003BC0AA /* SmmPeriodicSmiLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmPeriodicSmiLib.c; sourceTree = ""; }; + A571C130232052EB003BC0AA /* UefiScsiLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiScsiLib.c; sourceTree = ""; }; + A571C131232052EB003BC0AA /* UefiScsiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiScsiLib.uni; sourceTree = ""; }; + A571C132232052EB003BC0AA /* UefiScsiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiScsiLib.inf; sourceTree = ""; }; + A571C134232052EB003BC0AA /* PeiResourcePublicationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiResourcePublicationLib.c; sourceTree = ""; }; + A571C135232052EB003BC0AA /* PeiResourcePublicationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiResourcePublicationLib.inf; sourceTree = ""; }; + A571C136232052EB003BC0AA /* PeiResourcePublicationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiResourcePublicationLib.uni; sourceTree = ""; }; + A571C138232052EB003BC0AA /* DxeHobLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHobLib.inf; sourceTree = ""; }; + A571C139232052EB003BC0AA /* DxeHobLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHobLib.uni; sourceTree = ""; }; + A571C13A232052EB003BC0AA /* HobLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HobLib.c; sourceTree = ""; }; + A571C13C232052EB003BC0AA /* S3PciSegmentLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3PciSegmentLib.c; sourceTree = ""; }; + A571C13D232052EB003BC0AA /* BaseS3PciSegmentLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3PciSegmentLib.uni; sourceTree = ""; }; + A571C13E232052EB003BC0AA /* BaseS3PciSegmentLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3PciSegmentLib.inf; sourceTree = ""; }; + A571C140232052EB003BC0AA /* BasePciSegmentInfoLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciSegmentInfoLibNull.inf; sourceTree = ""; }; + A571C141232052EB003BC0AA /* BasePciSegmentInfoLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciSegmentInfoLibNull.uni; sourceTree = ""; }; + A571C142232052EB003BC0AA /* PciSegmentInfoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciSegmentInfoLib.c; sourceTree = ""; }; + A571C144232052EB003BC0AA /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A571C145232052EB003BC0AA /* SmmMemoryAllocationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmMemoryAllocationLib.uni; sourceTree = ""; }; + A571C146232052EB003BC0AA /* SmmMemoryAllocationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmMemoryAllocationLib.inf; sourceTree = ""; }; + A571C148232052EB003BC0AA /* BaseExtractGuidedSectionLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseExtractGuidedSectionLib.uni; sourceTree = ""; }; + A571C149232052EB003BC0AA /* BaseExtractGuidedSectionLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseExtractGuidedSectionLib.inf; sourceTree = ""; }; + A571C14A232052EB003BC0AA /* BaseExtractGuidedSectionLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseExtractGuidedSectionLib.c; sourceTree = ""; }; + A571C14C232052EB003BC0AA /* UefiBootServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiBootServicesTableLib.uni; sourceTree = ""; }; + A571C14D232052EB003BC0AA /* UefiBootServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiBootServicesTableLib.inf; sourceTree = ""; }; + A571C14E232052EB003BC0AA /* UefiBootServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiBootServicesTableLib.c; sourceTree = ""; }; + A571C150232052EB003BC0AA /* DebugLibConstructor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLibConstructor.c; sourceTree = ""; }; + A571C151232052EB003BC0AA /* UefiDebugLibStdErr.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDebugLibStdErr.uni; sourceTree = ""; }; + A571C152232052EB003BC0AA /* UefiDebugLibStdErr.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDebugLibStdErr.inf; sourceTree = ""; }; + A571C153232052EB003BC0AA /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A571C155232052EB003BC0AA /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A571C156232052EB003BC0AA /* PeiMemoryAllocationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiMemoryAllocationLib.uni; sourceTree = ""; }; + A571C157232052EB003BC0AA /* PeiMemoryAllocationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiMemoryAllocationLib.inf; sourceTree = ""; }; + A571C159232052EB003BC0AA /* DevicePathUtilities.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePathUtilities.c; sourceTree = ""; }; + A571C15A232052EB003BC0AA /* UefiDevicePathLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiDevicePathLib.c; sourceTree = ""; }; + A571C15B232052EB003BC0AA /* DevicePathFromText.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePathFromText.c; sourceTree = ""; }; + A571C15C232052EB003BC0AA /* UefiDevicePathLibOptionalDevicePathProtocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDevicePathLibOptionalDevicePathProtocol.uni; sourceTree = ""; }; + A571C15D232052EB003BC0AA /* DevicePathToText.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePathToText.c; sourceTree = ""; }; + A571C15E232052EB003BC0AA /* UefiDevicePathLibOptionalDevicePathProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiDevicePathLibOptionalDevicePathProtocol.c; sourceTree = ""; }; + A571C15F232052EB003BC0AA /* UefiDevicePathLibOptionalDevicePathProtocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDevicePathLibOptionalDevicePathProtocol.inf; sourceTree = ""; }; + A571C160232052EB003BC0AA /* UefiDevicePathLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDevicePathLib.uni; sourceTree = ""; }; + A571C161232052EB003BC0AA /* UefiDevicePathLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDevicePathLib.inf; sourceTree = ""; }; + A571C162232052EB003BC0AA /* UefiDevicePathLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiDevicePathLib.h; sourceTree = ""; }; + A571C164232052EB003BC0AA /* PeiHobLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiHobLib.uni; sourceTree = ""; }; + A571C165232052EB003BC0AA /* PeiHobLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiHobLib.inf; sourceTree = ""; }; + A571C166232052EB003BC0AA /* HobLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HobLib.c; sourceTree = ""; }; + A571C168232052EB003BC0AA /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A571C169232052EB003BC0AA /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A571C16A232052EB003BC0AA /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A571C16B232052EB003BC0AA /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A571C16C232052EB003BC0AA /* MemLibGeneric.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGeneric.c; sourceTree = ""; }; + A571C16D232052EB003BC0AA /* PeiMemoryLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiMemoryLib.inf; sourceTree = ""; }; + A571C16E232052EB003BC0AA /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A571C16F232052EB003BC0AA /* PeiMemoryLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiMemoryLib.uni; sourceTree = ""; }; + A571C170232052EB003BC0AA /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A571C171232052EB003BC0AA /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A571C172232052EB003BC0AA /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A571C173232052EB003BC0AA /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A571C174232052EB003BC0AA /* MemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLib.c; sourceTree = ""; }; + A571C175232052EB003BC0AA /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A571C176232052EB003BC0AA /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A571C177232052EB003BC0AA /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A571C178232052EB003BC0AA /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A571C179232052EB003BC0AA /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A571C17B232052EB003BC0AA /* BaseIoLibIntrinsic.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoLibIntrinsic.inf; sourceTree = ""; }; + A571C17C232052EB003BC0AA /* IoLibEbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibEbc.c; sourceTree = ""; }; + A571C17D232052EB003BC0AA /* BaseIoLibIntrinsic.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoLibIntrinsic.uni; sourceTree = ""; }; + A571C17E232052EB003BC0AA /* IoLibGcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibGcc.c; sourceTree = ""; }; + A571C17F232052EB003BC0AA /* BaseIoLibIntrinsicSev.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoLibIntrinsicSev.inf; sourceTree = ""; }; + A571C180232052EB003BC0AA /* BaseIoLibIntrinsicInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseIoLibIntrinsicInternal.h; sourceTree = ""; }; + A571C181232052EB003BC0AA /* IoLibMmioBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibMmioBuffer.c; sourceTree = ""; }; + A571C183232052EB003BC0AA /* IoFifo.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IoFifo.nasm; sourceTree = ""; }; + A571C184232052EB003BC0AA /* IoFifoSev.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IoFifoSev.nasm; sourceTree = ""; }; + A571C185232052EB003BC0AA /* IoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLib.c; sourceTree = ""; }; + A571C186232052EB003BC0AA /* IoHighLevel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoHighLevel.c; sourceTree = ""; }; + A571C187232052EB003BC0AA /* IoLibMsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibMsc.c; sourceTree = ""; }; + A571C189232052EB003BC0AA /* IoFifo.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IoFifo.nasm; sourceTree = ""; }; + A571C18A232052EB003BC0AA /* IoFifoSev.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IoFifoSev.nasm; sourceTree = ""; }; + A571C18B232052EB003BC0AA /* IoLibArm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibArm.c; sourceTree = ""; }; + A571C18D232052EB003BC0AA /* ArmVirtMmio.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = ArmVirtMmio.S; sourceTree = ""; }; + A571C18E232052EB003BC0AA /* ArmVirtMmio.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = ArmVirtMmio.asm; sourceTree = ""; }; + A571C18F232052EB003BC0AA /* BaseIoLibIntrinsicArmVirt.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoLibIntrinsicArmVirt.inf; sourceTree = ""; }; + A571C191232052EB003BC0AA /* ArmVirtMmio.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = ArmVirtMmio.S; sourceTree = ""; }; + A571C192232052EB003BC0AA /* ArmVirtMmio.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = ArmVirtMmio.asm; sourceTree = ""; }; + A571C193232052EB003BC0AA /* IoLibArmVirt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibArmVirt.c; sourceTree = ""; }; + A571C194232052EB003BC0AA /* BaseIoLibIntrinsicArmVirt.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoLibIntrinsicArmVirt.uni; sourceTree = ""; }; + A571C196232052EB003BC0AA /* PeiPciSegmentLibPciCfg2.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPciSegmentLibPciCfg2.inf; sourceTree = ""; }; + A571C197232052EB003BC0AA /* PeiPciSegmentLibPciCfg2.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPciSegmentLibPciCfg2.uni; sourceTree = ""; }; + A571C198232052EB003BC0AA /* PciSegmentLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciSegmentLib.c; sourceTree = ""; }; + A571C19A232052EB003BC0AA /* BasePeCoffGetEntryPointLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePeCoffGetEntryPointLib.uni; sourceTree = ""; }; + A571C19B232052EB003BC0AA /* BasePeCoffGetEntryPointLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePeCoffGetEntryPointLib.inf; sourceTree = ""; }; + A571C19C232052EB003BC0AA /* PeCoffGetEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeCoffGetEntryPoint.c; sourceTree = ""; }; + A571C19E232052EB003BC0AA /* UefiDevicePathLibDevicePathProtocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDevicePathLibDevicePathProtocol.inf; sourceTree = ""; }; + A571C19F232052EB003BC0AA /* UefiDevicePathLibDevicePathProtocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDevicePathLibDevicePathProtocol.uni; sourceTree = ""; }; + A571C1A0232052EB003BC0AA /* UefiDevicePathLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiDevicePathLib.c; sourceTree = ""; }; + A571C1A2232052EB003BC0AA /* SmmIoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmIoLib.c; sourceTree = ""; }; + A571C1A3232052EB003BC0AA /* SmmIoLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmIoLib.uni; sourceTree = ""; }; + A571C1A4232052EB003BC0AA /* SmmIoLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmIoLib.inf; sourceTree = ""; }; + A571C1A6232052EB003BC0AA /* HobLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HobLib.c; sourceTree = ""; }; + A571C1A7232052EB003BC0AA /* DxeCoreHobLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreHobLib.inf; sourceTree = ""; }; + A571C1A8232052EB003BC0AA /* DxeCoreHobLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreHobLib.uni; sourceTree = ""; }; + A571C1AA232052EB003BC0AA /* UefiRuntimeServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiRuntimeServicesTableLib.uni; sourceTree = ""; }; + A571C1AB232052EB003BC0AA /* UefiRuntimeServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiRuntimeServicesTableLib.inf; sourceTree = ""; }; + A571C1AC232052EB003BC0AA /* UefiRuntimeServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiRuntimeServicesTableLib.c; sourceTree = ""; }; + A571C1AE232052EB003BC0AA /* PeiPcdLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiPcdLib.c; sourceTree = ""; }; + A571C1AF232052EB003BC0AA /* PeiPcdLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPcdLib.inf; sourceTree = ""; }; + A571C1B0232052EB003BC0AA /* PeiPcdLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPcdLib.uni; sourceTree = ""; }; + A571C1B2232052EB003BC0AA /* SmmMemLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmMemLib.uni; sourceTree = ""; }; + A571C1B3232052EB003BC0AA /* SmmMemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmMemLib.c; sourceTree = ""; }; + A571C1B4232052EB003BC0AA /* SmmMemLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmMemLib.inf; sourceTree = ""; }; + A571C1B6232052EB003BC0AA /* UefiFileHandleLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiFileHandleLib.inf; sourceTree = ""; }; + A571C1B7232052EB003BC0AA /* UefiFileHandleLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiFileHandleLib.uni; sourceTree = ""; }; + A571C1B8232052EB003BC0AA /* UefiFileHandleLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiFileHandleLib.c; sourceTree = ""; }; + A571C1BA232052EB003BC0AA /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A571C1BB232052EB003BC0AA /* DxeRuntimeDebugLibSerialPort.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimeDebugLibSerialPort.inf; sourceTree = ""; }; + A571C1BC232052EB003BC0AA /* DxeRuntimeDebugLibSerialPort.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimeDebugLibSerialPort.uni; sourceTree = ""; }; + A571C1BE232052EB003BC0AA /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A571C1BF232052EB003BC0AA /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A571C1C0232052EB003BC0AA /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A571C1C1232052EB003BC0AA /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A571C1C3232052EB003BC0AA /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A571C1C4232052EB003BC0AA /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A571C1C5232052EB003BC0AA /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A571C1C6232052EB003BC0AA /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A571C1C7232052EB003BC0AA /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A571C1C8232052EB003BC0AA /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A571C1C9232052EB003BC0AA /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A571C1CA232052EB003BC0AA /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A571C1CB232052EB003BC0AA /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A571C1CC232052EB003BC0AA /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A571C1CD232052EB003BC0AA /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A571C1CE232052EB003BC0AA /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A571C1CF232052EB003BC0AA /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A571C1D0232052EB003BC0AA /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A571C1D2232052EB003BC0AA /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A571C1D3232052EB003BC0AA /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A571C1D4232052EB003BC0AA /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A571C1D5232052EB003BC0AA /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A571C1D6232052EB003BC0AA /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A571C1D7232052EB003BC0AA /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A571C1D8232052EB003BC0AA /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A571C1D9232052EB003BC0AA /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A571C1DA232052EB003BC0AA /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A571C1DB232052EB003BC0AA /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A571C1DC232052EB003BC0AA /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A571C1DD232052EB003BC0AA /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A571C1DE232052EB003BC0AA /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A571C1DF232052EB003BC0AA /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A571C1E0232052EB003BC0AA /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A571C1E1232052EB003BC0AA /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A571C1E2232052EB003BC0AA /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A571C1E3232052EB003BC0AA /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A571C1E4232052EB003BC0AA /* BaseMemoryLibMmx.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibMmx.inf; sourceTree = ""; }; + A571C1E5232052EB003BC0AA /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A571C1E6232052EB003BC0AA /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A571C1E7232052EB003BC0AA /* BaseMemoryLibMmx.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibMmx.uni; sourceTree = ""; }; + A571C1E9232052EB003BC0AA /* BaseOrderedCollectionRedBlackTreeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseOrderedCollectionRedBlackTreeLib.inf; sourceTree = ""; }; + A571C1EA232052EB003BC0AA /* BaseOrderedCollectionRedBlackTreeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseOrderedCollectionRedBlackTreeLib.uni; sourceTree = ""; }; + A571C1EB232052EB003BC0AA /* BaseOrderedCollectionRedBlackTreeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseOrderedCollectionRedBlackTreeLib.c; sourceTree = ""; }; + A571C1ED232052EB003BC0AA /* UefiMemoryAllocationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiMemoryAllocationLib.inf; sourceTree = ""; }; + A571C1EE232052EB003BC0AA /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A571C1EF232052EB003BC0AA /* UefiMemoryAllocationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiMemoryAllocationLib.uni; sourceTree = ""; }; + A571C1F1232052EB003BC0AA /* UefiRuntimeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiRuntimeLib.uni; sourceTree = ""; }; + A571C1F2232052EB003BC0AA /* UefiRuntimeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiRuntimeLib.inf; sourceTree = ""; }; + A571C1F3232052EB003BC0AA /* RuntimeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RuntimeLib.c; sourceTree = ""; }; + A571C1F5232052EB003BC0AA /* UefiDebugLibConOut.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDebugLibConOut.inf; sourceTree = ""; }; + A571C1F6232052EB003BC0AA /* UefiDebugLibConOut.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDebugLibConOut.uni; sourceTree = ""; }; + A571C1F7232052EB003BC0AA /* DebugLibConstructor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLibConstructor.c; sourceTree = ""; }; + A571C1F8232052EB003BC0AA /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A571C1FA232052EB003BC0AA /* BasePciLibPciExpress.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciLibPciExpress.uni; sourceTree = ""; }; + A571C1FB232052EB003BC0AA /* BasePciLibPciExpress.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciLibPciExpress.inf; sourceTree = ""; }; + A571C1FC232052EB003BC0AA /* PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciLib.c; sourceTree = ""; }; + A571C1FE232052EB003BC0AA /* UefiLibPrint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiLibPrint.c; sourceTree = ""; }; + A571C1FF232052EB003BC0AA /* UefiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiLib.uni; sourceTree = ""; }; + A571C200232052EB003BC0AA /* UefiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiLib.inf; sourceTree = ""; }; + A571C201232052EB003BC0AA /* UefiDriverModel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiDriverModel.c; sourceTree = ""; }; + A571C202232052EB003BC0AA /* UefiNotTiano.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiNotTiano.c; sourceTree = ""; }; + A571C203232052EB003BC0AA /* Console.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Console.c; sourceTree = ""; }; + A571C204232052EB003BC0AA /* UefiLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiLib.c; sourceTree = ""; }; + A571C205232052EB003BC0AA /* UefiLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiLibInternal.h; sourceTree = ""; }; + A571C206232052EB003BC0AA /* Acpi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Acpi.c; sourceTree = ""; }; + A571C208232052EB003BC0AA /* DxeHstiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHstiLib.uni; sourceTree = ""; }; + A571C209232052EB003BC0AA /* HstiDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HstiDxe.c; sourceTree = ""; }; + A571C20A232052EB003BC0AA /* DxeHstiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHstiLib.inf; sourceTree = ""; }; + A571C20B232052EB003BC0AA /* HstiAip.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HstiAip.c; sourceTree = ""; }; + A571C20C232052EB003BC0AA /* HstiDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HstiDxe.h; sourceTree = ""; }; + A571C20E232052EB003BC0AA /* PostCode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PostCode.c; sourceTree = ""; }; + A571C20F232052EB003BC0AA /* BasePostCodeLibDebug.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePostCodeLibDebug.uni; sourceTree = ""; }; + A571C210232052EB003BC0AA /* BasePostCodeLibDebug.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePostCodeLibDebug.inf; sourceTree = ""; }; + A571C212232052EB003BC0AA /* BaseS3StallLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3StallLib.inf; sourceTree = ""; }; + A571C213232052EB003BC0AA /* BaseS3StallLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3StallLib.uni; sourceTree = ""; }; + A571C214232052EB003BC0AA /* S3StallLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3StallLib.c; sourceTree = ""; }; + A571C216232052EB003BC0AA /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A571C217232052EB003BC0AA /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A571C218232052EB003BC0AA /* BaseMemoryLibOptPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibOptPei.uni; sourceTree = ""; }; + A571C219232052EB003BC0AA /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A571C21A232052EB003BC0AA /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A571C21B232052EB003BC0AA /* BaseMemoryLibOptPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibOptPei.inf; sourceTree = ""; }; + A571C21D232052EB003BC0AA /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A571C21E232052EB003BC0AA /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A571C21F232052EB003BC0AA /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A571C220232052EB003BC0AA /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A571C221232052EB003BC0AA /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A571C222232052EB003BC0AA /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A571C223232052EB003BC0AA /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A571C224232052EB003BC0AA /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A571C225232052EB003BC0AA /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A571C226232052EB003BC0AA /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A571C227232052EB003BC0AA /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A571C228232052EB003BC0AA /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A571C229232052EB003BC0AA /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A571C22A232052EB003BC0AA /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A571C22C232052EB003BC0AA /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A571C22D232052EB003BC0AA /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A571C22E232052EB003BC0AA /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A571C22F232052EB003BC0AA /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A571C230232052EB003BC0AA /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A571C231232052EB003BC0AA /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A571C232232052EB003BC0AA /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A571C233232052EB003BC0AA /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A571C234232052EB003BC0AA /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A571C235232052EB003BC0AA /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A571C236232052EB003BC0AA /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A571C237232052EB003BC0AA /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A571C238232052EB003BC0AA /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A571C239232052EB003BC0AA /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A571C23A232052EB003BC0AA /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A571C23B232052EB003BC0AA /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A571C23C232052EB003BC0AA /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A571C23D232052EB003BC0AA /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A571C23E232052EB003BC0AA /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A571C23F232052EB003BC0AA /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A571C241232052EC003BC0AA /* UefiPciLibPciRootBridgeIo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiPciLibPciRootBridgeIo.uni; sourceTree = ""; }; + A571C242232052EC003BC0AA /* UefiPciLibPciRootBridgeIo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiPciLibPciRootBridgeIo.inf; sourceTree = ""; }; + A571C243232052EC003BC0AA /* PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciLib.c; sourceTree = ""; }; + A571C245232052EC003BC0AA /* PeimEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeimEntryPoint.c; sourceTree = ""; }; + A571C246232052EC003BC0AA /* PeimEntryPoint.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeimEntryPoint.uni; sourceTree = ""; }; + A571C247232052EC003BC0AA /* PeimEntryPoint.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeimEntryPoint.inf; sourceTree = ""; }; + A571C249232052EC003BC0AA /* SmiHandlerProfileLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmiHandlerProfileLibNull.c; sourceTree = ""; }; + A571C24A232052EC003BC0AA /* SmiHandlerProfileLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmiHandlerProfileLibNull.inf; sourceTree = ""; }; + A571C24B232052EC003BC0AA /* SmiHandlerProfileLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmiHandlerProfileLibNull.uni; sourceTree = ""; }; + A571C24D232052EC003BC0AA /* S3PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3PciLib.c; sourceTree = ""; }; + A571C24E232052EC003BC0AA /* BaseS3PciLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3PciLib.uni; sourceTree = ""; }; + A571C24F232052EC003BC0AA /* BaseS3PciLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3PciLib.inf; sourceTree = ""; }; + A571C251232052EC003BC0AA /* PrintLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrintLibInternal.h; sourceTree = ""; }; + A571C252232052EC003BC0AA /* PrintLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PrintLib.c; sourceTree = ""; }; + A571C253232052EC003BC0AA /* BasePrintLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePrintLib.inf; sourceTree = ""; }; + A571C254232052EC003BC0AA /* BasePrintLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePrintLib.uni; sourceTree = ""; }; + A571C255232052EC003BC0AA /* PrintLibInternal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PrintLibInternal.c; sourceTree = ""; }; + A571C257232052EC003BC0AA /* IoLibMmioBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibMmioBuffer.c; sourceTree = ""; }; + A571C258232052EC003BC0AA /* IoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLib.c; sourceTree = ""; }; + A571C259232052EC003BC0AA /* IoHighLevel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoHighLevel.c; sourceTree = ""; }; + A571C25A232052EC003BC0AA /* PeiIoLibCpuIo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiIoLibCpuIo.uni; sourceTree = ""; }; + A571C25B232052EC003BC0AA /* PeiIoLibCpuIo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiIoLibCpuIo.inf; sourceTree = ""; }; + A571C25D232052EC003BC0AA /* BaseReportStatusCodeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseReportStatusCodeLib.c; sourceTree = ""; }; + A571C25E232052EC003BC0AA /* BaseReportStatusCodeLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseReportStatusCodeLibNull.uni; sourceTree = ""; }; + A571C25F232052EC003BC0AA /* BaseReportStatusCodeLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseReportStatusCodeLibNull.inf; sourceTree = ""; }; + A571C261232052EC003BC0AA /* DxeServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeServicesTableLib.c; sourceTree = ""; }; + A571C262232052EC003BC0AA /* DxeServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeServicesTableLib.inf; sourceTree = ""; }; + A571C263232052EC003BC0AA /* DxeServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeServicesTableLib.uni; sourceTree = ""; }; + A571C265232052EC003BC0AA /* BasePeCoffExtraActionLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePeCoffExtraActionLibNull.inf; sourceTree = ""; }; + A571C266232052EC003BC0AA /* PeCoffExtraActionLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeCoffExtraActionLibNull.uni; sourceTree = ""; }; + A571C267232052EC003BC0AA /* PeCoffExtraActionLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeCoffExtraActionLib.c; sourceTree = ""; }; + A571C269232052EC003BC0AA /* UsbDxeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbDxeLib.c; sourceTree = ""; }; + A571C26A232052EC003BC0AA /* UefiUsbLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiUsbLib.inf; sourceTree = ""; }; + A571C26B232052EC003BC0AA /* UefiUsbLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiUsbLib.uni; sourceTree = ""; }; + A571C26C232052EC003BC0AA /* Hid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Hid.c; sourceTree = ""; }; + A571C26D232052EC003BC0AA /* UefiUsbLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiUsbLibInternal.h; sourceTree = ""; }; + A571C26E232052EC003BC0AA /* MdePkg.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdePkg.dec; sourceTree = ""; }; + A571C26F232052EC003BC0AA /* MdePkg.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdePkg.uni; sourceTree = ""; }; + A571C270232052EC003BC0AA /* MdePkgExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdePkgExtra.uni; sourceTree = ""; }; + A571C271232052EC003BC0AA /* MdePkg.dsc */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdePkg.dsc; sourceTree = ""; }; + A571C273232052F8003BC0AA /* PcAtChipsetPkg.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcAtChipsetPkg.dec; sourceTree = ""; }; + A571C274232052F8003BC0AA /* PcAtChipsetPkg.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcAtChipsetPkg.uni; sourceTree = ""; }; + A571C276232052F8003BC0AA /* IsaAcpi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsaAcpi.c; sourceTree = ""; }; + A571C277232052F8003BC0AA /* IsaAcpiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaAcpiExtra.uni; sourceTree = ""; }; + A571C278232052F8003BC0AA /* PcatIsaAcpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcatIsaAcpi.h; sourceTree = ""; }; + A571C279232052F8003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C27A232052F8003BC0AA /* IsaAcpi.c.bak */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaAcpi.c.bak; sourceTree = ""; }; + A571C27B232052F8003BC0AA /* PcatIsaAcpi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PcatIsaAcpi.c; sourceTree = ""; }; + A571C27C232052F8003BC0AA /* IsaAcpi.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaAcpi.inf; sourceTree = ""; }; + A571C27D232052F8003BC0AA /* IsaAcpi.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaAcpi.uni; sourceTree = ""; }; + A571C27F232052F8003BC0AA /* HpetTimerDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HpetTimerDxe.uni; sourceTree = ""; }; + A571C280232052F8003BC0AA /* HpetTimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HpetTimer.c; sourceTree = ""; }; + A571C281232052F8003BC0AA /* HpetTimerDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HpetTimerDxeExtra.uni; sourceTree = ""; }; + A571C282232052F8003BC0AA /* HpetTimerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = HpetTimerDxe.inf; sourceTree = ""; }; + A571C283232052F8003BC0AA /* PcAtChipsetPkg.dsc */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcAtChipsetPkg.dsc; sourceTree = ""; }; + A571C286232052F8003BC0AA /* IoApicLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IoApicLib.h; sourceTree = ""; }; + A571C288232052F8003BC0AA /* IoApic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IoApic.h; sourceTree = ""; }; + A571C289232052F8003BC0AA /* Hpet.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Hpet.h; sourceTree = ""; }; + A571C28B232052F8003BC0AA /* PcAtChipsetTokenSpace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcAtChipsetTokenSpace.h; sourceTree = ""; }; + A571C28F232052F8003BC0AA /* IdeController.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IdeController.c; sourceTree = ""; }; + A571C290232052F8003BC0AA /* IdeControllerExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IdeControllerExtra.uni; sourceTree = ""; }; + A571C291232052F8003BC0AA /* IdeControllerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IdeControllerDxe.inf; sourceTree = ""; }; + A571C292232052F8003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C293232052F8003BC0AA /* IdeController.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IdeController.uni; sourceTree = ""; }; + A571C294232052F8003BC0AA /* IdeController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IdeController.h; sourceTree = ""; }; + A571C297232052F8003BC0AA /* DxeAcpiTimerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeAcpiTimerLib.uni; sourceTree = ""; }; + A571C298232052F8003BC0AA /* DxeAcpiTimerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeAcpiTimerLib.inf; sourceTree = ""; }; + A571C299232052F8003BC0AA /* BaseAcpiTimerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseAcpiTimerLib.uni; sourceTree = ""; }; + A571C29A232052F8003BC0AA /* BaseAcpiTimerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseAcpiTimerLib.inf; sourceTree = ""; }; + A571C29B232052F8003BC0AA /* BaseAcpiTimerLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseAcpiTimerLib.c; sourceTree = ""; }; + A571C29C232052F8003BC0AA /* PeiAcpiTimerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiAcpiTimerLib.inf; sourceTree = ""; }; + A571C29D232052F8003BC0AA /* PeiAcpiTimerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiAcpiTimerLib.uni; sourceTree = ""; }; + A571C29E232052F8003BC0AA /* DxeAcpiTimerLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeAcpiTimerLib.c; sourceTree = ""; }; + A571C29F232052F8003BC0AA /* PeiAcpiTimerLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiAcpiTimerLib.c; sourceTree = ""; }; + A571C2A0232052F8003BC0AA /* AcpiTimerLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AcpiTimerLib.c; sourceTree = ""; }; + A571C2A2232052F8003BC0AA /* BaseIoApicLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoApicLib.uni; sourceTree = ""; }; + A571C2A3232052F8003BC0AA /* BaseIoApicLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoApicLib.inf; sourceTree = ""; }; + A571C2A4232052F8003BC0AA /* IoApicLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoApicLib.c; sourceTree = ""; }; + A571C2A6232052F8003BC0AA /* ResetSystemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ResetSystemLib.c; sourceTree = ""; }; + A571C2A7232052F8003BC0AA /* ResetSystemLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemLib.uni; sourceTree = ""; }; + A571C2A8232052F8003BC0AA /* ResetSystemLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemLib.inf; sourceTree = ""; }; + A571C2AA232052F8003BC0AA /* SerialPortLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SerialPortLib.c; sourceTree = ""; }; + A571C2AB232052F8003BC0AA /* SerialIoLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SerialIoLib.inf; sourceTree = ""; }; + A571C2AC232052F8003BC0AA /* PcAtSerialPortLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcAtSerialPortLib.uni; sourceTree = ""; }; + A571C2AE232052F8003BC0AA /* Legacy8259Extra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Legacy8259Extra.uni; sourceTree = ""; }; + A571C2AF232052F8003BC0AA /* 8259.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 8259.c; sourceTree = ""; }; + A571C2B0232052F8003BC0AA /* 8259.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = 8259.inf; sourceTree = ""; }; + A571C2B1232052F8003BC0AA /* Legacy8259.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Legacy8259.uni; sourceTree = ""; }; + A571C2B2232052F8003BC0AA /* 8259.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 8259.h; sourceTree = ""; }; + A571C2B3232052F8003BC0AA /* PcAtChipsetPkgExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcAtChipsetPkgExtra.uni; sourceTree = ""; }; + A571C2B5232052F8003BC0AA /* Timer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Timer.c; sourceTree = ""; }; + A571C2B6232052F8003BC0AA /* Timer.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Timer.uni; sourceTree = ""; }; + A571C2B7232052F8003BC0AA /* 8254Timer.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = 8254Timer.inf; sourceTree = ""; }; + A571C2B8232052F8003BC0AA /* Timer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Timer.h; sourceTree = ""; }; + A571C2B9232052F8003BC0AA /* TimerExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TimerExtra.uni; sourceTree = ""; }; + A571C2BB232052F8003BC0AA /* PcatRealTimeClockRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcatRealTimeClockRuntimeDxe.inf; sourceTree = ""; }; + A571C2BC232052F8003BC0AA /* PcRtc.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcRtc.uni; sourceTree = ""; }; + A571C2BD232052F8003BC0AA /* PcRtc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PcRtc.c; sourceTree = ""; }; + A571C2BE232052F8003BC0AA /* PcRtcEntry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PcRtcEntry.c; sourceTree = ""; }; + A571C2BF232052F8003BC0AA /* PcRtcExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcRtcExtra.uni; sourceTree = ""; }; + A571C2C0232052F8003BC0AA /* PcRtc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcRtc.h; sourceTree = ""; }; + A571C2C323205311003BC0AA /* HttpBootClient.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBootClient.h; sourceTree = ""; }; + A571C2C423205311003BC0AA /* HttpBootDhcp6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBootDhcp6.h; sourceTree = ""; }; + A571C2C523205311003BC0AA /* HttpBootDhcp4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpBootDhcp4.c; sourceTree = ""; }; + A571C2C623205311003BC0AA /* HttpBootSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBootSupport.h; sourceTree = ""; }; + A571C2C723205311003BC0AA /* HttpBootImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpBootImpl.c; sourceTree = ""; }; + A571C2C823205311003BC0AA /* HttpBootDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBootDxe.h; sourceTree = ""; }; + A571C2C923205311003BC0AA /* HttpBootConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBootConfig.h; sourceTree = ""; }; + A571C2CA23205311003BC0AA /* HttpBootComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpBootComponentName.c; sourceTree = ""; }; + A571C2CB23205311003BC0AA /* HttpBootConfigVfr.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = HttpBootConfigVfr.vfr; sourceTree = ""; }; + A571C2CC23205311003BC0AA /* HttpBootConfigNVDataStruc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBootConfigNVDataStruc.h; sourceTree = ""; }; + A571C2CD23205311003BC0AA /* HttpBootDhcp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBootDhcp4.h; sourceTree = ""; }; + A571C2CE23205311003BC0AA /* HttpBootSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpBootSupport.c; sourceTree = ""; }; + A571C2CF23205311003BC0AA /* HttpBootDhcp6.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpBootDhcp6.c; sourceTree = ""; }; + A571C2D023205311003BC0AA /* HttpBootClient.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpBootClient.c; sourceTree = ""; }; + A571C2D123205311003BC0AA /* HttpBootDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HttpBootDxeExtra.uni; sourceTree = ""; }; + A571C2D223205311003BC0AA /* HttpBootComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBootComponentName.h; sourceTree = ""; }; + A571C2D323205311003BC0AA /* HttpBootConfigStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HttpBootConfigStrings.uni; sourceTree = ""; }; + A571C2D423205311003BC0AA /* HttpBootConfig.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpBootConfig.c; sourceTree = ""; }; + A571C2D523205311003BC0AA /* HttpBootDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpBootDxe.c; sourceTree = ""; }; + A571C2D623205311003BC0AA /* HttpBootImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBootImpl.h; sourceTree = ""; }; + A571C2D723205311003BC0AA /* HttpBootDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = HttpBootDxe.inf; sourceTree = ""; }; + A571C2D823205311003BC0AA /* HttpBootDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HttpBootDxe.uni; sourceTree = ""; }; + A571C2D923205311003BC0AA /* NetworkPkg.dsc */ = {isa = PBXFileReference; lastKnownFileType = text; path = NetworkPkg.dsc; sourceTree = ""; }; + A571C2DB23205311003BC0AA /* WifiConnectionMgrImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WifiConnectionMgrImpl.h; sourceTree = ""; }; + A571C2DC23205311003BC0AA /* WifiConnectionMgrComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WifiConnectionMgrComponentName.c; sourceTree = ""; }; + A571C2DD23205311003BC0AA /* WifiConnectionMgrMisc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WifiConnectionMgrMisc.c; sourceTree = ""; }; + A571C2DE23205311003BC0AA /* WifiConnectionMgrDriverBinding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WifiConnectionMgrDriverBinding.h; sourceTree = ""; }; + A571C2DF23205311003BC0AA /* WifiConnectionMgrConfigNVDataStruct.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WifiConnectionMgrConfigNVDataStruct.h; sourceTree = ""; }; + A571C2E023205311003BC0AA /* WifiConnectionMgrHiiConfigAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WifiConnectionMgrHiiConfigAccess.h; sourceTree = ""; }; + A571C2E123205311003BC0AA /* WifiConnectionManagerDxe.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = WifiConnectionManagerDxe.vfr; sourceTree = ""; }; + A571C2E223205311003BC0AA /* EapContext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EapContext.h; sourceTree = ""; }; + A571C2E323205311003BC0AA /* WifiConnectionMgrFileUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WifiConnectionMgrFileUtil.h; sourceTree = ""; }; + A571C2E423205311003BC0AA /* WifiConnectionMgrConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WifiConnectionMgrConfig.h; sourceTree = ""; }; + A571C2E523205311003BC0AA /* WifiConnectionMgrDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WifiConnectionMgrDxe.h; sourceTree = ""; }; + A571C2E623205311003BC0AA /* WifiConnectionMgrConfigHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WifiConnectionMgrConfigHii.h; sourceTree = ""; }; + A571C2E723205311003BC0AA /* WifiConnectionMgrDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WifiConnectionMgrDriver.c; sourceTree = ""; }; + A571C2E823205311003BC0AA /* WifiConnectionMgrComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WifiConnectionMgrComponentName.h; sourceTree = ""; }; + A571C2E923205311003BC0AA /* WifiConnectionMgrImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WifiConnectionMgrImpl.c; sourceTree = ""; }; + A571C2EA23205311003BC0AA /* WifiConnectionMgrMisc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WifiConnectionMgrMisc.h; sourceTree = ""; }; + A571C2EB23205311003BC0AA /* WifiConnectionManagerDxeStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = WifiConnectionManagerDxeStrings.uni; sourceTree = ""; }; + A571C2EC23205311003BC0AA /* WifiConnectionManagerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = WifiConnectionManagerDxe.inf; sourceTree = ""; }; + A571C2ED23205311003BC0AA /* WifiConnectionMgrHiiConfigAccess.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WifiConnectionMgrHiiConfigAccess.c; sourceTree = ""; }; + A571C2EE23205311003BC0AA /* WifiConnectionMgrFileUtil.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WifiConnectionMgrFileUtil.c; sourceTree = ""; }; + A571C2F023205311003BC0AA /* Udp4Driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Udp4Driver.h; sourceTree = ""; }; + A571C2F123205311003BC0AA /* Udp4Impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Udp4Impl.h; sourceTree = ""; }; + A571C2F223205311003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C2F323205311003BC0AA /* Udp4Main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Udp4Main.c; sourceTree = ""; }; + A571C2F423205311003BC0AA /* Udp4Driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Udp4Driver.c; sourceTree = ""; }; + A571C2F523205311003BC0AA /* Udp4Impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Udp4Impl.c; sourceTree = ""; }; + A571C2F623205311003BC0AA /* Udp4DxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Udp4DxeExtra.uni; sourceTree = ""; }; + A571C2F723205311003BC0AA /* Udp4Dxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Udp4Dxe.uni; sourceTree = ""; }; + A571C2F823205311003BC0AA /* Udp4Dxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Udp4Dxe.inf; sourceTree = ""; }; + A571C2FA23205311003BC0AA /* Dpc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dpc.c; sourceTree = ""; }; + A571C2FB23205311003BC0AA /* DpcDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DpcDxeExtra.uni; sourceTree = ""; }; + A571C2FC23205311003BC0AA /* DpcDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DpcDxe.uni; sourceTree = ""; }; + A571C2FD23205311003BC0AA /* DpcDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DpcDxe.inf; sourceTree = ""; }; + A571C2FE23205311003BC0AA /* Dpc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dpc.h; sourceTree = ""; }; + A571C30023205311003BC0AA /* MnpDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MnpDxeExtra.uni; sourceTree = ""; }; + A571C30123205311003BC0AA /* MnpVlan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MnpVlan.c; sourceTree = ""; }; + A571C30223205311003BC0AA /* MnpDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MnpDriver.c; sourceTree = ""; }; + A571C30323205311003BC0AA /* MnpConfig.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MnpConfig.c; sourceTree = ""; }; + A571C30423205311003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C30523205311003BC0AA /* MnpDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MnpDxe.uni; sourceTree = ""; }; + A571C30623205311003BC0AA /* MnpMain.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MnpMain.c; sourceTree = ""; }; + A571C30723205311003BC0AA /* MnpDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MnpDriver.h; sourceTree = ""; }; + A571C30823205311003BC0AA /* MnpVlan.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MnpVlan.h; sourceTree = ""; }; + A571C30923205311003BC0AA /* MnpDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = MnpDxe.inf; sourceTree = ""; }; + A571C30A23205311003BC0AA /* MnpIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MnpIo.c; sourceTree = ""; }; + A571C30B23205311003BC0AA /* MnpImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MnpImpl.h; sourceTree = ""; }; + A571C30C23205311003BC0AA /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A571C30D23205311003BC0AA /* Network.dsc.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = Network.dsc.inc; sourceTree = ""; }; + A571C30F23205311003BC0AA /* Mtftp4Option.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mtftp4Option.c; sourceTree = ""; }; + A571C31023205311003BC0AA /* Mtftp4Impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mtftp4Impl.c; sourceTree = ""; }; + A571C31123205311003BC0AA /* Mtftp4Driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mtftp4Driver.h; sourceTree = ""; }; + A571C31223205311003BC0AA /* Mtftp4Support.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mtftp4Support.h; sourceTree = ""; }; + A571C31323205311003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C31423205311003BC0AA /* Mtftp4Option.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mtftp4Option.h; sourceTree = ""; }; + A571C31523205311003BC0AA /* Mtftp4Wrq.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mtftp4Wrq.c; sourceTree = ""; }; + A571C31623205311003BC0AA /* Mtftp4Impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mtftp4Impl.h; sourceTree = ""; }; + A571C31723205311003BC0AA /* Mtftp4Rrq.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mtftp4Rrq.c; sourceTree = ""; }; + A571C31823205311003BC0AA /* Mtftp4Dxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Mtftp4Dxe.uni; sourceTree = ""; }; + A571C31923205311003BC0AA /* Mtftp4Dxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Mtftp4Dxe.inf; sourceTree = ""; }; + A571C31A23205311003BC0AA /* Mtftp4Support.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mtftp4Support.c; sourceTree = ""; }; + A571C31B23205311003BC0AA /* Mtftp4DxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Mtftp4DxeExtra.uni; sourceTree = ""; }; + A571C31C23205311003BC0AA /* Mtftp4Driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mtftp4Driver.c; sourceTree = ""; }; + A571C31D23205311003BC0AA /* NetworkDefines.dsc.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = NetworkDefines.dsc.inc; sourceTree = ""; }; + A571C31F23205311003BC0AA /* Ip4Driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Driver.h; sourceTree = ""; }; + A571C32023205311003BC0AA /* Ip4Input.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Input.h; sourceTree = ""; }; + A571C32123205311003BC0AA /* Ip4NvData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4NvData.h; sourceTree = ""; }; + A571C32223205311003BC0AA /* Ip4Dxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ip4Dxe.uni; sourceTree = ""; }; + A571C32323205311003BC0AA /* Ip4Igmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip4Igmp.c; sourceTree = ""; }; + A571C32423205311003BC0AA /* Ip4Output.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Output.h; sourceTree = ""; }; + A571C32523205311003BC0AA /* Ip4Icmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip4Icmp.c; sourceTree = ""; }; + A571C32623205311003BC0AA /* Ip4Config2Impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Config2Impl.h; sourceTree = ""; }; + A571C32723205311003BC0AA /* Ip4Dxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ip4Dxe.inf; sourceTree = ""; }; + A571C32823205311003BC0AA /* Ip4DxeStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ip4DxeStrings.uni; sourceTree = ""; }; + A571C32923205311003BC0AA /* Ip4Config2.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ip4Config2.vfr; sourceTree = ""; }; + A571C32A23205311003BC0AA /* Ip4Impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Impl.h; sourceTree = ""; }; + A571C32B23205311003BC0AA /* Ip4Config2Nv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip4Config2Nv.c; sourceTree = ""; }; + A571C32C23205311003BC0AA /* Ip4Route.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Route.h; sourceTree = ""; }; + A571C32D23205311003BC0AA /* Ip4If.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4If.h; sourceTree = ""; }; + A571C32E23205311003BC0AA /* Ip4Common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip4Common.c; sourceTree = ""; }; + A571C32F23205311003BC0AA /* Ip4DxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ip4DxeExtra.uni; sourceTree = ""; }; + A571C33023205311003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C33123205311003BC0AA /* Ip4Option.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip4Option.c; sourceTree = ""; }; + A571C33223205311003BC0AA /* Ip4Igmp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Igmp.h; sourceTree = ""; }; + A571C33323205311003BC0AA /* Ip4Output.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip4Output.c; sourceTree = ""; }; + A571C33423205311003BC0AA /* Ip4Driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip4Driver.c; sourceTree = ""; }; + A571C33523205311003BC0AA /* Ip4Input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip4Input.c; sourceTree = ""; }; + A571C33623205311003BC0AA /* Ip4Config2Impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip4Config2Impl.c; sourceTree = ""; }; + A571C33723205311003BC0AA /* Ip4Icmp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Icmp.h; sourceTree = ""; }; + A571C33823205311003BC0AA /* Ip4Route.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip4Route.c; sourceTree = ""; }; + A571C33923205311003BC0AA /* Ip4Config2Nv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Config2Nv.h; sourceTree = ""; }; + A571C33A23205311003BC0AA /* Ip4Impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip4Impl.c; sourceTree = ""; }; + A571C33B23205311003BC0AA /* Ip4Option.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Option.h; sourceTree = ""; }; + A571C33C23205311003BC0AA /* Ip4If.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip4If.c; sourceTree = ""; }; + A571C33D23205311003BC0AA /* Ip4Common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Common.h; sourceTree = ""; }; + A571C33E23205311003BC0AA /* NetworkPcds.dsc.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = NetworkPcds.dsc.inc; sourceTree = ""; }; + A571C33F23205311003BC0AA /* NetworkPkg.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = NetworkPkg.dec; sourceTree = ""; }; + A571C34123205311003BC0AA /* DnsImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DnsImpl.c; sourceTree = ""; }; + A571C34223205311003BC0AA /* DnsDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DnsDxeExtra.uni; sourceTree = ""; }; + A571C34323205311003BC0AA /* DnsProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DnsProtocol.c; sourceTree = ""; }; + A571C34423205311003BC0AA /* DnsDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DnsDriver.h; sourceTree = ""; }; + A571C34523205311003BC0AA /* DnsDhcp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DnsDhcp.c; sourceTree = ""; }; + A571C34623205311003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C34723205311003BC0AA /* DnsImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DnsImpl.h; sourceTree = ""; }; + A571C34823205311003BC0AA /* DnsDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DnsDxe.uni; sourceTree = ""; }; + A571C34923205311003BC0AA /* DnsDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DnsDxe.inf; sourceTree = ""; }; + A571C34A23205311003BC0AA /* DnsDhcp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DnsDhcp.h; sourceTree = ""; }; + A571C34B23205311003BC0AA /* DnsDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DnsDriver.c; sourceTree = ""; }; + A571C34C23205311003BC0AA /* NetworkPkgExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NetworkPkgExtra.uni; sourceTree = ""; }; + A571C34F23205311003BC0AA /* HttpLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpLib.h; sourceTree = ""; }; + A571C35023205311003BC0AA /* IpIoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpIoLib.h; sourceTree = ""; }; + A571C35123205311003BC0AA /* UdpIoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UdpIoLib.h; sourceTree = ""; }; + A571C35223205311003BC0AA /* NetLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NetLib.h; sourceTree = ""; }; + A571C35323205311003BC0AA /* TcpIoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcpIoLib.h; sourceTree = ""; }; + A571C35423205311003BC0AA /* DpcLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DpcLib.h; sourceTree = ""; }; + A571C35623205311003BC0AA /* Dpc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dpc.h; sourceTree = ""; }; + A571C35823205311003BC0AA /* WifiConnectionManagerConfigHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WifiConnectionManagerConfigHii.h; sourceTree = ""; }; + A571C35923205311003BC0AA /* TlsAuthConfigHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TlsAuthConfigHii.h; sourceTree = ""; }; + A571C35A23205311003BC0AA /* IScsiConfigHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiConfigHii.h; sourceTree = ""; }; + A571C35B23205311003BC0AA /* HttpBootConfigHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBootConfigHii.h; sourceTree = ""; }; + A571C35C23205311003BC0AA /* HttpTlsCipherList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpTlsCipherList.h; sourceTree = ""; }; + A571C35D23205311003BC0AA /* Ip6ConfigHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6ConfigHii.h; sourceTree = ""; }; + A571C35E23205311003BC0AA /* TlsAuthentication.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TlsAuthentication.h; sourceTree = ""; }; + A571C35F23205311003BC0AA /* NetworkPkg.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NetworkPkg.uni; sourceTree = ""; }; + A571C36123205311003BC0AA /* Dhcp4Option.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp4Option.h; sourceTree = ""; }; + A571C36223205311003BC0AA /* Dhcp4Dxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Dhcp4Dxe.uni; sourceTree = ""; }; + A571C36323205311003BC0AA /* Dhcp4Dxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Dhcp4Dxe.inf; sourceTree = ""; }; + A571C36423205311003BC0AA /* Dhcp4Impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp4Impl.h; sourceTree = ""; }; + A571C36523205311003BC0AA /* Dhcp4Io.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dhcp4Io.c; sourceTree = ""; }; + A571C36623205311003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C36723205311003BC0AA /* Dhcp4Driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dhcp4Driver.c; sourceTree = ""; }; + A571C36823205311003BC0AA /* Dhcp4Option.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dhcp4Option.c; sourceTree = ""; }; + A571C36923205311003BC0AA /* Dhcp4Impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dhcp4Impl.c; sourceTree = ""; }; + A571C36A23205311003BC0AA /* Dhcp4DxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Dhcp4DxeExtra.uni; sourceTree = ""; }; + A571C36B23205311003BC0AA /* Dhcp4Io.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp4Io.h; sourceTree = ""; }; + A571C36C23205311003BC0AA /* Dhcp4Driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp4Driver.h; sourceTree = ""; }; + A571C36D23205311003BC0AA /* NetworkLibs.dsc.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = NetworkLibs.dsc.inc; sourceTree = ""; }; + A571C36F23205311003BC0AA /* Snp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Snp.c; sourceTree = ""; }; + A571C37023205311003BC0AA /* Receive_filters.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Receive_filters.c; sourceTree = ""; }; + A571C37123205311003BC0AA /* Initialize.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Initialize.c; sourceTree = ""; }; + A571C37223205311003BC0AA /* Statistics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Statistics.c; sourceTree = ""; }; + A571C37323205311003BC0AA /* Station_address.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Station_address.c; sourceTree = ""; }; + A571C37423205311003BC0AA /* WaitForPacket.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WaitForPacket.c; sourceTree = ""; }; + A571C37523205311003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C37623205311003BC0AA /* Mcast_ip_to_mac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mcast_ip_to_mac.c; sourceTree = ""; }; + A571C37723205311003BC0AA /* Reset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Reset.c; sourceTree = ""; }; + A571C37823205311003BC0AA /* Callback.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Callback.c; sourceTree = ""; }; + A571C37923205311003BC0AA /* Stop.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Stop.c; sourceTree = ""; }; + A571C37A23205311003BC0AA /* SnpDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SnpDxe.inf; sourceTree = ""; }; + A571C37B23205311003BC0AA /* Snp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Snp.h; sourceTree = ""; }; + A571C37C23205311003BC0AA /* Transmit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Transmit.c; sourceTree = ""; }; + A571C37D23205311003BC0AA /* Get_status.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Get_status.c; sourceTree = ""; }; + A571C37E23205311003BC0AA /* Shutdown.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Shutdown.c; sourceTree = ""; }; + A571C37F23205311003BC0AA /* SnpDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SnpDxe.uni; sourceTree = ""; }; + A571C38023205311003BC0AA /* Receive.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Receive.c; sourceTree = ""; }; + A571C38123205311003BC0AA /* SnpDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SnpDxeExtra.uni; sourceTree = ""; }; + A571C38223205311003BC0AA /* Start.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Start.c; sourceTree = ""; }; + A571C38323205311003BC0AA /* Nvdata.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Nvdata.c; sourceTree = ""; }; + A571C38623205311003BC0AA /* DxeUdpIoLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeUdpIoLib.inf; sourceTree = ""; }; + A571C38723205311003BC0AA /* DxeUpdIoLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeUpdIoLib.uni; sourceTree = ""; }; + A571C38823205311003BC0AA /* DxeUdpIoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeUdpIoLib.c; sourceTree = ""; }; + A571C38A23205311003BC0AA /* DxeNetLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeNetLib.inf; sourceTree = ""; }; + A571C38B23205311003BC0AA /* DxeNetLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeNetLib.uni; sourceTree = ""; }; + A571C38C23205311003BC0AA /* NetBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NetBuffer.c; sourceTree = ""; }; + A571C38D23205311003BC0AA /* DxeNetLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeNetLib.c; sourceTree = ""; }; + A571C38F23205311003BC0AA /* DxeIpIoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeIpIoLib.c; sourceTree = ""; }; + A571C39023205311003BC0AA /* DxeIpIoLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIpIoLib.uni; sourceTree = ""; }; + A571C39123205311003BC0AA /* DxeIpIoLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIpIoLib.inf; sourceTree = ""; }; + A571C39323205311003BC0AA /* DpcLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DpcLib.c; sourceTree = ""; }; + A571C39423205311003BC0AA /* DxeDpcLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeDpcLib.uni; sourceTree = ""; }; + A571C39523205311003BC0AA /* DxeDpcLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeDpcLib.inf; sourceTree = ""; }; + A571C39723205311003BC0AA /* DxeHttpLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeHttpLib.c; sourceTree = ""; }; + A571C39823205311003BC0AA /* DxeHttpLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHttpLib.inf; sourceTree = ""; }; + A571C39923205311003BC0AA /* DxeHttpLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHttpLib.uni; sourceTree = ""; }; + A571C39A23205311003BC0AA /* DxeHttpLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeHttpLib.h; sourceTree = ""; }; + A571C39C23205311003BC0AA /* DxeTcpIoLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeTcpIoLib.inf; sourceTree = ""; }; + A571C39D23205311003BC0AA /* DxeTcpIoLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeTcpIoLib.uni; sourceTree = ""; }; + A571C39E23205311003BC0AA /* DxeTcpIoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeTcpIoLib.c; sourceTree = ""; }; + A571C3A023205311003BC0AA /* VlanConfigDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VlanConfigDxe.uni; sourceTree = ""; }; + A571C3A123205311003BC0AA /* VlanConfigNvData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VlanConfigNvData.h; sourceTree = ""; }; + A571C3A223205311003BC0AA /* VlanConfigDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VlanConfigDxe.inf; sourceTree = ""; }; + A571C3A323205311003BC0AA /* VlanConfigDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VlanConfigDxeExtra.uni; sourceTree = ""; }; + A571C3A423205311003BC0AA /* VlanConfigImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VlanConfigImpl.c; sourceTree = ""; }; + A571C3A523205311003BC0AA /* VlanConfigStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VlanConfigStrings.uni; sourceTree = ""; }; + A571C3A623205311003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C3A723205311003BC0AA /* VlanConfig.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = VlanConfig.vfr; sourceTree = ""; }; + A571C3A823205311003BC0AA /* VlanConfigDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VlanConfigDriver.c; sourceTree = ""; }; + A571C3A923205311003BC0AA /* VlanConfigImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VlanConfigImpl.h; sourceTree = ""; }; + A571C3AA23205311003BC0AA /* NetworkComponents.dsc.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = NetworkComponents.dsc.inc; sourceTree = ""; }; + A571C3AC23205311003BC0AA /* IScsiCHAP.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IScsiCHAP.c; sourceTree = ""; }; + A571C3AD23205311003BC0AA /* IScsiDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IScsiDxe.inf; sourceTree = ""; }; + A571C3AE23205311003BC0AA /* IScsiProto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiProto.h; sourceTree = ""; }; + A571C3AF23205311003BC0AA /* IScsiDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiDriver.h; sourceTree = ""; }; + A571C3B023205311003BC0AA /* IScsiDhcp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiDhcp.h; sourceTree = ""; }; + A571C3B123205311003BC0AA /* IScsiDns.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiDns.h; sourceTree = ""; }; + A571C3B223205311003BC0AA /* IScsiConfigStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IScsiConfigStrings.uni; sourceTree = ""; }; + A571C3B323205311003BC0AA /* IScsiDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IScsiDxe.uni; sourceTree = ""; }; + A571C3B423205311003BC0AA /* IScsiDhcp6.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IScsiDhcp6.c; sourceTree = ""; }; + A571C3B523205311003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C3B623205311003BC0AA /* IScsiImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiImpl.h; sourceTree = ""; }; + A571C3B723205311003BC0AA /* IScsiMisc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IScsiMisc.c; sourceTree = ""; }; + A571C3B823205311003BC0AA /* IScsiConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiConfig.h; sourceTree = ""; }; + A571C3B923205311003BC0AA /* IScsiDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IScsiDxeExtra.uni; sourceTree = ""; }; + A571C3BA23205311003BC0AA /* IScsiIbft.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IScsiIbft.c; sourceTree = ""; }; + A571C3BB23205311003BC0AA /* IScsiExtScsiPassThru.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IScsiExtScsiPassThru.c; sourceTree = ""; }; + A571C3BC23205311003BC0AA /* IScsiProto.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IScsiProto.c; sourceTree = ""; }; + A571C3BD23205311003BC0AA /* IScsiCHAP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiCHAP.h; sourceTree = ""; }; + A571C3BE23205311003BC0AA /* IScsiConfigNVDataStruc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiConfigNVDataStruc.h; sourceTree = ""; }; + A571C3BF23205311003BC0AA /* IScsiAuthenticationInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IScsiAuthenticationInfo.c; sourceTree = ""; }; + A571C3C023205311003BC0AA /* IScsiDns.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IScsiDns.c; sourceTree = ""; }; + A571C3C123205311003BC0AA /* IScsiDhcp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IScsiDhcp.c; sourceTree = ""; }; + A571C3C223205311003BC0AA /* IScsiDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IScsiDriver.c; sourceTree = ""; }; + A571C3C323205311003BC0AA /* IScsiDhcp6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiDhcp6.h; sourceTree = ""; }; + A571C3C423205311003BC0AA /* IScsiConfigVfr.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = IScsiConfigVfr.vfr; sourceTree = ""; }; + A571C3C523205311003BC0AA /* IScsiConfig.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IScsiConfig.c; sourceTree = ""; }; + A571C3C623205311003BC0AA /* IScsiIbft.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiIbft.h; sourceTree = ""; }; + A571C3C723205311003BC0AA /* IScsiMisc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiMisc.h; sourceTree = ""; }; + A571C3C823205311003BC0AA /* IScsiInitiatorName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IScsiInitiatorName.c; sourceTree = ""; }; + A571C3CA23205311003BC0AA /* Dhcp6Dxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Dhcp6Dxe.inf; sourceTree = ""; }; + A571C3CB23205311003BC0AA /* Dhcp6Driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dhcp6Driver.c; sourceTree = ""; }; + A571C3CC23205311003BC0AA /* Dhcp6Dxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Dhcp6Dxe.uni; sourceTree = ""; }; + A571C3CD23205311003BC0AA /* Dhcp6Impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp6Impl.h; sourceTree = ""; }; + A571C3CE23205312003BC0AA /* Dhcp6Utility.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dhcp6Utility.c; sourceTree = ""; }; + A571C3CF23205312003BC0AA /* Dhcp6Io.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dhcp6Io.c; sourceTree = ""; }; + A571C3D023205312003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C3D123205312003BC0AA /* Dhcp6DxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Dhcp6DxeExtra.uni; sourceTree = ""; }; + A571C3D223205312003BC0AA /* Dhcp6Driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp6Driver.h; sourceTree = ""; }; + A571C3D323205312003BC0AA /* Dhcp6Impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dhcp6Impl.c; sourceTree = ""; }; + A571C3D423205312003BC0AA /* Dhcp6Io.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp6Io.h; sourceTree = ""; }; + A571C3D523205312003BC0AA /* Dhcp6Utility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp6Utility.h; sourceTree = ""; }; + A571C3D723205312003BC0AA /* HttpUtilitiesDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpUtilitiesDxe.h; sourceTree = ""; }; + A571C3D823205312003BC0AA /* HttpUtilitiesProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpUtilitiesProtocol.c; sourceTree = ""; }; + A571C3D923205312003BC0AA /* HttpUtilitiesDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpUtilitiesDxe.c; sourceTree = ""; }; + A571C3DA23205312003BC0AA /* HttpUtilitiesDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HttpUtilitiesDxe.uni; sourceTree = ""; }; + A571C3DB23205312003BC0AA /* HttpUtilitiesDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = HttpUtilitiesDxe.inf; sourceTree = ""; }; + A571C3DC23205312003BC0AA /* HttpUtilitiesDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HttpUtilitiesDxeExtra.uni; sourceTree = ""; }; + A571C3DE23205312003BC0AA /* Udp6Impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Udp6Impl.h; sourceTree = ""; }; + A571C3DF23205312003BC0AA /* Udp6Main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Udp6Main.c; sourceTree = ""; }; + A571C3E023205312003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C3E123205312003BC0AA /* Udp6DxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Udp6DxeExtra.uni; sourceTree = ""; }; + A571C3E223205312003BC0AA /* Udp6Driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Udp6Driver.h; sourceTree = ""; }; + A571C3E323205312003BC0AA /* Udp6Impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Udp6Impl.c; sourceTree = ""; }; + A571C3E423205312003BC0AA /* Udp6Dxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Udp6Dxe.inf; sourceTree = ""; }; + A571C3E523205312003BC0AA /* Udp6Driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Udp6Driver.c; sourceTree = ""; }; + A571C3E623205312003BC0AA /* Udp6Dxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Udp6Dxe.uni; sourceTree = ""; }; + A571C3E723205312003BC0AA /* Network.fdf.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = Network.fdf.inc; sourceTree = ""; }; + A571C3EA23205312003BC0AA /* VConfig.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VConfig.c; sourceTree = ""; }; + A571C3EB23205312003BC0AA /* VConfigExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VConfigExtra.uni; sourceTree = ""; }; + A571C3EC23205312003BC0AA /* VConfig.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VConfig.uni; sourceTree = ""; }; + A571C3ED23205312003BC0AA /* VConfigStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VConfigStrings.uni; sourceTree = ""; }; + A571C3EE23205312003BC0AA /* VConfig.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VConfig.inf; sourceTree = ""; }; + A571C3F023205312003BC0AA /* ArpMain.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ArpMain.c; sourceTree = ""; }; + A571C3F123205312003BC0AA /* ArpDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ArpDxeExtra.uni; sourceTree = ""; }; + A571C3F223205312003BC0AA /* ArpImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ArpImpl.h; sourceTree = ""; }; + A571C3F323205312003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C3F423205312003BC0AA /* ArpDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ArpDriver.h; sourceTree = ""; }; + A571C3F523205312003BC0AA /* ArpImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ArpImpl.c; sourceTree = ""; }; + A571C3F623205312003BC0AA /* ArpDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ArpDxe.inf; sourceTree = ""; }; + A571C3F723205312003BC0AA /* ArpDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ArpDriver.c; sourceTree = ""; }; + A571C3F823205312003BC0AA /* ArpDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ArpDxe.uni; sourceTree = ""; }; + A571C3FA23205312003BC0AA /* HttpProto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpProto.h; sourceTree = ""; }; + A571C3FB23205312003BC0AA /* HttpDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = HttpDxe.inf; sourceTree = ""; }; + A571C3FC23205312003BC0AA /* HttpImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpImpl.h; sourceTree = ""; }; + A571C3FD23205312003BC0AA /* HttpDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HttpDxeExtra.uni; sourceTree = ""; }; + A571C3FE23205312003BC0AA /* HttpsSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpsSupport.c; sourceTree = ""; }; + A571C3FF23205312003BC0AA /* HttpDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HttpDxe.uni; sourceTree = ""; }; + A571C40023205312003BC0AA /* HttpDns.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpDns.h; sourceTree = ""; }; + A571C40123205312003BC0AA /* HttpDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpDriver.c; sourceTree = ""; }; + A571C40223205312003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C40323205312003BC0AA /* HttpProto.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpProto.c; sourceTree = ""; }; + A571C40423205312003BC0AA /* HttpsSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpsSupport.h; sourceTree = ""; }; + A571C40523205312003BC0AA /* HttpImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpImpl.c; sourceTree = ""; }; + A571C40623205312003BC0AA /* HttpDns.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HttpDns.c; sourceTree = ""; }; + A571C40723205312003BC0AA /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A571C40823205312003BC0AA /* HttpDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpDriver.h; sourceTree = ""; }; + A571C40A23205312003BC0AA /* TlsAuthConfigDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TlsAuthConfigDxe.c; sourceTree = ""; }; + A571C40B23205312003BC0AA /* TlsAuthConfigImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TlsAuthConfigImpl.c; sourceTree = ""; }; + A571C40C23205312003BC0AA /* TlsAuthConfigDxeStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TlsAuthConfigDxeStrings.uni; sourceTree = ""; }; + A571C40D23205312003BC0AA /* TlsAuthConfigImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TlsAuthConfigImpl.h; sourceTree = ""; }; + A571C40E23205312003BC0AA /* TlsAuthConfigVfr.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = TlsAuthConfigVfr.vfr; sourceTree = ""; }; + A571C40F23205312003BC0AA /* TlsAuthConfigDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TlsAuthConfigDxeExtra.uni; sourceTree = ""; }; + A571C41023205312003BC0AA /* TlsAuthConfigDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = TlsAuthConfigDxe.inf; sourceTree = ""; }; + A571C41123205312003BC0AA /* TlsAuthConfigNvData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TlsAuthConfigNvData.h; sourceTree = ""; }; + A571C41223205312003BC0AA /* TlsAuthConfigDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TlsAuthConfigDxe.uni; sourceTree = ""; }; + A571C41423205312003BC0AA /* Ip6Nd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6Nd.h; sourceTree = ""; }; + A571C41523205312003BC0AA /* Ip6Common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6Common.c; sourceTree = ""; }; + A571C41623205312003BC0AA /* Ip6Dxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ip6Dxe.inf; sourceTree = ""; }; + A571C41723205312003BC0AA /* Ip6Config.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ip6Config.vfr; sourceTree = ""; }; + A571C41823205312003BC0AA /* Ip6Mld.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6Mld.h; sourceTree = ""; }; + A571C41923205312003BC0AA /* Ip6ConfigNv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6ConfigNv.c; sourceTree = ""; }; + A571C41A23205312003BC0AA /* Ip6Option.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6Option.c; sourceTree = ""; }; + A571C41B23205312003BC0AA /* Ip6Dxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ip6Dxe.uni; sourceTree = ""; }; + A571C41C23205312003BC0AA /* Ip6Input.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6Input.h; sourceTree = ""; }; + A571C41D23205312003BC0AA /* Ip6Icmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6Icmp.c; sourceTree = ""; }; + A571C41E23205312003BC0AA /* Ip6Impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6Impl.h; sourceTree = ""; }; + A571C41F23205312003BC0AA /* Ip6ConfigImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6ConfigImpl.h; sourceTree = ""; }; + A571C42023205312003BC0AA /* Ip6Driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6Driver.h; sourceTree = ""; }; + A571C42123205312003BC0AA /* Ip6NvData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6NvData.h; sourceTree = ""; }; + A571C42223205312003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C42323205312003BC0AA /* Ip6Route.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6Route.h; sourceTree = ""; }; + A571C42423205312003BC0AA /* Ip6Output.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6Output.h; sourceTree = ""; }; + A571C42523205312003BC0AA /* Ip6If.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6If.h; sourceTree = ""; }; + A571C42623205312003BC0AA /* Ip6ConfigNv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6ConfigNv.h; sourceTree = ""; }; + A571C42723205312003BC0AA /* Ip6Option.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6Option.h; sourceTree = ""; }; + A571C42823205312003BC0AA /* Ip6Mld.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6Mld.c; sourceTree = ""; }; + A571C42923205312003BC0AA /* Ip6Common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6Common.h; sourceTree = ""; }; + A571C42A23205312003BC0AA /* Ip6Nd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6Nd.c; sourceTree = ""; }; + A571C42B23205312003BC0AA /* Ip6DxeStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ip6DxeStrings.uni; sourceTree = ""; }; + A571C42C23205312003BC0AA /* Ip6Icmp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6Icmp.h; sourceTree = ""; }; + A571C42D23205312003BC0AA /* Ip6Input.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6Input.c; sourceTree = ""; }; + A571C42E23205312003BC0AA /* Ip6DxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ip6DxeExtra.uni; sourceTree = ""; }; + A571C42F23205312003BC0AA /* Ip6ConfigImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6ConfigImpl.c; sourceTree = ""; }; + A571C43023205312003BC0AA /* Ip6Impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6Impl.c; sourceTree = ""; }; + A571C43123205312003BC0AA /* Ip6Output.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6Output.c; sourceTree = ""; }; + A571C43223205312003BC0AA /* Ip6If.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6If.c; sourceTree = ""; }; + A571C43323205312003BC0AA /* Ip6Route.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6Route.c; sourceTree = ""; }; + A571C43423205312003BC0AA /* Ip6Driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ip6Driver.c; sourceTree = ""; }; + A571C43623205312003BC0AA /* PxeBcBoot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PxeBcBoot.h; sourceTree = ""; }; + A571C43723205312003BC0AA /* PxeBcImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PxeBcImpl.c; sourceTree = ""; }; + A571C43823205312003BC0AA /* PxeBcDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PxeBcDriver.h; sourceTree = ""; }; + A571C43923205312003BC0AA /* UefiPxeBcDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiPxeBcDxe.inf; sourceTree = ""; }; + A571C43A23205312003BC0AA /* PxeBcSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PxeBcSupport.h; sourceTree = ""; }; + A571C43B23205312003BC0AA /* UefiPxeBcDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiPxeBcDxeExtra.uni; sourceTree = ""; }; + A571C43C23205312003BC0AA /* UefiPxeBcDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiPxeBcDxe.uni; sourceTree = ""; }; + A571C43D23205312003BC0AA /* PxeBcMtftp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PxeBcMtftp.h; sourceTree = ""; }; + A571C43E23205312003BC0AA /* PxeBcDhcp6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PxeBcDhcp6.h; sourceTree = ""; }; + A571C43F23205312003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C44023205312003BC0AA /* PxeBcDhcp4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PxeBcDhcp4.c; sourceTree = ""; }; + A571C44123205312003BC0AA /* PxeBcBoot.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PxeBcBoot.c; sourceTree = ""; }; + A571C44223205312003BC0AA /* PxeBcDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PxeBcDriver.c; sourceTree = ""; }; + A571C44323205312003BC0AA /* PxeBcImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PxeBcImpl.h; sourceTree = ""; }; + A571C44423205312003BC0AA /* PxeBcSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PxeBcSupport.c; sourceTree = ""; }; + A571C44523205312003BC0AA /* PxeBcDhcp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PxeBcDhcp4.h; sourceTree = ""; }; + A571C44623205312003BC0AA /* PxeBcDhcp6.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PxeBcDhcp6.c; sourceTree = ""; }; + A571C44723205312003BC0AA /* PxeBcMtftp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PxeBcMtftp.c; sourceTree = ""; }; + A571C44923205312003BC0AA /* TlsDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TlsDxe.uni; sourceTree = ""; }; + A571C44A23205312003BC0AA /* TlsDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TlsDxeExtra.uni; sourceTree = ""; }; + A571C44B23205312003BC0AA /* TlsDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TlsDriver.h; sourceTree = ""; }; + A571C44C23205312003BC0AA /* TlsDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = TlsDxe.inf; sourceTree = ""; }; + A571C44D23205312003BC0AA /* TlsImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TlsImpl.h; sourceTree = ""; }; + A571C44E23205312003BC0AA /* TlsProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TlsProtocol.c; sourceTree = ""; }; + A571C44F23205312003BC0AA /* TlsDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TlsDriver.c; sourceTree = ""; }; + A571C45023205312003BC0AA /* TlsConfigProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TlsConfigProtocol.c; sourceTree = ""; }; + A571C45123205312003BC0AA /* TlsImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TlsImpl.c; sourceTree = ""; }; + A571C45323205312003BC0AA /* TcpTimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcpTimer.c; sourceTree = ""; }; + A571C45423205312003BC0AA /* TcpOutput.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcpOutput.c; sourceTree = ""; }; + A571C45523205312003BC0AA /* TcpDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcpDriver.c; sourceTree = ""; }; + A571C45623205312003BC0AA /* TcpDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TcpDxe.uni; sourceTree = ""; }; + A571C45723205312003BC0AA /* TcpDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = TcpDxe.inf; sourceTree = ""; }; + A571C45823205312003BC0AA /* TcpProto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcpProto.h; sourceTree = ""; }; + A571C45923205312003BC0AA /* TcpOption.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcpOption.h; sourceTree = ""; }; + A571C45A23205312003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C45B23205312003BC0AA /* SockImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SockImpl.c; sourceTree = ""; }; + A571C45C23205312003BC0AA /* TcpMain.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcpMain.h; sourceTree = ""; }; + A571C45D23205312003BC0AA /* TcpDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcpDriver.h; sourceTree = ""; }; + A571C45E23205312003BC0AA /* SockInterface.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SockInterface.c; sourceTree = ""; }; + A571C45F23205312003BC0AA /* TcpInput.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcpInput.c; sourceTree = ""; }; + A571C46023205312003BC0AA /* TcpMisc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcpMisc.c; sourceTree = ""; }; + A571C46123205312003BC0AA /* TcpFunc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcpFunc.h; sourceTree = ""; }; + A571C46223205312003BC0AA /* TcpDispatcher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcpDispatcher.c; sourceTree = ""; }; + A571C46323205312003BC0AA /* TcpMain.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcpMain.c; sourceTree = ""; }; + A571C46423205312003BC0AA /* SockImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SockImpl.h; sourceTree = ""; }; + A571C46523205312003BC0AA /* Socket.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Socket.h; sourceTree = ""; }; + A571C46623205312003BC0AA /* TcpDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TcpDxeExtra.uni; sourceTree = ""; }; + A571C46723205312003BC0AA /* TcpOption.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcpOption.c; sourceTree = ""; }; + A571C46823205312003BC0AA /* TcpIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcpIo.c; sourceTree = ""; }; + A571C46A23205312003BC0AA /* Mtftp6Driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mtftp6Driver.h; sourceTree = ""; }; + A571C46B23205312003BC0AA /* Mtftp6Impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mtftp6Impl.c; sourceTree = ""; }; + A571C46C23205312003BC0AA /* Mtftp6DxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Mtftp6DxeExtra.uni; sourceTree = ""; }; + A571C46D23205312003BC0AA /* Mtftp6Support.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mtftp6Support.c; sourceTree = ""; }; + A571C46E23205312003BC0AA /* Mtftp6Wrq.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mtftp6Wrq.c; sourceTree = ""; }; + A571C46F23205312003BC0AA /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571C47023205312003BC0AA /* Mtftp6Rrq.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mtftp6Rrq.c; sourceTree = ""; }; + A571C47123205312003BC0AA /* Mtftp6Option.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mtftp6Option.c; sourceTree = ""; }; + A571C47223205312003BC0AA /* Mtftp6Driver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mtftp6Driver.c; sourceTree = ""; }; + A571C47323205312003BC0AA /* Mtftp6Impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mtftp6Impl.h; sourceTree = ""; }; + A571C47423205312003BC0AA /* Mtftp6Dxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Mtftp6Dxe.inf; sourceTree = ""; }; + A571C47523205312003BC0AA /* Mtftp6Support.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mtftp6Support.h; sourceTree = ""; }; + A571C47623205312003BC0AA /* Mtftp6Option.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mtftp6Option.h; sourceTree = ""; }; + A571C47723205312003BC0AA /* Mtftp6Dxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Mtftp6Dxe.uni; sourceTree = ""; }; A59CB66521BC14AA0054A7CF /* SmbiosGen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SmbiosGen.c; sourceTree = ""; }; A59CB66621BC14AA0054A7CF /* SmbiosGen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SmbiosGen.h; sourceTree = ""; }; A59CB66721BC14AA0054A7CF /* SmbiosGen.inf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SmbiosGen.inf; sourceTree = ""; }; @@ -2742,6 +6549,7 @@ 2C7949DA1A0AA7F700D845B0 = { isa = PBXGroup; children = ( + A571B3282320523B003BC0AA /* FromEDK2 */, 126151371A15BB7700903E7B /* CloverGUI */, 2C794ADD1A0AA85900D845B0 /* Include */, 12C865541DE426F600BF4974 /* Library */, @@ -3033,6 +6841,7890 @@ path = HdaController; sourceTree = ""; }; + A571B3282320523B003BC0AA /* FromEDK2 */ = { + isa = PBXGroup; + children = ( + A571C272232052F8003BC0AA /* PcAtChipsetPkg */, + A571BB99232052E8003BC0AA /* MdePkg */, + A571B3FC232052D3003BC0AA /* MdeModulePkg */, + A571C2C123205311003BC0AA /* NetworkPkg */, + A571B3B9232052C9003BC0AA /* IntelFrameworkPkg */, + A571B39D232052BF003BC0AA /* IntelFrameworkModulePkg */, + ); + path = FromEDK2; + sourceTree = ""; + }; + A571B39D232052BF003BC0AA /* IntelFrameworkModulePkg */ = { + isa = PBXGroup; + children = ( + A571B39E232052BF003BC0AA /* Include */, + A571B3B5232052BF003BC0AA /* IntelFrameworkModulePkgExtra.uni */, + A571B3B6232052BF003BC0AA /* IntelFrameworkModulePkg.dsc */, + A571B3B7232052BF003BC0AA /* IntelFrameworkModulePkg.uni */, + A571B3B8232052BF003BC0AA /* IntelFrameworkModulePkg.dec */, + ); + name = IntelFrameworkModulePkg; + path = ../../../IntelFrameworkModulePkg; + sourceTree = ""; + }; + A571B39E232052BF003BC0AA /* Include */ = { + isa = PBXGroup; + children = ( + A571B39F232052BF003BC0AA /* Library */, + A571B3A2232052BF003BC0AA /* Protocol */, + A571B3A8232052BF003BC0AA /* Guid */, + ); + path = Include; + sourceTree = ""; + }; + A571B39F232052BF003BC0AA /* Library */ = { + isa = PBXGroup; + children = ( + A571B3A0232052BF003BC0AA /* PlatformBdsLib.h */, + A571B3A1232052BF003BC0AA /* GenericBdsLib.h */, + ); + path = Library; + sourceTree = ""; + }; + A571B3A2232052BF003BC0AA /* Protocol */ = { + isa = PBXGroup; + children = ( + A571B3A3232052BF003BC0AA /* ExitPmAuth.h */, + A571B3A4232052BF003BC0AA /* IsaAcpi.h */, + A571B3A5232052BF003BC0AA /* OEMBadging.h */, + A571B3A6232052BF003BC0AA /* VgaMiniPort.h */, + A571B3A7232052BF003BC0AA /* IsaIo.h */, + ); + path = Protocol; + sourceTree = ""; + }; + A571B3A8232052BF003BC0AA /* Guid */ = { + isa = PBXGroup; + children = ( + A571B3A9232052BF003BC0AA /* LegacyBios.h */, + A571B3AA232052BF003BC0AA /* IntelFrameworkModulePkgTokenSpace.h */, + A571B3AB232052BF003BC0AA /* BlockIoVendor.h */, + A571B3AC232052BF003BC0AA /* HdBootVariable.h */, + A571B3AD232052BF003BC0AA /* BdsLibHii.h */, + A571B3AE232052BF003BC0AA /* BdsHii.h */, + A571B3AF232052BF003BC0AA /* TianoDecompress.h */, + A571B3B0232052BF003BC0AA /* DataHubStatusCodeRecord.h */, + A571B3B1232052BF003BC0AA /* AcpiVariableCompatibility.h */, + A571B3B2232052BF003BC0AA /* LegacyDevOrder.h */, + A571B3B3232052BF003BC0AA /* LastEnumLang.h */, + A571B3B4232052BF003BC0AA /* CapsuleDataFile.h */, + ); + path = Guid; + sourceTree = ""; + }; + A571B3B9232052C9003BC0AA /* IntelFrameworkPkg */ = { + isa = PBXGroup; + children = ( + A571B3BA232052C9003BC0AA /* IntelFrameworkPkgExtra.uni */, + A571B3BB232052C9003BC0AA /* Include */, + A571B3F9232052C9003BC0AA /* IntelFrameworkPkg.dsc */, + A571B3FA232052C9003BC0AA /* IntelFrameworkPkg.uni */, + A571B3FB232052C9003BC0AA /* IntelFrameworkPkg.dec */, + ); + name = IntelFrameworkPkg; + path = ../../../IntelFrameworkPkg; + sourceTree = ""; + }; + A571B3BB232052C9003BC0AA /* Include */ = { + isa = PBXGroup; + children = ( + A571B3BC232052C9003BC0AA /* FrameworkSmm.h */, + A571B3BD232052C9003BC0AA /* FrameworkDxe.h */, + A571B3BE232052C9003BC0AA /* Framework */, + A571B3C8232052C9003BC0AA /* Protocol */, + A571B3E7232052C9003BC0AA /* FrameworkPei.h */, + A571B3E8232052C9003BC0AA /* Guid */, + A571B3EF232052C9003BC0AA /* Ppi */, + ); + path = Include; + sourceTree = ""; + }; + A571B3BE232052C9003BC0AA /* Framework */ = { + isa = PBXGroup; + children = ( + A571B3BF232052C9003BC0AA /* BootScript.h */, + A571B3C0232052C9003BC0AA /* FirmwareVolumeImageFormat.h */, + A571B3C1232052C9003BC0AA /* SmmCis.h */, + A571B3C2232052C9003BC0AA /* FrameworkInternalFormRepresentation.h */, + A571B3C3232052C9003BC0AA /* Hob.h */, + A571B3C4232052C9003BC0AA /* PeiCis.h */, + A571B3C5232052C9003BC0AA /* FirmwareVolumeHeader.h */, + A571B3C6232052C9003BC0AA /* StatusCode.h */, + A571B3C7232052C9003BC0AA /* DxeCis.h */, + ); + path = Framework; + sourceTree = ""; + }; + A571B3C8232052C9003BC0AA /* Protocol */ = { + isa = PBXGroup; + children = ( + A571B3C9232052C9003BC0AA /* SmmBase.h */, + A571B3CA232052C9003BC0AA /* SmmUsbDispatch.h */, + A571B3CB232052C9003BC0AA /* SmmIchnDispatch.h */, + A571B3CC232052C9003BC0AA /* LegacyInterrupt.h */, + A571B3CD232052C9003BC0AA /* LegacyBios.h */, + A571B3CE232052C9003BC0AA /* SmmSxDispatch.h */, + A571B3CF232052C9003BC0AA /* SmmGpiDispatch.h */, + A571B3D0232052C9003BC0AA /* AcpiS3Save.h */, + A571B3D1232052C9003BC0AA /* FrameworkMpService.h */, + A571B3D2232052C9003BC0AA /* FrameworkFirmwareVolumeBlock.h */, + A571B3D3232052C9003BC0AA /* SmmPowerButtonDispatch.h */, + A571B3D4232052C9003BC0AA /* FrameworkFormCallback.h */, + A571B3D5232052C9003BC0AA /* SmmControl.h */, + A571B3D6232052C9003BC0AA /* SmmCpuSaveState.h */, + A571B3D7232052C9003BC0AA /* SmmStandbyButtonDispatch.h */, + A571B3D8232052C9003BC0AA /* SectionExtraction.h */, + A571B3D9232052C9003BC0AA /* LegacyBiosPlatform.h */, + A571B3DA232052C9003BC0AA /* FrameworkFormBrowser.h */, + A571B3DB232052C9003BC0AA /* SmmAccess.h */, + A571B3DC232052C9003BC0AA /* LegacyRegion.h */, + A571B3DD232052C9003BC0AA /* BootScriptSave.h */, + A571B3DE232052C9003BC0AA /* DataHub.h */, + A571B3DF232052C9003BC0AA /* SmmSwDispatch.h */, + A571B3E0232052C9003BC0AA /* SmmPeriodicTimerDispatch.h */, + A571B3E1232052C9003BC0AA /* Legacy8259.h */, + A571B3E2232052C9003BC0AA /* AcpiSupport.h */, + A571B3E3232052C9003BC0AA /* SmmCpuIo.h */, + A571B3E4232052C9003BC0AA /* CpuIo.h */, + A571B3E5232052C9003BC0AA /* FirmwareVolume.h */, + A571B3E6232052C9003BC0AA /* FrameworkHii.h */, + ); + path = Protocol; + sourceTree = ""; + }; + A571B3E8232052C9003BC0AA /* Guid */ = { + isa = PBXGroup; + children = ( + A571B3E9232052C9003BC0AA /* SmramMemoryReserve.h */, + A571B3EA232052C9003BC0AA /* DataHubRecords.h */, + A571B3EB232052C9003BC0AA /* SmmCommunicate.h */, + A571B3EC232052C9003BC0AA /* BlockIo.h */, + A571B3ED232052C9003BC0AA /* Capsule.h */, + A571B3EE232052C9003BC0AA /* FirmwareFileSystem.h */, + ); + path = Guid; + sourceTree = ""; + }; + A571B3EF232052C9003BC0AA /* Ppi */ = { + isa = PBXGroup; + children = ( + A571B3F0232052C9003BC0AA /* PciCfg.h */, + A571B3F1232052C9003BC0AA /* Security.h */, + A571B3F2232052C9003BC0AA /* S3Resume.h */, + A571B3F3232052C9003BC0AA /* BootScriptExecuter.h */, + A571B3F4232052C9003BC0AA /* ReadOnlyVariable.h */, + A571B3F5232052C9003BC0AA /* SectionExtraction.h */, + A571B3F6232052C9003BC0AA /* FvLoadFile.h */, + A571B3F7232052C9003BC0AA /* Smbus.h */, + A571B3F8232052C9003BC0AA /* FindFv.h */, + ); + path = Ppi; + sourceTree = ""; + }; + A571B3FC232052D3003BC0AA /* MdeModulePkg */ = { + isa = PBXGroup; + children = ( + A571B3FD232052D3003BC0AA /* Core */, + A571B48C232052D4003BC0AA /* Universal */, + A571B729232052D5003BC0AA /* Include */, + A571B7CB232052D5003BC0AA /* MdeModulePkgExtra.uni */, + A571B7CC232052D5003BC0AA /* Bus */, + A571B995232052D6003BC0AA /* Library */, + A571BB52232052D7003BC0AA /* MdeModulePkgSample.dec */, + A571BB53232052D7003BC0AA /* Logo */, + A571BB5D232052D7003BC0AA /* MdeModulePkg.uni */, + A571BB5E232052D7003BC0AA /* MdeModulePkg.dec */, + A571BB5F232052D7003BC0AA /* Application */, + A571BB98232052D7003BC0AA /* MdeModulePkg.dsc */, + ); + name = MdeModulePkg; + path = ../../../MdeModulePkg; + sourceTree = ""; + }; + A571B3FD232052D3003BC0AA /* Core */ = { + isa = PBXGroup; + children = ( + A571B3FE232052D3003BC0AA /* RuntimeDxe */, + A571B405232052D3003BC0AA /* Dxe */, + A571B43F232052D4003BC0AA /* PiSmmCore */, + A571B458232052D4003BC0AA /* Pei */, + A571B47B232052D4003BC0AA /* DxeIplPeim */, + ); + path = Core; + sourceTree = ""; + }; + A571B3FE232052D3003BC0AA /* RuntimeDxe */ = { + isa = PBXGroup; + children = ( + A571B3FF232052D3003BC0AA /* Runtime.c */, + A571B400232052D3003BC0AA /* RuntimeDxe.inf */, + A571B401232052D3003BC0AA /* RuntimeDxe.uni */, + A571B402232052D3003BC0AA /* Crc32.c */, + A571B403232052D3003BC0AA /* Runtime.h */, + A571B404232052D3003BC0AA /* RuntimeDxeExtra.uni */, + ); + path = RuntimeDxe; + sourceTree = ""; + }; + A571B405232052D3003BC0AA /* Dxe */ = { + isa = PBXGroup; + children = ( + A571B406232052D3003BC0AA /* Misc */, + A571B40E232052D3003BC0AA /* Hand */, + A571B414232052D3003BC0AA /* DxeMain.inf */, + A571B415232052D3003BC0AA /* FwVolBlock */, + A571B418232052D3003BC0AA /* Dispatcher */, + A571B41B232052D3003BC0AA /* FwVol */, + A571B422232052D3003BC0AA /* DxeMain */, + A571B425232052D4003BC0AA /* Library */, + A571B427232052D4003BC0AA /* Gcd */, + A571B42A232052D4003BC0AA /* Image */, + A571B42D232052D4003BC0AA /* DxeMain.h */, + A571B42E232052D4003BC0AA /* DxeCore.uni */, + A571B42F232052D4003BC0AA /* SectionExtraction */, + A571B431232052D4003BC0AA /* Event */, + A571B436232052D4003BC0AA /* DxeCoreExtra.uni */, + A571B437232052D4003BC0AA /* Mem */, + ); + path = Dxe; + sourceTree = ""; + }; + A571B406232052D3003BC0AA /* Misc */ = { + isa = PBXGroup; + children = ( + A571B407232052D3003BC0AA /* Stall.c */, + A571B408232052D3003BC0AA /* MemoryProtection.c */, + A571B409232052D3003BC0AA /* DebugImageInfo.c */, + A571B40A232052D3003BC0AA /* InstallConfigurationTable.c */, + A571B40B232052D3003BC0AA /* SetWatchdogTimer.c */, + A571B40C232052D3003BC0AA /* PropertiesTable.c */, + A571B40D232052D3003BC0AA /* MemoryAttributesTable.c */, + ); + path = Misc; + sourceTree = ""; + }; + A571B40E232052D3003BC0AA /* Hand */ = { + isa = PBXGroup; + children = ( + A571B40F232052D3003BC0AA /* Handle.c */, + A571B410232052D3003BC0AA /* Handle.h */, + A571B411232052D3003BC0AA /* Locate.c */, + A571B412232052D3003BC0AA /* DriverSupport.c */, + A571B413232052D3003BC0AA /* Notify.c */, + ); + path = Hand; + sourceTree = ""; + }; + A571B415232052D3003BC0AA /* FwVolBlock */ = { + isa = PBXGroup; + children = ( + A571B416232052D3003BC0AA /* FwVolBlock.c */, + A571B417232052D3003BC0AA /* FwVolBlock.h */, + ); + path = FwVolBlock; + sourceTree = ""; + }; + A571B418232052D3003BC0AA /* Dispatcher */ = { + isa = PBXGroup; + children = ( + A571B419232052D3003BC0AA /* Dispatcher.c */, + A571B41A232052D3003BC0AA /* Dependency.c */, + ); + path = Dispatcher; + sourceTree = ""; + }; + A571B41B232052D3003BC0AA /* FwVol */ = { + isa = PBXGroup; + children = ( + A571B41C232052D3003BC0AA /* FwVolAttrib.c */, + A571B41D232052D3003BC0AA /* FwVolRead.c */, + A571B41E232052D3003BC0AA /* FwVolDriver.h */, + A571B41F232052D3003BC0AA /* Ffs.c */, + A571B420232052D3003BC0AA /* FwVolWrite.c */, + A571B421232052D3003BC0AA /* FwVol.c */, + ); + path = FwVol; + sourceTree = ""; + }; + A571B422232052D3003BC0AA /* DxeMain */ = { + isa = PBXGroup; + children = ( + A571B423232052D4003BC0AA /* DxeProtocolNotify.c */, + A571B424232052D4003BC0AA /* DxeMain.c */, + ); + path = DxeMain; + sourceTree = ""; + }; + A571B425232052D4003BC0AA /* Library */ = { + isa = PBXGroup; + children = ( + A571B426232052D4003BC0AA /* Library.c */, + ); + path = Library; + sourceTree = ""; + }; + A571B427232052D4003BC0AA /* Gcd */ = { + isa = PBXGroup; + children = ( + A571B428232052D4003BC0AA /* Gcd.c */, + A571B429232052D4003BC0AA /* Gcd.h */, + ); + path = Gcd; + sourceTree = ""; + }; + A571B42A232052D4003BC0AA /* Image */ = { + isa = PBXGroup; + children = ( + A571B42B232052D4003BC0AA /* Image.c */, + A571B42C232052D4003BC0AA /* Image.h */, + ); + path = Image; + sourceTree = ""; + }; + A571B42F232052D4003BC0AA /* SectionExtraction */ = { + isa = PBXGroup; + children = ( + A571B430232052D4003BC0AA /* CoreSectionExtraction.c */, + ); + path = SectionExtraction; + sourceTree = ""; + }; + A571B431232052D4003BC0AA /* Event */ = { + isa = PBXGroup; + children = ( + A571B432232052D4003BC0AA /* Timer.c */, + A571B433232052D4003BC0AA /* Event.h */, + A571B434232052D4003BC0AA /* Event.c */, + A571B435232052D4003BC0AA /* Tpl.c */, + ); + path = Event; + sourceTree = ""; + }; + A571B437232052D4003BC0AA /* Mem */ = { + isa = PBXGroup; + children = ( + A571B438232052D4003BC0AA /* HeapGuard.c */, + A571B439232052D4003BC0AA /* MemData.c */, + A571B43A232052D4003BC0AA /* MemoryProfileRecord.c */, + A571B43B232052D4003BC0AA /* Page.c */, + A571B43C232052D4003BC0AA /* HeapGuard.h */, + A571B43D232052D4003BC0AA /* Imem.h */, + A571B43E232052D4003BC0AA /* Pool.c */, + ); + path = Mem; + sourceTree = ""; + }; + A571B43F232052D4003BC0AA /* PiSmmCore */ = { + isa = PBXGroup; + children = ( + A571B440232052D4003BC0AA /* Smi.c */, + A571B441232052D4003BC0AA /* SmiHandlerProfile.c */, + A571B442232052D4003BC0AA /* HeapGuard.c */, + A571B443232052D4003BC0AA /* PiSmmCore.c */, + A571B444232052D4003BC0AA /* Dispatcher.c */, + A571B445232052D4003BC0AA /* PiSmmIplExtra.uni */, + A571B446232052D4003BC0AA /* SmramProfileRecord.c */, + A571B447232052D4003BC0AA /* Handle.c */, + A571B448232052D4003BC0AA /* PiSmmCoreExtra.uni */, + A571B449232052D4003BC0AA /* InstallConfigurationTable.c */, + A571B44A232052D4003BC0AA /* PiSmmCorePrivateData.h */, + A571B44B232052D4003BC0AA /* PiSmmIpl.c */, + A571B44C232052D4003BC0AA /* Page.c */, + A571B44D232052D4003BC0AA /* PiSmmCore.h */, + A571B44E232052D4003BC0AA /* HeapGuard.h */, + A571B44F232052D4003BC0AA /* PiSmmCore.inf */, + A571B450232052D4003BC0AA /* Locate.c */, + A571B451232052D4003BC0AA /* Dependency.c */, + A571B452232052D4003BC0AA /* Pool.c */, + A571B453232052D4003BC0AA /* PiSmmCore.uni */, + A571B454232052D4003BC0AA /* MemoryAttributesTable.c */, + A571B455232052D4003BC0AA /* PiSmmIpl.uni */, + A571B456232052D4003BC0AA /* Notify.c */, + A571B457232052D4003BC0AA /* PiSmmIpl.inf */, + ); + path = PiSmmCore; + sourceTree = ""; + }; + A571B458232052D4003BC0AA /* Pei */ = { + isa = PBXGroup; + children = ( + A571B459232052D4003BC0AA /* PeiMain.inf */, + A571B45A232052D4003BC0AA /* PciCfg2 */, + A571B45C232052D4003BC0AA /* Memory */, + A571B45E232052D4003BC0AA /* Hob */, + A571B460232052D4003BC0AA /* Security */, + A571B462232052D4003BC0AA /* Reset */, + A571B464232052D4003BC0AA /* Dispatcher */, + A571B466232052D4003BC0AA /* FwVol */, + A571B469232052D4003BC0AA /* Dependency */, + A571B46C232052D4003BC0AA /* Image */, + A571B46E232052D4003BC0AA /* PeiMain */, + A571B470232052D4003BC0AA /* StatusCode */, + A571B472232052D4003BC0AA /* BootMode */, + A571B474232052D4003BC0AA /* CpuIo */, + A571B476232052D4003BC0AA /* Ppi */, + A571B478232052D4003BC0AA /* PeiCoreExtra.uni */, + A571B479232052D4003BC0AA /* PeiMain.h */, + A571B47A232052D4003BC0AA /* PeiCore.uni */, + ); + path = Pei; + sourceTree = ""; + }; + A571B45A232052D4003BC0AA /* PciCfg2 */ = { + isa = PBXGroup; + children = ( + A571B45B232052D4003BC0AA /* PciCfg2.c */, + ); + path = PciCfg2; + sourceTree = ""; + }; + A571B45C232052D4003BC0AA /* Memory */ = { + isa = PBXGroup; + children = ( + A571B45D232052D4003BC0AA /* MemoryServices.c */, + ); + path = Memory; + sourceTree = ""; + }; + A571B45E232052D4003BC0AA /* Hob */ = { + isa = PBXGroup; + children = ( + A571B45F232052D4003BC0AA /* Hob.c */, + ); + path = Hob; + sourceTree = ""; + }; + A571B460232052D4003BC0AA /* Security */ = { + isa = PBXGroup; + children = ( + A571B461232052D4003BC0AA /* Security.c */, + ); + path = Security; + sourceTree = ""; + }; + A571B462232052D4003BC0AA /* Reset */ = { + isa = PBXGroup; + children = ( + A571B463232052D4003BC0AA /* Reset.c */, + ); + path = Reset; + sourceTree = ""; + }; + A571B464232052D4003BC0AA /* Dispatcher */ = { + isa = PBXGroup; + children = ( + A571B465232052D4003BC0AA /* Dispatcher.c */, + ); + path = Dispatcher; + sourceTree = ""; + }; + A571B466232052D4003BC0AA /* FwVol */ = { + isa = PBXGroup; + children = ( + A571B467232052D4003BC0AA /* FwVol.h */, + A571B468232052D4003BC0AA /* FwVol.c */, + ); + path = FwVol; + sourceTree = ""; + }; + A571B469232052D4003BC0AA /* Dependency */ = { + isa = PBXGroup; + children = ( + A571B46A232052D4003BC0AA /* Dependency.h */, + A571B46B232052D4003BC0AA /* Dependency.c */, + ); + path = Dependency; + sourceTree = ""; + }; + A571B46C232052D4003BC0AA /* Image */ = { + isa = PBXGroup; + children = ( + A571B46D232052D4003BC0AA /* Image.c */, + ); + path = Image; + sourceTree = ""; + }; + A571B46E232052D4003BC0AA /* PeiMain */ = { + isa = PBXGroup; + children = ( + A571B46F232052D4003BC0AA /* PeiMain.c */, + ); + path = PeiMain; + sourceTree = ""; + }; + A571B470232052D4003BC0AA /* StatusCode */ = { + isa = PBXGroup; + children = ( + A571B471232052D4003BC0AA /* StatusCode.c */, + ); + path = StatusCode; + sourceTree = ""; + }; + A571B472232052D4003BC0AA /* BootMode */ = { + isa = PBXGroup; + children = ( + A571B473232052D4003BC0AA /* BootMode.c */, + ); + path = BootMode; + sourceTree = ""; + }; + A571B474232052D4003BC0AA /* CpuIo */ = { + isa = PBXGroup; + children = ( + A571B475232052D4003BC0AA /* CpuIo.c */, + ); + path = CpuIo; + sourceTree = ""; + }; + A571B476232052D4003BC0AA /* Ppi */ = { + isa = PBXGroup; + children = ( + A571B477232052D4003BC0AA /* Ppi.c */, + ); + path = Ppi; + sourceTree = ""; + }; + A571B47B232052D4003BC0AA /* DxeIplPeim */ = { + isa = PBXGroup; + children = ( + A571B47C232052D4003BC0AA /* DxeIpl.uni */, + A571B47D232052D4003BC0AA /* Ebc */, + A571B47F232052D4003BC0AA /* DxeLoad.c */, + A571B480232052D4003BC0AA /* DxeIpl.inf */, + A571B481232052D4003BC0AA /* X64 */, + A571B485232052D4003BC0AA /* DxeIpl.h */, + A571B486232052D4003BC0AA /* Ia32 */, + A571B489232052D4003BC0AA /* Arm */, + A571B48B232052D4003BC0AA /* DxeIplExtra.uni */, + ); + path = DxeIplPeim; + sourceTree = ""; + }; + A571B47D232052D4003BC0AA /* Ebc */ = { + isa = PBXGroup; + children = ( + A571B47E232052D4003BC0AA /* DxeLoadFunc.c */, + ); + path = Ebc; + sourceTree = ""; + }; + A571B481232052D4003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571B482232052D4003BC0AA /* VirtualMemory.c */, + A571B483232052D4003BC0AA /* VirtualMemory.h */, + A571B484232052D4003BC0AA /* DxeLoadFunc.c */, + ); + path = X64; + sourceTree = ""; + }; + A571B486232052D4003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571B487232052D4003BC0AA /* IdtVectorAsm.nasm */, + A571B488232052D4003BC0AA /* DxeLoadFunc.c */, + ); + path = Ia32; + sourceTree = ""; + }; + A571B489232052D4003BC0AA /* Arm */ = { + isa = PBXGroup; + children = ( + A571B48A232052D4003BC0AA /* DxeLoadFunc.c */, + ); + path = Arm; + sourceTree = ""; + }; + A571B48C232052D4003BC0AA /* Universal */ = { + isa = PBXGroup; + children = ( + A571B48D232052D4003BC0AA /* DebugPortDxe */, + A571B494232052D4003BC0AA /* EsrtFmpDxe */, + A571B49A232052D4003BC0AA /* DebugSupportDxe */, + A571B4A9232052D4003BC0AA /* Acpi */, + A571B4EA232052D4003BC0AA /* EbcDxe */, + A571B523232052D4003BC0AA /* EsrtDxe */, + A571B52A232052D4003BC0AA /* SmbiosDxe */, + A571B530232052D4003BC0AA /* SectionExtractionDxe */, + A571B535232052D4003BC0AA /* RegularExpressionDxe */, + A571B560232052D4003BC0AA /* Variable */, + A571B582232052D4003BC0AA /* DisplayEngineDxe */, + A571B58C232052D4003BC0AA /* CapsuleOnDiskLoadPei */, + A571B591232052D4003BC0AA /* DriverHealthManagerDxe */, + A571B59B232052D4003BC0AA /* MonotonicCounterRuntimeDxe */, + A571B5A0232052D4003BC0AA /* LegacyRegion2Dxe */, + A571B5A6232052D4003BC0AA /* WatchdogTimerDxe */, + A571B5AC232052D4003BC0AA /* FaultTolerantWriteDxe */, + A571B5C2232052D4003BC0AA /* DevicePathDxe */, + A571B5C7232052D4003BC0AA /* DriverSampleDxe */, + A571B5D2232052D4003BC0AA /* SmbiosMeasurementDxe */, + A571B5D7232052D4003BC0AA /* HiiResourcesSampleDxe */, + A571B5DE232052D4003BC0AA /* PlatformDriOverrideDxe */, + A571B5E8232052D4003BC0AA /* LoadFileOnFv2 */, + A571B5ED232052D4003BC0AA /* BootManagerPolicyDxe */, + A571B5F2232052D4003BC0AA /* PCD */, + A571B601232052D4003BC0AA /* SectionExtractionPei */, + A571B606232052D4003BC0AA /* StatusCodeHandler */, + A571B61F232052D4003BC0AA /* DebugServicePei */, + A571B624232052D4003BC0AA /* TimestampDxe */, + A571B629232052D4003BC0AA /* ResetSystemPei */, + A571B62F232052D4003BC0AA /* FvSimpleFileSystemDxe */, + A571B637232052D4003BC0AA /* SecurityStubDxe */, + A571B63E232052D4003BC0AA /* Disk */, + A571B673232052D5003BC0AA /* MemoryTest */, + A571B680232052D5003BC0AA /* HiiDatabaseDxe */, + A571B68D232052D5003BC0AA /* PcatSingleSegmentPciCfg2Pei */, + A571B692232052D5003BC0AA /* FaultTolerantWritePei */, + A571B697232052D5003BC0AA /* BdsDxe */, + A571B6A1232052D5003BC0AA /* SmmCommunicationBufferDxe */, + A571B6A6232052D5003BC0AA /* CapsulePei */, + A571B6B5232052D5003BC0AA /* ResetSystemRuntimeDxe */, + A571B6BB232052D5003BC0AA /* PrintDxe */, + A571B6C0232052D5003BC0AA /* SerialDxe */, + A571B6C5232052D5003BC0AA /* LockBox */, + A571B6CB232052D5003BC0AA /* FileExplorerDxe */, + A571B6D0232052D5003BC0AA /* ReportStatusCodeRouter */, + A571B6E3232052D5003BC0AA /* CapsuleRuntimeDxe */, + A571B6F1232052D5003BC0AA /* SetupBrowserDxe */, + A571B6FB232052D5003BC0AA /* Console */, + A571B723232052D5003BC0AA /* Metronome */, + ); + path = Universal; + sourceTree = ""; + }; + A571B48D232052D4003BC0AA /* DebugPortDxe */ = { + isa = PBXGroup; + children = ( + A571B48E232052D4003BC0AA /* DebugPort.c */, + A571B48F232052D4003BC0AA /* DebugPortDxeExtra.uni */, + A571B490232052D4003BC0AA /* DebugPortDxe.inf */, + A571B491232052D4003BC0AA /* ComponentName.c */, + A571B492232052D4003BC0AA /* DebugPortDxe.uni */, + A571B493232052D4003BC0AA /* DebugPort.h */, + ); + path = DebugPortDxe; + sourceTree = ""; + }; + A571B494232052D4003BC0AA /* EsrtFmpDxe */ = { + isa = PBXGroup; + children = ( + A571B495232052D4003BC0AA /* EsrtFmpDebugPrint.c */, + A571B496232052D4003BC0AA /* EsrtFmpDxeExtra.uni */, + A571B497232052D4003BC0AA /* EsrtFmpDxe.inf */, + A571B498232052D4003BC0AA /* EsrtFmpDxe.uni */, + A571B499232052D4003BC0AA /* EsrtFmp.c */, + ); + path = EsrtFmpDxe; + sourceTree = ""; + }; + A571B49A232052D4003BC0AA /* DebugSupportDxe */ = { + isa = PBXGroup; + children = ( + A571B49B232052D4003BC0AA /* X64 */, + A571B49F232052D4003BC0AA /* DebugSupportDxeExtra.uni */, + A571B4A0232052D4003BC0AA /* DebugSupport.c */, + A571B4A1232052D4003BC0AA /* Ia32 */, + A571B4A7232052D4003BC0AA /* DebugSupportDxe.uni */, + A571B4A8232052D4003BC0AA /* DebugSupportDxe.inf */, + ); + path = DebugSupportDxe; + sourceTree = ""; + }; + A571B49B232052D4003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571B49C232052D4003BC0AA /* PlDebugSupport.h */, + A571B49D232052D4003BC0AA /* PlDebugSupportX64.c */, + A571B49E232052D4003BC0AA /* AsmFuncs.nasm */, + ); + path = X64; + sourceTree = ""; + }; + A571B4A1232052D4003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571B4A2232052D4003BC0AA /* PlDebugSupport.h */, + A571B4A3232052D4003BC0AA /* AsmFuncs.nasm */, + A571B4A4232052D4003BC0AA /* PlDebugSupport.c */, + A571B4A5232052D4003BC0AA /* PlDebugSupportIa32.c */, + A571B4A6232052D4003BC0AA /* DebugSupport.h */, + ); + path = Ia32; + sourceTree = ""; + }; + A571B4A9232052D4003BC0AA /* Acpi */ = { + isa = PBXGroup; + children = ( + A571B4AA232052D4003BC0AA /* AcpiTableDxe */, + A571B4B8232052D4003BC0AA /* S3SaveStateDxe */, + A571B4BF232052D4003BC0AA /* BootGraphicsResourceTableDxe */, + A571B4C4232052D4003BC0AA /* FirmwarePerformanceDataTableSmm */, + A571B4C9232052D4003BC0AA /* FirmwarePerformanceDataTablePei */, + A571B4CE232052D4003BC0AA /* AcpiPlatformDxe */, + A571B4D3232052D4003BC0AA /* BootScriptExecutorDxe */, + A571B4DF232052D4003BC0AA /* SmmS3SaveState */, + A571B4E5232052D4003BC0AA /* FirmwarePerformanceDataTableDxe */, + ); + path = Acpi; + sourceTree = ""; + }; + A571B4AA232052D4003BC0AA /* AcpiTableDxe */ = { + isa = PBXGroup; + children = ( + A571B4AB232052D4003BC0AA /* AmlNamespace.c */, + A571B4AC232052D4003BC0AA /* AcpiTableDxeExtra.uni */, + A571B4AD232052D4003BC0AA /* AcpiTableProtocol.c */, + A571B4AE232052D4003BC0AA /* AmlOption.c */, + A571B4AF232052D4003BC0AA /* AmlString.c */, + A571B4B0232052D4003BC0AA /* AcpiSdt.c */, + A571B4B1232052D4003BC0AA /* AcpiTable.c */, + A571B4B2232052D4003BC0AA /* AcpiTableDxe.uni */, + A571B4B3232052D4003BC0AA /* AmlChild.c */, + A571B4B4232052D4003BC0AA /* AcpiTableDxe.inf */, + A571B4B5232052D4003BC0AA /* AcpiSdt.h */, + A571B4B6232052D4003BC0AA /* Aml.c */, + A571B4B7232052D4003BC0AA /* AcpiTable.h */, + ); + path = AcpiTableDxe; + sourceTree = ""; + }; + A571B4B8232052D4003BC0AA /* S3SaveStateDxe */ = { + isa = PBXGroup; + children = ( + A571B4B9232052D4003BC0AA /* AcpiS3ContextSave.c */, + A571B4BA232052D4003BC0AA /* S3SaveStateDxeExtra.uni */, + A571B4BB232052D4003BC0AA /* S3SaveState.c */, + A571B4BC232052D4003BC0AA /* S3SaveStateDxe.uni */, + A571B4BD232052D4003BC0AA /* S3SaveStateDxe.inf */, + A571B4BE232052D4003BC0AA /* InternalS3SaveState.h */, + ); + path = S3SaveStateDxe; + sourceTree = ""; + }; + A571B4BF232052D4003BC0AA /* BootGraphicsResourceTableDxe */ = { + isa = PBXGroup; + children = ( + A571B4C0232052D4003BC0AA /* BootGraphicsResourceTableDxeExtra.uni */, + A571B4C1232052D4003BC0AA /* BootGraphicsResourceTableDxe.c */, + A571B4C2232052D4003BC0AA /* BootGraphicsResourceTableDxe.inf */, + A571B4C3232052D4003BC0AA /* BootGraphicsResourceTableDxe.uni */, + ); + path = BootGraphicsResourceTableDxe; + sourceTree = ""; + }; + A571B4C4232052D4003BC0AA /* FirmwarePerformanceDataTableSmm */ = { + isa = PBXGroup; + children = ( + A571B4C5232052D4003BC0AA /* FirmwarePerformanceSmm.uni */, + A571B4C6232052D4003BC0AA /* FirmwarePerformanceSmm.inf */, + A571B4C7232052D4003BC0AA /* FirmwarePerformanceSmmExtra.uni */, + A571B4C8232052D4003BC0AA /* FirmwarePerformanceSmm.c */, + ); + path = FirmwarePerformanceDataTableSmm; + sourceTree = ""; + }; + A571B4C9232052D4003BC0AA /* FirmwarePerformanceDataTablePei */ = { + isa = PBXGroup; + children = ( + A571B4CA232052D4003BC0AA /* FirmwarePerformancePei.c */, + A571B4CB232052D4003BC0AA /* FirmwarePerformancePeiExtra.uni */, + A571B4CC232052D4003BC0AA /* FirmwarePerformancePei.inf */, + A571B4CD232052D4003BC0AA /* FirmwarePerformancePei.uni */, + ); + path = FirmwarePerformanceDataTablePei; + sourceTree = ""; + }; + A571B4CE232052D4003BC0AA /* AcpiPlatformDxe */ = { + isa = PBXGroup; + children = ( + A571B4CF232052D4003BC0AA /* AcpiPlatform.c */, + A571B4D0232052D4003BC0AA /* AcpiPlatformDxe.inf */, + A571B4D1232052D4003BC0AA /* AcpiPlatformExtra.uni */, + A571B4D2232052D4003BC0AA /* AcpiPlatform.uni */, + ); + path = AcpiPlatformDxe; + sourceTree = ""; + }; + A571B4D3232052D4003BC0AA /* BootScriptExecutorDxe */ = { + isa = PBXGroup; + children = ( + A571B4D4232052D4003BC0AA /* BootScriptExecutorDxe.inf */, + A571B4D5232052D4003BC0AA /* BootScriptExecutorDxe.uni */, + A571B4D6232052D4003BC0AA /* X64 */, + A571B4D9232052D4003BC0AA /* ScriptExecute.h */, + A571B4DA232052D4003BC0AA /* BootScriptExecutorDxeExtra.uni */, + A571B4DB232052D4003BC0AA /* IA32 */, + A571B4DE232052D4003BC0AA /* ScriptExecute.c */, + ); + path = BootScriptExecutorDxe; + sourceTree = ""; + }; + A571B4D6232052D4003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571B4D7232052D4003BC0AA /* S3Asm.nasm */, + A571B4D8232052D4003BC0AA /* SetIdtEntry.c */, + ); + path = X64; + sourceTree = ""; + }; + A571B4DB232052D4003BC0AA /* IA32 */ = { + isa = PBXGroup; + children = ( + A571B4DC232052D4003BC0AA /* S3Asm.nasm */, + A571B4DD232052D4003BC0AA /* SetIdtEntry.c */, + ); + path = IA32; + sourceTree = ""; + }; + A571B4DF232052D4003BC0AA /* SmmS3SaveState */ = { + isa = PBXGroup; + children = ( + A571B4E0232052D4003BC0AA /* SmmS3SaveStateExtra.uni */, + A571B4E1232052D4003BC0AA /* SmmS3SaveState.inf */, + A571B4E2232052D4003BC0AA /* SmmS3SaveState.uni */, + A571B4E3232052D4003BC0AA /* InternalSmmSaveState.h */, + A571B4E4232052D4003BC0AA /* SmmS3SaveState.c */, + ); + path = SmmS3SaveState; + sourceTree = ""; + }; + A571B4E5232052D4003BC0AA /* FirmwarePerformanceDataTableDxe */ = { + isa = PBXGroup; + children = ( + A571B4E6232052D4003BC0AA /* FirmwarePerformanceDxe.inf */, + A571B4E7232052D4003BC0AA /* FirmwarePerformanceDxe.uni */, + A571B4E8232052D4003BC0AA /* FirmwarePerformanceDxeExtra.uni */, + A571B4E9232052D4003BC0AA /* FirmwarePerformanceDxe.c */, + ); + path = FirmwarePerformanceDataTableDxe; + sourceTree = ""; + }; + A571B4EA232052D4003BC0AA /* EbcDxe */ = { + isa = PBXGroup; + children = ( + A571B4EB232052D4003BC0AA /* EbcDxe.uni */, + A571B4EC232052D4003BC0AA /* EbcInt.h */, + A571B4ED232052D4003BC0AA /* EbcExecute.h */, + A571B4EE232052D4003BC0AA /* EbcDxe.inf */, + A571B4EF232052D4003BC0AA /* X64 */, + A571B4F2232052D4003BC0AA /* EbcDebugger.inf */, + A571B4F3232052D4003BC0AA /* EbcDebuggerHook.c */, + A571B4F4232052D4003BC0AA /* EbcDebugger */, + A571B514232052D4003BC0AA /* EbcDebugger.uni */, + A571B515232052D4003BC0AA /* EbcDebuggerConfig.uni */, + A571B516232052D4003BC0AA /* Ia32 */, + A571B519232052D4003BC0AA /* EbcInt.c */, + A571B51A232052D4003BC0AA /* EbcDebuggerConfig.inf */, + A571B51B232052D4003BC0AA /* EbcExecute.c */, + A571B51C232052D4003BC0AA /* EbcDebuggerHook.h */, + A571B51D232052D4003BC0AA /* AArch64 */, + A571B520232052D4003BC0AA /* EbcDebuggerConfigExtra.uni */, + A571B521232052D4003BC0AA /* EbcDxeExtra.uni */, + A571B522232052D4003BC0AA /* EbcDebuggerExtra.uni */, + ); + path = EbcDxe; + sourceTree = ""; + }; + A571B4EF232052D4003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571B4F0232052D4003BC0AA /* EbcSupport.c */, + A571B4F1232052D4003BC0AA /* EbcLowLevel.nasm */, + ); + path = X64; + sourceTree = ""; + }; + A571B4F4232052D4003BC0AA /* EbcDebugger */ = { + isa = PBXGroup; + children = ( + A571B4F5232052D4003BC0AA /* EdbCommand.h */, + A571B4F6232052D4003BC0AA /* EdbDisasm.h */, + A571B4F7232052D4003BC0AA /* EdbDisasmSupport.c */, + A571B4F8232052D4003BC0AA /* EdbSymbol.c */, + A571B4F9232052D4003BC0AA /* EdbSupport.h */, + A571B4FA232052D4003BC0AA /* EdbCommon.h */, + A571B4FB232052D4003BC0AA /* EdbHook.c */, + A571B4FC232052D4003BC0AA /* EdbSupportUI.c */, + A571B4FD232052D4003BC0AA /* EdbSupportString.c */, + A571B4FE232052D4003BC0AA /* EdbCmdExtIo.c */, + A571B4FF232052D4003BC0AA /* Edb.c */, + A571B500232052D4003BC0AA /* EdbCmdMemory.c */, + A571B501232052D4003BC0AA /* EbcDebuggerConfig.c */, + A571B502232052D4003BC0AA /* EdbDisasmSupport.h */, + A571B503232052D4003BC0AA /* EdbSymbol.h */, + A571B504232052D4003BC0AA /* EdbSupportFile.c */, + A571B505232052D4003BC0AA /* EdbCommand.c */, + A571B506232052D4003BC0AA /* EdbCmdStep.c */, + A571B507232052D4003BC0AA /* EdbDisasm.c */, + A571B508232052D4003BC0AA /* EdbCmdRegister.c */, + A571B509232052D4003BC0AA /* EdbHook.h */, + A571B50A232052D4003BC0AA /* EdbCmdGo.c */, + A571B50B232052D4003BC0AA /* EdbCmdScope.c */, + A571B50C232052D4003BC0AA /* EdbCmdQuit.c */, + A571B50D232052D4003BC0AA /* EdbCmdHelp.c */, + A571B50E232052D4003BC0AA /* EdbCmdExtPci.c */, + A571B50F232052D4003BC0AA /* EdbCmdBranch.c */, + A571B510232052D4003BC0AA /* Edb.h */, + A571B511232052D4003BC0AA /* EdbCmdBreak.c */, + A571B512232052D4003BC0AA /* EdbCmdSymbol.c */, + A571B513232052D4003BC0AA /* EdbCmdBreakpoint.c */, + ); + path = EbcDebugger; + sourceTree = ""; + }; + A571B516232052D4003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571B517232052D4003BC0AA /* EbcSupport.c */, + A571B518232052D4003BC0AA /* EbcLowLevel.nasm */, + ); + path = Ia32; + sourceTree = ""; + }; + A571B51D232052D4003BC0AA /* AArch64 */ = { + isa = PBXGroup; + children = ( + A571B51E232052D4003BC0AA /* EbcSupport.c */, + A571B51F232052D4003BC0AA /* EbcLowLevel.S */, + ); + path = AArch64; + sourceTree = ""; + }; + A571B523232052D4003BC0AA /* EsrtDxe */ = { + isa = PBXGroup; + children = ( + A571B524232052D4003BC0AA /* EsrtDxe.c */, + A571B525232052D4003BC0AA /* EsrtImpl.c */, + A571B526232052D4003BC0AA /* EsrtDxe.uni */, + A571B527232052D4003BC0AA /* EsrtImpl.h */, + A571B528232052D4003BC0AA /* EsrtDxe.inf */, + A571B529232052D4003BC0AA /* EsrtDxeExtra.uni */, + ); + path = EsrtDxe; + sourceTree = ""; + }; + A571B52A232052D4003BC0AA /* SmbiosDxe */ = { + isa = PBXGroup; + children = ( + A571B52B232052D4003BC0AA /* SmbiosDxe.h */, + A571B52C232052D4003BC0AA /* SmbiosDxe.c */, + A571B52D232052D4003BC0AA /* SmbiosDxe.inf */, + A571B52E232052D4003BC0AA /* SmbiosDxe.uni */, + A571B52F232052D4003BC0AA /* SmbiosDxeExtra.uni */, + ); + path = SmbiosDxe; + sourceTree = ""; + }; + A571B530232052D4003BC0AA /* SectionExtractionDxe */ = { + isa = PBXGroup; + children = ( + A571B531232052D4003BC0AA /* SectionExtractionDxe.uni */, + A571B532232052D4003BC0AA /* SectionExtractionDxe.inf */, + A571B533232052D4003BC0AA /* SectionExtractionDxe.c */, + A571B534232052D4003BC0AA /* SectionExtractionDxeExtra.uni */, + ); + path = SectionExtractionDxe; + sourceTree = ""; + }; + A571B535232052D4003BC0AA /* RegularExpressionDxe */ = { + isa = PBXGroup; + children = ( + A571B536232052D4003BC0AA /* RegularExpressionDxe.inf */, + A571B537232052D4003BC0AA /* RegularExpressionDxe.h */, + A571B538232052D4003BC0AA /* Oniguruma */, + A571B55F232052D4003BC0AA /* RegularExpressionDxe.c */, + ); + path = RegularExpressionDxe; + sourceTree = ""; + }; + A571B538232052D4003BC0AA /* Oniguruma */ = { + isa = PBXGroup; + children = ( + A571B539232052D4003BC0AA /* unicode_property_data_posix.c */, + A571B53A232052D4003BC0AA /* unicode.c */, + A571B53B232052D4003BC0AA /* st.h */, + A571B53C232052D4003BC0AA /* ascii.c */, + A571B53D232052D4003BC0AA /* unicode_fold2_key.c */, + A571B53E232052D4003BC0AA /* regparse.h */, + A571B53F232052D4003BC0AA /* AUTHORS */, + A571B540232052D4003BC0AA /* unicode_fold3_key.c */, + A571B541232052D4003BC0AA /* regposix.c */, + A571B542232052D4003BC0AA /* unicode_fold1_key.c */, + A571B543232052D4003BC0AA /* unicode_wb_data.c */, + A571B544232052D4003BC0AA /* regexec.c */, + A571B545232052D4003BC0AA /* regint.h */, + A571B546232052D4003BC0AA /* regenc.h */, + A571B547232052D4003BC0AA /* regcomp.c */, + A571B548232052D4003BC0AA /* unicode_egcb_data.c */, + A571B549232052D4003BC0AA /* regtrav.c */, + A571B54A232052D4003BC0AA /* regsyntax.c */, + A571B54B232052D4003BC0AA /* OnigurumaIntrinsics.c */, + A571B54C232052D4003BC0AA /* regversion.c */, + A571B54D232052D4003BC0AA /* OnigurumaUefiPort.c */, + A571B54E232052D4003BC0AA /* unicode_property_data.c */, + A571B54F232052D4003BC0AA /* README */, + A571B550232052D4003BC0AA /* st.c */, + A571B551232052D4003BC0AA /* oniggnu.h */, + A571B552232052D4003BC0AA /* onigposix.h */, + A571B553232052D4003BC0AA /* COPYING */, + A571B554232052D4003BC0AA /* utf16_le.c */, + A571B555232052D4003BC0AA /* oniguruma.h */, + A571B556232052D4003BC0AA /* regposerr.c */, + A571B557232052D4003BC0AA /* regparse.c */, + A571B558232052D4003BC0AA /* onig_init.c */, + A571B559232052D4003BC0AA /* regenc.c */, + A571B55A232052D4003BC0AA /* regerror.c */, + A571B55B232052D4003BC0AA /* OnigurumaUefiPort.h */, + A571B55C232052D4003BC0AA /* unicode_unfold_key.c */, + A571B55D232052D4003BC0AA /* reggnu.c */, + A571B55E232052D4003BC0AA /* unicode_fold_data.c */, + ); + path = Oniguruma; + sourceTree = ""; + }; + A571B560232052D4003BC0AA /* Variable */ = { + isa = PBXGroup; + children = ( + A571B561232052D4003BC0AA /* RuntimeDxe */, + A571B57C232052D4003BC0AA /* Pei */, + ); + path = Variable; + sourceTree = ""; + }; + A571B561232052D4003BC0AA /* RuntimeDxe */ = { + isa = PBXGroup; + children = ( + A571B562232052D4003BC0AA /* Measurement.c */, + A571B563232052D4003BC0AA /* SpeculationBarrierDxe.c */, + A571B564232052D4003BC0AA /* VariableStandaloneMm.inf */, + A571B565232052D4003BC0AA /* VariableSmm.uni */, + A571B566232052D4003BC0AA /* VariableSmmRuntimeDxeExtra.uni */, + A571B567232052D4003BC0AA /* SpeculationBarrierSmm.c */, + A571B568232052D4003BC0AA /* VariableSmm.inf */, + A571B569232052D4003BC0AA /* VariableTraditionalMm.c */, + A571B56A232052D4003BC0AA /* PrivilegePolymorphic.h */, + A571B56B232052D4003BC0AA /* VariableExLib.c */, + A571B56C232052D4003BC0AA /* Variable.h */, + A571B56D232052D4003BC0AA /* VariableSmmRuntimeDxe.c */, + A571B56E232052D4003BC0AA /* VariableSmmRuntimeDxe.inf */, + A571B56F232052D4003BC0AA /* VariableStandaloneMm.c */, + A571B570232052D4003BC0AA /* VariableSmmExtra.uni */, + A571B571232052D4003BC0AA /* VariableSmm.c */, + A571B572232052D4003BC0AA /* TcgMorLockSmm.c */, + A571B573232052D4003BC0AA /* Reclaim.c */, + A571B574232052D4003BC0AA /* VariableDxe.c */, + A571B575232052D4003BC0AA /* VariableSmmRuntimeDxe.uni */, + A571B576232052D4003BC0AA /* TcgMorLockDxe.c */, + A571B577232052D4003BC0AA /* VarCheck.c */, + A571B578232052D4003BC0AA /* VariableRuntimeDxe.inf */, + A571B579232052D4003BC0AA /* VariableRuntimeDxeExtra.uni */, + A571B57A232052D4003BC0AA /* VariableRuntimeDxe.uni */, + A571B57B232052D4003BC0AA /* Variable.c */, + ); + path = RuntimeDxe; + sourceTree = ""; + }; + A571B57C232052D4003BC0AA /* Pei */ = { + isa = PBXGroup; + children = ( + A571B57D232052D4003BC0AA /* PeiVariableExtra.uni */, + A571B57E232052D4003BC0AA /* PeiVariable.uni */, + A571B57F232052D4003BC0AA /* Variable.h */, + A571B580232052D4003BC0AA /* VariablePei.inf */, + A571B581232052D4003BC0AA /* Variable.c */, + ); + path = Pei; + sourceTree = ""; + }; + A571B582232052D4003BC0AA /* DisplayEngineDxe */ = { + isa = PBXGroup; + children = ( + A571B583232052D4003BC0AA /* InputHandler.c */, + A571B584232052D4003BC0AA /* FormDisplay.c */, + A571B585232052D4003BC0AA /* DisplayEngine.uni */, + A571B586232052D4003BC0AA /* FormDisplayStr.uni */, + A571B587232052D4003BC0AA /* FormDisplay.h */, + A571B588232052D4003BC0AA /* Popup.c */, + A571B589232052D4003BC0AA /* ProcessOptions.c */, + A571B58A232052D4003BC0AA /* DisplayEngineDxe.inf */, + A571B58B232052D4003BC0AA /* DisplayEngineExtra.uni */, + ); + path = DisplayEngineDxe; + sourceTree = ""; + }; + A571B58C232052D4003BC0AA /* CapsuleOnDiskLoadPei */ = { + isa = PBXGroup; + children = ( + A571B58D232052D4003BC0AA /* CapsuleOnDiskLoadPeiExtra.uni */, + A571B58E232052D4003BC0AA /* CapsuleOnDiskLoadPei.c */, + A571B58F232052D4003BC0AA /* CapsuleOnDiskLoadPei.inf */, + A571B590232052D4003BC0AA /* CapsuleOnDiskLoadPei.uni */, + ); + path = CapsuleOnDiskLoadPei; + sourceTree = ""; + }; + A571B591232052D4003BC0AA /* DriverHealthManagerDxe */ = { + isa = PBXGroup; + children = ( + A571B592232052D4003BC0AA /* DriverHealthManagerDxeExtra.uni */, + A571B593232052D4003BC0AA /* DriverHealthManagerDxe.h */, + A571B594232052D4003BC0AA /* DriverHealthManagerVfr.h */, + A571B595232052D4003BC0AA /* DriverHealthManagerStrings.uni */, + A571B596232052D4003BC0AA /* DriverHealthManagerVfr.Vfr */, + A571B597232052D4003BC0AA /* DriverHealthManagerDxe.uni */, + A571B598232052D4003BC0AA /* DriverHealthConfigureVfr.Vfr */, + A571B599232052D4003BC0AA /* DriverHealthManagerDxe.c */, + A571B59A232052D4003BC0AA /* DriverHealthManagerDxe.inf */, + ); + path = DriverHealthManagerDxe; + sourceTree = ""; + }; + A571B59B232052D4003BC0AA /* MonotonicCounterRuntimeDxe */ = { + isa = PBXGroup; + children = ( + A571B59C232052D4003BC0AA /* MonotonicCounterRuntimeDxeExtra.uni */, + A571B59D232052D4003BC0AA /* MonotonicCounterRuntimeDxe.inf */, + A571B59E232052D4003BC0AA /* MonotonicCounter.c */, + A571B59F232052D4003BC0AA /* MonotonicCounterRuntimeDxe.uni */, + ); + path = MonotonicCounterRuntimeDxe; + sourceTree = ""; + }; + A571B5A0232052D4003BC0AA /* LegacyRegion2Dxe */ = { + isa = PBXGroup; + children = ( + A571B5A1232052D4003BC0AA /* LegacyRegion2Dxe.uni */, + A571B5A2232052D4003BC0AA /* LegacyRegion2.c */, + A571B5A3232052D4003BC0AA /* LegacyRegion2Dxe.inf */, + A571B5A4232052D4003BC0AA /* LegacyRegion2.h */, + A571B5A5232052D4003BC0AA /* LegacyRegion2DxeExtra.uni */, + ); + path = LegacyRegion2Dxe; + sourceTree = ""; + }; + A571B5A6232052D4003BC0AA /* WatchdogTimerDxe */ = { + isa = PBXGroup; + children = ( + A571B5A7232052D4003BC0AA /* WatchdogTimer.inf */, + A571B5A8232052D4003BC0AA /* WatchdogTimer.uni */, + A571B5A9232052D4003BC0AA /* WatchdogTimer.c */, + A571B5AA232052D4003BC0AA /* WatchdogTimerExtra.uni */, + A571B5AB232052D4003BC0AA /* WatchdogTimer.h */, + ); + path = WatchdogTimerDxe; + sourceTree = ""; + }; + A571B5AC232052D4003BC0AA /* FaultTolerantWriteDxe */ = { + isa = PBXGroup; + children = ( + A571B5AD232052D4003BC0AA /* FaultTolerantWriteSmmDxeExtra.uni */, + A571B5AE232052D4003BC0AA /* FaultTolerantWriteSmmCommon.h */, + A571B5AF232052D4003BC0AA /* FaultTolerantWriteSmmDxe.h */, + A571B5B0232052D4003BC0AA /* FaultTolerantWriteStandaloneMm.inf */, + A571B5B1232052D4003BC0AA /* SmmFaultTolerantWriteDxeExtra.uni */, + A571B5B2232052D4003BC0AA /* FaultTolerantWrite.c */, + A571B5B3232052D4003BC0AA /* FaultTolerantWriteDxe.inf */, + A571B5B4232052D4003BC0AA /* FaultTolerantWriteStandaloneMm.c */, + A571B5B5232052D4003BC0AA /* FaultTolerantWriteSmmDxe.c */, + A571B5B6232052D4003BC0AA /* FaultTolerantWriteDxeExtra.uni */, + A571B5B7232052D4003BC0AA /* FaultTolerantWriteDxe.uni */, + A571B5B8232052D4003BC0AA /* FaultTolerantWriteSmm.inf */, + A571B5B9232052D4003BC0AA /* FaultTolerantWriteTraditionalMm.c */, + A571B5BA232052D4003BC0AA /* FaultTolerantWriteDxe.c */, + A571B5BB232052D4003BC0AA /* FaultTolerantWriteSmmDxe.uni */, + A571B5BC232052D4003BC0AA /* FaultTolerantWriteSmm.c */, + A571B5BD232052D4003BC0AA /* FtwMisc.c */, + A571B5BE232052D4003BC0AA /* SmmFaultTolerantWriteDxe.uni */, + A571B5BF232052D4003BC0AA /* UpdateWorkingBlock.c */, + A571B5C0232052D4003BC0AA /* FaultTolerantWriteSmmDxe.inf */, + A571B5C1232052D4003BC0AA /* FaultTolerantWrite.h */, + ); + path = FaultTolerantWriteDxe; + sourceTree = ""; + }; + A571B5C2232052D4003BC0AA /* DevicePathDxe */ = { + isa = PBXGroup; + children = ( + A571B5C3232052D4003BC0AA /* DevicePath.c */, + A571B5C4232052D4003BC0AA /* DevicePathDxe.inf */, + A571B5C5232052D4003BC0AA /* DevicePathDxeExtra.uni */, + A571B5C6232052D4003BC0AA /* DevicePathDxe.uni */, + ); + path = DevicePathDxe; + sourceTree = ""; + }; + A571B5C7232052D4003BC0AA /* DriverSampleDxe */ = { + isa = PBXGroup; + children = ( + A571B5C8232052D4003BC0AA /* NVDataStruc.h */, + A571B5C9232052D4003BC0AA /* DriverSample.c */, + A571B5CA232052D4003BC0AA /* DriverSampleDxe.inf */, + A571B5CB232052D4003BC0AA /* Inventory.vfr */, + A571B5CC232052D4003BC0AA /* Vfr.vfr */, + A571B5CD232052D4003BC0AA /* DriverSample.uni */, + A571B5CE232052D4003BC0AA /* InventoryStrings.uni */, + A571B5CF232052D4003BC0AA /* DriverSampleExtra.uni */, + A571B5D0232052D4003BC0AA /* DriverSample.h */, + A571B5D1232052D4003BC0AA /* VfrStrings.uni */, + ); + path = DriverSampleDxe; + sourceTree = ""; + }; + A571B5D2232052D4003BC0AA /* SmbiosMeasurementDxe */ = { + isa = PBXGroup; + children = ( + A571B5D3232052D4003BC0AA /* SmbiosMeasurementDxeExtra.uni */, + A571B5D4232052D4003BC0AA /* SmbiosMeasurementDxe.c */, + A571B5D5232052D4003BC0AA /* SmbiosMeasurementDxe.inf */, + A571B5D6232052D4003BC0AA /* SmbiosMeasurementDxe.uni */, + ); + path = SmbiosMeasurementDxe; + sourceTree = ""; + }; + A571B5D7232052D4003BC0AA /* HiiResourcesSampleDxe */ = { + isa = PBXGroup; + children = ( + A571B5D8232052D4003BC0AA /* HiiResourcesSample.c */, + A571B5D9232052D4003BC0AA /* HiiResourcesSample.uni */, + A571B5DA232052D4003BC0AA /* HiiResourcesSampleDxe.inf */, + A571B5DB232052D4003BC0AA /* HiiResourcesSampleExtra.uni */, + A571B5DC232052D4003BC0AA /* SampleStrings.uni */, + A571B5DD232052D4003BC0AA /* Sample.vfr */, + ); + path = HiiResourcesSampleDxe; + sourceTree = ""; + }; + A571B5DE232052D4003BC0AA /* PlatformDriOverrideDxe */ = { + isa = PBXGroup; + children = ( + A571B5DF232052D4003BC0AA /* InternalPlatDriOverrideDxe.h */, + A571B5E0232052D4003BC0AA /* Vfr.vfr */, + A571B5E1232052D4003BC0AA /* PlatOverMngr.h */, + A571B5E2232052D4003BC0AA /* PlatformDriOverrideDxe.inf */, + A571B5E3232052D4003BC0AA /* PlatDriOverrideLib.c */, + A571B5E4232052D4003BC0AA /* PlatDriOverrideDxe.uni */, + A571B5E5232052D4003BC0AA /* PlatDriOverrideDxeExtra.uni */, + A571B5E6232052D4003BC0AA /* PlatDriOverrideDxe.c */, + A571B5E7232052D4003BC0AA /* VfrStrings.uni */, + ); + path = PlatformDriOverrideDxe; + sourceTree = ""; + }; + A571B5E8232052D4003BC0AA /* LoadFileOnFv2 */ = { + isa = PBXGroup; + children = ( + A571B5E9232052D4003BC0AA /* LoadFileOnFv2.c */, + A571B5EA232052D4003BC0AA /* LoadFileOnFv2.inf */, + A571B5EB232052D4003BC0AA /* LoadFileOnFv2.uni */, + A571B5EC232052D4003BC0AA /* LoadFileOnFv2Extra.uni */, + ); + path = LoadFileOnFv2; + sourceTree = ""; + }; + A571B5ED232052D4003BC0AA /* BootManagerPolicyDxe */ = { + isa = PBXGroup; + children = ( + A571B5EE232052D4003BC0AA /* BootManagerPolicyDxe.uni */, + A571B5EF232052D4003BC0AA /* BootManagerPolicyDxe.inf */, + A571B5F0232052D4003BC0AA /* BootManagerPolicyDxeExtra.uni */, + A571B5F1232052D4003BC0AA /* BootManagerPolicyDxe.c */, + ); + path = BootManagerPolicyDxe; + sourceTree = ""; + }; + A571B5F2232052D4003BC0AA /* PCD */ = { + isa = PBXGroup; + children = ( + A571B5F3232052D4003BC0AA /* Dxe */, + A571B5FA232052D4003BC0AA /* Pei */, + ); + path = PCD; + sourceTree = ""; + }; + A571B5F3232052D4003BC0AA /* Dxe */ = { + isa = PBXGroup; + children = ( + A571B5F4232052D4003BC0AA /* Pcd.c */, + A571B5F5232052D4003BC0AA /* PcdDxeExtra.uni */, + A571B5F6232052D4003BC0AA /* Service.h */, + A571B5F7232052D4003BC0AA /* Pcd.inf */, + A571B5F8232052D4003BC0AA /* Service.c */, + A571B5F9232052D4003BC0AA /* PcdDxe.uni */, + ); + path = Dxe; + sourceTree = ""; + }; + A571B5FA232052D4003BC0AA /* Pei */ = { + isa = PBXGroup; + children = ( + A571B5FB232052D4003BC0AA /* Pcd.c */, + A571B5FC232052D4003BC0AA /* Service.h */, + A571B5FD232052D4003BC0AA /* Pcd.inf */, + A571B5FE232052D4003BC0AA /* PcdPeim.uni */, + A571B5FF232052D4003BC0AA /* PcdPeimExtra.uni */, + A571B600232052D4003BC0AA /* Service.c */, + ); + path = Pei; + sourceTree = ""; + }; + A571B601232052D4003BC0AA /* SectionExtractionPei */ = { + isa = PBXGroup; + children = ( + A571B602232052D4003BC0AA /* SectionExtractionPei.c */, + A571B603232052D4003BC0AA /* SectionExtractionPeiExtra.uni */, + A571B604232052D4003BC0AA /* SectionExtractionPei.uni */, + A571B605232052D4003BC0AA /* SectionExtractionPei.inf */, + ); + path = SectionExtractionPei; + sourceTree = ""; + }; + A571B606232052D4003BC0AA /* StatusCodeHandler */ = { + isa = PBXGroup; + children = ( + A571B607232052D4003BC0AA /* RuntimeDxe */, + A571B60F232052D4003BC0AA /* Pei */, + A571B617232052D4003BC0AA /* Smm */, + ); + path = StatusCodeHandler; + sourceTree = ""; + }; + A571B607232052D4003BC0AA /* RuntimeDxe */ = { + isa = PBXGroup; + children = ( + A571B608232052D4003BC0AA /* StatusCodeHandlerRuntimeDxe.c */, + A571B609232052D4003BC0AA /* MemoryStatusCodeWorker.c */, + A571B60A232052D4003BC0AA /* StatusCodeHandlerRuntimeDxeExtra.uni */, + A571B60B232052D4003BC0AA /* StatusCodeHandlerRuntimeDxe.uni */, + A571B60C232052D4003BC0AA /* StatusCodeHandlerRuntimeDxe.inf */, + A571B60D232052D4003BC0AA /* StatusCodeHandlerRuntimeDxe.h */, + A571B60E232052D4003BC0AA /* SerialStatusCodeWorker.c */, + ); + path = RuntimeDxe; + sourceTree = ""; + }; + A571B60F232052D4003BC0AA /* Pei */ = { + isa = PBXGroup; + children = ( + A571B610232052D4003BC0AA /* StatusCodeHandlerPei.uni */, + A571B611232052D4003BC0AA /* StatusCodeHandlerPeiExtra.uni */, + A571B612232052D4003BC0AA /* StatusCodeHandlerPei.inf */, + A571B613232052D4003BC0AA /* StatusCodeHandlerPei.h */, + A571B614232052D4003BC0AA /* MemoryStausCodeWorker.c */, + A571B615232052D4003BC0AA /* SerialStatusCodeWorker.c */, + A571B616232052D4003BC0AA /* StatusCodeHandlerPei.c */, + ); + path = Pei; + sourceTree = ""; + }; + A571B617232052D4003BC0AA /* Smm */ = { + isa = PBXGroup; + children = ( + A571B618232052D4003BC0AA /* MemoryStatusCodeWorker.c */, + A571B619232052D4003BC0AA /* StatusCodeHandlerSmm.c */, + A571B61A232052D4003BC0AA /* StatusCodeHandlerSmmExtra.uni */, + A571B61B232052D4003BC0AA /* StatusCodeHandlerSmm.inf */, + A571B61C232052D4003BC0AA /* SerialStatusCodeWorker.c */, + A571B61D232052D4003BC0AA /* StatusCodeHandlerSmm.h */, + A571B61E232052D4003BC0AA /* StatusCodeHandlerSmm.uni */, + ); + path = Smm; + sourceTree = ""; + }; + A571B61F232052D4003BC0AA /* DebugServicePei */ = { + isa = PBXGroup; + children = ( + A571B620232052D4003BC0AA /* DebugServicePei.c */, + A571B621232052D4003BC0AA /* DebugService.h */, + A571B622232052D4003BC0AA /* DebugServicePei.inf */, + A571B623232052D4003BC0AA /* DebugServicePei.uni */, + ); + path = DebugServicePei; + sourceTree = ""; + }; + A571B624232052D4003BC0AA /* TimestampDxe */ = { + isa = PBXGroup; + children = ( + A571B625232052D4003BC0AA /* TimestampDxe.c */, + A571B626232052D4003BC0AA /* TimestampDxe.uni */, + A571B627232052D4003BC0AA /* TimestampDxe.inf */, + A571B628232052D4003BC0AA /* TimestampDxeExtra.uni */, + ); + path = TimestampDxe; + sourceTree = ""; + }; + A571B629232052D4003BC0AA /* ResetSystemPei */ = { + isa = PBXGroup; + children = ( + A571B62A232052D4003BC0AA /* ResetSystemPeiExtra.uni */, + A571B62B232052D4003BC0AA /* ResetSystem.h */, + A571B62C232052D4003BC0AA /* ResetSystemPei.inf */, + A571B62D232052D4003BC0AA /* ResetSystem.c */, + A571B62E232052D4003BC0AA /* ResetSystemPei.uni */, + ); + path = ResetSystemPei; + sourceTree = ""; + }; + A571B62F232052D4003BC0AA /* FvSimpleFileSystemDxe */ = { + isa = PBXGroup; + children = ( + A571B630232052D4003BC0AA /* FvSimpleFileSystemEntryPoint.c */, + A571B631232052D4003BC0AA /* FvSimpleFileSystem.c */, + A571B632232052D4003BC0AA /* FvSimpleFileSystemDxe.inf */, + A571B633232052D4003BC0AA /* ComponentName.c */, + A571B634232052D4003BC0AA /* FvSimpleFileSystemInternal.h */, + A571B635232052D4003BC0AA /* FvSimpleFileSystem.uni */, + A571B636232052D4003BC0AA /* FvSimpleFileSystemExtra.uni */, + ); + path = FvSimpleFileSystemDxe; + sourceTree = ""; + }; + A571B637232052D4003BC0AA /* SecurityStubDxe */ = { + isa = PBXGroup; + children = ( + A571B638232052D4003BC0AA /* Defer3rdPartyImageLoad.c */, + A571B639232052D4003BC0AA /* SecurityStubDxe.uni */, + A571B63A232052D4003BC0AA /* SecurityStub.c */, + A571B63B232052D4003BC0AA /* SecurityStubDxe.inf */, + A571B63C232052D4003BC0AA /* SecurityStubDxeExtra.uni */, + A571B63D232052D4003BC0AA /* Defer3rdPartyImageLoad.h */, + ); + path = SecurityStubDxe; + sourceTree = ""; + }; + A571B63E232052D4003BC0AA /* Disk */ = { + isa = PBXGroup; + children = ( + A571B63F232052D4003BC0AA /* DiskIoDxe */, + A571B646232052D5003BC0AA /* CdExpressPei */, + A571B64C232052D5003BC0AA /* PartitionDxe */, + A571B657232052D5003BC0AA /* RamDiskDxe */, + A571B664232052D5003BC0AA /* UnicodeCollation */, + A571B66B232052D5003BC0AA /* UdfDxe */, + ); + path = Disk; + sourceTree = ""; + }; + A571B63F232052D4003BC0AA /* DiskIoDxe */ = { + isa = PBXGroup; + children = ( + A571B640232052D4003BC0AA /* DiskIoDxe.uni */, + A571B641232052D5003BC0AA /* DiskIo.h */, + A571B642232052D5003BC0AA /* DiskIoDxe.inf */, + A571B643232052D5003BC0AA /* ComponentName.c */, + A571B644232052D5003BC0AA /* DiskIoDxeExtra.uni */, + A571B645232052D5003BC0AA /* DiskIo.c */, + ); + path = DiskIoDxe; + sourceTree = ""; + }; + A571B646232052D5003BC0AA /* CdExpressPei */ = { + isa = PBXGroup; + children = ( + A571B647232052D5003BC0AA /* CdExpressPei.inf */, + A571B648232052D5003BC0AA /* PeiCdExpress.c */, + A571B649232052D5003BC0AA /* CdExpressPei.uni */, + A571B64A232052D5003BC0AA /* PeiCdExpress.h */, + A571B64B232052D5003BC0AA /* CdExpressPeiExtra.uni */, + ); + path = CdExpressPei; + sourceTree = ""; + }; + A571B64C232052D5003BC0AA /* PartitionDxe */ = { + isa = PBXGroup; + children = ( + A571B64D232052D5003BC0AA /* Partition.c */, + A571B64E232052D5003BC0AA /* Udf.c */, + A571B64F232052D5003BC0AA /* PartitionDxeExtra.uni */, + A571B650232052D5003BC0AA /* ComponentName.c */, + A571B651232052D5003BC0AA /* ElTorito.c */, + A571B652232052D5003BC0AA /* PartitionDxe.uni */, + A571B653232052D5003BC0AA /* Partition.h */, + A571B654232052D5003BC0AA /* PartitionDxe.inf */, + A571B655232052D5003BC0AA /* Mbr.c */, + A571B656232052D5003BC0AA /* Gpt.c */, + ); + path = PartitionDxe; + sourceTree = ""; + }; + A571B657232052D5003BC0AA /* RamDiskDxe */ = { + isa = PBXGroup; + children = ( + A571B658232052D5003BC0AA /* RamDiskImpl.h */, + A571B659232052D5003BC0AA /* RamDiskFileExplorer.c */, + A571B65A232052D5003BC0AA /* RamDiskNVData.h */, + A571B65B232052D5003BC0AA /* RamDiskHiiStrings.uni */, + A571B65C232052D5003BC0AA /* RamDiskImpl.c */, + A571B65D232052D5003BC0AA /* RamDiskBlockIo.c */, + A571B65E232052D5003BC0AA /* RamDiskProtocol.c */, + A571B65F232052D5003BC0AA /* RamDiskHii.vfr */, + A571B660232052D5003BC0AA /* RamDisk.asl */, + A571B661232052D5003BC0AA /* RamDiskDxe.inf */, + A571B662232052D5003BC0AA /* RamDiskDriver.c */, + A571B663232052D5003BC0AA /* RamDiskDxe.uni */, + ); + path = RamDiskDxe; + sourceTree = ""; + }; + A571B664232052D5003BC0AA /* UnicodeCollation */ = { + isa = PBXGroup; + children = ( + A571B665232052D5003BC0AA /* EnglishDxe */, + ); + path = UnicodeCollation; + sourceTree = ""; + }; + A571B665232052D5003BC0AA /* EnglishDxe */ = { + isa = PBXGroup; + children = ( + A571B666232052D5003BC0AA /* EnglishDxe.uni */, + A571B667232052D5003BC0AA /* EnglishDxeExtra.uni */, + A571B668232052D5003BC0AA /* UnicodeCollationEng.c */, + A571B669232052D5003BC0AA /* EnglishDxe.inf */, + A571B66A232052D5003BC0AA /* UnicodeCollationEng.h */, + ); + path = EnglishDxe; + sourceTree = ""; + }; + A571B66B232052D5003BC0AA /* UdfDxe */ = { + isa = PBXGroup; + children = ( + A571B66C232052D5003BC0AA /* FileName.c */, + A571B66D232052D5003BC0AA /* Udf.c */, + A571B66E232052D5003BC0AA /* FileSystemOperations.c */, + A571B66F232052D5003BC0AA /* ComponentName.c */, + A571B670232052D5003BC0AA /* UdfDxe.inf */, + A571B671232052D5003BC0AA /* Udf.h */, + A571B672232052D5003BC0AA /* File.c */, + ); + path = UdfDxe; + sourceTree = ""; + }; + A571B673232052D5003BC0AA /* MemoryTest */ = { + isa = PBXGroup; + children = ( + A571B674232052D5003BC0AA /* GenericMemoryTestDxe */, + A571B67A232052D5003BC0AA /* NullMemoryTestDxe */, + ); + path = MemoryTest; + sourceTree = ""; + }; + A571B674232052D5003BC0AA /* GenericMemoryTestDxe */ = { + isa = PBXGroup; + children = ( + A571B675232052D5003BC0AA /* LightMemoryTest.c */, + A571B676232052D5003BC0AA /* GenericMemoryTestDxe.inf */, + A571B677232052D5003BC0AA /* GenericMemoryTestDxeExtra.uni */, + A571B678232052D5003BC0AA /* GenericMemoryTestDxe.uni */, + A571B679232052D5003BC0AA /* LightMemoryTest.h */, + ); + path = GenericMemoryTestDxe; + sourceTree = ""; + }; + A571B67A232052D5003BC0AA /* NullMemoryTestDxe */ = { + isa = PBXGroup; + children = ( + A571B67B232052D5003BC0AA /* NullMemoryTest.h */, + A571B67C232052D5003BC0AA /* NullMemoryTestDxeExtra.uni */, + A571B67D232052D5003BC0AA /* NullMemoryTestDxe.inf */, + A571B67E232052D5003BC0AA /* NullMemoryTest.c */, + A571B67F232052D5003BC0AA /* NullMemoryTestDxe.uni */, + ); + path = NullMemoryTestDxe; + sourceTree = ""; + }; + A571B680232052D5003BC0AA /* HiiDatabaseDxe */ = { + isa = PBXGroup; + children = ( + A571B681232052D5003BC0AA /* HiiDatabaseDxe.inf */, + A571B682232052D5003BC0AA /* HiiDatabase.uni */, + A571B683232052D5003BC0AA /* Database.c */, + A571B684232052D5003BC0AA /* ConfigRouting.c */, + A571B685232052D5003BC0AA /* Font.c */, + A571B686232052D5003BC0AA /* String.c */, + A571B687232052D5003BC0AA /* Image.c */, + A571B688232052D5003BC0AA /* HiiDatabaseExtra.uni */, + A571B689232052D5003BC0AA /* HiiDatabase.h */, + A571B68A232052D5003BC0AA /* ConfigKeywordHandler.c */, + A571B68B232052D5003BC0AA /* HiiDatabaseEntry.c */, + A571B68C232052D5003BC0AA /* ImageEx.c */, + ); + path = HiiDatabaseDxe; + sourceTree = ""; + }; + A571B68D232052D5003BC0AA /* PcatSingleSegmentPciCfg2Pei */ = { + isa = PBXGroup; + children = ( + A571B68E232052D5003BC0AA /* PciCfg2.c */, + A571B68F232052D5003BC0AA /* PcatSingleSegmentPciCfg2Pei.inf */, + A571B690232052D5003BC0AA /* PcatSingleSegmentPciCfg2Pei.uni */, + A571B691232052D5003BC0AA /* PcatSingleSegmentPciCfg2PeiExtra.uni */, + ); + path = PcatSingleSegmentPciCfg2Pei; + sourceTree = ""; + }; + A571B692232052D5003BC0AA /* FaultTolerantWritePei */ = { + isa = PBXGroup; + children = ( + A571B693232052D5003BC0AA /* FaultTolerantWritePei.inf */, + A571B694232052D5003BC0AA /* FaultTolerantWritePei.uni */, + A571B695232052D5003BC0AA /* FaultTolerantWritePei.c */, + A571B696232052D5003BC0AA /* FaultTolerantWritePeiExtra.uni */, + ); + path = FaultTolerantWritePei; + sourceTree = ""; + }; + A571B697232052D5003BC0AA /* BdsDxe */ = { + isa = PBXGroup; + children = ( + A571B698232052D5003BC0AA /* Language.h */, + A571B699232052D5003BC0AA /* BdsEntry.c */, + A571B69A232052D5003BC0AA /* HwErrRecSupport.c */, + A571B69B232052D5003BC0AA /* BdsDxe.inf */, + A571B69C232052D5003BC0AA /* BdsDxeExtra.uni */, + A571B69D232052D5003BC0AA /* BdsDxe.uni */, + A571B69E232052D5003BC0AA /* Bds.h */, + A571B69F232052D5003BC0AA /* Language.c */, + A571B6A0232052D5003BC0AA /* HwErrRecSupport.h */, + ); + path = BdsDxe; + sourceTree = ""; + }; + A571B6A1232052D5003BC0AA /* SmmCommunicationBufferDxe */ = { + isa = PBXGroup; + children = ( + A571B6A2232052D5003BC0AA /* SmmCommunicationBufferExtraDxe.uni */, + A571B6A3232052D5003BC0AA /* SmmCommunicationBufferDxe.c */, + A571B6A4232052D5003BC0AA /* SmmCommunicationBufferDxe.uni */, + A571B6A5232052D5003BC0AA /* SmmCommunicationBufferDxe.inf */, + ); + path = SmmCommunicationBufferDxe; + sourceTree = ""; + }; + A571B6A6232052D5003BC0AA /* CapsulePei */ = { + isa = PBXGroup; + children = ( + A571B6A7232052D5003BC0AA /* CapsulePei.uni */, + A571B6A8232052D5003BC0AA /* CapsulePei.inf */, + A571B6A9232052D5003BC0AA /* CapsuleX64Extra.uni */, + A571B6AA232052D5003BC0AA /* CapsulePeiExtra.uni */, + A571B6AB232052D5003BC0AA /* X64 */, + A571B6AE232052D5003BC0AA /* Common */, + A571B6B1232052D5003BC0AA /* CapsuleX64.uni */, + A571B6B2232052D5003BC0AA /* Capsule.h */, + A571B6B3232052D5003BC0AA /* CapsuleX64.inf */, + A571B6B4232052D5003BC0AA /* UefiCapsule.c */, + ); + path = CapsulePei; + sourceTree = ""; + }; + A571B6AB232052D5003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571B6AC232052D5003BC0AA /* X64Entry.c */, + A571B6AD232052D5003BC0AA /* PageFaultHandler.nasm */, + ); + path = X64; + sourceTree = ""; + }; + A571B6AE232052D5003BC0AA /* Common */ = { + isa = PBXGroup; + children = ( + A571B6AF232052D5003BC0AA /* CapsuleCoalesce.c */, + A571B6B0232052D5003BC0AA /* CommonHeader.h */, + ); + path = Common; + sourceTree = ""; + }; + A571B6B5232052D5003BC0AA /* ResetSystemRuntimeDxe */ = { + isa = PBXGroup; + children = ( + A571B6B6232052D5003BC0AA /* ResetSystem.h */, + A571B6B7232052D5003BC0AA /* ResetSystemRuntimeDxeExtra.uni */, + A571B6B8232052D5003BC0AA /* ResetSystemRuntimeDxe.uni */, + A571B6B9232052D5003BC0AA /* ResetSystemRuntimeDxe.inf */, + A571B6BA232052D5003BC0AA /* ResetSystem.c */, + ); + path = ResetSystemRuntimeDxe; + sourceTree = ""; + }; + A571B6BB232052D5003BC0AA /* PrintDxe */ = { + isa = PBXGroup; + children = ( + A571B6BC232052D5003BC0AA /* Print.c */, + A571B6BD232052D5003BC0AA /* PrintDxeExtra.uni */, + A571B6BE232052D5003BC0AA /* PrintDxe.uni */, + A571B6BF232052D5003BC0AA /* PrintDxe.inf */, + ); + path = PrintDxe; + sourceTree = ""; + }; + A571B6C0232052D5003BC0AA /* SerialDxe */ = { + isa = PBXGroup; + children = ( + A571B6C1232052D5003BC0AA /* SerialIo.c */, + A571B6C2232052D5003BC0AA /* SerialDxe.inf */, + A571B6C3232052D5003BC0AA /* SerialDxe.uni */, + A571B6C4232052D5003BC0AA /* SerialDxeExtra.uni */, + ); + path = SerialDxe; + sourceTree = ""; + }; + A571B6C5232052D5003BC0AA /* LockBox */ = { + isa = PBXGroup; + children = ( + A571B6C6232052D5003BC0AA /* SmmLockBox */, + ); + path = LockBox; + sourceTree = ""; + }; + A571B6C6232052D5003BC0AA /* SmmLockBox */ = { + isa = PBXGroup; + children = ( + A571B6C7232052D5003BC0AA /* SmmLockBoxExtra.uni */, + A571B6C8232052D5003BC0AA /* SmmLockBox.inf */, + A571B6C9232052D5003BC0AA /* SmmLockBox.uni */, + A571B6CA232052D5003BC0AA /* SmmLockBox.c */, + ); + path = SmmLockBox; + sourceTree = ""; + }; + A571B6CB232052D5003BC0AA /* FileExplorerDxe */ = { + isa = PBXGroup; + children = ( + A571B6CC232052D5003BC0AA /* FileExplorerDxe.c */, + A571B6CD232052D5003BC0AA /* FileExplorerDxe.uni */, + A571B6CE232052D5003BC0AA /* FileExplorerDxeExtra.uni */, + A571B6CF232052D5003BC0AA /* FileExplorerDxe.inf */, + ); + path = FileExplorerDxe; + sourceTree = ""; + }; + A571B6D0232052D5003BC0AA /* ReportStatusCodeRouter */ = { + isa = PBXGroup; + children = ( + A571B6D1232052D5003BC0AA /* RuntimeDxe */, + A571B6D7232052D5003BC0AA /* Pei */, + A571B6DD232052D5003BC0AA /* Smm */, + ); + path = ReportStatusCodeRouter; + sourceTree = ""; + }; + A571B6D1232052D5003BC0AA /* RuntimeDxe */ = { + isa = PBXGroup; + children = ( + A571B6D2232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxe.c */, + A571B6D3232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxeExtra.uni */, + A571B6D4232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxe.uni */, + A571B6D5232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxe.inf */, + A571B6D6232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxe.h */, + ); + path = RuntimeDxe; + sourceTree = ""; + }; + A571B6D7232052D5003BC0AA /* Pei */ = { + isa = PBXGroup; + children = ( + A571B6D8232052D5003BC0AA /* ReportStatusCodeRouterPei.inf */, + A571B6D9232052D5003BC0AA /* ReportStatusCodeRouterPei.uni */, + A571B6DA232052D5003BC0AA /* ReportStatusCodeRouterPeiExtra.uni */, + A571B6DB232052D5003BC0AA /* ReportStatusCodeRouterPei.h */, + A571B6DC232052D5003BC0AA /* ReportStatusCodeRouterPei.c */, + ); + path = Pei; + sourceTree = ""; + }; + A571B6DD232052D5003BC0AA /* Smm */ = { + isa = PBXGroup; + children = ( + A571B6DE232052D5003BC0AA /* ReportStatusCodeRouterSmm.c */, + A571B6DF232052D5003BC0AA /* ReportStatusCodeRouterSmmExtra.uni */, + A571B6E0232052D5003BC0AA /* ReportStatusCodeRouterSmm.uni */, + A571B6E1232052D5003BC0AA /* ReportStatusCodeRouterSmm.h */, + A571B6E2232052D5003BC0AA /* ReportStatusCodeRouterSmm.inf */, + ); + path = Smm; + sourceTree = ""; + }; + A571B6E3232052D5003BC0AA /* CapsuleRuntimeDxe */ = { + isa = PBXGroup; + children = ( + A571B6E4232052D5003BC0AA /* CapsuleCache.c */, + A571B6E5232052D5003BC0AA /* CapsuleCacheNull.c */, + A571B6E6232052D5003BC0AA /* X64 */, + A571B6E8232052D5003BC0AA /* CapsuleService.h */, + A571B6E9232052D5003BC0AA /* CapsuleRuntimeDxe.uni */, + A571B6EA232052D5003BC0AA /* CapsuleRuntimeDxe.inf */, + A571B6EB232052D5003BC0AA /* CapsuleRuntimeDxeExtra.uni */, + A571B6EC232052D5003BC0AA /* CapsuleReset.c */, + A571B6ED232052D5003BC0AA /* SaveLongModeContext.c */, + A571B6EE232052D5003BC0AA /* Arm */, + A571B6F0232052D5003BC0AA /* CapsuleService.c */, + ); + path = CapsuleRuntimeDxe; + sourceTree = ""; + }; + A571B6E6232052D5003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571B6E7232052D5003BC0AA /* SaveLongModeContext.c */, + ); + path = X64; + sourceTree = ""; + }; + A571B6EE232052D5003BC0AA /* Arm */ = { + isa = PBXGroup; + children = ( + A571B6EF232052D5003BC0AA /* CapsuleReset.c */, + ); + path = Arm; + sourceTree = ""; + }; + A571B6F1232052D5003BC0AA /* SetupBrowserDxe */ = { + isa = PBXGroup; + children = ( + A571B6F2232052D5003BC0AA /* Expression.c */, + A571B6F3232052D5003BC0AA /* SetupBrowserExtra.uni */, + A571B6F4232052D5003BC0AA /* Setup.h */, + A571B6F5232052D5003BC0AA /* Presentation.c */, + A571B6F6232052D5003BC0AA /* SetupBrowserDxe.inf */, + A571B6F7232052D5003BC0AA /* Setup.c */, + A571B6F8232052D5003BC0AA /* Expression.h */, + A571B6F9232052D5003BC0AA /* IfrParse.c */, + A571B6FA232052D5003BC0AA /* SetupBrowser.uni */, + ); + path = SetupBrowserDxe; + sourceTree = ""; + }; + A571B6FB232052D5003BC0AA /* Console */ = { + isa = PBXGroup; + children = ( + A571B6FC232052D5003BC0AA /* GraphicsConsoleDxe */, + A571B704232052D5003BC0AA /* TerminalDxe */, + A571B70F232052D5003BC0AA /* ConPlatformDxe */, + A571B716232052D5003BC0AA /* ConSplitterDxe */, + A571B71E232052D5003BC0AA /* GraphicsOutputDxe */, + ); + path = Console; + sourceTree = ""; + }; + A571B6FC232052D5003BC0AA /* GraphicsConsoleDxe */ = { + isa = PBXGroup; + children = ( + A571B6FD232052D5003BC0AA /* GraphicsConsoleDxeExtra.uni */, + A571B6FE232052D5003BC0AA /* GraphicsConsole.h */, + A571B6FF232052D5003BC0AA /* ComponentName.c */, + A571B700232052D5003BC0AA /* GraphicsConsoleDxe.inf */, + A571B701232052D5003BC0AA /* GraphicsConsoleDxe.uni */, + A571B702232052D5003BC0AA /* LaffStd.c */, + A571B703232052D5003BC0AA /* GraphicsConsole.c */, + ); + path = GraphicsConsoleDxe; + sourceTree = ""; + }; + A571B704232052D5003BC0AA /* TerminalDxe */ = { + isa = PBXGroup; + children = ( + A571B705232052D5003BC0AA /* TerminalDxeExtra.uni */, + A571B706232052D5003BC0AA /* TerminalDxe.uni */, + A571B707232052D5003BC0AA /* TerminalConOut.c */, + A571B708232052D5003BC0AA /* TerminalConIn.c */, + A571B709232052D5003BC0AA /* TerminalDxe.inf */, + A571B70A232052D5003BC0AA /* Terminal.c */, + A571B70B232052D5003BC0AA /* Vtutf8.c */, + A571B70C232052D5003BC0AA /* ComponentName.c */, + A571B70D232052D5003BC0AA /* Terminal.h */, + A571B70E232052D5003BC0AA /* Ansi.c */, + ); + path = TerminalDxe; + sourceTree = ""; + }; + A571B70F232052D5003BC0AA /* ConPlatformDxe */ = { + isa = PBXGroup; + children = ( + A571B710232052D5003BC0AA /* ConPlatformDxeExtra.uni */, + A571B711232052D5003BC0AA /* ConPlatform.c */, + A571B712232052D5003BC0AA /* ConPlatformDxe.inf */, + A571B713232052D5003BC0AA /* ComponentName.c */, + A571B714232052D5003BC0AA /* ConPlatformDxe.uni */, + A571B715232052D5003BC0AA /* ConPlatform.h */, + ); + path = ConPlatformDxe; + sourceTree = ""; + }; + A571B716232052D5003BC0AA /* ConSplitterDxe */ = { + isa = PBXGroup; + children = ( + A571B717232052D5003BC0AA /* ConSplitter.h */, + A571B718232052D5003BC0AA /* ConSplitterGraphics.c */, + A571B719232052D5003BC0AA /* ComponentName.c */, + A571B71A232052D5003BC0AA /* ConSplitter.c */, + A571B71B232052D5003BC0AA /* ConSplitterDxe.uni */, + A571B71C232052D5003BC0AA /* ConSplitterDxeExtra.uni */, + A571B71D232052D5003BC0AA /* ConSplitterDxe.inf */, + ); + path = ConSplitterDxe; + sourceTree = ""; + }; + A571B71E232052D5003BC0AA /* GraphicsOutputDxe */ = { + isa = PBXGroup; + children = ( + A571B71F232052D5003BC0AA /* GraphicsOutput.h */, + A571B720232052D5003BC0AA /* ComponentName.c */, + A571B721232052D5003BC0AA /* GraphicsOutputDxe.inf */, + A571B722232052D5003BC0AA /* GraphicsOutput.c */, + ); + path = GraphicsOutputDxe; + sourceTree = ""; + }; + A571B723232052D5003BC0AA /* Metronome */ = { + isa = PBXGroup; + children = ( + A571B724232052D5003BC0AA /* Metronome.inf */, + A571B725232052D5003BC0AA /* Metronome.c */, + A571B726232052D5003BC0AA /* Metronome.uni */, + A571B727232052D5003BC0AA /* MetronomeExtra.uni */, + A571B728232052D5003BC0AA /* Metronome.h */, + ); + path = Metronome; + sourceTree = ""; + }; + A571B729232052D5003BC0AA /* Include */ = { + isa = PBXGroup; + children = ( + A571B72A232052D5003BC0AA /* Library */, + A571B74F232052D5003BC0AA /* Protocol */, + A571B778232052D5003BC0AA /* Guid */, + A571B7B1232052D5003BC0AA /* Ppi */, + ); + path = Include; + sourceTree = ""; + }; + A571B72A232052D5003BC0AA /* Library */ = { + isa = PBXGroup; + children = ( + A571B72B232052D5003BC0AA /* FmpAuthenticationLib.h */, + A571B72C232052D5003BC0AA /* PlatformHookLib.h */, + A571B72D232052D5003BC0AA /* UefiBootManagerLib.h */, + A571B72E232052D5003BC0AA /* HttpLib.h */, + A571B72F232052D5003BC0AA /* TpmMeasurementLib.h */, + A571B730232052D5003BC0AA /* PciHostBridgeLib.h */, + A571B731232052D5003BC0AA /* SecurityManagementLib.h */, + A571B732232052D5003BC0AA /* DisplayUpdateProgressLib.h */, + A571B733232052D5003BC0AA /* IpmiLib.h */, + A571B734232052D5003BC0AA /* DebugAgentLib.h */, + A571B735232052D5003BC0AA /* UefiHiiServicesLib.h */, + A571B736232052D5003BC0AA /* PlatformBootManagerLib.h */, + A571B737232052D5003BC0AA /* UdpIoLib.h */, + A571B738232052D5003BC0AA /* MemoryProfileLib.h */, + A571B739232052D5003BC0AA /* SmmCorePlatformHookLib.h */, + A571B73A232052D5003BC0AA /* CustomizedDisplayLib.h */, + A571B73B232052D5003BC0AA /* ResetUtilityLib.h */, + A571B73C232052D5003BC0AA /* SortLib.h */, + A571B73D232052D5003BC0AA /* FrameBufferBltLib.h */, + A571B73E232052D5003BC0AA /* NetLib.h */, + A571B73F232052D5003BC0AA /* OemHookStatusCodeLib.h */, + A571B740232052D5003BC0AA /* BmpSupportLib.h */, + A571B741232052D5003BC0AA /* LockBoxLib.h */, + A571B742232052D5003BC0AA /* ResetSystemLib.h */, + A571B743232052D5003BC0AA /* VarCheckLib.h */, + A571B744232052D5003BC0AA /* RecoveryLib.h */, + A571B745232052D5003BC0AA /* AuthVariableLib.h */, + A571B746232052D5003BC0AA /* HiiLib.h */, + A571B747232052D5003BC0AA /* NonDiscoverableDeviceRegistrationLib.h */, + A571B748232052D5003BC0AA /* TcpIoLib.h */, + A571B749232052D5003BC0AA /* BootLogoLib.h */, + A571B74A232052D5003BC0AA /* PlatformVarCleanupLib.h */, + A571B74B232052D5003BC0AA /* CpuExceptionHandlerLib.h */, + A571B74C232052D5003BC0AA /* CapsuleLib.h */, + A571B74D232052D5003BC0AA /* S3Lib.h */, + A571B74E232052D5003BC0AA /* FileExplorerLib.h */, + ); + path = Library; + sourceTree = ""; + }; + A571B74F232052D5003BC0AA /* Protocol */ = { + isa = PBXGroup; + children = ( + A571B750232052D5003BC0AA /* Ps2Policy.h */, + A571B751232052D5003BC0AA /* FileExplorer.h */, + A571B752232052D5003BC0AA /* UfsHostControllerPlatform.h */, + A571B753232052D5003BC0AA /* EsrtManagement.h */, + A571B754232052D5003BC0AA /* NonDiscoverableDevice.h */, + A571B755232052D5003BC0AA /* PlatformSpecificResetFilter.h */, + A571B756232052D5003BC0AA /* IpmiProtocol.h */, + A571B757232052D5003BC0AA /* SwapAddressRange.h */, + A571B758232052D5003BC0AA /* DebuggerConfiguration.h */, + A571B759232052D5003BC0AA /* IoMmu.h */, + A571B75A232052D5003BC0AA /* PlatformSpecificResetHandler.h */, + A571B75B232052D5003BC0AA /* LoadPe32Image.h */, + A571B75C232052D5003BC0AA /* VarCheck.h */, + A571B75D232052D5003BC0AA /* FirmwareManagementProgress.h */, + A571B75E232052D5003BC0AA /* AtaAtapiPolicy.h */, + A571B75F232052D5003BC0AA /* SmmMemoryAttribute.h */, + A571B760232052D5003BC0AA /* SdMmcOverride.h */, + A571B761232052D5003BC0AA /* FormBrowserEx2.h */, + A571B762232052D5003BC0AA /* SmmSwapAddressRange.h */, + A571B763232052D5003BC0AA /* UfsHostController.h */, + A571B764232052D5003BC0AA /* SmmFirmwareVolumeBlock.h */, + A571B765232052D5003BC0AA /* EbcVmTest.h */, + A571B766232052D5003BC0AA /* PlatformLogo.h */, + A571B767232052D5003BC0AA /* PeCoffImageEmulator.h */, + A571B768232052D5003BC0AA /* Print2.h */, + A571B769232052D5003BC0AA /* BootLogo.h */, + A571B76A232052D5003BC0AA /* SmmReadyToBoot.h */, + A571B76B232052D5003BC0AA /* SmmLegacyBoot.h */, + A571B76C232052D5003BC0AA /* SmmVariable.h */, + A571B76D232052D5003BC0AA /* SmmFaultTolerantWrite.h */, + A571B76E232052D5003BC0AA /* LockBox.h */, + A571B76F232052D5003BC0AA /* GenericMemoryTest.h */, + A571B770232052D5003BC0AA /* DisplayProtocol.h */, + A571B771232052D5003BC0AA /* BootLogo2.h */, + A571B772232052D5003BC0AA /* FormBrowserEx.h */, + A571B773232052D5003BC0AA /* VariableLock.h */, + A571B774232052D5003BC0AA /* EbcSimpleDebugger.h */, + A571B775232052D5003BC0AA /* SmmVarCheck.h */, + A571B776232052D5003BC0AA /* SmmExitBootServices.h */, + A571B777232052D5003BC0AA /* FaultTolerantWrite.h */, + ); + path = Protocol; + sourceTree = ""; + }; + A571B778232052D5003BC0AA /* Guid */ = { + isa = PBXGroup; + children = ( + A571B779232052D5003BC0AA /* EndOfS3Resume.h */, + A571B77A232052D5003BC0AA /* MdeModulePkgTokenSpace.h */, + A571B77B232052D5003BC0AA /* LoadModuleAtFixedAddress.h */, + A571B77C232052D5003BC0AA /* SystemNvDataGuid.h */, + A571B77D232052D5003BC0AA /* ExtendedFirmwarePerformance.h */, + A571B77E232052D5003BC0AA /* MdeModuleHii.h */, + A571B77F232052D5003BC0AA /* NonDiscoverableDevice.h */, + A571B780232052D5003BC0AA /* PlatformHasAcpi.h */, + A571B781232052D5003BC0AA /* SmmVariableCommon.h */, + A571B782232052D5003BC0AA /* MemoryProfile.h */, + A571B783232052D5003BC0AA /* RamDiskHii.h */, + A571B784232052D5003BC0AA /* PcdDataBaseSignatureGuid.h */, + A571B785232052D5003BC0AA /* VariableIndexTable.h */, + A571B786232052D5003BC0AA /* ConsoleInDevice.h */, + A571B787232052D5003BC0AA /* SerialPortLibVendor.h */, + A571B788232052D5003BC0AA /* RecoveryDevice.h */, + A571B789232052D5003BC0AA /* IdleLoopEvent.h */, + A571B78A232052D5003BC0AA /* Performance.h */, + A571B78B232052D5003BC0AA /* UsbKeyBoardLayout.h */, + A571B78C232052D5003BC0AA /* ZeroGuid.h */, + A571B78D232052D5003BC0AA /* PcdDataBaseHobGuid.h */, + A571B78E232052D5003BC0AA /* LzmaDecompress.h */, + A571B78F232052D5003BC0AA /* Ip4Config2Hii.h */, + A571B790232052D5003BC0AA /* PiSmmMemoryAttributesTable.h */, + A571B791232052D5003BC0AA /* VarErrorFlag.h */, + A571B792232052D5003BC0AA /* ConsoleOutDevice.h */, + A571B793232052D5003BC0AA /* SmmLockBox.h */, + A571B794232052D5003BC0AA /* BootScriptExecutorVariable.h */, + A571B795232052D5003BC0AA /* MtcVendor.h */, + A571B796232052D5003BC0AA /* DriverSampleHii.h */, + A571B797232052D5003BC0AA /* StandardErrorDevice.h */, + A571B798232052D5003BC0AA /* MemoryStatusCodeRecord.h */, + A571B799232052D5003BC0AA /* S3SmmInitDone.h */, + A571B79A232052D5003BC0AA /* StatusCodeDataTypeDebug.h */, + A571B79B232052D5003BC0AA /* EventExitBootServiceFailed.h */, + A571B79C232052D5003BC0AA /* S3StorageDeviceInitList.h */, + A571B79D232052D5003BC0AA /* CapsuleVendor.h */, + A571B79E232052D5003BC0AA /* ConnectConInEvent.h */, + A571B79F232052D5003BC0AA /* VlanConfigHii.h */, + A571B7A0232052D5003BC0AA /* SmiHandlerProfile.h */, + A571B7A1232052D5003BC0AA /* PerformanceMeasurement.h */, + A571B7A2232052D5003BC0AA /* HiiBootMaintenanceFormset.h */, + A571B7A3232052D5003BC0AA /* PlatDriOverrideHii.h */, + A571B7A4232052D5003BC0AA /* DebugMask.h */, + A571B7A5232052D5003BC0AA /* VariableFormat.h */, + A571B7A6232052D5003BC0AA /* AcpiS3Context.h */, + A571B7A7232052D5003BC0AA /* StatusCodeDataTypeVariable.h */, + A571B7A8232052D5003BC0AA /* Ip4IScsiConfigHii.h */, + A571B7A9232052D5003BC0AA /* Crc32GuidedSectionExtraction.h */, + A571B7AA232052D5003BC0AA /* TtyTerm.h */, + A571B7AB232052D5003BC0AA /* PiSmmCommunicationRegionTable.h */, + A571B7AC232052D5003BC0AA /* StatusCodeCallbackGuid.h */, + A571B7AD232052D5003BC0AA /* HiiResourceSampleHii.h */, + A571B7AE232052D5003BC0AA /* MemoryTypeInformation.h */, + A571B7AF232052D5003BC0AA /* FirmwarePerformance.h */, + A571B7B0232052D5003BC0AA /* FaultTolerantWrite.h */, + ); + path = Guid; + sourceTree = ""; + }; + A571B7B1232052D5003BC0AA /* Ppi */ = { + isa = PBXGroup; + children = ( + A571B7B2232052D5003BC0AA /* SerialPortPei.h */, + A571B7B3232052D5003BC0AA /* PlatformSpecificResetFilter.h */, + A571B7B4232052D5003BC0AA /* Debug.h */, + A571B7B5232052D5003BC0AA /* SdMmcHostController.h */, + A571B7B6232052D5003BC0AA /* IoMmu.h */, + A571B7B7232052D5003BC0AA /* Usb2HostController.h */, + A571B7B8232052D5003BC0AA /* AtaController.h */, + A571B7B9232052D5003BC0AA /* AtaAhciController.h */, + A571B7BA232052D5003BC0AA /* PlatformSpecificResetHandler.h */, + A571B7BB232052D5003BC0AA /* AtaPassThru.h */, + A571B7BC232052D5003BC0AA /* IpmiPpi.h */, + A571B7BD232052D5003BC0AA /* UfsHostController.h */, + A571B7BE232052D5003BC0AA /* PlatformSpecificResetNotification.h */, + A571B7BF232052D5003BC0AA /* StorageSecurityCommand.h */, + A571B7C0232052D5003BC0AA /* SmmControl.h */, + A571B7C1232052D5003BC0AA /* SmmCommunication.h */, + A571B7C2232052D5003BC0AA /* NvmExpressPassThru.h */, + A571B7C3232052D5003BC0AA /* UsbHostController.h */, + A571B7C4232052D5003BC0AA /* UsbIo.h */, + A571B7C5232052D5003BC0AA /* NvmExpressHostController.h */, + A571B7C6232052D5003BC0AA /* UsbController.h */, + A571B7C7232052D5003BC0AA /* SmmAccess.h */, + A571B7C8232052D5003BC0AA /* CapsuleOnDisk.h */, + A571B7C9232052D5003BC0AA /* PostBootScriptTable.h */, + A571B7CA232052D5003BC0AA /* SecPerformance.h */, + ); + path = Ppi; + sourceTree = ""; + }; + A571B7CC232052D5003BC0AA /* Bus */ = { + isa = PBXGroup; + children = ( + A571B7CD232052D5003BC0AA /* Sd */, + A571B7FA232052D5003BC0AA /* Pci */, + A571B8D2232052D6003BC0AA /* Isa */, + A571B8ED232052D6003BC0AA /* Scsi */, + A571B8FC232052D6003BC0AA /* Ufs */, + A571B912232052D6003BC0AA /* I2c */, + A571B921232052D6003BC0AA /* Usb */, + A571B971232052D6003BC0AA /* Ata */, + ); + path = Bus; + sourceTree = ""; + }; + A571B7CD232052D5003BC0AA /* Sd */ = { + isa = PBXGroup; + children = ( + A571B7CE232052D5003BC0AA /* SdBlockIoPei */, + A571B7D9232052D5003BC0AA /* EmmcBlockIoPei */, + A571B7E4232052D5003BC0AA /* SdDxe */, + A571B7EF232052D5003BC0AA /* EmmcDxe */, + ); + path = Sd; + sourceTree = ""; + }; + A571B7CE232052D5003BC0AA /* SdBlockIoPei */ = { + isa = PBXGroup; + children = ( + A571B7CF232052D5003BC0AA /* SdBlockIoPei.c */, + A571B7D0232052D5003BC0AA /* SdHcMem.c */, + A571B7D1232052D5003BC0AA /* SdBlockIoPeiExtra.uni */, + A571B7D2232052D5003BC0AA /* SdHci.h */, + A571B7D3232052D5003BC0AA /* SdBlockIoPei.uni */, + A571B7D4232052D5003BC0AA /* SdBlockIoPei.inf */, + A571B7D5232052D5003BC0AA /* SdHcMem.h */, + A571B7D6232052D5003BC0AA /* SdBlockIoPei.h */, + A571B7D7232052D5003BC0AA /* DmaMem.c */, + A571B7D8232052D5003BC0AA /* SdHci.c */, + ); + path = SdBlockIoPei; + sourceTree = ""; + }; + A571B7D9232052D5003BC0AA /* EmmcBlockIoPei */ = { + isa = PBXGroup; + children = ( + A571B7DA232052D5003BC0AA /* EmmcHcMem.c */, + A571B7DB232052D5003BC0AA /* EmmcHci.c */, + A571B7DC232052D5003BC0AA /* EmmcBlockIoPei.c */, + A571B7DD232052D5003BC0AA /* EmmcBlockIoPeiExtra.uni */, + A571B7DE232052D5003BC0AA /* EmmcHcMem.h */, + A571B7DF232052D5003BC0AA /* EmmcHci.h */, + A571B7E0232052D5003BC0AA /* EmmcBlockIoPei.h */, + A571B7E1232052D5003BC0AA /* DmaMem.c */, + A571B7E2232052D5003BC0AA /* EmmcBlockIoPei.uni */, + A571B7E3232052D5003BC0AA /* EmmcBlockIoPei.inf */, + ); + path = EmmcBlockIoPei; + sourceTree = ""; + }; + A571B7E4232052D5003BC0AA /* SdDxe */ = { + isa = PBXGroup; + children = ( + A571B7E5232052D5003BC0AA /* SdBlockIo.c */, + A571B7E6232052D5003BC0AA /* SdDxe.uni */, + A571B7E7232052D5003BC0AA /* SdDxe.c */, + A571B7E8232052D5003BC0AA /* SdDxe.inf */, + A571B7E9232052D5003BC0AA /* ComponentName.c */, + A571B7EA232052D5003BC0AA /* SdDiskInfo.h */, + A571B7EB232052D5003BC0AA /* SdBlockIo.h */, + A571B7EC232052D5003BC0AA /* SdDxe.h */, + A571B7ED232052D5003BC0AA /* SdDxeExtra.uni */, + A571B7EE232052D5003BC0AA /* SdDiskInfo.c */, + ); + path = SdDxe; + sourceTree = ""; + }; + A571B7EF232052D5003BC0AA /* EmmcDxe */ = { + isa = PBXGroup; + children = ( + A571B7F0232052D5003BC0AA /* EmmcDxe.h */, + A571B7F1232052D5003BC0AA /* EmmcDiskInfo.h */, + A571B7F2232052D5003BC0AA /* EmmcDxe.uni */, + A571B7F3232052D5003BC0AA /* EmmcBlockIo.c */, + A571B7F4232052D5003BC0AA /* ComponentName.c */, + A571B7F5232052D5003BC0AA /* EmmcDxe.inf */, + A571B7F6232052D5003BC0AA /* EmmcDxe.c */, + A571B7F7232052D5003BC0AA /* EmmcDiskInfo.c */, + A571B7F8232052D5003BC0AA /* EmmcBlockIo.h */, + A571B7F9232052D5003BC0AA /* EmmcDxeExtra.uni */, + ); + path = EmmcDxe; + sourceTree = ""; + }; + A571B7FA232052D5003BC0AA /* Pci */ = { + isa = PBXGroup; + children = ( + A571B7FB232052D5003BC0AA /* IdeBusPei */, + A571B801232052D5003BC0AA /* SdMmcPciHcDxe */, + A571B80C232052D5003BC0AA /* IncompatiblePciDeviceSupportDxe */, + A571B811232052D5003BC0AA /* PciBusDxe */, + A571B831232052D5003BC0AA /* XhciPei */, + A571B83D232052D5003BC0AA /* EhciPei */, + A571B84B232052D5003BC0AA /* UfsPciHcDxe */, + A571B852232052D5003BC0AA /* UhciDxe */, + A571B864232052D5003BC0AA /* NvmExpressPei */, + A571B875232052D5003BC0AA /* SdMmcPciHcPei */, + A571B87B232052D5003BC0AA /* SataControllerDxe */, + A571B882232052D5003BC0AA /* PciSioSerialDxe */, + A571B88A232052D5003BC0AA /* PciHostBridgeDxe */, + A571B891232052D5003BC0AA /* XhciDxe */, + A571B89F232052D5003BC0AA /* UhciPei */, + A571B8A6232052D5003BC0AA /* NvmExpressDxe */, + A571B8B4232052D5003BC0AA /* NonDiscoverablePciDeviceDxe */, + A571B8BA232052D5003BC0AA /* EhciDxe */, + A571B8CC232052D5003BC0AA /* UfsPciHcPei */, + ); + path = Pci; + sourceTree = ""; + }; + A571B7FB232052D5003BC0AA /* IdeBusPei */ = { + isa = PBXGroup; + children = ( + A571B7FC232052D5003BC0AA /* AtapiPeim.h */, + A571B7FD232052D5003BC0AA /* IdeBusPei.uni */, + A571B7FE232052D5003BC0AA /* IdeBusPeiExtra.uni */, + A571B7FF232052D5003BC0AA /* IdeBusPei.inf */, + A571B800232052D5003BC0AA /* AtapiPeim.c */, + ); + path = IdeBusPei; + sourceTree = ""; + }; + A571B801232052D5003BC0AA /* SdMmcPciHcDxe */ = { + isa = PBXGroup; + children = ( + A571B802232052D5003BC0AA /* SdMmcPciHci.c */, + A571B803232052D5003BC0AA /* SdMmcPciHcDxeExtra.uni */, + A571B804232052D5003BC0AA /* SdDevice.c */, + A571B805232052D5003BC0AA /* ComponentName.c */, + A571B806232052D5003BC0AA /* SdMmcPciHcDxe.h */, + A571B807232052D5003BC0AA /* SdMmcPciHci.h */, + A571B808232052D5003BC0AA /* EmmcDevice.c */, + A571B809232052D5003BC0AA /* SdMmcPciHcDxe.inf */, + A571B80A232052D5003BC0AA /* SdMmcPciHcDxe.uni */, + A571B80B232052D5003BC0AA /* SdMmcPciHcDxe.c */, + ); + path = SdMmcPciHcDxe; + sourceTree = ""; + }; + A571B80C232052D5003BC0AA /* IncompatiblePciDeviceSupportDxe */ = { + isa = PBXGroup; + children = ( + A571B80D232052D5003BC0AA /* IncompatiblePciDeviceSupportDxe.inf */, + A571B80E232052D5003BC0AA /* IncompatiblePciDeviceSupportExtra.uni */, + A571B80F232052D5003BC0AA /* IncompatiblePciDeviceSupport.uni */, + A571B810232052D5003BC0AA /* IncompatiblePciDeviceSupport.c */, + ); + path = IncompatiblePciDeviceSupportDxe; + sourceTree = ""; + }; + A571B811232052D5003BC0AA /* PciBusDxe */ = { + isa = PBXGroup; + children = ( + A571B812232052D5003BC0AA /* PciEnumerator.c */, + A571B813232052D5003BC0AA /* PciDriverOverride.c */, + A571B814232052D5003BC0AA /* PciResourceSupport.c */, + A571B815232052D5003BC0AA /* PciDeviceSupport.c */, + A571B816232052D5003BC0AA /* PciIo.c */, + A571B817232052D5003BC0AA /* PciCommand.c */, + A571B818232052D5003BC0AA /* PciHotPlugSupport.c */, + A571B819232052D5003BC0AA /* PciOptionRomSupport.h */, + A571B81A232052D5003BC0AA /* PciRomTable.h */, + A571B81B232052D5003BC0AA /* PciEnumeratorSupport.c */, + A571B81C232052D5003BC0AA /* PciLib.h */, + A571B81D232052D5003BC0AA /* PciBusDxeExtra.uni */, + A571B81E232052D5003BC0AA /* ComponentName.c */, + A571B81F232052D5003BC0AA /* PciBus.c */, + A571B820232052D5003BC0AA /* PciPowerManagement.c */, + A571B821232052D5003BC0AA /* PciResourceSupport.h */, + A571B822232052D5003BC0AA /* PciDriverOverride.h */, + A571B823232052D5003BC0AA /* PciEnumerator.h */, + A571B824232052D5003BC0AA /* PciCommand.h */, + A571B825232052D5003BC0AA /* PciIo.h */, + A571B826232052D5003BC0AA /* PciDeviceSupport.h */, + A571B827232052D5003BC0AA /* PciRomTable.c */, + A571B828232052D5003BC0AA /* PciBusDxe.inf */, + A571B829232052D5003BC0AA /* PciOptionRomSupport.c */, + A571B82A232052D5003BC0AA /* PciHotPlugSupport.h */, + A571B82B232052D5003BC0AA /* PciPowerManagement.h */, + A571B82C232052D5003BC0AA /* PciBus.h */, + A571B82D232052D5003BC0AA /* ComponentName.h */, + A571B82E232052D5003BC0AA /* PciBusDxe.uni */, + A571B82F232052D5003BC0AA /* PciEnumeratorSupport.h */, + A571B830232052D5003BC0AA /* PciLib.c */, + ); + path = PciBusDxe; + sourceTree = ""; + }; + A571B831232052D5003BC0AA /* XhciPei */ = { + isa = PBXGroup; + children = ( + A571B832232052D5003BC0AA /* XhciSched.h */, + A571B833232052D5003BC0AA /* XhciPei.inf */, + A571B834232052D5003BC0AA /* XhcPeim.h */, + A571B835232052D5003BC0AA /* XhciPei.uni */, + A571B836232052D5003BC0AA /* UsbHcMem.h */, + A571B837232052D5003BC0AA /* XhciSched.c */, + A571B838232052D5003BC0AA /* DmaMem.c */, + A571B839232052D5003BC0AA /* XhciPeiExtra.uni */, + A571B83A232052D5003BC0AA /* UsbHcMem.c */, + A571B83B232052D5003BC0AA /* XhciReg.h */, + A571B83C232052D5003BC0AA /* XhcPeim.c */, + ); + path = XhciPei; + sourceTree = ""; + }; + A571B83D232052D5003BC0AA /* EhciPei */ = { + isa = PBXGroup; + children = ( + A571B83E232052D5003BC0AA /* EhciPeiExtra.uni */, + A571B83F232052D5003BC0AA /* EhciUrb.h */, + A571B840232052D5003BC0AA /* EhcPeim.h */, + A571B841232052D5003BC0AA /* UsbHcMem.h */, + A571B842232052D5003BC0AA /* EhciSched.c */, + A571B843232052D5003BC0AA /* EhciPei.uni */, + A571B844232052D5003BC0AA /* EhciPei.inf */, + A571B845232052D5003BC0AA /* DmaMem.c */, + A571B846232052D5003BC0AA /* EhciReg.h */, + A571B847232052D5003BC0AA /* EhcPeim.c */, + A571B848232052D5003BC0AA /* EhciUrb.c */, + A571B849232052D5003BC0AA /* EhciSched.h */, + A571B84A232052D5003BC0AA /* UsbHcMem.c */, + ); + path = EhciPei; + sourceTree = ""; + }; + A571B84B232052D5003BC0AA /* UfsPciHcDxe */ = { + isa = PBXGroup; + children = ( + A571B84C232052D5003BC0AA /* UfsPciHcDxeExtra.uni */, + A571B84D232052D5003BC0AA /* ComponentName.c */, + A571B84E232052D5003BC0AA /* UfsPciHcDxe.c */, + A571B84F232052D5003BC0AA /* UfsPciHcDxe.uni */, + A571B850232052D5003BC0AA /* UfsPciHcDxe.h */, + A571B851232052D5003BC0AA /* UfsPciHcDxe.inf */, + ); + path = UfsPciHcDxe; + sourceTree = ""; + }; + A571B852232052D5003BC0AA /* UhciDxe */ = { + isa = PBXGroup; + children = ( + A571B853232052D5003BC0AA /* UhciSched.h */, + A571B854232052D5003BC0AA /* UhciReg.h */, + A571B855232052D5003BC0AA /* UhciDebug.c */, + A571B856232052D5003BC0AA /* UhciQueue.h */, + A571B857232052D5003BC0AA /* Uhci.c */, + A571B858232052D5003BC0AA /* UhciDxeExtra.uni */, + A571B859232052D5003BC0AA /* ComponentName.c */, + A571B85A232052D5003BC0AA /* UsbHcMem.h */, + A571B85B232052D5003BC0AA /* UhciSched.c */, + A571B85C232052D5003BC0AA /* UhciDxe.inf */, + A571B85D232052D5003BC0AA /* UhciDebug.h */, + A571B85E232052D5003BC0AA /* UhciReg.c */, + A571B85F232052D5003BC0AA /* UhciDxe.uni */, + A571B860232052D5003BC0AA /* UhciQueue.c */, + A571B861232052D5003BC0AA /* UsbHcMem.c */, + A571B862232052D5003BC0AA /* Uhci.h */, + A571B863232052D5003BC0AA /* ComponentName.h */, + ); + path = UhciDxe; + sourceTree = ""; + }; + A571B864232052D5003BC0AA /* NvmExpressPei */ = { + isa = PBXGroup; + children = ( + A571B865232052D5003BC0AA /* DevicePath.c */, + A571B866232052D5003BC0AA /* NvmExpressPeiHci.h */, + A571B867232052D5003BC0AA /* NvmExpressPeiStorageSecurity.h */, + A571B868232052D5003BC0AA /* NvmExpressPei.c */, + A571B869232052D5003BC0AA /* NvmExpressPeiBlockIo.c */, + A571B86A232052D5003BC0AA /* NvmExpressPeiExtra.uni */, + A571B86B232052D5003BC0AA /* NvmExpressPeiPassThru.h */, + A571B86C232052D5003BC0AA /* NvmExpressPeiS3.c */, + A571B86D232052D5003BC0AA /* NvmExpressPeiStorageSecurity.c */, + A571B86E232052D5003BC0AA /* NvmExpressPei.h */, + A571B86F232052D5003BC0AA /* NvmExpressPei.inf */, + A571B870232052D5003BC0AA /* NvmExpressPeiHci.c */, + A571B871232052D5003BC0AA /* NvmExpressPei.uni */, + A571B872232052D5003BC0AA /* NvmExpressPeiBlockIo.h */, + A571B873232052D5003BC0AA /* DmaMem.c */, + A571B874232052D5003BC0AA /* NvmExpressPeiPassThru.c */, + ); + path = NvmExpressPei; + sourceTree = ""; + }; + A571B875232052D5003BC0AA /* SdMmcPciHcPei */ = { + isa = PBXGroup; + children = ( + A571B876232052D5003BC0AA /* SdMmcPciHcPei.inf */, + A571B877232052D5003BC0AA /* SdMmcPciHcPei.c */, + A571B878232052D5003BC0AA /* SdMmcPciHcPei.uni */, + A571B879232052D5003BC0AA /* SdMmcPciHcPeiExtra.uni */, + A571B87A232052D5003BC0AA /* SdMmcPciHcPei.h */, + ); + path = SdMmcPciHcPei; + sourceTree = ""; + }; + A571B87B232052D5003BC0AA /* SataControllerDxe */ = { + isa = PBXGroup; + children = ( + A571B87C232052D5003BC0AA /* SataController.c */, + A571B87D232052D5003BC0AA /* SataControllerDxe.uni */, + A571B87E232052D5003BC0AA /* SataControllerDxeExtra.uni */, + A571B87F232052D5003BC0AA /* ComponentName.c */, + A571B880232052D5003BC0AA /* SataControllerDxe.inf */, + A571B881232052D5003BC0AA /* SataController.h */, + ); + path = SataControllerDxe; + sourceTree = ""; + }; + A571B882232052D5003BC0AA /* PciSioSerialDxe */ = { + isa = PBXGroup; + children = ( + A571B883232052D5003BC0AA /* PciSioSerialDxe.inf */, + A571B884232052D5003BC0AA /* Serial.c */, + A571B885232052D5003BC0AA /* SerialIo.c */, + A571B886232052D5003BC0AA /* PciSioSerialDxe.uni */, + A571B887232052D5003BC0AA /* PciSioSerialDxeExtra.uni */, + A571B888232052D5003BC0AA /* ComponentName.c */, + A571B889232052D5003BC0AA /* Serial.h */, + ); + path = PciSioSerialDxe; + sourceTree = ""; + }; + A571B88A232052D5003BC0AA /* PciHostBridgeDxe */ = { + isa = PBXGroup; + children = ( + A571B88B232052D5003BC0AA /* PciRootBridgeIo.c */, + A571B88C232052D5003BC0AA /* PciHostResource.h */, + A571B88D232052D5003BC0AA /* PciHostBridge.h */, + A571B88E232052D5003BC0AA /* PciRootBridge.h */, + A571B88F232052D5003BC0AA /* PciHostBridgeDxe.inf */, + A571B890232052D5003BC0AA /* PciHostBridge.c */, + ); + path = PciHostBridgeDxe; + sourceTree = ""; + }; + A571B891232052D5003BC0AA /* XhciDxe */ = { + isa = PBXGroup; + children = ( + A571B892232052D5003BC0AA /* XhciDxeExtra.uni */, + A571B893232052D5003BC0AA /* XhciSched.h */, + A571B894232052D5003BC0AA /* Xhci.c */, + A571B895232052D5003BC0AA /* XhciReg.c */, + A571B896232052D5003BC0AA /* ComponentName.c */, + A571B897232052D5003BC0AA /* UsbHcMem.h */, + A571B898232052D5003BC0AA /* XhciSched.c */, + A571B899232052D5003BC0AA /* XhciDxe.inf */, + A571B89A232052D5003BC0AA /* XhciDxe.uni */, + A571B89B232052D5003BC0AA /* Xhci.h */, + A571B89C232052D5003BC0AA /* UsbHcMem.c */, + A571B89D232052D5003BC0AA /* ComponentName.h */, + A571B89E232052D5003BC0AA /* XhciReg.h */, + ); + path = XhciDxe; + sourceTree = ""; + }; + A571B89F232052D5003BC0AA /* UhciPei */ = { + isa = PBXGroup; + children = ( + A571B8A0232052D5003BC0AA /* UhcPeim.c */, + A571B8A1232052D5003BC0AA /* UhciPei.inf */, + A571B8A2232052D5003BC0AA /* UhciPei.uni */, + A571B8A3232052D5003BC0AA /* UhciPeiExtra.uni */, + A571B8A4232052D5003BC0AA /* UhcPeim.h */, + A571B8A5232052D5003BC0AA /* DmaMem.c */, + ); + path = UhciPei; + sourceTree = ""; + }; + A571B8A6232052D5003BC0AA /* NvmExpressDxe */ = { + isa = PBXGroup; + children = ( + A571B8A7232052D5003BC0AA /* NvmExpressHci.c */, + A571B8A8232052D5003BC0AA /* NvmExpressPassthru.c */, + A571B8A9232052D5003BC0AA /* NvmExpressBlockIo.c */, + A571B8AA232052D5003BC0AA /* NvmExpressDxe.inf */, + A571B8AB232052D5003BC0AA /* NvmExpressDxe.uni */, + A571B8AC232052D5003BC0AA /* NvmExpress.c */, + A571B8AD232052D5003BC0AA /* NvmExpressDiskInfo.h */, + A571B8AE232052D5003BC0AA /* ComponentName.c */, + A571B8AF232052D5003BC0AA /* NvmExpressBlockIo.h */, + A571B8B0232052D5003BC0AA /* NvmExpressHci.h */, + A571B8B1232052D5003BC0AA /* NvmExpressDxeExtra.uni */, + A571B8B2232052D5003BC0AA /* NvmExpressDiskInfo.c */, + A571B8B3232052D5003BC0AA /* NvmExpress.h */, + ); + path = NvmExpressDxe; + sourceTree = ""; + }; + A571B8B4232052D5003BC0AA /* NonDiscoverablePciDeviceDxe */ = { + isa = PBXGroup; + children = ( + A571B8B5232052D5003BC0AA /* NonDiscoverablePciDeviceDxe.inf */, + A571B8B6232052D5003BC0AA /* NonDiscoverablePciDeviceIo.c */, + A571B8B7232052D5003BC0AA /* ComponentName.c */, + A571B8B8232052D5003BC0AA /* NonDiscoverablePciDeviceDxe.c */, + A571B8B9232052D5003BC0AA /* NonDiscoverablePciDeviceIo.h */, + ); + path = NonDiscoverablePciDeviceDxe; + sourceTree = ""; + }; + A571B8BA232052D5003BC0AA /* EhciDxe */ = { + isa = PBXGroup; + children = ( + A571B8BB232052D5003BC0AA /* EhciReg.c */, + A571B8BC232052D5003BC0AA /* EhciUrb.h */, + A571B8BD232052D5003BC0AA /* EhciDebug.h */, + A571B8BE232052D5003BC0AA /* EhciDxe.uni */, + A571B8BF232052D5003BC0AA /* Ehci.h */, + A571B8C0232052D5003BC0AA /* ComponentName.c */, + A571B8C1232052D5003BC0AA /* EhciDxe.inf */, + A571B8C2232052D5003BC0AA /* UsbHcMem.h */, + A571B8C3232052D5003BC0AA /* EhciSched.c */, + A571B8C4232052D5003BC0AA /* EhciDxeExtra.uni */, + A571B8C5232052D5003BC0AA /* Ehci.c */, + A571B8C6232052D5003BC0AA /* EhciDebug.c */, + A571B8C7232052D5003BC0AA /* EhciReg.h */, + A571B8C8232052D5003BC0AA /* EhciUrb.c */, + A571B8C9232052D5003BC0AA /* EhciSched.h */, + A571B8CA232052D5003BC0AA /* UsbHcMem.c */, + A571B8CB232052D5003BC0AA /* ComponentName.h */, + ); + path = EhciDxe; + sourceTree = ""; + }; + A571B8CC232052D5003BC0AA /* UfsPciHcPei */ = { + isa = PBXGroup; + children = ( + A571B8CD232052D6003BC0AA /* UfsPciHcPei.uni */, + A571B8CE232052D6003BC0AA /* UfsPciHcPei.inf */, + A571B8CF232052D6003BC0AA /* UfsPciHcPei.h */, + A571B8D0232052D6003BC0AA /* UfsPciHcPeiExtra.uni */, + A571B8D1232052D6003BC0AA /* UfsPciHcPei.c */, + ); + path = UfsPciHcPei; + sourceTree = ""; + }; + A571B8D2232052D6003BC0AA /* Isa */ = { + isa = PBXGroup; + children = ( + A571B8D3232052D6003BC0AA /* IsaBusDxe */, + A571B8DB232052D6003BC0AA /* Ps2KeyboardDxe */, + A571B8E4232052D6003BC0AA /* Ps2MouseDxe */, + ); + path = Isa; + sourceTree = ""; + }; + A571B8D3232052D6003BC0AA /* IsaBusDxe */ = { + isa = PBXGroup; + children = ( + A571B8D4232052D6003BC0AA /* IsaBusDxeExtra.uni */, + A571B8D5232052D6003BC0AA /* ComponentName.c */, + A571B8D6232052D6003BC0AA /* IsaBusDxe.h */, + A571B8D7232052D6003BC0AA /* IsaBusDxe.inf */, + A571B8D8232052D6003BC0AA /* IsaBusDxe.uni */, + A571B8D9232052D6003BC0AA /* IsaBusDxe.c */, + A571B8DA232052D6003BC0AA /* ComponentName.h */, + ); + path = IsaBusDxe; + sourceTree = ""; + }; + A571B8DB232052D6003BC0AA /* Ps2KeyboardDxe */ = { + isa = PBXGroup; + children = ( + A571B8DC232052D6003BC0AA /* Ps2KbdTextIn.c */, + A571B8DD232052D6003BC0AA /* Ps2KeyboardDxeExtra.uni */, + A571B8DE232052D6003BC0AA /* Ps2Keyboard.c */, + A571B8DF232052D6003BC0AA /* Ps2KbdCtrller.c */, + A571B8E0232052D6003BC0AA /* ComponentName.c */, + A571B8E1232052D6003BC0AA /* Ps2KeyboardDxe.inf */, + A571B8E2232052D6003BC0AA /* Ps2KeyboardDxe.uni */, + A571B8E3232052D6003BC0AA /* Ps2Keyboard.h */, + ); + path = Ps2KeyboardDxe; + sourceTree = ""; + }; + A571B8E4232052D6003BC0AA /* Ps2MouseDxe */ = { + isa = PBXGroup; + children = ( + A571B8E5232052D6003BC0AA /* Ps2Mouse.c */, + A571B8E6232052D6003BC0AA /* ComponentName.c */, + A571B8E7232052D6003BC0AA /* CommPs2.h */, + A571B8E8232052D6003BC0AA /* Ps2Mouse.h */, + A571B8E9232052D6003BC0AA /* Ps2MouseDxeExtra.uni */, + A571B8EA232052D6003BC0AA /* Ps2MouseDxe.inf */, + A571B8EB232052D6003BC0AA /* CommPs2.c */, + A571B8EC232052D6003BC0AA /* Ps2MouseDxe.uni */, + ); + path = Ps2MouseDxe; + sourceTree = ""; + }; + A571B8ED232052D6003BC0AA /* Scsi */ = { + isa = PBXGroup; + children = ( + A571B8EE232052D6003BC0AA /* ScsiDiskDxe */, + A571B8F5232052D6003BC0AA /* ScsiBusDxe */, + ); + path = Scsi; + sourceTree = ""; + }; + A571B8EE232052D6003BC0AA /* ScsiDiskDxe */ = { + isa = PBXGroup; + children = ( + A571B8EF232052D6003BC0AA /* ScsiDiskDxe.inf */, + A571B8F0232052D6003BC0AA /* ScsiDisk.c */, + A571B8F1232052D6003BC0AA /* ComponentName.c */, + A571B8F2232052D6003BC0AA /* ScsiDisk.uni */, + A571B8F3232052D6003BC0AA /* ScsiDiskExtra.uni */, + A571B8F4232052D6003BC0AA /* ScsiDisk.h */, + ); + path = ScsiDiskDxe; + sourceTree = ""; + }; + A571B8F5232052D6003BC0AA /* ScsiBusDxe */ = { + isa = PBXGroup; + children = ( + A571B8F6232052D6003BC0AA /* ScsiBusExtra.uni */, + A571B8F7232052D6003BC0AA /* ScsiBus.c */, + A571B8F8232052D6003BC0AA /* ComponentName.c */, + A571B8F9232052D6003BC0AA /* ScsiBus.uni */, + A571B8FA232052D6003BC0AA /* ScsiBusDxe.inf */, + A571B8FB232052D6003BC0AA /* ScsiBus.h */, + ); + path = ScsiBusDxe; + sourceTree = ""; + }; + A571B8FC232052D6003BC0AA /* Ufs */ = { + isa = PBXGroup; + children = ( + A571B8FD232052D6003BC0AA /* UfsBlockIoPei */, + A571B908232052D6003BC0AA /* UfsPassThruDxe */, + ); + path = Ufs; + sourceTree = ""; + }; + A571B8FD232052D6003BC0AA /* UfsBlockIoPei */ = { + isa = PBXGroup; + children = ( + A571B8FE232052D6003BC0AA /* UfsBlockIoPei.inf */, + A571B8FF232052D6003BC0AA /* UfsHcMem.c */, + A571B900232052D6003BC0AA /* UfsBlockIoPeiExtra.uni */, + A571B901232052D6003BC0AA /* UfsHci.c */, + A571B902232052D6003BC0AA /* UfsBlockIoPei.uni */, + A571B903232052D6003BC0AA /* UfsBlockIoPei.c */, + A571B904232052D6003BC0AA /* UfsHcMem.h */, + A571B905232052D6003BC0AA /* UfsHci.h */, + A571B906232052D6003BC0AA /* UfsBlockIoPei.h */, + A571B907232052D6003BC0AA /* DmaMem.c */, + ); + path = UfsBlockIoPei; + sourceTree = ""; + }; + A571B908232052D6003BC0AA /* UfsPassThruDxe */ = { + isa = PBXGroup; + children = ( + A571B909232052D6003BC0AA /* UfsPassThru.uni */, + A571B90A232052D6003BC0AA /* UfsPassThruHci.c */, + A571B90B232052D6003BC0AA /* UfsPassThru.h */, + A571B90C232052D6003BC0AA /* ComponentName.c */, + A571B90D232052D6003BC0AA /* UfsDevConfigProtocol.c */, + A571B90E232052D6003BC0AA /* UfsPassThruHci.h */, + A571B90F232052D6003BC0AA /* UfsPassThruDxe.inf */, + A571B910232052D6003BC0AA /* UfsPassThruExtra.uni */, + A571B911232052D6003BC0AA /* UfsPassThru.c */, + ); + path = UfsPassThruDxe; + sourceTree = ""; + }; + A571B912232052D6003BC0AA /* I2c */ = { + isa = PBXGroup; + children = ( + A571B913232052D6003BC0AA /* I2cDxe */, + ); + path = I2c; + sourceTree = ""; + }; + A571B913232052D6003BC0AA /* I2cDxe */ = { + isa = PBXGroup; + children = ( + A571B914232052D6003BC0AA /* I2cBusDxeExtra.uni */, + A571B915232052D6003BC0AA /* I2cDxeExtra.uni */, + A571B916232052D6003BC0AA /* I2cDxe.inf */, + A571B917232052D6003BC0AA /* I2cBus.c */, + A571B918232052D6003BC0AA /* I2cDxe.h */, + A571B919232052D6003BC0AA /* I2cDxe.uni */, + A571B91A232052D6003BC0AA /* I2cHost.c */, + A571B91B232052D6003BC0AA /* I2cBusDxe.uni */, + A571B91C232052D6003BC0AA /* I2cBusDxe.inf */, + A571B91D232052D6003BC0AA /* I2cHostDxe.inf */, + A571B91E232052D6003BC0AA /* I2cHostDxeExtra.uni */, + A571B91F232052D6003BC0AA /* I2cDxe.c */, + A571B920232052D6003BC0AA /* I2cHostDxe.uni */, + ); + path = I2cDxe; + sourceTree = ""; + }; + A571B921232052D6003BC0AA /* Usb */ = { + isa = PBXGroup; + children = ( + A571B922232052D6003BC0AA /* UsbMouseDxe */, + A571B92A232052D6003BC0AA /* UsbMouseAbsolutePointerDxe */, + A571B932232052D6003BC0AA /* UsbBusDxe */, + A571B941232052D6003BC0AA /* UsbKbDxe */, + A571B94A232052D6003BC0AA /* UsbBusPei */, + A571B955232052D6003BC0AA /* UsbBotPei */, + A571B961232052D6003BC0AA /* UsbMassStorageDxe */, + ); + path = Usb; + sourceTree = ""; + }; + A571B922232052D6003BC0AA /* UsbMouseDxe */ = { + isa = PBXGroup; + children = ( + A571B923232052D6003BC0AA /* UsbMouseDxeExtra.uni */, + A571B924232052D6003BC0AA /* UsbMouse.h */, + A571B925232052D6003BC0AA /* ComponentName.c */, + A571B926232052D6003BC0AA /* UsbMouseDxe.inf */, + A571B927232052D6003BC0AA /* UsbMouse.c */, + A571B928232052D6003BC0AA /* MouseHid.c */, + A571B929232052D6003BC0AA /* UsbMouseDxe.uni */, + ); + path = UsbMouseDxe; + sourceTree = ""; + }; + A571B92A232052D6003BC0AA /* UsbMouseAbsolutePointerDxe */ = { + isa = PBXGroup; + children = ( + A571B92B232052D6003BC0AA /* UsbMouseAbsolutePointerDxeExtra.uni */, + A571B92C232052D6003BC0AA /* UsbMouseAbsolutePointer.c */, + A571B92D232052D6003BC0AA /* UsbMouseAbsolutePointerDxe.inf */, + A571B92E232052D6003BC0AA /* ComponentName.c */, + A571B92F232052D6003BC0AA /* UsbMouseAbsolutePointerDxe.uni */, + A571B930232052D6003BC0AA /* UsbMouseAbsolutePointer.h */, + A571B931232052D6003BC0AA /* MouseHid.c */, + ); + path = UsbMouseAbsolutePointerDxe; + sourceTree = ""; + }; + A571B932232052D6003BC0AA /* UsbBusDxe */ = { + isa = PBXGroup; + children = ( + A571B933232052D6003BC0AA /* UsbEnumer.h */, + A571B934232052D6003BC0AA /* UsbBusDxe.uni */, + A571B935232052D6003BC0AA /* UsbDesc.c */, + A571B936232052D6003BC0AA /* UsbBusDxe.inf */, + A571B937232052D6003BC0AA /* UsbHub.h */, + A571B938232052D6003BC0AA /* UsbBus.c */, + A571B939232052D6003BC0AA /* ComponentName.c */, + A571B93A232052D6003BC0AA /* UsbUtility.h */, + A571B93B232052D6003BC0AA /* UsbEnumer.c */, + A571B93C232052D6003BC0AA /* UsbBusDxeExtra.uni */, + A571B93D232052D6003BC0AA /* UsbDesc.h */, + A571B93E232052D6003BC0AA /* UsbHub.c */, + A571B93F232052D6003BC0AA /* UsbUtility.c */, + A571B940232052D6003BC0AA /* UsbBus.h */, + ); + path = UsbBusDxe; + sourceTree = ""; + }; + A571B941232052D6003BC0AA /* UsbKbDxe */ = { + isa = PBXGroup; + children = ( + A571B942232052D6003BC0AA /* UsbKbDxeExtra.uni */, + A571B943232052D6003BC0AA /* KeyBoard.c */, + A571B944232052D6003BC0AA /* UsbKbDxe.inf */, + A571B945232052D6003BC0AA /* EfiKey.h */, + A571B946232052D6003BC0AA /* UsbKbDxe.uni */, + A571B947232052D6003BC0AA /* ComponentName.c */, + A571B948232052D6003BC0AA /* KeyBoard.h */, + A571B949232052D6003BC0AA /* EfiKey.c */, + ); + path = UsbKbDxe; + sourceTree = ""; + }; + A571B94A232052D6003BC0AA /* UsbBusPei */ = { + isa = PBXGroup; + children = ( + A571B94B232052D6003BC0AA /* PeiUsbLib.c */, + A571B94C232052D6003BC0AA /* HubPeim.h */, + A571B94D232052D6003BC0AA /* UsbBusPeiExtra.uni */, + A571B94E232052D6003BC0AA /* UsbPeim.h */, + A571B94F232052D6003BC0AA /* UsbIoPeim.c */, + A571B950232052D6003BC0AA /* PeiUsbLib.h */, + A571B951232052D6003BC0AA /* HubPeim.c */, + A571B952232052D6003BC0AA /* UsbBusPei.uni */, + A571B953232052D6003BC0AA /* UsbPeim.c */, + A571B954232052D6003BC0AA /* UsbBusPei.inf */, + ); + path = UsbBusPei; + sourceTree = ""; + }; + A571B955232052D6003BC0AA /* UsbBotPei */ = { + isa = PBXGroup; + children = ( + A571B956232052D6003BC0AA /* PeiUsbLib.c */, + A571B957232052D6003BC0AA /* UsbBotPeiExtra.uni */, + A571B958232052D6003BC0AA /* UsbBotPeim.h */, + A571B959232052D6003BC0AA /* UsbPeim.h */, + A571B95A232052D6003BC0AA /* BotPeim.c */, + A571B95B232052D6003BC0AA /* UsbBotPei.inf */, + A571B95C232052D6003BC0AA /* PeiUsbLib.h */, + A571B95D232052D6003BC0AA /* PeiAtapi.c */, + A571B95E232052D6003BC0AA /* UsbBotPei.uni */, + A571B95F232052D6003BC0AA /* UsbBotPeim.c */, + A571B960232052D6003BC0AA /* BotPeim.h */, + ); + path = UsbBotPei; + sourceTree = ""; + }; + A571B961232052D6003BC0AA /* UsbMassStorageDxe */ = { + isa = PBXGroup; + children = ( + A571B962232052D6003BC0AA /* UsbMassDiskInfo.c */, + A571B963232052D6003BC0AA /* UsbMassCbi.h */, + A571B964232052D6003BC0AA /* UsbMassImpl.h */, + A571B965232052D6003BC0AA /* UsbMassBoot.c */, + A571B966232052D6003BC0AA /* UsbMassBot.h */, + A571B967232052D6003BC0AA /* UsbMassStorageDxe.uni */, + A571B968232052D6003BC0AA /* UsbMassStorageDxeExtra.uni */, + A571B969232052D6003BC0AA /* UsbMassStorageDxe.inf */, + A571B96A232052D6003BC0AA /* ComponentName.c */, + A571B96B232052D6003BC0AA /* UsbMassCbi.c */, + A571B96C232052D6003BC0AA /* UsbMass.h */, + A571B96D232052D6003BC0AA /* UsbMassImpl.c */, + A571B96E232052D6003BC0AA /* UsbMassDiskInfo.h */, + A571B96F232052D6003BC0AA /* UsbMassBoot.h */, + A571B970232052D6003BC0AA /* UsbMassBot.c */, + ); + path = UsbMassStorageDxe; + sourceTree = ""; + }; + A571B971232052D6003BC0AA /* Ata */ = { + isa = PBXGroup; + children = ( + A571B972232052D6003BC0AA /* AhciPei */, + A571B982232052D6003BC0AA /* AtaAtapiPassThru */, + A571B98D232052D6003BC0AA /* AtaBusDxe */, + ); + path = Ata; + sourceTree = ""; + }; + A571B972232052D6003BC0AA /* AhciPei */ = { + isa = PBXGroup; + children = ( + A571B973232052D6003BC0AA /* DevicePath.c */, + A571B974232052D6003BC0AA /* AhciPei.inf */, + A571B975232052D6003BC0AA /* AhciPei.h */, + A571B976232052D6003BC0AA /* AhciPeiBlockIo.c */, + A571B977232052D6003BC0AA /* AhciPei.uni */, + A571B978232052D6003BC0AA /* AhciPeiPassThru.c */, + A571B979232052D6003BC0AA /* AhciPeiExtra.uni */, + A571B97A232052D6003BC0AA /* AhciPeiStorageSecurity.c */, + A571B97B232052D6003BC0AA /* AhciPeiBlockIo.h */, + A571B97C232052D6003BC0AA /* AhciPei.c */, + A571B97D232052D6003BC0AA /* AhciPeiPassThru.h */, + A571B97E232052D6003BC0AA /* DmaMem.c */, + A571B97F232052D6003BC0AA /* AhciPeiStorageSecurity.h */, + A571B980232052D6003BC0AA /* AhciMode.c */, + A571B981232052D6003BC0AA /* AhciPeiS3.c */, + ); + path = AhciPei; + sourceTree = ""; + }; + A571B982232052D6003BC0AA /* AtaAtapiPassThru */ = { + isa = PBXGroup; + children = ( + A571B983232052D6003BC0AA /* AtaAtapiPassThru.h */, + A571B984232052D6003BC0AA /* AhciMode.h */, + A571B985232052D6003BC0AA /* ComponentName.c */, + A571B986232052D6003BC0AA /* AtaAtapiPassThru.inf */, + A571B987232052D6003BC0AA /* IdeMode.c */, + A571B988232052D6003BC0AA /* AtaAtapiPassThruDxeExtra.uni */, + A571B989232052D6003BC0AA /* AtaAtapiPassThru.c */, + A571B98A232052D6003BC0AA /* AtaAtapiPassThruDxe.uni */, + A571B98B232052D6003BC0AA /* IdeMode.h */, + A571B98C232052D6003BC0AA /* AhciMode.c */, + ); + path = AtaAtapiPassThru; + sourceTree = ""; + }; + A571B98D232052D6003BC0AA /* AtaBusDxe */ = { + isa = PBXGroup; + children = ( + A571B98E232052D6003BC0AA /* AtaBusDxe.inf */, + A571B98F232052D6003BC0AA /* AtaPassThruExecute.c */, + A571B990232052D6003BC0AA /* AtaBusDxe.uni */, + A571B991232052D6003BC0AA /* ComponentName.c */, + A571B992232052D6003BC0AA /* AtaBus.h */, + A571B993232052D6003BC0AA /* AtaBusDxeExtra.uni */, + A571B994232052D6003BC0AA /* AtaBus.c */, + ); + path = AtaBusDxe; + sourceTree = ""; + }; + A571B995232052D6003BC0AA /* Library */ = { + isa = PBXGroup; + children = ( + A571B996232052D6003BC0AA /* DxeCapsuleLibFmp */, + A571B9A3232052D6003BC0AA /* SmmIpmiLibSmmIpmiProtocol */, + A571B9A7232052D6003BC0AA /* OemHookStatusCodeLibNull */, + A571B9AB232052D6003BC0AA /* DxeCrc32GuidedSectionExtractLib */, + A571B9AF232052D6003BC0AA /* BootLogoLib */, + A571B9B3232052D6003BC0AA /* LockBoxNullLib */, + A571B9B7232052D6003BC0AA /* FmpAuthenticationLibNull */, + A571B9BB232052D6003BC0AA /* PlatformVarCleanupLib */, + A571B9C3232052D6003BC0AA /* PeiIpmiLibIpmiPpi */, + A571B9C7232052D6003BC0AA /* LzmaCustomDecompressLib */, + A571B9E3232052D6003BC0AA /* DeviceManagerUiLib */, + A571B9EA232052D6003BC0AA /* BaseIpmiLibNull */, + A571B9EE232052D6003BC0AA /* PeiCrc32GuidedSectionExtractLib */, + A571B9F2232052D6003BC0AA /* UefiBootManagerLib */, + A571B9FE232052D6003BC0AA /* DxeNetLib */, + A571BA03232052D6003BC0AA /* FileExplorerLib */, + A571BA0B232052D6003BC0AA /* DxeIpmiLibIpmiProtocol */, + A571BA0F232052D6003BC0AA /* VarCheckLib */, + A571BA13232052D6003BC0AA /* DisplayUpdateProgressLibGraphics */, + A571BA17232052D6003BC0AA /* AuthVariableLibNull */, + A571BA1B232052D6003BC0AA /* SmmReportStatusCodeLib */, + A571BA1F232052D6003BC0AA /* PeiReportStatusCodeLib */, + A571BA23232052D6003BC0AA /* PeiPerformanceLib */, + A571BA27232052D6003BC0AA /* SmmLockBoxLib */, + A571BA32232052D6003BC0AA /* DxePerformanceLib */, + A571BA36232052D6003BC0AA /* SmmMemoryAllocationProfileLib */, + A571BA3B232052D6003BC0AA /* PlatformBootManagerLibNull */, + A571BA3F232052D6003BC0AA /* DxeFileExplorerProtocol */, + A571BA43232052D6003BC0AA /* PiDxeS3BootScriptLib */, + A571BA4A232052D6003BC0AA /* DxeHttpLib */, + A571BA4F232052D6003BC0AA /* BasePlatformHookLibNull */, + A571BA53232052D6003BC0AA /* BaseResetSystemLibNull */, + A571BA57232052D6003BC0AA /* NonDiscoverableDeviceRegistrationLib */, + A571BA5A232052D6003BC0AA /* FrameBufferBltLib */, + A571BA5D232052D6003BC0AA /* PciHostBridgeLibNull */, + A571BA61232052D6003BC0AA /* PeiDxeDebugLibReportStatusCode */, + A571BA65232052D6003BC0AA /* TpmMeasurementLibNull */, + A571BA69232052D6003BC0AA /* PeiDebugPrintHobLib */, + A571BA6D232052D6003BC0AA /* RuntimeDxeReportStatusCodeLib */, + A571BA71232052D6003BC0AA /* UefiSortLib */, + A571BA75232052D6003BC0AA /* VarCheckHiiLib */, + A571BA7F232052D6003BC0AA /* BaseMemoryAllocationLibNull */, + A571BA83232052D6003BC0AA /* DisplayUpdateProgressLibText */, + A571BA87232052D6003BC0AA /* CustomizedDisplayLib */, + A571BA8F232052D6003BC0AA /* SmmCorePlatformHookLibNull */, + A571BA93232052D6003BC0AA /* DebugAgentLibNull */, + A571BA97232052D6003BC0AA /* UefiHiiServicesLib */, + A571BA9B232052D6003BC0AA /* BootMaintenanceManagerUiLib */, + A571BAAD232052D6003BC0AA /* PlatformHookLibSerialPortPpi */, + A571BAB1232052D6003BC0AA /* BaseSerialPortLib16550 */, + A571BAB5232052D6003BC0AA /* BaseHobLibNull */, + A571BAB9232052D6003BC0AA /* SmmPerformanceLib */, + A571BABD232052D6003BC0AA /* DxeCapsuleLibNull */, + A571BAC1232052D6003BC0AA /* DxeDebugPrintErrorLevelLib */, + A571BAC5232052D6003BC0AA /* PiSmmCoreSmmServicesTableLib */, + A571BAC9232052D6003BC0AA /* BrotliCustomDecompressLib */, + A571BAEA232052D6003BC0AA /* ResetUtilityLib */, + A571BAED232052D6003BC0AA /* SmmCorePerformanceLib */, + A571BAF2232052D6003BC0AA /* UefiMemoryAllocationProfileLib */, + A571BAF7232052D6003BC0AA /* PeiDebugLibDebugPpi */, + A571BAFA232052D6003BC0AA /* SmmSmiHandlerProfileLib */, + A571BAFE232052D6003BC0AA /* DxeReportStatusCodeLib */, + A571BB02232052D6003BC0AA /* VarCheckUefiLib */, + A571BB06232052D6003BC0AA /* RuntimeResetSystemLib */, + A571BB0A232052D6003BC0AA /* VarCheckPcdLib */, + A571BB0F232052D6003BC0AA /* DxeSecurityManagementLib */, + A571BB13232052D7003BC0AA /* PiSmmCoreMemoryAllocationLib */, + A571BB1D232052D7003BC0AA /* DxePrintLibPrint2Protocol */, + A571BB21232052D7003BC0AA /* DxeCoreMemoryAllocationLib */, + A571BB2B232052D7003BC0AA /* BootManagerUiLib */, + A571BB32232052D7003BC0AA /* BaseBmpSupportLib */, + A571BB36232052D7003BC0AA /* CpuExceptionHandlerLibNull */, + A571BB3A232052D7003BC0AA /* UefiHiiLib */, + A571BB41232052D7003BC0AA /* BaseSortLib */, + A571BB45232052D7003BC0AA /* DxeCorePerformanceLib */, + A571BB4A232052D7003BC0AA /* DxeResetSystemLib */, + A571BB4E232052D7003BC0AA /* PeiResetSystemLib */, + ); + path = Library; + sourceTree = ""; + }; + A571B996232052D6003BC0AA /* DxeCapsuleLibFmp */ = { + isa = PBXGroup; + children = ( + A571B997232052D6003BC0AA /* DxeCapsuleRuntime.c */, + A571B998232052D6003BC0AA /* CapsuleOnDisk.c */, + A571B999232052D6003BC0AA /* DxeCapsuleProcessLibNull.c */, + A571B99A232052D6003BC0AA /* DxeCapsuleReportLibNull.c */, + A571B99B232052D6003BC0AA /* DxeCapsuleProcessLib.c */, + A571B99C232052D6003BC0AA /* DxeCapsuleReportLib.c */, + A571B99D232052D6003BC0AA /* CapsuleOnDisk.h */, + A571B99E232052D6003BC0AA /* DxeRuntimeCapsuleLib.inf */, + A571B99F232052D6003BC0AA /* DxeCapsuleLib.uni */, + A571B9A0232052D6003BC0AA /* DxeCapsuleLib.c */, + A571B9A1232052D6003BC0AA /* DxeRuntimeCapsuleLib.uni */, + A571B9A2232052D6003BC0AA /* DxeCapsuleLib.inf */, + ); + path = DxeCapsuleLibFmp; + sourceTree = ""; + }; + A571B9A3232052D6003BC0AA /* SmmIpmiLibSmmIpmiProtocol */ = { + isa = PBXGroup; + children = ( + A571B9A4232052D6003BC0AA /* SmmIpmiLibSmmIpmiProtocol.c */, + A571B9A5232052D6003BC0AA /* SmmIpmiLibSmmIpmiProtocol.inf */, + A571B9A6232052D6003BC0AA /* SmmIpmiLibSmmIpmiProtocol.uni */, + ); + path = SmmIpmiLibSmmIpmiProtocol; + sourceTree = ""; + }; + A571B9A7232052D6003BC0AA /* OemHookStatusCodeLibNull */ = { + isa = PBXGroup; + children = ( + A571B9A8232052D6003BC0AA /* OemHookStatusCodeLibNull.inf */, + A571B9A9232052D6003BC0AA /* OemHookStatusCodeLibNull.c */, + A571B9AA232052D6003BC0AA /* OemHookStatusCodeLibNull.uni */, + ); + path = OemHookStatusCodeLibNull; + sourceTree = ""; + }; + A571B9AB232052D6003BC0AA /* DxeCrc32GuidedSectionExtractLib */ = { + isa = PBXGroup; + children = ( + A571B9AC232052D6003BC0AA /* DxeCrc32GuidedSectionExtractLib.c */, + A571B9AD232052D6003BC0AA /* DxeCrc32GuidedSectionExtractLib.inf */, + A571B9AE232052D6003BC0AA /* DxeCrc32GuidedSectionExtractLib.uni */, + ); + path = DxeCrc32GuidedSectionExtractLib; + sourceTree = ""; + }; + A571B9AF232052D6003BC0AA /* BootLogoLib */ = { + isa = PBXGroup; + children = ( + A571B9B0232052D6003BC0AA /* BootLogoLib.c */, + A571B9B1232052D6003BC0AA /* BootLogoLib.inf */, + A571B9B2232052D6003BC0AA /* BootLogoLib.uni */, + ); + path = BootLogoLib; + sourceTree = ""; + }; + A571B9B3232052D6003BC0AA /* LockBoxNullLib */ = { + isa = PBXGroup; + children = ( + A571B9B4232052D6003BC0AA /* LockBoxNullLib.inf */, + A571B9B5232052D6003BC0AA /* LockBoxNullLib.c */, + A571B9B6232052D6003BC0AA /* LockBoxNullLib.uni */, + ); + path = LockBoxNullLib; + sourceTree = ""; + }; + A571B9B7232052D6003BC0AA /* FmpAuthenticationLibNull */ = { + isa = PBXGroup; + children = ( + A571B9B8232052D6003BC0AA /* FmpAuthenticationLibNull.c */, + A571B9B9232052D6003BC0AA /* FmpAuthenticationLibNull.inf */, + A571B9BA232052D6003BC0AA /* FmpAuthenticationLibNull.uni */, + ); + path = FmpAuthenticationLibNull; + sourceTree = ""; + }; + A571B9BB232052D6003BC0AA /* PlatformVarCleanupLib */ = { + isa = PBXGroup; + children = ( + A571B9BC232052D6003BC0AA /* PlatVarCleanup.vfr */, + A571B9BD232052D6003BC0AA /* PlatVarCleanupLib.c */, + A571B9BE232052D6003BC0AA /* PlatVarCleanup.h */, + A571B9BF232052D6003BC0AA /* PlatformVarCleanupLib.inf */, + A571B9C0232052D6003BC0AA /* PlatVarCleanupHii.h */, + A571B9C1232052D6003BC0AA /* VfrStrings.uni */, + A571B9C2232052D6003BC0AA /* PlatformVarCleanupLib.uni */, + ); + path = PlatformVarCleanupLib; + sourceTree = ""; + }; + A571B9C3232052D6003BC0AA /* PeiIpmiLibIpmiPpi */ = { + isa = PBXGroup; + children = ( + A571B9C4232052D6003BC0AA /* PeiIpmiLibIpmiPpi.c */, + A571B9C5232052D6003BC0AA /* PeiIpmiLibIpmiPpi.inf */, + A571B9C6232052D6003BC0AA /* PeiIpmiLibIpmiPpi.uni */, + ); + path = PeiIpmiLibIpmiPpi; + sourceTree = ""; + }; + A571B9C7232052D6003BC0AA /* LzmaCustomDecompressLib */ = { + isa = PBXGroup; + children = ( + A571B9C8232052D6003BC0AA /* LzmaArchCustomDecompressLib.inf */, + A571B9C9232052D6003BC0AA /* F86GuidedSectionExtraction.c */, + A571B9CA232052D6003BC0AA /* LzmaCustomDecompressLib.inf */, + A571B9CB232052D6003BC0AA /* Sdk */, + A571B9DC232052D6003BC0AA /* LzmaDecompressLibInternal.h */, + A571B9DD232052D6003BC0AA /* LZMA-SDK-README.txt */, + A571B9DE232052D6003BC0AA /* LzmaArchDecompressLib.uni */, + A571B9DF232052D6003BC0AA /* LzmaDecompress.c */, + A571B9E0232052D6003BC0AA /* LzmaDecompressLib.uni */, + A571B9E1232052D6003BC0AA /* GuidedSectionExtraction.c */, + A571B9E2232052D6003BC0AA /* UefiLzma.h */, + ); + path = LzmaCustomDecompressLib; + sourceTree = ""; + }; + A571B9CB232052D6003BC0AA /* Sdk */ = { + isa = PBXGroup; + children = ( + A571B9CC232052D6003BC0AA /* DOC */, + A571B9CF232052D6003BC0AA /* C */, + ); + path = Sdk; + sourceTree = ""; + }; + A571B9CC232052D6003BC0AA /* DOC */ = { + isa = PBXGroup; + children = ( + A571B9CD232052D6003BC0AA /* lzma-sdk.txt */, + A571B9CE232052D6003BC0AA /* lzma-history.txt */, + ); + path = DOC; + sourceTree = ""; + }; + A571B9CF232052D6003BC0AA /* C */ = { + isa = PBXGroup; + children = ( + A571B9D0232052D6003BC0AA /* LzHash.h */, + A571B9D1232052D6003BC0AA /* 7zTypes.h */, + A571B9D2232052D6003BC0AA /* Compiler.h */, + A571B9D3232052D6003BC0AA /* LzFind.c */, + A571B9D4232052D6003BC0AA /* Precomp.h */, + A571B9D5232052D6003BC0AA /* CpuArch.h */, + A571B9D6232052D6003BC0AA /* Bra86.c */, + A571B9D7232052D6003BC0AA /* LzmaDec.c */, + A571B9D8232052D6003BC0AA /* LzFind.h */, + A571B9D9232052D6003BC0AA /* 7zVersion.h */, + A571B9DA232052D6003BC0AA /* Bra.h */, + A571B9DB232052D6003BC0AA /* LzmaDec.h */, + ); + path = C; + sourceTree = ""; + }; + A571B9E3232052D6003BC0AA /* DeviceManagerUiLib */ = { + isa = PBXGroup; + children = ( + A571B9E4232052D6003BC0AA /* DeviceManagerUiLib.uni */, + A571B9E5232052D6003BC0AA /* DeviceManagerStrings.uni */, + A571B9E6232052D6003BC0AA /* DeviceManagerUiLib.inf */, + A571B9E7232052D6003BC0AA /* DeviceManager.h */, + A571B9E8232052D6003BC0AA /* DeviceManagerVfr.Vfr */, + A571B9E9232052D6003BC0AA /* DeviceManager.c */, + ); + path = DeviceManagerUiLib; + sourceTree = ""; + }; + A571B9EA232052D6003BC0AA /* BaseIpmiLibNull */ = { + isa = PBXGroup; + children = ( + A571B9EB232052D6003BC0AA /* BaseIpmiLibNull.c */, + A571B9EC232052D6003BC0AA /* BaseIpmiLibNull.inf */, + A571B9ED232052D6003BC0AA /* BaseIpmiLibNull.uni */, + ); + path = BaseIpmiLibNull; + sourceTree = ""; + }; + A571B9EE232052D6003BC0AA /* PeiCrc32GuidedSectionExtractLib */ = { + isa = PBXGroup; + children = ( + A571B9EF232052D6003BC0AA /* PeiCrc32GuidedSectionExtractLib.uni */, + A571B9F0232052D6003BC0AA /* PeiCrc32GuidedSectionExtractLib.inf */, + A571B9F1232052D6003BC0AA /* PeiCrc32GuidedSectionExtractLib.c */, + ); + path = PeiCrc32GuidedSectionExtractLib; + sourceTree = ""; + }; + A571B9F2232052D6003BC0AA /* UefiBootManagerLib */ = { + isa = PBXGroup; + children = ( + A571B9F3232052D6003BC0AA /* BmConnect.c */, + A571B9F4232052D6003BC0AA /* BmConsole.c */, + A571B9F5232052D6003BC0AA /* BmHotkey.c */, + A571B9F6232052D6003BC0AA /* InternalBm.h */, + A571B9F7232052D6003BC0AA /* UefiBootManagerLib.inf */, + A571B9F8232052D6003BC0AA /* BmLoadOption.c */, + A571B9F9232052D6003BC0AA /* BmBootDescription.c */, + A571B9FA232052D6003BC0AA /* UefiBootManagerLib.uni */, + A571B9FB232052D6003BC0AA /* BmDriverHealth.c */, + A571B9FC232052D6003BC0AA /* BmBoot.c */, + A571B9FD232052D6003BC0AA /* BmMisc.c */, + ); + path = UefiBootManagerLib; + sourceTree = ""; + }; + A571B9FE232052D6003BC0AA /* DxeNetLib */ = { + isa = PBXGroup; + children = ( + A571B9FF232052D6003BC0AA /* DxeNetLib.inf */, + A571BA00232052D6003BC0AA /* DxeNetLib.uni */, + A571BA01232052D6003BC0AA /* NetBuffer.c */, + A571BA02232052D6003BC0AA /* DxeNetLib.c */, + ); + path = DxeNetLib; + sourceTree = ""; + }; + A571BA03232052D6003BC0AA /* FileExplorerLib */ = { + isa = PBXGroup; + children = ( + A571BA04232052D6003BC0AA /* FileExplorer.h */, + A571BA05232052D6003BC0AA /* FileExplorerString.uni */, + A571BA06232052D6003BC0AA /* FormGuid.h */, + A571BA07232052D6003BC0AA /* FileExplorer.c */, + A571BA08232052D6003BC0AA /* FileExplorerVfr.vfr */, + A571BA09232052D6003BC0AA /* FileExplorerLib.inf */, + A571BA0A232052D6003BC0AA /* FileExplorerLib.uni */, + ); + path = FileExplorerLib; + sourceTree = ""; + }; + A571BA0B232052D6003BC0AA /* DxeIpmiLibIpmiProtocol */ = { + isa = PBXGroup; + children = ( + A571BA0C232052D6003BC0AA /* DxeIpmiLibIpmiProtocol.uni */, + A571BA0D232052D6003BC0AA /* DxeIpmiLibIpmiProtocol.inf */, + A571BA0E232052D6003BC0AA /* DxeIpmiLibIpmiProtocol.c */, + ); + path = DxeIpmiLibIpmiProtocol; + sourceTree = ""; + }; + A571BA0F232052D6003BC0AA /* VarCheckLib */ = { + isa = PBXGroup; + children = ( + A571BA10232052D6003BC0AA /* VarCheckLib.c */, + A571BA11232052D6003BC0AA /* VarCheckLib.inf */, + A571BA12232052D6003BC0AA /* VarCheckLib.uni */, + ); + path = VarCheckLib; + sourceTree = ""; + }; + A571BA13232052D6003BC0AA /* DisplayUpdateProgressLibGraphics */ = { + isa = PBXGroup; + children = ( + A571BA14232052D6003BC0AA /* DisplayUpdateProgressLibGraphics.uni */, + A571BA15232052D6003BC0AA /* DisplayUpdateProgressLibGraphics.inf */, + A571BA16232052D6003BC0AA /* DisplayUpdateProgressLibGraphics.c */, + ); + path = DisplayUpdateProgressLibGraphics; + sourceTree = ""; + }; + A571BA17232052D6003BC0AA /* AuthVariableLibNull */ = { + isa = PBXGroup; + children = ( + A571BA18232052D6003BC0AA /* AuthVariableLibNull.uni */, + A571BA19232052D6003BC0AA /* AuthVariableLibNull.inf */, + A571BA1A232052D6003BC0AA /* AuthVariableLibNull.c */, + ); + path = AuthVariableLibNull; + sourceTree = ""; + }; + A571BA1B232052D6003BC0AA /* SmmReportStatusCodeLib */ = { + isa = PBXGroup; + children = ( + A571BA1C232052D6003BC0AA /* SmmReportStatusCodeLib.uni */, + A571BA1D232052D6003BC0AA /* ReportStatusCodeLib.c */, + A571BA1E232052D6003BC0AA /* SmmReportStatusCodeLib.inf */, + ); + path = SmmReportStatusCodeLib; + sourceTree = ""; + }; + A571BA1F232052D6003BC0AA /* PeiReportStatusCodeLib */ = { + isa = PBXGroup; + children = ( + A571BA20232052D6003BC0AA /* PeiReportStatusCodeLib.uni */, + A571BA21232052D6003BC0AA /* PeiReportStatusCodeLib.inf */, + A571BA22232052D6003BC0AA /* ReportStatusCodeLib.c */, + ); + path = PeiReportStatusCodeLib; + sourceTree = ""; + }; + A571BA23232052D6003BC0AA /* PeiPerformanceLib */ = { + isa = PBXGroup; + children = ( + A571BA24232052D6003BC0AA /* PeiPerformanceLib.uni */, + A571BA25232052D6003BC0AA /* PeiPerformanceLib.c */, + A571BA26232052D6003BC0AA /* PeiPerformanceLib.inf */, + ); + path = PeiPerformanceLib; + sourceTree = ""; + }; + A571BA27232052D6003BC0AA /* SmmLockBoxLib */ = { + isa = PBXGroup; + children = ( + A571BA28232052D6003BC0AA /* SmmLockBoxSmmLib.c */, + A571BA29232052D6003BC0AA /* SmmLockBoxPeiLib.uni */, + A571BA2A232052D6003BC0AA /* SmmLockBoxDxeLib.uni */, + A571BA2B232052D6003BC0AA /* SmmLockBoxPeiLib.inf */, + A571BA2C232052D6003BC0AA /* SmmLockBoxDxeLib.inf */, + A571BA2D232052D6003BC0AA /* SmmLockBoxSmmLib.inf */, + A571BA2E232052D6003BC0AA /* SmmLockBoxSmmLib.uni */, + A571BA2F232052D6003BC0AA /* SmmLockBoxPeiLib.c */, + A571BA30232052D6003BC0AA /* SmmLockBoxLibPrivate.h */, + A571BA31232052D6003BC0AA /* SmmLockBoxDxeLib.c */, + ); + path = SmmLockBoxLib; + sourceTree = ""; + }; + A571BA32232052D6003BC0AA /* DxePerformanceLib */ = { + isa = PBXGroup; + children = ( + A571BA33232052D6003BC0AA /* DxePerformanceLib.c */, + A571BA34232052D6003BC0AA /* DxePerformanceLib.uni */, + A571BA35232052D6003BC0AA /* DxePerformanceLib.inf */, + ); + path = DxePerformanceLib; + sourceTree = ""; + }; + A571BA36232052D6003BC0AA /* SmmMemoryAllocationProfileLib */ = { + isa = PBXGroup; + children = ( + A571BA37232052D6003BC0AA /* SmmMemoryAllocationProfileLib.uni */, + A571BA38232052D6003BC0AA /* MemoryAllocationLib.c */, + A571BA39232052D6003BC0AA /* SmmMemoryAllocationProfileLib.inf */, + A571BA3A232052D6003BC0AA /* SmmMemoryProfileLib.c */, + ); + path = SmmMemoryAllocationProfileLib; + sourceTree = ""; + }; + A571BA3B232052D6003BC0AA /* PlatformBootManagerLibNull */ = { + isa = PBXGroup; + children = ( + A571BA3C232052D6003BC0AA /* PlatformBootManager.c */, + A571BA3D232052D6003BC0AA /* PlatformBootManagerLibNull.inf */, + A571BA3E232052D6003BC0AA /* PlatformBootManagerLibNull.uni */, + ); + path = PlatformBootManagerLibNull; + sourceTree = ""; + }; + A571BA3F232052D6003BC0AA /* DxeFileExplorerProtocol */ = { + isa = PBXGroup; + children = ( + A571BA40232052D6003BC0AA /* DxeFileExplorerProtocol.inf */, + A571BA41232052D6003BC0AA /* DxeFileExplorerProtocol.uni */, + A571BA42232052D6003BC0AA /* DxeFileExplorerProtocol.c */, + ); + path = DxeFileExplorerProtocol; + sourceTree = ""; + }; + A571BA43232052D6003BC0AA /* PiDxeS3BootScriptLib */ = { + isa = PBXGroup; + children = ( + A571BA44232052D6003BC0AA /* InternalBootScriptLib.h */, + A571BA45232052D6003BC0AA /* BootScriptInternalFormat.h */, + A571BA46232052D6003BC0AA /* BootScriptSave.c */, + A571BA47232052D6003BC0AA /* BootScriptExecute.c */, + A571BA48232052D6003BC0AA /* DxeS3BootScriptLib.inf */, + A571BA49232052D6003BC0AA /* DxeS3BootScriptLib.uni */, + ); + path = PiDxeS3BootScriptLib; + sourceTree = ""; + }; + A571BA4A232052D6003BC0AA /* DxeHttpLib */ = { + isa = PBXGroup; + children = ( + A571BA4B232052D6003BC0AA /* DxeHttpLib.c */, + A571BA4C232052D6003BC0AA /* DxeHttpLib.inf */, + A571BA4D232052D6003BC0AA /* DxeHttpLib.uni */, + A571BA4E232052D6003BC0AA /* DxeHttpLib.h */, + ); + path = DxeHttpLib; + sourceTree = ""; + }; + A571BA4F232052D6003BC0AA /* BasePlatformHookLibNull */ = { + isa = PBXGroup; + children = ( + A571BA50232052D6003BC0AA /* BasePlatformHookLibNull.inf */, + A571BA51232052D6003BC0AA /* BasePlatformHookLibNull.uni */, + A571BA52232052D6003BC0AA /* BasePlatformHookLibNull.c */, + ); + path = BasePlatformHookLibNull; + sourceTree = ""; + }; + A571BA53232052D6003BC0AA /* BaseResetSystemLibNull */ = { + isa = PBXGroup; + children = ( + A571BA54232052D6003BC0AA /* BaseResetSystemLibNull.uni */, + A571BA55232052D6003BC0AA /* BaseResetSystemLibNull.inf */, + A571BA56232052D6003BC0AA /* BaseResetSystemLibNull.c */, + ); + path = BaseResetSystemLibNull; + sourceTree = ""; + }; + A571BA57232052D6003BC0AA /* NonDiscoverableDeviceRegistrationLib */ = { + isa = PBXGroup; + children = ( + A571BA58232052D6003BC0AA /* NonDiscoverableDeviceRegistrationLib.c */, + A571BA59232052D6003BC0AA /* NonDiscoverableDeviceRegistrationLib.inf */, + ); + path = NonDiscoverableDeviceRegistrationLib; + sourceTree = ""; + }; + A571BA5A232052D6003BC0AA /* FrameBufferBltLib */ = { + isa = PBXGroup; + children = ( + A571BA5B232052D6003BC0AA /* FrameBufferBltLib.c */, + A571BA5C232052D6003BC0AA /* FrameBufferBltLib.inf */, + ); + path = FrameBufferBltLib; + sourceTree = ""; + }; + A571BA5D232052D6003BC0AA /* PciHostBridgeLibNull */ = { + isa = PBXGroup; + children = ( + A571BA5E232052D6003BC0AA /* PciHostBridgeLibNull.uni */, + A571BA5F232052D6003BC0AA /* PciHostBridgeLibNull.inf */, + A571BA60232052D6003BC0AA /* PciHostBridgeLibNull.c */, + ); + path = PciHostBridgeLibNull; + sourceTree = ""; + }; + A571BA61232052D6003BC0AA /* PeiDxeDebugLibReportStatusCode */ = { + isa = PBXGroup; + children = ( + A571BA62232052D6003BC0AA /* PeiDxeDebugLibReportStatusCode.uni */, + A571BA63232052D6003BC0AA /* DebugLib.c */, + A571BA64232052D6003BC0AA /* PeiDxeDebugLibReportStatusCode.inf */, + ); + path = PeiDxeDebugLibReportStatusCode; + sourceTree = ""; + }; + A571BA65232052D6003BC0AA /* TpmMeasurementLibNull */ = { + isa = PBXGroup; + children = ( + A571BA66232052D6003BC0AA /* TpmMeasurementLibNull.uni */, + A571BA67232052D6003BC0AA /* TpmMeasurementLibNull.c */, + A571BA68232052D6003BC0AA /* TpmMeasurementLibNull.inf */, + ); + path = TpmMeasurementLibNull; + sourceTree = ""; + }; + A571BA69232052D6003BC0AA /* PeiDebugPrintHobLib */ = { + isa = PBXGroup; + children = ( + A571BA6A232052D6003BC0AA /* PeiDebugPrintHobLib.uni */, + A571BA6B232052D6003BC0AA /* PeiDebugPrintHobLib.c */, + A571BA6C232052D6003BC0AA /* PeiDebugPrintHobLib.inf */, + ); + path = PeiDebugPrintHobLib; + sourceTree = ""; + }; + A571BA6D232052D6003BC0AA /* RuntimeDxeReportStatusCodeLib */ = { + isa = PBXGroup; + children = ( + A571BA6E232052D6003BC0AA /* RuntimeDxeReportStatusCodeLib.inf */, + A571BA6F232052D6003BC0AA /* RuntimeDxeReportStatusCodeLib.uni */, + A571BA70232052D6003BC0AA /* ReportStatusCodeLib.c */, + ); + path = RuntimeDxeReportStatusCodeLib; + sourceTree = ""; + }; + A571BA71232052D6003BC0AA /* UefiSortLib */ = { + isa = PBXGroup; + children = ( + A571BA72232052D6003BC0AA /* UefiSortLib.inf */, + A571BA73232052D6003BC0AA /* UefiSortLib.c */, + A571BA74232052D6003BC0AA /* UefiSortLib.uni */, + ); + path = UefiSortLib; + sourceTree = ""; + }; + A571BA75232052D6003BC0AA /* VarCheckHiiLib */ = { + isa = PBXGroup; + children = ( + A571BA76232052D6003BC0AA /* VarCheckHiiGen.c */, + A571BA77232052D6003BC0AA /* VarCheckHii.h */, + A571BA78232052D6003BC0AA /* VarCheckHiiLib.uni */, + A571BA79232052D6003BC0AA /* VarCheckHiiGenFromFv.c */, + A571BA7A232052D6003BC0AA /* VarCheckHiiLib.inf */, + A571BA7B232052D6003BC0AA /* InternalVarCheckStructure.h */, + A571BA7C232052D6003BC0AA /* VarCheckHiiGenFromHii.c */, + A571BA7D232052D6003BC0AA /* VarCheckHiiLibNullClass.c */, + A571BA7E232052D6003BC0AA /* VarCheckHiiGen.h */, + ); + path = VarCheckHiiLib; + sourceTree = ""; + }; + A571BA7F232052D6003BC0AA /* BaseMemoryAllocationLibNull */ = { + isa = PBXGroup; + children = ( + A571BA80232052D6003BC0AA /* BaseMemoryAllocationLibNull.c */, + A571BA81232052D6003BC0AA /* BaseMemoryAllocationLibNull.inf */, + A571BA82232052D6003BC0AA /* BaseMemoryAllocationLibNull.uni */, + ); + path = BaseMemoryAllocationLibNull; + sourceTree = ""; + }; + A571BA83232052D6003BC0AA /* DisplayUpdateProgressLibText */ = { + isa = PBXGroup; + children = ( + A571BA84232052D6003BC0AA /* DisplayUpdateProgressLibText.c */, + A571BA85232052D6003BC0AA /* DisplayUpdateProgressLibText.inf */, + A571BA86232052D6003BC0AA /* DisplayUpdateProgressLibText.uni */, + ); + path = DisplayUpdateProgressLibText; + sourceTree = ""; + }; + A571BA87232052D6003BC0AA /* CustomizedDisplayLib */ = { + isa = PBXGroup; + children = ( + A571BA88232052D6003BC0AA /* CustomizedDisplayLibModStrs.uni */, + A571BA89232052D6003BC0AA /* Colors.h */, + A571BA8A232052D6003BC0AA /* CustomizedDisplayLibInternal.h */, + A571BA8B232052D6003BC0AA /* CustomizedDisplayLib.inf */, + A571BA8C232052D6003BC0AA /* CustomizedDisplayLib.uni */, + A571BA8D232052D6003BC0AA /* CustomizedDisplayLibInternal.c */, + A571BA8E232052D6003BC0AA /* CustomizedDisplayLib.c */, + ); + path = CustomizedDisplayLib; + sourceTree = ""; + }; + A571BA8F232052D6003BC0AA /* SmmCorePlatformHookLibNull */ = { + isa = PBXGroup; + children = ( + A571BA90232052D6003BC0AA /* SmmCorePlatformHookLibNull.inf */, + A571BA91232052D6003BC0AA /* SmmCorePlatformHookLibNull.uni */, + A571BA92232052D6003BC0AA /* SmmCorePlatformHookLibNull.c */, + ); + path = SmmCorePlatformHookLibNull; + sourceTree = ""; + }; + A571BA93232052D6003BC0AA /* DebugAgentLibNull */ = { + isa = PBXGroup; + children = ( + A571BA94232052D6003BC0AA /* DebugAgentLibNull.uni */, + A571BA95232052D6003BC0AA /* DebugAgentLibNull.inf */, + A571BA96232052D6003BC0AA /* DebugAgentLibNull.c */, + ); + path = DebugAgentLibNull; + sourceTree = ""; + }; + A571BA97232052D6003BC0AA /* UefiHiiServicesLib */ = { + isa = PBXGroup; + children = ( + A571BA98232052D6003BC0AA /* UefiHiiServicesLib.inf */, + A571BA99232052D6003BC0AA /* UefiHiiServicesLib.uni */, + A571BA9A232052D6003BC0AA /* UefiHiiServicesLib.c */, + ); + path = UefiHiiServicesLib; + sourceTree = ""; + }; + A571BA9B232052D6003BC0AA /* BootMaintenanceManagerUiLib */ = { + isa = PBXGroup; + children = ( + A571BA9C232052D6003BC0AA /* BmLib.c */, + A571BA9D232052D6003BC0AA /* BootMaintenanceManagerUiLib.inf */, + A571BA9E232052D6003BC0AA /* BootOption.c */, + A571BA9F232052D6003BC0AA /* BootMaintenanceManagerUiLib.uni */, + A571BAA0232052D6003BC0AA /* BootMaintenanceManagerCustomizedUiSupport.c */, + A571BAA1232052D6003BC0AA /* BootMaintenanceManagerCustomizedUi.c */, + A571BAA2232052D6003BC0AA /* BootMaintenanceManager.vfr */, + A571BAA3232052D6003BC0AA /* BootMaintenanceManagerStrings.uni */, + A571BAA4232052D6003BC0AA /* BootMaintenanceManager.h */, + A571BAA5232052D6003BC0AA /* BootMaintenance.c */, + A571BAA6232052D6003BC0AA /* FormGuid.h */, + A571BAA7232052D6003BC0AA /* BootMaintenanceManagerCustomizedUiSupport.h */, + A571BAA8232052D6003BC0AA /* UpdatePage.c */, + A571BAA9232052D6003BC0AA /* Data.c */, + A571BAAA232052D6003BC0AA /* BootMaintenanceManagerCustomizedUi.h */, + A571BAAB232052D6003BC0AA /* ConsoleOption.c */, + A571BAAC232052D6003BC0AA /* Variable.c */, + ); + path = BootMaintenanceManagerUiLib; + sourceTree = ""; + }; + A571BAAD232052D6003BC0AA /* PlatformHookLibSerialPortPpi */ = { + isa = PBXGroup; + children = ( + A571BAAE232052D6003BC0AA /* PlatformHookLibSerialPortPpi.inf */, + A571BAAF232052D6003BC0AA /* PlatformHookLibSerialPortPpi.uni */, + A571BAB0232052D6003BC0AA /* PlatformHookLibSerialPortPpi.c */, + ); + path = PlatformHookLibSerialPortPpi; + sourceTree = ""; + }; + A571BAB1232052D6003BC0AA /* BaseSerialPortLib16550 */ = { + isa = PBXGroup; + children = ( + A571BAB2232052D6003BC0AA /* BaseSerialPortLib16550.c */, + A571BAB3232052D6003BC0AA /* BaseSerialPortLib16550.inf */, + A571BAB4232052D6003BC0AA /* BaseSerialPortLib16550.uni */, + ); + path = BaseSerialPortLib16550; + sourceTree = ""; + }; + A571BAB5232052D6003BC0AA /* BaseHobLibNull */ = { + isa = PBXGroup; + children = ( + A571BAB6232052D6003BC0AA /* BaseHobLibNull.c */, + A571BAB7232052D6003BC0AA /* BaseHobLibNull.inf */, + A571BAB8232052D6003BC0AA /* BaseHobLibNull.uni */, + ); + path = BaseHobLibNull; + sourceTree = ""; + }; + A571BAB9232052D6003BC0AA /* SmmPerformanceLib */ = { + isa = PBXGroup; + children = ( + A571BABA232052D6003BC0AA /* SmmPerformanceLib.c */, + A571BABB232052D6003BC0AA /* SmmPerformanceLib.inf */, + A571BABC232052D6003BC0AA /* SmmPerformanceLib.uni */, + ); + path = SmmPerformanceLib; + sourceTree = ""; + }; + A571BABD232052D6003BC0AA /* DxeCapsuleLibNull */ = { + isa = PBXGroup; + children = ( + A571BABE232052D6003BC0AA /* DxeCapsuleLibNull.inf */, + A571BABF232052D6003BC0AA /* DxeCapsuleLibNull.uni */, + A571BAC0232052D6003BC0AA /* DxeCapsuleLibNull.c */, + ); + path = DxeCapsuleLibNull; + sourceTree = ""; + }; + A571BAC1232052D6003BC0AA /* DxeDebugPrintErrorLevelLib */ = { + isa = PBXGroup; + children = ( + A571BAC2232052D6003BC0AA /* DxeDebugPrintErrorLevelLib.inf */, + A571BAC3232052D6003BC0AA /* DxeDebugPrintErrorLevelLib.uni */, + A571BAC4232052D6003BC0AA /* DxeDebugPrintErrorLevelLib.c */, + ); + path = DxeDebugPrintErrorLevelLib; + sourceTree = ""; + }; + A571BAC5232052D6003BC0AA /* PiSmmCoreSmmServicesTableLib */ = { + isa = PBXGroup; + children = ( + A571BAC6232052D6003BC0AA /* PiSmmCoreSmmServicesTableLib.uni */, + A571BAC7232052D6003BC0AA /* PiSmmCoreSmmServicesTableLib.inf */, + A571BAC8232052D6003BC0AA /* PiSmmCoreSmmServicesTableLib.c */, + ); + path = PiSmmCoreSmmServicesTableLib; + sourceTree = ""; + }; + A571BAC9232052D6003BC0AA /* BrotliCustomDecompressLib */ = { + isa = PBXGroup; + children = ( + A571BACA232052D6003BC0AA /* LICENSE */, + A571BACB232052D6003BC0AA /* BrotliDecompressLibInternal.h */, + A571BACC232052D6003BC0AA /* brotli */, + A571BAD0232052D6003BC0AA /* BrotliDecompress.c */, + A571BAD1232052D6003BC0AA /* docs */, + A571BAD3232052D6003BC0AA /* README.md */, + A571BAD4232052D6003BC0AA /* common */, + A571BADD232052D6003BC0AA /* dec */, + A571BAE6232052D6003BC0AA /* ReadMe.txt */, + A571BAE7232052D6003BC0AA /* BrotliDecompressLib.uni */, + A571BAE8232052D6003BC0AA /* BrotliCustomDecompressLib.inf */, + A571BAE9232052D6003BC0AA /* GuidedSectionExtraction.c */, + ); + path = BrotliCustomDecompressLib; + sourceTree = ""; + }; + A571BACC232052D6003BC0AA /* brotli */ = { + isa = PBXGroup; + children = ( + A571BACD232052D6003BC0AA /* port.h */, + A571BACE232052D6003BC0AA /* types.h */, + A571BACF232052D6003BC0AA /* decode.h */, + ); + path = brotli; + sourceTree = ""; + }; + A571BAD1232052D6003BC0AA /* docs */ = { + isa = PBXGroup; + children = ( + A571BAD2232052D6003BC0AA /* brotli-comparison-study-2015-09-22.pdf */, + ); + path = docs; + sourceTree = ""; + }; + A571BAD4232052D6003BC0AA /* common */ = { + isa = PBXGroup; + children = ( + A571BAD5232052D6003BC0AA /* dictionary.c */, + A571BAD6232052D6003BC0AA /* version.h */, + A571BAD7232052D6003BC0AA /* transform.c */, + A571BAD8232052D6003BC0AA /* context.h */, + A571BAD9232052D6003BC0AA /* constants.h */, + A571BADA232052D6003BC0AA /* dictionary.h */, + A571BADB232052D6003BC0AA /* transform.h */, + A571BADC232052D6003BC0AA /* platform.h */, + ); + path = common; + sourceTree = ""; + }; + A571BADD232052D6003BC0AA /* dec */ = { + isa = PBXGroup; + children = ( + A571BADE232052D6003BC0AA /* state.c */, + A571BADF232052D6003BC0AA /* bit_reader.h */, + A571BAE0232052D6003BC0AA /* decode.c */, + A571BAE1232052D6003BC0AA /* huffman.c */, + A571BAE2232052D6003BC0AA /* bit_reader.c */, + A571BAE3232052D6003BC0AA /* prefix.h */, + A571BAE4232052D6003BC0AA /* state.h */, + A571BAE5232052D6003BC0AA /* huffman.h */, + ); + path = dec; + sourceTree = ""; + }; + A571BAEA232052D6003BC0AA /* ResetUtilityLib */ = { + isa = PBXGroup; + children = ( + A571BAEB232052D6003BC0AA /* ResetUtility.c */, + A571BAEC232052D6003BC0AA /* ResetUtilityLib.inf */, + ); + path = ResetUtilityLib; + sourceTree = ""; + }; + A571BAED232052D6003BC0AA /* SmmCorePerformanceLib */ = { + isa = PBXGroup; + children = ( + A571BAEE232052D6003BC0AA /* SmmCorePerformanceLib.c */, + A571BAEF232052D6003BC0AA /* SmmCorePerformanceLib.uni */, + A571BAF0232052D6003BC0AA /* SmmCorePerformanceLib.inf */, + A571BAF1232052D6003BC0AA /* SmmCorePerformanceLibInternal.h */, + ); + path = SmmCorePerformanceLib; + sourceTree = ""; + }; + A571BAF2232052D6003BC0AA /* UefiMemoryAllocationProfileLib */ = { + isa = PBXGroup; + children = ( + A571BAF3232052D6003BC0AA /* MemoryAllocationLib.c */, + A571BAF4232052D6003BC0AA /* UefiMemoryAllocationProfileLib.uni */, + A571BAF5232052D6003BC0AA /* UefiMemoryAllocationProfileLib.inf */, + A571BAF6232052D6003BC0AA /* DxeMemoryProfileLib.c */, + ); + path = UefiMemoryAllocationProfileLib; + sourceTree = ""; + }; + A571BAF7232052D6003BC0AA /* PeiDebugLibDebugPpi */ = { + isa = PBXGroup; + children = ( + A571BAF8232052D6003BC0AA /* PeiDebugLibDebugPpi.inf */, + A571BAF9232052D6003BC0AA /* DebugLib.c */, + ); + path = PeiDebugLibDebugPpi; + sourceTree = ""; + }; + A571BAFA232052D6003BC0AA /* SmmSmiHandlerProfileLib */ = { + isa = PBXGroup; + children = ( + A571BAFB232052D6003BC0AA /* SmmSmiHandlerProfileLib.c */, + A571BAFC232052D6003BC0AA /* SmmSmiHandlerProfileLib.inf */, + A571BAFD232052D6003BC0AA /* SmmSmiHandlerProfileLib.uni */, + ); + path = SmmSmiHandlerProfileLib; + sourceTree = ""; + }; + A571BAFE232052D6003BC0AA /* DxeReportStatusCodeLib */ = { + isa = PBXGroup; + children = ( + A571BAFF232052D6003BC0AA /* DxeReportStatusCodeLib.inf */, + A571BB00232052D6003BC0AA /* DxeReportStatusCodeLib.uni */, + A571BB01232052D6003BC0AA /* ReportStatusCodeLib.c */, + ); + path = DxeReportStatusCodeLib; + sourceTree = ""; + }; + A571BB02232052D6003BC0AA /* VarCheckUefiLib */ = { + isa = PBXGroup; + children = ( + A571BB03232052D6003BC0AA /* VarCheckUefiLib.inf */, + A571BB04232052D6003BC0AA /* VarCheckUefiLib.uni */, + A571BB05232052D6003BC0AA /* VarCheckUefiLibNullClass.c */, + ); + path = VarCheckUefiLib; + sourceTree = ""; + }; + A571BB06232052D6003BC0AA /* RuntimeResetSystemLib */ = { + isa = PBXGroup; + children = ( + A571BB07232052D6003BC0AA /* RuntimeResetSystemLib.inf */, + A571BB08232052D6003BC0AA /* RuntimeResetSystemLib.c */, + A571BB09232052D6003BC0AA /* RuntimeResetSystemLib.uni */, + ); + path = RuntimeResetSystemLib; + sourceTree = ""; + }; + A571BB0A232052D6003BC0AA /* VarCheckPcdLib */ = { + isa = PBXGroup; + children = ( + A571BB0B232052D6003BC0AA /* VarCheckPcdLibNullClass.c */, + A571BB0C232052D6003BC0AA /* VarCheckPcdStructure.h */, + A571BB0D232052D6003BC0AA /* VarCheckPcdLib.uni */, + A571BB0E232052D6003BC0AA /* VarCheckPcdLib.inf */, + ); + path = VarCheckPcdLib; + sourceTree = ""; + }; + A571BB0F232052D6003BC0AA /* DxeSecurityManagementLib */ = { + isa = PBXGroup; + children = ( + A571BB10232052D7003BC0AA /* DxeSecurityManagementLib.c */, + A571BB11232052D7003BC0AA /* DxeSecurityManagementLib.uni */, + A571BB12232052D7003BC0AA /* DxeSecurityManagementLib.inf */, + ); + path = DxeSecurityManagementLib; + sourceTree = ""; + }; + A571BB13232052D7003BC0AA /* PiSmmCoreMemoryAllocationLib */ = { + isa = PBXGroup; + children = ( + A571BB14232052D7003BC0AA /* PiSmmCoreMemoryProfileLib.c */, + A571BB15232052D7003BC0AA /* PiSmmCoreMemoryAllocationServices.h */, + A571BB16232052D7003BC0AA /* MemoryAllocationLib.c */, + A571BB17232052D7003BC0AA /* PiSmmCoreMemoryProfileServices.h */, + A571BB18232052D7003BC0AA /* PiSmmCoreMemoryAllocationLib.uni */, + A571BB19232052D7003BC0AA /* PiSmmCoreMemoryAllocationProfileLib.inf */, + A571BB1A232052D7003BC0AA /* PiSmmCoreMemoryProfileLibNull.c */, + A571BB1B232052D7003BC0AA /* PiSmmCoreMemoryAllocationLib.inf */, + A571BB1C232052D7003BC0AA /* PiSmmCoreMemoryAllocationProfileLib.uni */, + ); + path = PiSmmCoreMemoryAllocationLib; + sourceTree = ""; + }; + A571BB1D232052D7003BC0AA /* DxePrintLibPrint2Protocol */ = { + isa = PBXGroup; + children = ( + A571BB1E232052D7003BC0AA /* DxePrintLibPrint2Protocol.uni */, + A571BB1F232052D7003BC0AA /* PrintLib.c */, + A571BB20232052D7003BC0AA /* DxePrintLibPrint2Protocol.inf */, + ); + path = DxePrintLibPrint2Protocol; + sourceTree = ""; + }; + A571BB21232052D7003BC0AA /* DxeCoreMemoryAllocationLib */ = { + isa = PBXGroup; + children = ( + A571BB22232052D7003BC0AA /* MemoryAllocationLib.c */, + A571BB23232052D7003BC0AA /* DxeCoreMemoryAllocationServices.h */, + A571BB24232052D7003BC0AA /* DxeCoreMemoryProfileServices.h */, + A571BB25232052D7003BC0AA /* DxeCoreMemoryAllocationProfileLib.inf */, + A571BB26232052D7003BC0AA /* DxeCoreMemoryAllocationProfileLib.uni */, + A571BB27232052D7003BC0AA /* DxeCoreMemoryProfileLib.c */, + A571BB28232052D7003BC0AA /* DxeCoreMemoryAllocationLib.uni */, + A571BB29232052D7003BC0AA /* DxeCoreMemoryAllocationLib.inf */, + A571BB2A232052D7003BC0AA /* DxeCoreMemoryProfileLibNull.c */, + ); + path = DxeCoreMemoryAllocationLib; + sourceTree = ""; + }; + A571BB2B232052D7003BC0AA /* BootManagerUiLib */ = { + isa = PBXGroup; + children = ( + A571BB2C232052D7003BC0AA /* BootManagerStrings.uni */, + A571BB2D232052D7003BC0AA /* BootManager.h */, + A571BB2E232052D7003BC0AA /* BootManagerUiLib.uni */, + A571BB2F232052D7003BC0AA /* BootManagerVfr.Vfr */, + A571BB30232052D7003BC0AA /* BootManagerUiLib.inf */, + A571BB31232052D7003BC0AA /* BootManager.c */, + ); + path = BootManagerUiLib; + sourceTree = ""; + }; + A571BB32232052D7003BC0AA /* BaseBmpSupportLib */ = { + isa = PBXGroup; + children = ( + A571BB33232052D7003BC0AA /* BmpSupportLib.c */, + A571BB34232052D7003BC0AA /* BaseBmpSupportLib.inf */, + A571BB35232052D7003BC0AA /* BaseBmpSupportLib.uni */, + ); + path = BaseBmpSupportLib; + sourceTree = ""; + }; + A571BB36232052D7003BC0AA /* CpuExceptionHandlerLibNull */ = { + isa = PBXGroup; + children = ( + A571BB37232052D7003BC0AA /* CpuExceptionHandlerLibNull.uni */, + A571BB38232052D7003BC0AA /* CpuExceptionHandlerLibNull.inf */, + A571BB39232052D7003BC0AA /* CpuExceptionHandlerLibNull.c */, + ); + path = CpuExceptionHandlerLibNull; + sourceTree = ""; + }; + A571BB3A232052D7003BC0AA /* UefiHiiLib */ = { + isa = PBXGroup; + children = ( + A571BB3B232052D7003BC0AA /* HiiLib.c */, + A571BB3C232052D7003BC0AA /* UefiHiiLib.uni */, + A571BB3D232052D7003BC0AA /* UefiHiiLib.inf */, + A571BB3E232052D7003BC0AA /* HiiString.c */, + A571BB3F232052D7003BC0AA /* HiiLanguage.c */, + A571BB40232052D7003BC0AA /* InternalHiiLib.h */, + ); + path = UefiHiiLib; + sourceTree = ""; + }; + A571BB41232052D7003BC0AA /* BaseSortLib */ = { + isa = PBXGroup; + children = ( + A571BB42232052D7003BC0AA /* BaseSortLib.inf */, + A571BB43232052D7003BC0AA /* BaseSortLib.uni */, + A571BB44232052D7003BC0AA /* BaseSortLib.c */, + ); + path = BaseSortLib; + sourceTree = ""; + }; + A571BB45232052D7003BC0AA /* DxeCorePerformanceLib */ = { + isa = PBXGroup; + children = ( + A571BB46232052D7003BC0AA /* DxeCorePerformanceLib.c */, + A571BB47232052D7003BC0AA /* DxeCorePerformanceLibInternal.h */, + A571BB48232052D7003BC0AA /* DxeCorePerformanceLib.inf */, + A571BB49232052D7003BC0AA /* DxeCorePerformanceLib.uni */, + ); + path = DxeCorePerformanceLib; + sourceTree = ""; + }; + A571BB4A232052D7003BC0AA /* DxeResetSystemLib */ = { + isa = PBXGroup; + children = ( + A571BB4B232052D7003BC0AA /* DxeResetSystemLib.uni */, + A571BB4C232052D7003BC0AA /* DxeResetSystemLib.inf */, + A571BB4D232052D7003BC0AA /* DxeResetSystemLib.c */, + ); + path = DxeResetSystemLib; + sourceTree = ""; + }; + A571BB4E232052D7003BC0AA /* PeiResetSystemLib */ = { + isa = PBXGroup; + children = ( + A571BB4F232052D7003BC0AA /* PeiResetSystemLib.uni */, + A571BB50232052D7003BC0AA /* PeiResetSystemLib.inf */, + A571BB51232052D7003BC0AA /* PeiResetSystemLib.c */, + ); + path = PeiResetSystemLib; + sourceTree = ""; + }; + A571BB53232052D7003BC0AA /* Logo */ = { + isa = PBXGroup; + children = ( + A571BB54232052D7003BC0AA /* LogoDxe.uni */, + A571BB55232052D7003BC0AA /* LogoDxe.inf */, + A571BB56232052D7003BC0AA /* Logo.bmp */, + A571BB57232052D7003BC0AA /* Logo.uni */, + A571BB58232052D7003BC0AA /* LogoDxeExtra.uni */, + A571BB59232052D7003BC0AA /* LogoExtra.uni */, + A571BB5A232052D7003BC0AA /* Logo.inf */, + A571BB5B232052D7003BC0AA /* Logo.idf */, + A571BB5C232052D7003BC0AA /* Logo.c */, + ); + path = Logo; + sourceTree = ""; + }; + A571BB5F232052D7003BC0AA /* Application */ = { + isa = PBXGroup; + children = ( + A571BB60232052D7003BC0AA /* UiApp */, + A571BB6F232052D7003BC0AA /* HelloWorld */, + A571BB75232052D7003BC0AA /* BootManagerMenuApp */, + A571BB7C232052D7003BC0AA /* CapsuleApp */, + A571BB85232052D7003BC0AA /* MemoryProfileInfo */, + A571BB8A232052D7003BC0AA /* DumpDynPcd */, + A571BB8E232052D7003BC0AA /* VariableInfo */, + A571BB93232052D7003BC0AA /* SmiHandlerProfileInfo */, + ); + path = Application; + sourceTree = ""; + }; + A571BB60232052D7003BC0AA /* UiApp */ = { + isa = PBXGroup; + children = ( + A571BB61232052D7003BC0AA /* FrontPage.h */, + A571BB62232052D7003BC0AA /* FrontPageCustomizedUi.h */, + A571BB63232052D7003BC0AA /* Ui.h */, + A571BB64232052D7003BC0AA /* FrontPageCustomizedUiSupport.c */, + A571BB65232052D7003BC0AA /* FrontPageVfr.Vfr */, + A571BB66232052D7003BC0AA /* String.c */, + A571BB67232052D7003BC0AA /* FrontPageCustomizedUi.c */, + A571BB68232052D7003BC0AA /* UiApp.uni */, + A571BB69232052D7003BC0AA /* FrontPage.c */, + A571BB6A232052D7003BC0AA /* FrontPageStrings.uni */, + A571BB6B232052D7003BC0AA /* UiAppExtra.uni */, + A571BB6C232052D7003BC0AA /* UiApp.inf */, + A571BB6D232052D7003BC0AA /* FrontPageCustomizedUiSupport.h */, + A571BB6E232052D7003BC0AA /* String.h */, + ); + path = UiApp; + sourceTree = ""; + }; + A571BB6F232052D7003BC0AA /* HelloWorld */ = { + isa = PBXGroup; + children = ( + A571BB70232052D7003BC0AA /* HelloWorldStr.uni */, + A571BB71232052D7003BC0AA /* HelloWorld.uni */, + A571BB72232052D7003BC0AA /* HelloWorld.inf */, + A571BB73232052D7003BC0AA /* HelloWorld.c */, + A571BB74232052D7003BC0AA /* HelloWorldExtra.uni */, + ); + path = HelloWorld; + sourceTree = ""; + }; + A571BB75232052D7003BC0AA /* BootManagerMenuApp */ = { + isa = PBXGroup; + children = ( + A571BB76232052D7003BC0AA /* BootManagerMenu.c */, + A571BB77232052D7003BC0AA /* BootManagerMenuAppExtra.uni */, + A571BB78232052D7003BC0AA /* BootManagerMenuStrings.uni */, + A571BB79232052D7003BC0AA /* BootManagerMenu.h */, + A571BB7A232052D7003BC0AA /* BootManagerMenuApp.inf */, + A571BB7B232052D7003BC0AA /* BootManagerMenuApp.uni */, + ); + path = BootManagerMenuApp; + sourceTree = ""; + }; + A571BB7C232052D7003BC0AA /* CapsuleApp */ = { + isa = PBXGroup; + children = ( + A571BB7D232052D7003BC0AA /* CapsuleApp.h */, + A571BB7E232052D7003BC0AA /* CapsuleApp.inf */, + A571BB7F232052D7003BC0AA /* AppSupport.c */, + A571BB80232052D7003BC0AA /* CapsuleApp.uni */, + A571BB81232052D7003BC0AA /* CapsuleAppExtra.uni */, + A571BB82232052D7003BC0AA /* CapsuleOnDisk.c */, + A571BB83232052D7003BC0AA /* CapsuleApp.c */, + A571BB84232052D7003BC0AA /* CapsuleDump.c */, + ); + path = CapsuleApp; + sourceTree = ""; + }; + A571BB85232052D7003BC0AA /* MemoryProfileInfo */ = { + isa = PBXGroup; + children = ( + A571BB86232052D7003BC0AA /* MemoryProfileInfo.inf */, + A571BB87232052D7003BC0AA /* MemoryProfileInfo.c */, + A571BB88232052D7003BC0AA /* MemoryProfileInfo.uni */, + A571BB89232052D7003BC0AA /* MemoryProfileInfoExtra.uni */, + ); + path = MemoryProfileInfo; + sourceTree = ""; + }; + A571BB8A232052D7003BC0AA /* DumpDynPcd */ = { + isa = PBXGroup; + children = ( + A571BB8B232052D7003BC0AA /* DumpDynPcd.inf */, + A571BB8C232052D7003BC0AA /* DumpDynPcdStr.uni */, + A571BB8D232052D7003BC0AA /* DumpDynPcd.c */, + ); + path = DumpDynPcd; + sourceTree = ""; + }; + A571BB8E232052D7003BC0AA /* VariableInfo */ = { + isa = PBXGroup; + children = ( + A571BB8F232052D7003BC0AA /* VariableInfoExtra.uni */, + A571BB90232052D7003BC0AA /* VariableInfo.inf */, + A571BB91232052D7003BC0AA /* VariableInfo.uni */, + A571BB92232052D7003BC0AA /* VariableInfo.c */, + ); + path = VariableInfo; + sourceTree = ""; + }; + A571BB93232052D7003BC0AA /* SmiHandlerProfileInfo */ = { + isa = PBXGroup; + children = ( + A571BB94232052D7003BC0AA /* SmiHandlerProfileInfoExtra.uni */, + A571BB95232052D7003BC0AA /* SmiHandlerProfileInfo.uni */, + A571BB96232052D7003BC0AA /* SmiHandlerProfileInfo.inf */, + A571BB97232052D7003BC0AA /* SmiHandlerProfileInfo.c */, + ); + path = SmiHandlerProfileInfo; + sourceTree = ""; + }; + A571BB99232052E8003BC0AA /* MdePkg */ = { + isa = PBXGroup; + children = ( + A571BB9A232052E8003BC0AA /* Include */, + A571BDCB232052E9003BC0AA /* Library */, + A571C26E232052EC003BC0AA /* MdePkg.dec */, + A571C26F232052EC003BC0AA /* MdePkg.uni */, + A571C270232052EC003BC0AA /* MdePkgExtra.uni */, + A571C271232052EC003BC0AA /* MdePkg.dsc */, + ); + name = MdePkg; + path = ../../../MdePkg; + sourceTree = ""; + }; + A571BB9A232052E8003BC0AA /* Include */ = { + isa = PBXGroup; + children = ( + A571BB9B232052E8003BC0AA /* PiPei.h */, + A571BB9C232052E8003BC0AA /* Ebc */, + A571BB9E232052E8003BC0AA /* PiMm.h */, + A571BB9F232052E8003BC0AA /* Uefi.h */, + A571BBA0232052E8003BC0AA /* X64 */, + A571BBA3232052E8003BC0AA /* Uefi */, + A571BBAB232052E8003BC0AA /* IndustryStandard */, + A571BBFC232052E8003BC0AA /* Library */, + A571BC3D232052E8003BC0AA /* Protocol */, + A571BD37232052E9003BC0AA /* Pi */, + A571BD45232052E9003BC0AA /* Ia32 */, + A571BD48232052E9003BC0AA /* PiSmm.h */, + A571BD49232052E9003BC0AA /* Register */, + A571BD6E232052E9003BC0AA /* PiDxe.h */, + A571BD6F232052E9003BC0AA /* Guid */, + A571BD97232052E9003BC0AA /* Arm */, + A571BD99232052E9003BC0AA /* Ppi */, + A571BDC8232052E9003BC0AA /* AArch64 */, + A571BDCA232052E9003BC0AA /* Base.h */, + ); + path = Include; + sourceTree = ""; + }; + A571BB9C232052E8003BC0AA /* Ebc */ = { + isa = PBXGroup; + children = ( + A571BB9D232052E8003BC0AA /* ProcessorBind.h */, + ); + path = Ebc; + sourceTree = ""; + }; + A571BBA0232052E8003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571BBA1232052E8003BC0AA /* Nasm.inc */, + A571BBA2232052E8003BC0AA /* ProcessorBind.h */, + ); + path = X64; + sourceTree = ""; + }; + A571BBA3232052E8003BC0AA /* Uefi */ = { + isa = PBXGroup; + children = ( + A571BBA4232052E8003BC0AA /* UefiAcpiDataTable.h */, + A571BBA5232052E8003BC0AA /* UefiPxe.h */, + A571BBA6232052E8003BC0AA /* UefiSpec.h */, + A571BBA7232052E8003BC0AA /* UefiGpt.h */, + A571BBA8232052E8003BC0AA /* UefiBaseType.h */, + A571BBA9232052E8003BC0AA /* UefiInternalFormRepresentation.h */, + A571BBAA232052E8003BC0AA /* UefiMultiPhase.h */, + ); + path = Uefi; + sourceTree = ""; + }; + A571BBAB232052E8003BC0AA /* IndustryStandard */ = { + isa = PBXGroup; + children = ( + A571BBAC232052E8003BC0AA /* IpmiNetFnFirmware.h */, + A571BBAD232052E8003BC0AA /* SdramSpdLpDdr.h */, + A571BBAE232052E8003BC0AA /* ElTorito.h */, + A571BBAF232052E8003BC0AA /* SdramSpdDdr3.h */, + A571BBB0232052E8003BC0AA /* Acpi62.h */, + A571BBB1232052E8003BC0AA /* WindowsSmmSecurityMitigationTable.h */, + A571BBB2232052E8003BC0AA /* Nvme.h */, + A571BBB3232052E8003BC0AA /* IoRemappingTable.h */, + A571BBB4232052E8003BC0AA /* LowPowerIdleTable.h */, + A571BBB5232052E8003BC0AA /* Emmc.h */, + A571BBB6232052E8003BC0AA /* WatchdogActionTable.h */, + A571BBB7232052E8003BC0AA /* DmaRemappingReportingTable.h */, + A571BBB8232052E8003BC0AA /* AlertStandardFormatTable.h */, + A571BBB9232052E8003BC0AA /* Acpi40.h */, + A571BBBA232052E8003BC0AA /* Bmp.h */, + A571BBBB232052E8003BC0AA /* UefiTcgPlatform.h */, + A571BBBC232052E8003BC0AA /* SerialPortConsoleRedirectionTable.h */, + A571BBBD232052E8003BC0AA /* Pci22.h */, + A571BBBE232052E8003BC0AA /* Mbr.h */, + A571BBBF232052E8003BC0AA /* Acpi61.h */, + A571BBC0232052E8003BC0AA /* SdramSpdDdr4.h */, + A571BBC1232052E8003BC0AA /* TcgStorageOpal.h */, + A571BBC2232052E8003BC0AA /* IpmiNetFnChassis.h */, + A571BBC3232052E8003BC0AA /* Acpi.h */, + A571BBC4232052E8003BC0AA /* Tpm2Acpi.h */, + A571BBC5232052E8003BC0AA /* PeImage.h */, + A571BBC6232052E8003BC0AA /* PciExpress30.h */, + A571BBC7232052E8003BC0AA /* SdramSpd.h */, + A571BBC8232052E8003BC0AA /* Acpi10.h */, + A571BBC9232052E8003BC0AA /* MemoryMappedConfigurationSpaceAccessTable.h */, + A571BBCA232052E8003BC0AA /* IpmiFruInformationStorage.h */, + A571BBCB232052E8003BC0AA /* IpmiNetFnStorage.h */, + A571BBCC232052E8003BC0AA /* IScsiBootFirmwareTable.h */, + A571BBCD232052E8003BC0AA /* Bluetooth.h */, + A571BBCE232052E8003BC0AA /* AcpiAml.h */, + A571BBCF232052E8003BC0AA /* Acpi50.h */, + A571BBD0232052E8003BC0AA /* Tpm20.h */, + A571BBD1232052E8003BC0AA /* PciCodeId.h */, + A571BBD2232052E8003BC0AA /* IpmiNetFnTransport.h */, + A571BBD3232052E8003BC0AA /* Dhcp.h */, + A571BBD4232052E8003BC0AA /* TpmPtp.h */, + A571BBD5232052E8003BC0AA /* Acpi20.h */, + A571BBD6232052E8003BC0AA /* Pci23.h */, + A571BBD7232052E8003BC0AA /* IpmiNetFnApp.h */, + A571BBD8232052E8003BC0AA /* PciExpress40.h */, + A571BBD9232052E8003BC0AA /* IpmiNetFnSensorEvent.h */, + A571BBDA232052E8003BC0AA /* Acpi60.h */, + A571BBDB232052E8003BC0AA /* PciExpress21.h */, + A571BBDC232052E8003BC0AA /* PciExpress31.h */, + A571BBDD232052E8003BC0AA /* TcgStorageCore.h */, + A571BBDE232052E8003BC0AA /* HighPrecisionEventTimerTable.h */, + A571BBDF232052E8003BC0AA /* Usb.h */, + A571BBE0232052E8003BC0AA /* Acpi51.h */, + A571BBE1232052E8003BC0AA /* Sd.h */, + A571BBE2232052E8003BC0AA /* WatchdogResourceTable.h */, + A571BBE3232052E8003BC0AA /* Acpi30.h */, + A571BBE4232052E8003BC0AA /* Udf.h */, + A571BBE5232052E8003BC0AA /* DebugPortTable.h */, + A571BBE6232052E8003BC0AA /* SmBios.h */, + A571BBE7232052E8003BC0AA /* MemoryOverwriteRequestControlLock.h */, + A571BBE8232052E8003BC0AA /* Atapi.h */, + A571BBE9232052E8003BC0AA /* TcpaAcpi.h */, + A571BBEA232052E8003BC0AA /* LegacyBiosMpTable.h */, + A571BBEB232052E8003BC0AA /* TpmTis.h */, + A571BBEC232052E8003BC0AA /* Acpi63.h */, + A571BBED232052E8003BC0AA /* SmBus.h */, + A571BBEE232052E8003BC0AA /* Http11.h */, + A571BBEF232052E8003BC0AA /* TcgPhysicalPresence.h */, + A571BBF0232052E8003BC0AA /* IpmiNetFnGroupExtension.h */, + A571BBF1232052E8003BC0AA /* Tls1.h */, + A571BBF2232052E8003BC0AA /* Pci.h */, + A571BBF3232052E8003BC0AA /* DebugPort2Table.h */, + A571BBF4232052E8003BC0AA /* Scsi.h */, + A571BBF5232052E8003BC0AA /* Pci30.h */, + A571BBF6232052E8003BC0AA /* Hsti.h */, + A571BBF7232052E8003BC0AA /* WindowsUxCapsule.h */, + A571BBF8232052E8003BC0AA /* Tpm12.h */, + A571BBF9232052E8003BC0AA /* Ipmi.h */, + A571BBFA232052E8003BC0AA /* IpmiNetFnBridge.h */, + A571BBFB232052E8003BC0AA /* ServiceProcessorManagementInterfaceTable.h */, + ); + path = IndustryStandard; + sourceTree = ""; + }; + A571BBFC232052E8003BC0AA /* Library */ = { + isa = PBXGroup; + children = ( + A571BBFD232052E8003BC0AA /* OrderedCollectionLib.h */, + A571BBFE232052E8003BC0AA /* TimerLib.h */, + A571BBFF232052E8003BC0AA /* PeiServicesTablePointerLib.h */, + A571BC00232052E8003BC0AA /* SmiHandlerProfileLib.h */, + A571BC01232052E8003BC0AA /* UefiUsbLib.h */, + A571BC02232052E8003BC0AA /* UefiDecompressLib.h */, + A571BC03232052E8003BC0AA /* UefiRuntimeServicesTableLib.h */, + A571BC04232052E8003BC0AA /* PeimEntryPoint.h */, + A571BC05232052E8003BC0AA /* RngLib.h */, + A571BC06232052E8003BC0AA /* PciCf8Lib.h */, + A571BC07232052E8003BC0AA /* SmmPeriodicSmiLib.h */, + A571BC08232052E8003BC0AA /* PeiCoreEntryPoint.h */, + A571BC09232052E8003BC0AA /* S3PciLib.h */, + A571BC0A232052E8003BC0AA /* PciSegmentLib.h */, + A571BC0B232052E8003BC0AA /* DebugLib.h */, + A571BC0C232052E8003BC0AA /* SynchronizationLib.h */, + A571BC0D232052E8003BC0AA /* SafeIntLib.h */, + A571BC0E232052E8003BC0AA /* S3SmbusLib.h */, + A571BC0F232052E8003BC0AA /* DevicePathLib.h */, + A571BC10232052E8003BC0AA /* PcdLib.h */, + A571BC11232052E8003BC0AA /* FileHandleLib.h */, + A571BC12232052E8003BC0AA /* UefiLib.h */, + A571BC13232052E8003BC0AA /* SmmMemLib.h */, + A571BC14232052E8003BC0AA /* PostCodeLib.h */, + A571BC15232052E8003BC0AA /* S3StallLib.h */, + A571BC16232052E8003BC0AA /* PciLib.h */, + A571BC17232052E8003BC0AA /* UefiBootServicesTableLib.h */, + A571BC18232052E8003BC0AA /* MmServicesTableLib.h */, + A571BC19232052E8003BC0AA /* PeCoffExtraActionLib.h */, + A571BC1A232052E8003BC0AA /* PciExpressLib.h */, + A571BC1B232052E8003BC0AA /* S3IoLib.h */, + A571BC1C232052E8003BC0AA /* ReportStatusCodeLib.h */, + A571BC1D232052E8003BC0AA /* UefiScsiLib.h */, + A571BC1E232052E8003BC0AA /* UefiRuntimeLib.h */, + A571BC1F232052E8003BC0AA /* SmmServicesTableLib.h */, + A571BC20232052E8003BC0AA /* SerialPortLib.h */, + A571BC21232052E8003BC0AA /* DxeCoreEntryPoint.h */, + A571BC22232052E8003BC0AA /* PeCoffGetEntryPointLib.h */, + A571BC23232052E8003BC0AA /* UefiDriverEntryPoint.h */, + A571BC24232052E8003BC0AA /* BaseMemoryLib.h */, + A571BC25232052E8003BC0AA /* DxeServicesLib.h */, + A571BC26232052E8003BC0AA /* PeCoffLib.h */, + A571BC27232052E8003BC0AA /* S3PciSegmentLib.h */, + A571BC28232052E8003BC0AA /* BaseLib.h */, + A571BC29232052E8003BC0AA /* SmmLib.h */, + A571BC2A232052E8003BC0AA /* PeiServicesLib.h */, + A571BC2B232052E8003BC0AA /* DxeServicesTableLib.h */, + A571BC2C232052E8003BC0AA /* SmbusLib.h */, + A571BC2D232052E8003BC0AA /* MemoryAllocationLib.h */, + A571BC2E232052E8003BC0AA /* HstiLib.h */, + A571BC2F232052E8003BC0AA /* ExtractGuidedSectionLib.h */, + A571BC30232052E8003BC0AA /* ResourcePublicationLib.h */, + A571BC31232052E8003BC0AA /* S3BootScriptLib.h */, + A571BC32232052E8003BC0AA /* CacheMaintenanceLib.h */, + A571BC33232052E8003BC0AA /* CpuLib.h */, + A571BC34232052E8003BC0AA /* StandaloneMmDriverEntryPoint.h */, + A571BC35232052E8003BC0AA /* SmmIoLib.h */, + A571BC36232052E8003BC0AA /* IoLib.h */, + A571BC37232052E8003BC0AA /* PrintLib.h */, + A571BC38232052E8003BC0AA /* UefiApplicationEntryPoint.h */, + A571BC39232052E8003BC0AA /* PerformanceLib.h */, + A571BC3A232052E8003BC0AA /* HobLib.h */, + A571BC3B232052E8003BC0AA /* DebugPrintErrorLevelLib.h */, + A571BC3C232052E8003BC0AA /* PciSegmentInfoLib.h */, + ); + path = Library; + sourceTree = ""; + }; + A571BC3D232052E8003BC0AA /* Protocol */ = { + isa = PBXGroup; + children = ( + A571BC3E232052E8003BC0AA /* LegacySpiController.h */, + A571BC3F232052E8003BC0AA /* SpiHc.h */, + A571BC40232052E8003BC0AA /* Tcp4.h */, + A571BC41232052E8003BC0AA /* DriverFamilyOverride.h */, + A571BC42232052E8003BC0AA /* MmSxDispatch.h */, + A571BC43232052E8003BC0AA /* MmCpu.h */, + A571BC44232052E8003BC0AA /* TcgService.h */, + A571BC45232052E8003BC0AA /* WiFi2.h */, + A571BC46232052E8003BC0AA /* PartitionInfo.h */, + A571BC47232052E8003BC0AA /* SmmReportStatusCodeHandler.h */, + A571BC48232052E8003BC0AA /* UgaDraw.h */, + A571BC49232052E8003BC0AA /* Bis.h */, + A571BC4A232052E8003BC0AA /* SmartCardEdge.h */, + A571BC4B232052E8003BC0AA /* EapConfiguration.h */, + A571BC4C232052E8003BC0AA /* ShellDynamicCommand.h */, + A571BC4D232052E8003BC0AA /* Rest.h */, + A571BC4E232052E8003BC0AA /* NvdimmLabel.h */, + A571BC4F232052E8003BC0AA /* Udp4.h */, + A571BC50232052E8003BC0AA /* LoadedImage.h */, + A571BC51232052E8003BC0AA /* WiFi.h */, + A571BC52232052E8003BC0AA /* SmmSwDispatch2.h */, + A571BC53232052E8003BC0AA /* FormBrowser2.h */, + A571BC54232052E8003BC0AA /* I2cHost.h */, + A571BC55232052E8003BC0AA /* DevicePathFromText.h */, + A571BC56232052E8003BC0AA /* Shell.h */, + A571BC57232052E8003BC0AA /* IpSec.h */, + A571BC58232052E8003BC0AA /* SimpleTextInEx.h */, + A571BC59232052E8003BC0AA /* CpuIo2.h */, + A571BC5A232052E8003BC0AA /* Ip4.h */, + A571BC5B232052E8003BC0AA /* DriverConfiguration.h */, + A571BC5C232052E8003BC0AA /* SpiSmmConfiguration.h */, + A571BC5D232052E8003BC0AA /* DiskIo.h */, + A571BC5E232052E8003BC0AA /* Tls.h */, + A571BC5F232052E8003BC0AA /* MmReadyToLock.h */, + A571BC60232052E8003BC0AA /* SimpleFileSystem.h */, + A571BC61232052E8003BC0AA /* MmStatusCode.h */, + A571BC62232052E8003BC0AA /* Http.h */, + A571BC63232052E8003BC0AA /* ScsiPassThruExt.h */, + A571BC64232052E8003BC0AA /* HiiConfigAccess.h */, + A571BC65232052E8003BC0AA /* SmbusHc.h */, + A571BC66232052E8003BC0AA /* DevicePathToText.h */, + A571BC67232052E8003BC0AA /* MmCpuIo.h */, + A571BC68232052E8003BC0AA /* ServiceBinding.h */, + A571BC69232052E8003BC0AA /* DriverConfiguration2.h */, + A571BC6A232052E8003BC0AA /* Usb2HostController.h */, + A571BC6B232052E8003BC0AA /* FirmwareManagement.h */, + A571BC6C232052E8003BC0AA /* EdidDiscovered.h */, + A571BC6D232052E8003BC0AA /* MmEndOfDxe.h */, + A571BC6E232052E8003BC0AA /* BootManagerPolicy.h */, + A571BC6F232052E8003BC0AA /* RealTimeClock.h */, + A571BC70232052E8003BC0AA /* SimplePointer.h */, + A571BC71232052E8003BC0AA /* Ip6Config.h */, + A571BC72232052E8003BC0AA /* I2cIo.h */, + A571BC73232052E8003BC0AA /* Dns6.h */, + A571BC74232052E8003BC0AA /* UfsDeviceConfig.h */, + A571BC75232052E8003BC0AA /* DeviceIo.h */, + A571BC76232052E8003BC0AA /* ReportStatusCodeHandler.h */, + A571BC77232052E8003BC0AA /* TlsConfig.h */, + A571BC78232052E8003BC0AA /* ScsiIo.h */, + A571BC79232052E8003BC0AA /* Security.h */, + A571BC7A232052E8003BC0AA /* SmmSxDispatch2.h */, + A571BC7B232052E8003BC0AA /* MmControl.h */, + A571BC7C232052E8003BC0AA /* NetworkInterfaceIdentifier.h */, + A571BC7D232052E8003BC0AA /* MmPowerButtonDispatch.h */, + A571BC7E232052E8003BC0AA /* Security2.h */, + A571BC7F232052E8003BC0AA /* EdidActive.h */, + A571BC80232052E8003BC0AA /* UserCredential.h */, + A571BC81232052E8003BC0AA /* MmAccess.h */, + A571BC82232052E8003BC0AA /* UnicodeCollation.h */, + A571BC83232052E8003BC0AA /* MonotonicCounter.h */, + A571BC84232052E8003BC0AA /* BluetoothHc.h */, + A571BC85232052E8003BC0AA /* PlatformDriverOverride.h */, + A571BC86232052E8003BC0AA /* ManagedNetwork.h */, + A571BC87232052E8003BC0AA /* DriverDiagnostics.h */, + A571BC88232052E8003BC0AA /* HiiImageDecoder.h */, + A571BC89232052E8003BC0AA /* SimpleNetwork.h */, + A571BC8A232052E8003BC0AA /* HiiString.h */, + A571BC8B232052E8003BC0AA /* TrEEProtocol.h */, + A571BC8C232052E8003BC0AA /* VariableWrite.h */, + A571BC8D232052E8003BC0AA /* BluetoothLeConfig.h */, + A571BC8E232052E8003BC0AA /* Ip4Config.h */, + A571BC8F232052E8003BC0AA /* MmMp.h */, + A571BC90232052E8003BC0AA /* HiiPopup.h */, + A571BC91232052E8003BC0AA /* GraphicsOutput.h */, + A571BC92232052E8003BC0AA /* IScsiInitiatorName.h */, + A571BC93232052E8003BC0AA /* Ftp4.h */, + A571BC94232052E8003BC0AA /* AtaPassThru.h */, + A571BC95232052E8003BC0AA /* SimpleTextOut.h */, + A571BC96232052E8003BC0AA /* HiiConfigKeyword.h */, + A571BC97232052E8003BC0AA /* PciOverride.h */, + A571BC98232052E8003BC0AA /* DiskIo2.h */, + A571BC99232052E8003BC0AA /* IsaHc.h */, + A571BC9A232052E8003BC0AA /* ComponentName2.h */, + A571BC9B232052E8003BC0AA /* SmmStatusCode.h */, + A571BC9C232052E8003BC0AA /* PciPlatform.h */, + A571BC9D232052E8003BC0AA /* DriverDiagnostics2.h */, + A571BC9E232052E8003BC0AA /* Rng.h */, + A571BC9F232052E8003BC0AA /* Dhcp4.h */, + A571BCA0232052E8003BC0AA /* PxeBaseCode.h */, + A571BCA1232052E8003BC0AA /* GuidedSectionExtraction.h */, + A571BCA2232052E8003BC0AA /* Variable.h */, + A571BCA3232052E8003BC0AA /* MmReportStatusCodeHandler.h */, + A571BCA4232052E8003BC0AA /* DxeMmReadyToLock.h */, + A571BCA5232052E8003BC0AA /* DriverBinding.h */, + A571BCA6232052E8003BC0AA /* FirmwareVolume2.h */, + A571BCA7232052E8003BC0AA /* BlockIo.h */, + A571BCA8232052E8003BC0AA /* MmBase.h */, + A571BCA9232052E8003BC0AA /* SmmCpuIo2.h */, + A571BCAA232052E8003BC0AA /* SmmUsbDispatch2.h */, + A571BCAB232052E8003BC0AA /* Mtftp6.h */, + A571BCAC232052E8003BC0AA /* S3SmmSaveState.h */, + A571BCAD232052E8003BC0AA /* SpiNorFlash.h */, + A571BCAE232052E8003BC0AA /* Metronome.h */, + A571BCAF232052E8003BC0AA /* SmmPowerButtonDispatch2.h */, + A571BCB0232052E8003BC0AA /* Runtime.h */, + A571BCB1232052E8003BC0AA /* LegacySpiSmmFlash.h */, + A571BCB2232052E8003BC0AA /* PlatformToDriverConfiguration.h */, + A571BCB3232052E8003BC0AA /* Timer.h */, + A571BCB4232052E8003BC0AA /* DevicePathUtilities.h */, + A571BCB5232052E8003BC0AA /* PxeBaseCodeCallBack.h */, + A571BCB6232052E8003BC0AA /* LegacySpiSmmController.h */, + A571BCB7232052E8003BC0AA /* LegacyRegion2.h */, + A571BCB8232052E8003BC0AA /* DebugPort.h */, + A571BCB9232052E8003BC0AA /* Tcp6.h */, + A571BCBA232052E8003BC0AA /* PciRootBridgeIo.h */, + A571BCBB232052E8003BC0AA /* Pcd.h */, + A571BCBC232052E8003BC0AA /* UgaIo.h */, + A571BCBD232052E8003BC0AA /* SpiSmmNorFlash.h */, + A571BCBE232052E8003BC0AA /* Hash2.h */, + A571BCBF232052E8003BC0AA /* SpiConfiguration.h */, + A571BCC0232052E8003BC0AA /* SuperIoControl.h */, + A571BCC1232052E8003BC0AA /* DevicePath.h */, + A571BCC2232052E8003BC0AA /* TapeIo.h */, + A571BCC3232052E8003BC0AA /* SmmCpu.h */, + A571BCC4232052E8003BC0AA /* DriverSupportedEfiVersion.h */, + A571BCC5232052E8003BC0AA /* StorageSecurityCommand.h */, + A571BCC6232052E8003BC0AA /* UserManager.h */, + A571BCC7232052E8003BC0AA /* PiPcd.h */, + A571BCC8232052E8003BC0AA /* SecurityPolicy.h */, + A571BCC9232052E8003BC0AA /* UsbFunctionIo.h */, + A571BCCA232052E8003BC0AA /* BusSpecificDriverOverride.h */, + A571BCCB232052E8003BC0AA /* MmSwDispatch.h */, + A571BCCC232052E8003BC0AA /* Supplicant.h */, + A571BCCD232052E8003BC0AA /* Udp6.h */, + A571BCCE232052E8003BC0AA /* SmmReadyToLock.h */, + A571BCCF232052E8003BC0AA /* PciHotPlugRequest.h */, + A571BCD0232052E8003BC0AA /* AuthenticationInfo.h */, + A571BCD1232052E8003BC0AA /* Ip4Config2.h */, + A571BCD2232052E8003BC0AA /* MmCommunication.h */, + A571BCD3232052E8003BC0AA /* EapManagement2.h */, + A571BCD4232052E8003BC0AA /* Decompress.h */, + A571BCD5232052E8003BC0AA /* PiPcdInfo.h */, + A571BCD6232052E8003BC0AA /* PciHostBridgeResourceAllocation.h */, + A571BCD7232052E8003BC0AA /* HiiPackageList.h */, + A571BCD8232052E8003BC0AA /* SpiIo.h */, + A571BCD9232052E8003BC0AA /* HiiImage.h */, + A571BCDA232052E8003BC0AA /* Pkcs7Verify.h */, + A571BCDB232052E8003BC0AA /* SmmGpiDispatch2.h */, + A571BCDC232052E8003BC0AA /* SmmCommunication.h */, + A571BCDD232052E9003BC0AA /* NvmExpressPassthru.h */, + A571BCDE232052E9003BC0AA /* IpSecConfig.h */, + A571BCDF232052E9003BC0AA /* DeferredImageLoad.h */, + A571BCE0232052E9003BC0AA /* MmUsbDispatch.h */, + A571BCE1232052E9003BC0AA /* SmmStandbyButtonDispatch2.h */, + A571BCE2232052E9003BC0AA /* Capsule.h */, + A571BCE3232052E9003BC0AA /* SuperIo.h */, + A571BCE4232052E9003BC0AA /* RegularExpressionProtocol.h */, + A571BCE5232052E9003BC0AA /* IdeControllerInit.h */, + A571BCE6232052E9003BC0AA /* Cpu.h */, + A571BCE7232052E9003BC0AA /* AbsolutePointer.h */, + A571BCE8232052E9003BC0AA /* UsbHostController.h */, + A571BCE9232052E9003BC0AA /* UsbIo.h */, + A571BCEA232052E9003BC0AA /* HiiConfigRouting.h */, + A571BCEB232052E9003BC0AA /* BluetoothAttribute.h */, + A571BCEC232052E9003BC0AA /* Ip6.h */, + A571BCED232052E9003BC0AA /* BlockIo2.h */, + A571BCEE232052E9003BC0AA /* Dns4.h */, + A571BCEF232052E9003BC0AA /* HiiDatabase.h */, + A571BCF0232052E9003BC0AA /* HiiImageEx.h */, + A571BCF1232052E9003BC0AA /* PciIo.h */, + A571BCF2232052E9003BC0AA /* MmPeriodicTimerDispatch.h */, + A571BCF3232052E9003BC0AA /* RamDisk.h */, + A571BCF4232052E9003BC0AA /* ScsiPassThru.h */, + A571BCF5232052E9003BC0AA /* DiskInfo.h */, + A571BCF6232052E9003BC0AA /* Bds.h */, + A571BCF7232052E9003BC0AA /* SerialIo.h */, + A571BCF8232052E9003BC0AA /* DriverHealth.h */, + A571BCF9232052E9003BC0AA /* Arp.h */, + A571BCFA232052E9003BC0AA /* ShellParameters.h */, + A571BCFB232052E9003BC0AA /* IncompatiblePciDeviceSupport.h */, + A571BCFC232052E9003BC0AA /* LegacySpiFlash.h */, + A571BCFD232052E9003BC0AA /* I2cMaster.h */, + A571BCFE232052E9003BC0AA /* Smbios.h */, + A571BCFF232052E9003BC0AA /* EapManagement.h */, + A571BD00232052E9003BC0AA /* EraseBlock.h */, + A571BD01232052E9003BC0AA /* Tcg2Protocol.h */, + A571BD02232052E9003BC0AA /* AcpiSystemDescriptionTable.h */, + A571BD03232052E9003BC0AA /* PciEnumerationComplete.h */, + A571BD04232052E9003BC0AA /* ResetNotification.h */, + A571BD05232052E9003BC0AA /* PciHotPlugInit.h */, + A571BD06232052E9003BC0AA /* Kms.h */, + A571BD07232052E9003BC0AA /* MmPciRootBridgeIo.h */, + A571BD08232052E9003BC0AA /* I2cBusConfigurationManagement.h */, + A571BD09232052E9003BC0AA /* LoadFile.h */, + A571BD0A232052E9003BC0AA /* PcdInfo.h */, + A571BD0B232052E9003BC0AA /* WatchdogTimer.h */, + A571BD0C232052E9003BC0AA /* SmmEndOfDxe.h */, + A571BD0D232052E9003BC0AA /* MmConfiguration.h */, + A571BD0E232052E9003BC0AA /* SmmPeriodicTimerDispatch2.h */, + A571BD0F232052E9003BC0AA /* S3SaveState.h */, + A571BD10232052E9003BC0AA /* SdMmcPassThru.h */, + A571BD11232052E9003BC0AA /* Reset.h */, + A571BD12232052E9003BC0AA /* Dhcp6.h */, + A571BD13232052E9003BC0AA /* DxeSmmReadyToLock.h */, + A571BD14232052E9003BC0AA /* MpService.h */, + A571BD15232052E9003BC0AA /* SmmConfiguration.h */, + A571BD16232052E9003BC0AA /* MmGpiDispatch.h */, + A571BD17232052E9003BC0AA /* SmmControl2.h */, + A571BD18232052E9003BC0AA /* StatusCode.h */, + A571BD19232052E9003BC0AA /* Timestamp.h */, + A571BD1A232052E9003BC0AA /* BlockIoCrypto.h */, + A571BD1B232052E9003BC0AA /* SmartCardReader.h */, + A571BD1C232052E9003BC0AA /* FirmwareVolumeBlock.h */, + A571BD1D232052E9003BC0AA /* HttpBootCallback.h */, + A571BD1E232052E9003BC0AA /* SimpleTextIn.h */, + A571BD1F232052E9003BC0AA /* MmIoTrapDispatch.h */, + A571BD20232052E9003BC0AA /* Hash.h */, + A571BD21232052E9003BC0AA /* VlanConfig.h */, + A571BD22232052E9003BC0AA /* HiiFont.h */, + A571BD23232052E9003BC0AA /* SmmAccess2.h */, + A571BD24232052E9003BC0AA /* UserCredential2.h */, + A571BD25232052E9003BC0AA /* AcpiTable.h */, + A571BD26232052E9003BC0AA /* EdidOverride.h */, + A571BD27232052E9003BC0AA /* I2cEnumerate.h */, + A571BD28232052E9003BC0AA /* BluetoothConfig.h */, + A571BD29232052E9003BC0AA /* BluetoothIo.h */, + A571BD2A232052E9003BC0AA /* MmStandbyButtonDispatch.h */, + A571BD2B232052E9003BC0AA /* Mtftp4.h */, + A571BD2C232052E9003BC0AA /* SmmIoTrapDispatch2.h */, + A571BD2D232052E9003BC0AA /* SpiSmmHc.h */, + A571BD2E232052E9003BC0AA /* Ebc.h */, + A571BD2F232052E9003BC0AA /* DebugSupport.h */, + A571BD30232052E9003BC0AA /* ComponentName.h */, + A571BD31232052E9003BC0AA /* Eap.h */, + A571BD32232052E9003BC0AA /* AdapterInformation.h */, + A571BD33232052E9003BC0AA /* SmmBase2.h */, + A571BD34232052E9003BC0AA /* SmmPciRootBridgeIo.h */, + A571BD35232052E9003BC0AA /* HttpUtilities.h */, + A571BD36232052E9003BC0AA /* LoadFile2.h */, + ); + path = Protocol; + sourceTree = ""; + }; + A571BD37232052E9003BC0AA /* Pi */ = { + isa = PBXGroup; + children = ( + A571BD38232052E9003BC0AA /* PiFirmwareVolume.h */, + A571BD39232052E9003BC0AA /* PiMmCis.h */, + A571BD3A232052E9003BC0AA /* PiDxeCis.h */, + A571BD3B232052E9003BC0AA /* PiStatusCode.h */, + A571BD3C232052E9003BC0AA /* PiBootMode.h */, + A571BD3D232052E9003BC0AA /* PiHob.h */, + A571BD3E232052E9003BC0AA /* PiPeiCis.h */, + A571BD3F232052E9003BC0AA /* PiSmmCis.h */, + A571BD40232052E9003BC0AA /* PiDependency.h */, + A571BD41232052E9003BC0AA /* PiS3BootScript.h */, + A571BD42232052E9003BC0AA /* PiMultiPhase.h */, + A571BD43232052E9003BC0AA /* PiFirmwareFile.h */, + A571BD44232052E9003BC0AA /* PiI2c.h */, + ); + path = Pi; + sourceTree = ""; + }; + A571BD45232052E9003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571BD46232052E9003BC0AA /* Nasm.inc */, + A571BD47232052E9003BC0AA /* ProcessorBind.h */, + ); + path = Ia32; + sourceTree = ""; + }; + A571BD49232052E9003BC0AA /* Register */ = { + isa = PBXGroup; + children = ( + A571BD4A232052E9003BC0AA /* Intel */, + A571BD6A232052E9003BC0AA /* Amd */, + ); + path = Register; + sourceTree = ""; + }; + A571BD4A232052E9003BC0AA /* Intel */ = { + isa = PBXGroup; + children = ( + A571BD4B232052E9003BC0AA /* Microcode.h */, + A571BD4C232052E9003BC0AA /* SmramSaveStateMap.h */, + A571BD4D232052E9003BC0AA /* Msr */, + A571BD63232052E9003BC0AA /* Cpuid.h */, + A571BD64232052E9003BC0AA /* StmStatusCode.h */, + A571BD65232052E9003BC0AA /* StmResourceDescriptor.h */, + A571BD66232052E9003BC0AA /* LocalApic.h */, + A571BD67232052E9003BC0AA /* StmApi.h */, + A571BD68232052E9003BC0AA /* ArchitecturalMsr.h */, + A571BD69232052E9003BC0AA /* Msr.h */, + ); + path = Intel; + sourceTree = ""; + }; + A571BD4D232052E9003BC0AA /* Msr */ = { + isa = PBXGroup; + children = ( + A571BD4E232052E9003BC0AA /* Pentium4Msr.h */, + A571BD4F232052E9003BC0AA /* GoldmontPlusMsr.h */, + A571BD50232052E9003BC0AA /* IvyBridgeMsr.h */, + A571BD51232052E9003BC0AA /* BroadwellMsr.h */, + A571BD52232052E9003BC0AA /* HaswellEMsr.h */, + A571BD53232052E9003BC0AA /* XeonE7Msr.h */, + A571BD54232052E9003BC0AA /* Core2Msr.h */, + A571BD55232052E9003BC0AA /* NehalemMsr.h */, + A571BD56232052E9003BC0AA /* SandyBridgeMsr.h */, + A571BD57232052E9003BC0AA /* P6Msr.h */, + A571BD58232052E9003BC0AA /* PentiumMsr.h */, + A571BD59232052E9003BC0AA /* SilvermontMsr.h */, + A571BD5A232052E9003BC0AA /* Xeon5600Msr.h */, + A571BD5B232052E9003BC0AA /* SkylakeMsr.h */, + A571BD5C232052E9003BC0AA /* CoreMsr.h */, + A571BD5D232052E9003BC0AA /* XeonDMsr.h */, + A571BD5E232052E9003BC0AA /* XeonPhiMsr.h */, + A571BD5F232052E9003BC0AA /* PentiumMMsr.h */, + A571BD60232052E9003BC0AA /* GoldmontMsr.h */, + A571BD61232052E9003BC0AA /* HaswellMsr.h */, + A571BD62232052E9003BC0AA /* AtomMsr.h */, + ); + path = Msr; + sourceTree = ""; + }; + A571BD6A232052E9003BC0AA /* Amd */ = { + isa = PBXGroup; + children = ( + A571BD6B232052E9003BC0AA /* Cpuid.h */, + A571BD6C232052E9003BC0AA /* Fam17Msr.h */, + A571BD6D232052E9003BC0AA /* Msr.h */, + ); + path = Amd; + sourceTree = ""; + }; + A571BD6F232052E9003BC0AA /* Guid */ = { + isa = PBXGroup; + children = ( + A571BD70232052E9003BC0AA /* MdePkgTokenSpace.h */, + A571BD71232052E9003BC0AA /* SmramMemoryReserve.h */, + A571BD72232052E9003BC0AA /* FileInfo.h */, + A571BD73232052E9003BC0AA /* SystemResourceTable.h */, + A571BD74232052E9003BC0AA /* AprioriFileName.h */, + A571BD75232052E9003BC0AA /* PropertiesTable.h */, + A571BD76232052E9003BC0AA /* MemoryAllocationHob.h */, + A571BD77232052E9003BC0AA /* EventGroup.h */, + A571BD78232052E9003BC0AA /* FirmwareFileSystem3.h */, + A571BD79232052E9003BC0AA /* Cper.h */, + A571BD7A232052E9003BC0AA /* MemoryOverwriteControl.h */, + A571BD7B232052E9003BC0AA /* Gpt.h */, + A571BD7C232052E9003BC0AA /* MemoryAttributesTable.h */, + A571BD7D232052E9003BC0AA /* EventLegacyBios.h */, + A571BD7E232052E9003BC0AA /* FmpCapsule.h */, + A571BD7F232052E9003BC0AA /* FirmwareContentsSigned.h */, + A571BD80232052E9003BC0AA /* Acpi.h */, + A571BD81232052E9003BC0AA /* Apriori.h */, + A571BD82232052E9003BC0AA /* DxeServices.h */, + A571BD83232052E9003BC0AA /* Btt.h */, + A571BD84232052E9003BC0AA /* HobList.h */, + A571BD85232052E9003BC0AA /* GraphicsInfoHob.h */, + A571BD86232052E9003BC0AA /* HiiFormMapMethodGuid.h */, + A571BD87232052E9003BC0AA /* FileSystemVolumeLabelInfo.h */, + A571BD88232052E9003BC0AA /* FirmwareFileSystem2.h */, + A571BD89232052E9003BC0AA /* StatusCodeDataTypeId.h */, + A571BD8A232052E9003BC0AA /* DebugImageInfoTable.h */, + A571BD8B232052E9003BC0AA /* HiiKeyBoardLayout.h */, + A571BD8C232052E9003BC0AA /* WinCertificate.h */, + A571BD8D232052E9003BC0AA /* SmBios.h */, + A571BD8E232052E9003BC0AA /* ImageAuthentication.h */, + A571BD8F232052E9003BC0AA /* VectorHandoffTable.h */, + A571BD90232052E9003BC0AA /* FileSystemInfo.h */, + A571BD91232052E9003BC0AA /* HardwareErrorVariable.h */, + A571BD92232052E9003BC0AA /* Mps.h */, + A571BD93232052E9003BC0AA /* PcAnsi.h */, + A571BD94232052E9003BC0AA /* GlobalVariable.h */, + A571BD95232052E9003BC0AA /* HiiPlatformSetupFormset.h */, + A571BD96232052E9003BC0AA /* CapsuleReport.h */, + ); + path = Guid; + sourceTree = ""; + }; + A571BD97232052E9003BC0AA /* Arm */ = { + isa = PBXGroup; + children = ( + A571BD98232052E9003BC0AA /* ProcessorBind.h */, + ); + path = Arm; + sourceTree = ""; + }; + A571BD99232052E9003BC0AA /* Ppi */ = { + isa = PBXGroup; + children = ( + A571BD9A232052E9003BC0AA /* PeiCoreFvLocation.h */, + A571BD9B232052E9003BC0AA /* SecHobData.h */, + A571BD9C232052E9003BC0AA /* VectorHandoffInfo.h */, + A571BD9D232052E9003BC0AA /* ReadOnlyVariable2.h */, + A571BD9E232052E9003BC0AA /* ReportStatusCodeHandler.h */, + A571BD9F232052E9003BC0AA /* S3Resume2.h */, + A571BDA0232052E9003BC0AA /* MmControl.h */, + A571BDA1232052E9003BC0AA /* Reset2.h */, + A571BDA2232052E9003BC0AA /* Security2.h */, + A571BDA3232052E9003BC0AA /* MmAccess.h */, + A571BDA4232052E9003BC0AA /* EndOfPeiPhase.h */, + A571BDA5232052E9003BC0AA /* Smbus2.h */, + A571BDA6232052E9003BC0AA /* BootInRecoveryMode.h */, + A571BDA7232052E9003BC0AA /* IsaHc.h */, + A571BDA8232052E9003BC0AA /* DxeIpl.h */, + A571BDA9232052E9003BC0AA /* GuidedSectionExtraction.h */, + A571BDAA232052E9003BC0AA /* MemoryDiscovered.h */, + A571BDAB232052E9003BC0AA /* BlockIo.h */, + A571BDAC232052E9003BC0AA /* Pcd.h */, + A571BDAD232052E9003BC0AA /* LoadImage.h */, + A571BDAE232052E9003BC0AA /* FirmwareVolumeInfo2.h */, + A571BDAF232052E9003BC0AA /* PiPcd.h */, + A571BDB0232052E9003BC0AA /* Stall.h */, + A571BDB1232052E9003BC0AA /* PciCfg2.h */, + A571BDB2232052E9003BC0AA /* Decompress.h */, + A571BDB3232052E9003BC0AA /* PiPcdInfo.h */, + A571BDB4232052E9003BC0AA /* MasterBootMode.h */, + A571BDB5232052E9003BC0AA /* Capsule.h */, + A571BDB6232052E9003BC0AA /* SuperIo.h */, + A571BDB7232052E9003BC0AA /* BlockIo2.h */, + A571BDB8232052E9003BC0AA /* FirmwareVolumeInfo.h */, + A571BDB9232052E9003BC0AA /* I2cMaster.h */, + A571BDBA232052E9003BC0AA /* RecoveryModule.h */, + A571BDBB232052E9003BC0AA /* SecPlatformInformation2.h */, + A571BDBC232052E9003BC0AA /* Graphics.h */, + A571BDBD232052E9003BC0AA /* MpServices.h */, + A571BDBE232052E9003BC0AA /* TemporaryRamSupport.h */, + A571BDBF232052E9003BC0AA /* TemporaryRamDone.h */, + A571BDC0232052E9003BC0AA /* DeviceRecoveryModule.h */, + A571BDC1232052E9003BC0AA /* LoadFile.h */, + A571BDC2232052E9003BC0AA /* PcdInfo.h */, + A571BDC3232052E9003BC0AA /* Reset.h */, + A571BDC4232052E9003BC0AA /* StatusCode.h */, + A571BDC5232052E9003BC0AA /* SecPlatformInformation.h */, + A571BDC6232052E9003BC0AA /* CpuIo.h */, + A571BDC7232052E9003BC0AA /* FirmwareVolume.h */, + ); + path = Ppi; + sourceTree = ""; + }; + A571BDC8232052E9003BC0AA /* AArch64 */ = { + isa = PBXGroup; + children = ( + A571BDC9232052E9003BC0AA /* ProcessorBind.h */, + ); + path = AArch64; + sourceTree = ""; + }; + A571BDCB232052E9003BC0AA /* Library */ = { + isa = PBXGroup; + children = ( + A571BDCC232052E9003BC0AA /* PeiServicesTablePointerLibIdt */, + A571BDD0232052E9003BC0AA /* StandaloneMmServicesTableLib */, + A571BDD4232052E9003BC0AA /* PeiPciLibPciCfg2 */, + A571BDD8232052E9003BC0AA /* PeiSmbusLibSmbus2Ppi */, + A571BDDE232052E9003BC0AA /* BaseDebugPrintErrorLevelLib */, + A571BDE2232052E9003BC0AA /* BaseCacheMaintenanceLib */, + A571BDE8232052E9003BC0AA /* DxeIoLibCpuIo2 */, + A571BDEF232052E9003BC0AA /* BasePciLibCf8 */, + A571BDF3232052E9003BC0AA /* PeiServicesTablePointerLib */, + A571BDF7232052E9003BC0AA /* BaseDebugLibNull */, + A571BDFB232052E9003BC0AA /* UefiPciSegmentLibPciRootBridgeIo */, + A571BE00232052E9003BC0AA /* PeiServicesLib */, + A571BE04232052E9003BC0AA /* BasePciExpressLib */, + A571BE08232052E9003BC0AA /* BaseS3SmbusLib */, + A571BE0C232052E9003BC0AA /* DxeServicesLib */, + A571BE13232052E9003BC0AA /* SecPeiDxeTimerLibCpu */, + A571BE17232052E9003BC0AA /* StandaloneMmDriverEntryPoint */, + A571BE1B232052E9003BC0AA /* SmmPciLibPciRootBridgeIo */, + A571BE1F232052E9003BC0AA /* BaseLib */, + A571BF99232052EA003BC0AA /* BaseMemoryLibRepStr */, + A571BFC4232052EA003BC0AA /* BaseSynchronizationLib */, + A571BFEA232052EA003BC0AA /* UefiMemoryLib */, + A571BFFD232052EA003BC0AA /* PciSegmentLibSegmentInfo */, + A571C006232052EA003BC0AA /* BaseCpuLib */, + A571C01F232052EA003BC0AA /* PeiExtractGuidedSectionLib */, + A571C023232052EA003BC0AA /* UefiDriverEntryPoint */, + A571C027232052EA003BC0AA /* UefiDebugLibDebugPortProtocol */, + A571C02C232052EA003BC0AA /* SmmPciExpressLib */, + A571C02F232052EA003BC0AA /* DxeRuntimePciExpressLib */, + A571C033232052EA003BC0AA /* BaseMemoryLibOptDxe */, + A571C071232052EA003BC0AA /* BasePerformanceLibNull */, + A571C075232052EA003BC0AA /* BasePciSegmentLibPci */, + A571C079232052EA003BC0AA /* PeiDxePostCodeLibReportStatusCode */, + A571C07D232052EA003BC0AA /* BasePcdLibNull */, + A571C081232052EA003BC0AA /* BaseStackCheckLib */, + A571C086232052EA003BC0AA /* BaseRngLib */, + A571C08A232052EA003BC0AA /* DxeCoreEntryPoint */, + A571C08E232052EA003BC0AA /* BasePostCodeLibPort80 */, + A571C092232052EA003BC0AA /* PeiCoreEntryPoint */, + A571C096232052EA003BC0AA /* BasePeCoffLib */, + A571C09E232052EA003BC0AA /* SmmLibNull */, + A571C0A2232052EA003BC0AA /* BasePciCf8Lib */, + A571C0A6232052EA003BC0AA /* MmServicesTableLib */, + A571C0AA232052EA003BC0AA /* BaseSafeIntLib */, + A571C0B0232052EA003BC0AA /* SmmServicesTableLib */, + A571C0B4232052EA003BC0AA /* DxeExtractGuidedSectionLib */, + A571C0B8232052EA003BC0AA /* UefiApplicationEntryPoint */, + A571C0BC232052EA003BC0AA /* BaseMemoryLib */, + A571C0D0232052EB003BC0AA /* SmmIoLibSmmCpuIo2 */, + A571C0D7232052EB003BC0AA /* DxeSmbusLib */, + A571C0DD232052EB003BC0AA /* BaseSmbusLibNull */, + A571C0E1232052EB003BC0AA /* BaseTimerLibNullTemplate */, + A571C0E5232052EB003BC0AA /* BaseS3IoLib */, + A571C0E9232052EB003BC0AA /* BaseDebugLibSerialPort */, + A571C0ED232052EB003BC0AA /* BaseMemoryLibSse2 */, + A571C118232052EB003BC0AA /* BaseUefiDecompressLib */, + A571C11F232052EB003BC0AA /* BaseSerialPortLibNull */, + A571C123232052EB003BC0AA /* BaseS3BootScriptLibNull */, + A571C127232052EB003BC0AA /* DxePcdLib */, + A571C12B232052EB003BC0AA /* SmmPeriodicSmiLib */, + A571C12F232052EB003BC0AA /* UefiScsiLib */, + A571C133232052EB003BC0AA /* PeiResourcePublicationLib */, + A571C137232052EB003BC0AA /* DxeHobLib */, + A571C13B232052EB003BC0AA /* BaseS3PciSegmentLib */, + A571C13F232052EB003BC0AA /* BasePciSegmentInfoLibNull */, + A571C143232052EB003BC0AA /* SmmMemoryAllocationLib */, + A571C147232052EB003BC0AA /* BaseExtractGuidedSectionLib */, + A571C14B232052EB003BC0AA /* UefiBootServicesTableLib */, + A571C14F232052EB003BC0AA /* UefiDebugLibStdErr */, + A571C154232052EB003BC0AA /* PeiMemoryAllocationLib */, + A571C158232052EB003BC0AA /* UefiDevicePathLib */, + A571C163232052EB003BC0AA /* PeiHobLib */, + A571C167232052EB003BC0AA /* PeiMemoryLib */, + A571C17A232052EB003BC0AA /* BaseIoLibIntrinsic */, + A571C195232052EB003BC0AA /* PeiPciSegmentLibPciCfg2 */, + A571C199232052EB003BC0AA /* BasePeCoffGetEntryPointLib */, + A571C19D232052EB003BC0AA /* UefiDevicePathLibDevicePathProtocol */, + A571C1A1232052EB003BC0AA /* SmmIoLib */, + A571C1A5232052EB003BC0AA /* DxeCoreHobLib */, + A571C1A9232052EB003BC0AA /* UefiRuntimeServicesTableLib */, + A571C1AD232052EB003BC0AA /* PeiPcdLib */, + A571C1B1232052EB003BC0AA /* SmmMemLib */, + A571C1B5232052EB003BC0AA /* UefiFileHandleLib */, + A571C1B9232052EB003BC0AA /* DxeRuntimeDebugLibSerialPort */, + A571C1BD232052EB003BC0AA /* BaseMemoryLibMmx */, + A571C1E8232052EB003BC0AA /* BaseOrderedCollectionRedBlackTreeLib */, + A571C1EC232052EB003BC0AA /* UefiMemoryAllocationLib */, + A571C1F0232052EB003BC0AA /* UefiRuntimeLib */, + A571C1F4232052EB003BC0AA /* UefiDebugLibConOut */, + A571C1F9232052EB003BC0AA /* BasePciLibPciExpress */, + A571C1FD232052EB003BC0AA /* UefiLib */, + A571C207232052EB003BC0AA /* DxeHstiLib */, + A571C20D232052EB003BC0AA /* BasePostCodeLibDebug */, + A571C211232052EB003BC0AA /* BaseS3StallLib */, + A571C215232052EB003BC0AA /* BaseMemoryLibOptPei */, + A571C240232052EC003BC0AA /* UefiPciLibPciRootBridgeIo */, + A571C244232052EC003BC0AA /* PeimEntryPoint */, + A571C248232052EC003BC0AA /* SmiHandlerProfileLibNull */, + A571C24C232052EC003BC0AA /* BaseS3PciLib */, + A571C250232052EC003BC0AA /* BasePrintLib */, + A571C256232052EC003BC0AA /* PeiIoLibCpuIo */, + A571C25C232052EC003BC0AA /* BaseReportStatusCodeLibNull */, + A571C260232052EC003BC0AA /* DxeServicesTableLib */, + A571C264232052EC003BC0AA /* BasePeCoffExtraActionLibNull */, + A571C268232052EC003BC0AA /* UefiUsbLib */, + ); + path = Library; + sourceTree = ""; + }; + A571BDCC232052E9003BC0AA /* PeiServicesTablePointerLibIdt */ = { + isa = PBXGroup; + children = ( + A571BDCD232052E9003BC0AA /* PeiServicesTablePointerLibIdt.uni */, + A571BDCE232052E9003BC0AA /* PeiServicesTablePointerLibIdt.inf */, + A571BDCF232052E9003BC0AA /* PeiServicesTablePointer.c */, + ); + path = PeiServicesTablePointerLibIdt; + sourceTree = ""; + }; + A571BDD0232052E9003BC0AA /* StandaloneMmServicesTableLib */ = { + isa = PBXGroup; + children = ( + A571BDD1232052E9003BC0AA /* StandaloneMmServicesTableLib.c */, + A571BDD2232052E9003BC0AA /* StandaloneMmServicesTableLib.inf */, + A571BDD3232052E9003BC0AA /* StandaloneMmServicesTableLib.uni */, + ); + path = StandaloneMmServicesTableLib; + sourceTree = ""; + }; + A571BDD4232052E9003BC0AA /* PeiPciLibPciCfg2 */ = { + isa = PBXGroup; + children = ( + A571BDD5232052E9003BC0AA /* PeiPciLibPciCfg2.uni */, + A571BDD6232052E9003BC0AA /* PeiPciLibPciCfg2.inf */, + A571BDD7232052E9003BC0AA /* PciLib.c */, + ); + path = PeiPciLibPciCfg2; + sourceTree = ""; + }; + A571BDD8232052E9003BC0AA /* PeiSmbusLibSmbus2Ppi */ = { + isa = PBXGroup; + children = ( + A571BDD9232052E9003BC0AA /* SmbusLib.c */, + A571BDDA232052E9003BC0AA /* InternalSmbusLib.h */, + A571BDDB232052E9003BC0AA /* PeiSmbusLib.c */, + A571BDDC232052E9003BC0AA /* PeiSmbusLibSmbus2Ppi.inf */, + A571BDDD232052E9003BC0AA /* PeiSmbusLibSmbus2Ppi.uni */, + ); + path = PeiSmbusLibSmbus2Ppi; + sourceTree = ""; + }; + A571BDDE232052E9003BC0AA /* BaseDebugPrintErrorLevelLib */ = { + isa = PBXGroup; + children = ( + A571BDDF232052E9003BC0AA /* BaseDebugPrintErrorLevelLib.c */, + A571BDE0232052E9003BC0AA /* BaseDebugPrintErrorLevelLib.inf */, + A571BDE1232052E9003BC0AA /* BaseDebugPrintErrorLevelLib.uni */, + ); + path = BaseDebugPrintErrorLevelLib; + sourceTree = ""; + }; + A571BDE2232052E9003BC0AA /* BaseCacheMaintenanceLib */ = { + isa = PBXGroup; + children = ( + A571BDE3232052E9003BC0AA /* BaseCacheMaintenanceLib.inf */, + A571BDE4232052E9003BC0AA /* BaseCacheMaintenanceLib.uni */, + A571BDE5232052E9003BC0AA /* X86Cache.c */, + A571BDE6232052E9003BC0AA /* ArmCache.c */, + A571BDE7232052E9003BC0AA /* EbcCache.c */, + ); + path = BaseCacheMaintenanceLib; + sourceTree = ""; + }; + A571BDE8232052E9003BC0AA /* DxeIoLibCpuIo2 */ = { + isa = PBXGroup; + children = ( + A571BDE9232052E9003BC0AA /* IoLibMmioBuffer.c */, + A571BDEA232052E9003BC0AA /* IoLib.c */, + A571BDEB232052E9003BC0AA /* IoHighLevel.c */, + A571BDEC232052E9003BC0AA /* DxeIoLibCpuIo2.uni */, + A571BDED232052E9003BC0AA /* DxeCpuIo2LibInternal.h */, + A571BDEE232052E9003BC0AA /* DxeIoLibCpuIo2.inf */, + ); + path = DxeIoLibCpuIo2; + sourceTree = ""; + }; + A571BDEF232052E9003BC0AA /* BasePciLibCf8 */ = { + isa = PBXGroup; + children = ( + A571BDF0232052E9003BC0AA /* BasePciLibCf8.inf */, + A571BDF1232052E9003BC0AA /* BasePciLibCf8.uni */, + A571BDF2232052E9003BC0AA /* PciLib.c */, + ); + path = BasePciLibCf8; + sourceTree = ""; + }; + A571BDF3232052E9003BC0AA /* PeiServicesTablePointerLib */ = { + isa = PBXGroup; + children = ( + A571BDF4232052E9003BC0AA /* PeiServicesTablePointerLib.uni */, + A571BDF5232052E9003BC0AA /* PeiServicesTablePointerLib.inf */, + A571BDF6232052E9003BC0AA /* PeiServicesTablePointer.c */, + ); + path = PeiServicesTablePointerLib; + sourceTree = ""; + }; + A571BDF7232052E9003BC0AA /* BaseDebugLibNull */ = { + isa = PBXGroup; + children = ( + A571BDF8232052E9003BC0AA /* BaseDebugLibNull.inf */, + A571BDF9232052E9003BC0AA /* BaseDebugLibNull.uni */, + A571BDFA232052E9003BC0AA /* DebugLib.c */, + ); + path = BaseDebugLibNull; + sourceTree = ""; + }; + A571BDFB232052E9003BC0AA /* UefiPciSegmentLibPciRootBridgeIo */ = { + isa = PBXGroup; + children = ( + A571BDFC232052E9003BC0AA /* PciSegmentLib.h */, + A571BDFD232052E9003BC0AA /* UefiPciSegmentLibPciRootBridgeIo.inf */, + A571BDFE232052E9003BC0AA /* UefiPciSegmentLibPciRootBridgeIo.uni */, + A571BDFF232052E9003BC0AA /* PciSegmentLib.c */, + ); + path = UefiPciSegmentLibPciRootBridgeIo; + sourceTree = ""; + }; + A571BE00232052E9003BC0AA /* PeiServicesLib */ = { + isa = PBXGroup; + children = ( + A571BE01232052E9003BC0AA /* PeiServicesLib.inf */, + A571BE02232052E9003BC0AA /* PeiServicesLib.c */, + A571BE03232052E9003BC0AA /* PeiServicesLib.uni */, + ); + path = PeiServicesLib; + sourceTree = ""; + }; + A571BE04232052E9003BC0AA /* BasePciExpressLib */ = { + isa = PBXGroup; + children = ( + A571BE05232052E9003BC0AA /* BasePciExpressLib.uni */, + A571BE06232052E9003BC0AA /* BasePciExpressLib.inf */, + A571BE07232052E9003BC0AA /* PciExpressLib.c */, + ); + path = BasePciExpressLib; + sourceTree = ""; + }; + A571BE08232052E9003BC0AA /* BaseS3SmbusLib */ = { + isa = PBXGroup; + children = ( + A571BE09232052E9003BC0AA /* BaseS3SmbusLib.inf */, + A571BE0A232052E9003BC0AA /* BaseS3SmbusLib.uni */, + A571BE0B232052E9003BC0AA /* S3SmbusLib.c */, + ); + path = BaseS3SmbusLib; + sourceTree = ""; + }; + A571BE0C232052E9003BC0AA /* DxeServicesLib */ = { + isa = PBXGroup; + children = ( + A571BE0D232052E9003BC0AA /* Allocate.c */, + A571BE0E232052E9003BC0AA /* DxeServicesLib.c */, + A571BE0F232052E9003BC0AA /* X64 */, + A571BE11232052E9003BC0AA /* DxeServicesLib.uni */, + A571BE12232052E9003BC0AA /* DxeServicesLib.inf */, + ); + path = DxeServicesLib; + sourceTree = ""; + }; + A571BE0F232052E9003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571BE10232052E9003BC0AA /* Allocate.c */, + ); + path = X64; + sourceTree = ""; + }; + A571BE13232052E9003BC0AA /* SecPeiDxeTimerLibCpu */ = { + isa = PBXGroup; + children = ( + A571BE14232052E9003BC0AA /* X86TimerLib.c */, + A571BE15232052E9003BC0AA /* SecPeiDxeTimerLibCpu.inf */, + A571BE16232052E9003BC0AA /* SecPeiDxeTimerLibCpu.uni */, + ); + path = SecPeiDxeTimerLibCpu; + sourceTree = ""; + }; + A571BE17232052E9003BC0AA /* StandaloneMmDriverEntryPoint */ = { + isa = PBXGroup; + children = ( + A571BE18232052E9003BC0AA /* StandaloneMmDriverEntryPoint.inf */, + A571BE19232052E9003BC0AA /* StandaloneMmDriverEntryPoint.uni */, + A571BE1A232052E9003BC0AA /* StandaloneMmDriverEntryPoint.c */, + ); + path = StandaloneMmDriverEntryPoint; + sourceTree = ""; + }; + A571BE1B232052E9003BC0AA /* SmmPciLibPciRootBridgeIo */ = { + isa = PBXGroup; + children = ( + A571BE1C232052E9003BC0AA /* SmmPciLibPciRootBridgeIo.uni */, + A571BE1D232052E9003BC0AA /* SmmPciLibPciRootBridgeIo.inf */, + A571BE1E232052E9003BC0AA /* PciLib.c */, + ); + path = SmmPciLibPciRootBridgeIo; + sourceTree = ""; + }; + A571BE1F232052E9003BC0AA /* BaseLib */ = { + isa = PBXGroup; + children = ( + A571BE20232052E9003BC0AA /* SwapBytes32.c */, + A571BE21232052E9003BC0AA /* X86ReadIdtr.c */, + A571BE22232052E9003BC0AA /* Ebc */, + A571BE27232052E9003BC0AA /* BaseLibInternals.h */, + A571BE28232052E9003BC0AA /* DivS64x64Remainder.c */, + A571BE29232052E9003BC0AA /* X86WriteIdtr.c */, + A571BE2A232052E9003BC0AA /* FilePaths.c */, + A571BE2B232052E9003BC0AA /* BaseLib.uni */, + A571BE2C232052E9003BC0AA /* X86FxRestore.c */, + A571BE2D232052E9003BC0AA /* RRotU64.c */, + A571BE2E232052E9003BC0AA /* LongJump.c */, + A571BE2F232052E9003BC0AA /* Cpu.c */, + A571BE30232052E9003BC0AA /* BaseLib.inf */, + A571BE31232052E9003BC0AA /* GetPowerOfTwo64.c */, + A571BE32232052E9003BC0AA /* X64 */, + A571BE8A232052E9003BC0AA /* X86Msr.c */, + A571BE8B232052E9003BC0AA /* DivU64x64Remainder.c */, + A571BE8C232052E9003BC0AA /* X86Thunk.c */, + A571BE8D232052E9003BC0AA /* CpuDeadLoop.c */, + A571BE8E232052E9003BC0AA /* LowBitSet64.c */, + A571BE8F232052E9003BC0AA /* LRotU64.c */, + A571BE90232052E9003BC0AA /* X86PatchInstruction.c */, + A571BE91232052E9003BC0AA /* X86FxSave.c */, + A571BE92232052E9003BC0AA /* X86GetInterruptState.c */, + A571BE93232052E9003BC0AA /* CheckSum.c */, + A571BE94232052E9003BC0AA /* MultU64x32.c */, + A571BE95232052E9003BC0AA /* String.c */, + A571BE96232052E9003BC0AA /* X86DisablePaging32.c */, + A571BE97232052E9003BC0AA /* BitField.c */, + A571BE98232052E9003BC0AA /* X86EnablePaging64.c */, + A571BE99232052E9003BC0AA /* HighBitSet64.c */, + A571BE9A232052E9003BC0AA /* LShiftU64.c */, + A571BE9B232052E9003BC0AA /* SafeString.c */, + A571BE9C232052E9003BC0AA /* MultS64x64.c */, + A571BE9D232052E9003BC0AA /* Unaligned.c */, + A571BE9E232052E9003BC0AA /* Ia32 */, + A571BF5A232052EA003BC0AA /* GetPowerOfTwo32.c */, + A571BF5B232052EA003BC0AA /* Math64.c */, + A571BF5C232052EA003BC0AA /* RRotU32.c */, + A571BF5D232052EA003BC0AA /* DivU64x32.c */, + A571BF5E232052EA003BC0AA /* DivU64x32Remainder.c */, + A571BF5F232052EA003BC0AA /* X86MemoryFence.c */, + A571BF60232052EA003BC0AA /* SwapBytes64.c */, + A571BF61232052EA003BC0AA /* RShiftU64.c */, + A571BF62232052EA003BC0AA /* SwitchStack.c */, + A571BF63232052EA003BC0AA /* ChkStkGcc.c */, + A571BF64232052EA003BC0AA /* SetJump.c */, + A571BF65232052EA003BC0AA /* X86EnablePaging32.c */, + A571BF66232052EA003BC0AA /* X86WriteGdtr.c */, + A571BF67232052EA003BC0AA /* SwapBytes16.c */, + A571BF68232052EA003BC0AA /* HighBitSet32.c */, + A571BF69232052EA003BC0AA /* X86RdRand.c */, + A571BF6A232052EA003BC0AA /* Arm */, + A571BF7F232052EA003BC0AA /* MultU64x64.c */, + A571BF80232052EA003BC0AA /* X86DisablePaging64.c */, + A571BF81232052EA003BC0AA /* X86ReadGdtr.c */, + A571BF82232052EA003BC0AA /* ARShiftU64.c */, + A571BF83232052EA003BC0AA /* AArch64 */, + A571BF94232052EA003BC0AA /* LowBitSet32.c */, + A571BF95232052EA003BC0AA /* LRotU32.c */, + A571BF96232052EA003BC0AA /* ModU64x32.c */, + A571BF97232052EA003BC0AA /* LinkedList.c */, + A571BF98232052EA003BC0AA /* X86SpeculationBarrier.c */, + ); + path = BaseLib; + sourceTree = ""; + }; + A571BE22232052E9003BC0AA /* Ebc */ = { + isa = PBXGroup; + children = ( + A571BE23232052E9003BC0AA /* CpuBreakpoint.c */, + A571BE24232052E9003BC0AA /* SwitchStack.c */, + A571BE25232052E9003BC0AA /* SetJumpLongJump.c */, + A571BE26232052E9003BC0AA /* SpeculationBarrier.c */, + ); + path = Ebc; + sourceTree = ""; + }; + A571BE32232052E9003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571BE33232052E9003BC0AA /* WriteMm4.nasm */, + A571BE34232052E9003BC0AA /* WriteDr6.nasm */, + A571BE35232052E9003BC0AA /* WriteTr.nasm */, + A571BE36232052E9003BC0AA /* WriteCr4.nasm */, + A571BE37232052E9003BC0AA /* Mwait.nasm */, + A571BE38232052E9003BC0AA /* ReadFs.nasm */, + A571BE39232052E9003BC0AA /* ReadDs.nasm */, + A571BE3A232052E9003BC0AA /* FxRestore.nasm */, + A571BE3B232052E9003BC0AA /* ReadMm4.nasm */, + A571BE3C232052E9003BC0AA /* ReadDr6.nasm */, + A571BE3D232052E9003BC0AA /* CpuPause.nasm */, + A571BE3E232052E9003BC0AA /* ReadCr4.nasm */, + A571BE3F232052E9003BC0AA /* WriteLdtr.nasm */, + A571BE40232052E9003BC0AA /* ReadDr7.nasm */, + A571BE41232052E9003BC0AA /* SwitchStack.nasm */, + A571BE42232052E9003BC0AA /* ReadMm5.nasm */, + A571BE43232052E9003BC0AA /* WriteMsr64.nasm */, + A571BE44232052E9003BC0AA /* ReadIdtr.nasm */, + A571BE45232052E9003BC0AA /* WriteDr7.nasm */, + A571BE46232052E9003BC0AA /* WriteMm5.nasm */, + A571BE47232052E9003BC0AA /* ReadMm2.nasm */, + A571BE48232052E9003BC0AA /* ReadDr0.nasm */, + A571BE49232052E9003BC0AA /* ReadEs.nasm */, + A571BE4A232052E9003BC0AA /* ReadCr2.nasm */, + A571BE4B232052E9003BC0AA /* EnableCache.nasm */, + A571BE4C232052E9003BC0AA /* CpuIdEx.nasm */, + A571BE4D232052E9003BC0AA /* SetJump.nasm */, + A571BE4E232052E9003BC0AA /* WriteMm2.nasm */, + A571BE4F232052E9003BC0AA /* EnableInterrupts.nasm */, + A571BE50232052E9003BC0AA /* RdRand.nasm */, + A571BE51232052E9003BC0AA /* WriteDr0.nasm */, + A571BE52232052E9003BC0AA /* DisableCache.nasm */, + A571BE53232052E9003BC0AA /* WriteCr2.nasm */, + A571BE54232052E9003BC0AA /* ReadGs.nasm */, + A571BE55232052E9003BC0AA /* WriteGdtr.nasm */, + A571BE56232052E9003BC0AA /* ReadCs.nasm */, + A571BE57232052E9003BC0AA /* EnableDisableInterrupts.nasm */, + A571BE58232052E9003BC0AA /* WriteCr3.nasm */, + A571BE59232052E9003BC0AA /* WriteDr1.nasm */, + A571BE5A232052E9003BC0AA /* ReadMsr64.c */, + A571BE5B232052E9003BC0AA /* WriteMm3.nasm */, + A571BE5C232052E9003BC0AA /* Thunk16.nasm */, + A571BE5D232052E9003BC0AA /* ReadCr3.nasm */, + A571BE5E232052E9003BC0AA /* ReadDr1.nasm */, + A571BE5F232052E9003BC0AA /* ReadMm3.nasm */, + A571BE60232052E9003BC0AA /* ReadCr0.nasm */, + A571BE61232052E9003BC0AA /* DisableInterrupts.nasm */, + A571BE62232052E9003BC0AA /* ReadDr2.nasm */, + A571BE63232052E9003BC0AA /* Lfence.nasm */, + A571BE64232052E9003BC0AA /* ReadMm0.nasm */, + A571BE65232052E9003BC0AA /* DisablePaging64.nasm */, + A571BE66232052E9003BC0AA /* WriteCr0.nasm */, + A571BE67232052E9003BC0AA /* WriteDr2.nasm */, + A571BE68232052E9003BC0AA /* WriteMm0.nasm */, + A571BE69232052E9003BC0AA /* GccInline.c */, + A571BE6A232052E9003BC0AA /* CpuBreakpoint.c */, + A571BE6B232052E9003BC0AA /* WriteMm1.nasm */, + A571BE6C232052E9003BC0AA /* ReadTr.nasm */, + A571BE6D232052E9003BC0AA /* WriteDr3.nasm */, + A571BE6E232052E9003BC0AA /* ReadMm1.nasm */, + A571BE6F232052E9003BC0AA /* ReadDr3.nasm */, + A571BE70232052E9003BC0AA /* CpuBreakpoint.nasm */, + A571BE71232052E9003BC0AA /* Invd.nasm */, + A571BE72232052E9003BC0AA /* LongJump.nasm */, + A571BE73232052E9003BC0AA /* ReadGdtr.nasm */, + A571BE74232052E9003BC0AA /* Wbinvd.nasm */, + A571BE75232052E9003BC0AA /* ReadEflags.nasm */, + A571BE76232052E9003BC0AA /* WriteMsr64.c */, + A571BE77232052E9003BC0AA /* Non-existing.c */, + A571BE78232052E9003BC0AA /* WriteDr4.nasm */, + A571BE79232052E9003BC0AA /* FlushCacheLine.nasm */, + A571BE7A232052E9003BC0AA /* WriteMm6.nasm */, + A571BE7B232052E9003BC0AA /* ReadLdtr.nasm */, + A571BE7C232052E9003BC0AA /* WriteIdtr.nasm */, + A571BE7D232052E9003BC0AA /* FxSave.nasm */, + A571BE7E232052E9003BC0AA /* Monitor.nasm */, + A571BE7F232052E9003BC0AA /* ReadDr4.nasm */, + A571BE80232052E9003BC0AA /* ReadMm6.nasm */, + A571BE81232052E9003BC0AA /* ReadMsr64.nasm */, + A571BE82232052E9003BC0AA /* ReadMm7.nasm */, + A571BE83232052E9003BC0AA /* ReadDr5.nasm */, + A571BE84232052E9003BC0AA /* ReadSs.nasm */, + A571BE85232052E9003BC0AA /* WriteMm7.nasm */, + A571BE86232052E9003BC0AA /* CpuId.nasm */, + A571BE87232052E9003BC0AA /* WriteDr5.nasm */, + A571BE88232052E9003BC0AA /* ReadPmc.nasm */, + A571BE89232052E9003BC0AA /* ReadTsc.nasm */, + ); + path = X64; + sourceTree = ""; + }; + A571BE9E232052E9003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571BE9F232052E9003BC0AA /* EnablePaging32.c */, + A571BEA0232052E9003BC0AA /* WriteMm4.nasm */, + A571BEA1232052E9003BC0AA /* WriteDr3.c */, + A571BEA2232052E9003BC0AA /* ReadGdtr.c */, + A571BEA3232052E9003BC0AA /* WriteDr6.nasm */, + A571BEA4232052E9003BC0AA /* WriteTr.nasm */, + A571BEA5232052E9003BC0AA /* WriteCr4.nasm */, + A571BEA6232052E9003BC0AA /* ReadDr2.c */, + A571BEA7232052E9003BC0AA /* Mwait.nasm */, + A571BEA8232052E9003BC0AA /* ReadFs.nasm */, + A571BEA9232052E9003BC0AA /* ReadDs.nasm */, + A571BEAA232052E9003BC0AA /* FxRestore.nasm */, + A571BEAB232052E9003BC0AA /* ReadSs.c */, + A571BEAC232052E9003BC0AA /* ReadMm4.nasm */, + A571BEAD232052E9003BC0AA /* DivS64x64Remainder.c */, + A571BEAE232052E9003BC0AA /* Monitor.c */, + A571BEAF232052E9003BC0AA /* ReadDr6.nasm */, + A571BEB0232052E9003BC0AA /* WriteGdtr.c */, + A571BEB1232052E9003BC0AA /* CpuPause.nasm */, + A571BEB2232052E9003BC0AA /* ReadDr6.c */, + A571BEB3232052E9003BC0AA /* ReadPmc.c */, + A571BEB4232052E9003BC0AA /* Wbinvd.c */, + A571BEB5232052E9003BC0AA /* DisablePaging32.c */, + A571BEB6232052E9003BC0AA /* RShiftU64.nasm */, + A571BEB7232052E9003BC0AA /* ReadCr4.nasm */, + A571BEB8232052E9003BC0AA /* Invd.c */, + A571BEB9232052E9003BC0AA /* WriteDr7.c */, + A571BEBA232052E9003BC0AA /* WriteMm7.c */, + A571BEBB232052E9003BC0AA /* RRotU64.c */, + A571BEBC232052E9003BC0AA /* ReadCr2.c */, + A571BEBD232052E9003BC0AA /* LShiftU64.nasm */, + A571BEBE232052E9003BC0AA /* ReadTr.c */, + A571BEBF232052E9003BC0AA /* ReadMm6.c */, + A571BEC0232052E9003BC0AA /* WriteLdtr.nasm */, + A571BEC1232052E9003BC0AA /* ReadDr7.nasm */, + A571BEC2232052E9003BC0AA /* ReadMm5.nasm */, + A571BEC3232052E9003BC0AA /* WriteCr3.c */, + A571BEC4232052E9003BC0AA /* WriteMsr64.nasm */, + A571BEC5232052E9003BC0AA /* CpuPause.c */, + A571BEC6232052E9003BC0AA /* ReadMm2.c */, + A571BEC7232052E9003BC0AA /* ReadIdtr.nasm */, + A571BEC8232052E9003BC0AA /* WriteDr7.nasm */, + A571BEC9232052E9003BC0AA /* CpuIdEx.c */, + A571BECA232052E9003BC0AA /* WriteMm3.c */, + A571BECB232052E9003BC0AA /* WriteMm5.nasm */, + A571BECC232052E9003BC0AA /* ReadDr1.c */, + A571BECD232052E9003BC0AA /* ReadMm2.nasm */, + A571BECE232052E9003BC0AA /* ReadDr0.nasm */, + A571BECF232052E9003BC0AA /* ReadEs.nasm */, + A571BED0232052E9003BC0AA /* ReadEs.c */, + A571BED1232052E9003BC0AA /* FlushCacheLine.c */, + A571BED2232052E9003BC0AA /* ReadCr2.nasm */, + A571BED3232052E9003BC0AA /* WriteDr0.c */, + A571BED4232052E9003BC0AA /* DisableInterrupts.c */, + A571BED5232052E9003BC0AA /* EnableCache.nasm */, + A571BED6232052E9003BC0AA /* CpuIdEx.nasm */, + A571BED7232052E9003BC0AA /* SetJump.nasm */, + A571BED8232052E9003BC0AA /* WriteMm2.nasm */, + A571BED9232052E9003BC0AA /* EnableInterrupts.nasm */, + A571BEDA232052E9003BC0AA /* RdRand.nasm */, + A571BEDB232052E9003BC0AA /* WriteDr0.nasm */, + A571BEDC232052E9003BC0AA /* DisableCache.nasm */, + A571BEDD232052E9003BC0AA /* LRotU64.c */, + A571BEDE232052E9003BC0AA /* WriteDr4.c */, + A571BEDF232052E9003BC0AA /* WriteCr2.nasm */, + A571BEE0232052E9003BC0AA /* ReadGs.nasm */, + A571BEE1232052E9003BC0AA /* WriteGdtr.nasm */, + A571BEE2232052E9003BC0AA /* ReadDr5.c */, + A571BEE3232052E9003BC0AA /* EnableCache.c */, + A571BEE4232052E9003BC0AA /* ReadMm5.c */, + A571BEE5232052E9003BC0AA /* ReadCs.nasm */, + A571BEE6232052E9003BC0AA /* EnableInterrupts.c */, + A571BEE7232052E9003BC0AA /* WriteCr0.c */, + A571BEE8232052E9003BC0AA /* EnableDisableInterrupts.nasm */, + A571BEE9232052E9003BC0AA /* MultU64x32.c */, + A571BEEA232052E9003BC0AA /* WriteCr3.nasm */, + A571BEEB232052E9003BC0AA /* DivU64x64Remainder.nasm */, + A571BEEC232052E9003BC0AA /* WriteMm4.c */, + A571BEED232052E9003BC0AA /* WriteDr1.nasm */, + A571BEEE232052E9003BC0AA /* WriteLdtr.c */, + A571BEEF232052E9003BC0AA /* ReadMsr64.c */, + A571BEF0232052E9003BC0AA /* WriteMm3.nasm */, + A571BEF1232052E9003BC0AA /* Thunk16.nasm */, + A571BEF2232052E9003BC0AA /* ReadCr3.nasm */, + A571BEF3232052E9003BC0AA /* WriteMm0.c */, + A571BEF4232052E9003BC0AA /* ReadDs.c */, + A571BEF5232052E9003BC0AA /* FxSave.c */, + A571BEF6232052E9003BC0AA /* WriteCr4.c */, + A571BEF7232052E9003BC0AA /* ReadDr1.nasm */, + A571BEF8232052E9003BC0AA /* ReadMm1.c */, + A571BEF9232052E9003BC0AA /* ReadMm3.nasm */, + A571BEFA232052E9003BC0AA /* ReadLdtr.c */, + A571BEFB232052E9003BC0AA /* ARShiftU64.nasm */, + A571BEFC232052E9003BC0AA /* LShiftU64.c */, + A571BEFD232052E9003BC0AA /* ReadCr0.nasm */, + A571BEFE232052E9003BC0AA /* ReadDr0.c */, + A571BEFF232052E9003BC0AA /* DisableInterrupts.nasm */, + A571BF00232052E9003BC0AA /* SwapBytes64.nasm */, + A571BF01232052E9003BC0AA /* ReadCs.c */, + A571BF02232052E9003BC0AA /* ReadDr2.nasm */, + A571BF03232052E9003BC0AA /* Lfence.nasm */, + A571BF04232052E9003BC0AA /* ReadMm0.nasm */, + A571BF05232052E9003BC0AA /* WriteDr1.c */, + A571BF06232052E9003BC0AA /* MultU64x64.nasm */, + A571BF07232052E9003BC0AA /* WriteDr5.c */, + A571BF08232052EA003BC0AA /* LRotU64.nasm */, + A571BF09232052EA003BC0AA /* Mwait.c */, + A571BF0A232052EA003BC0AA /* WriteCr0.nasm */, + A571BF0B232052EA003BC0AA /* RRotU64.nasm */, + A571BF0C232052EA003BC0AA /* ReadDr4.c */, + A571BF0D232052EA003BC0AA /* ReadGs.c */, + A571BF0E232052EA003BC0AA /* WriteDr2.nasm */, + A571BF0F232052EA003BC0AA /* WriteMm0.nasm */, + A571BF10232052EA003BC0AA /* GccInline.c */, + A571BF11232052EA003BC0AA /* CpuBreakpoint.c */, + A571BF12232052EA003BC0AA /* WriteMm1.nasm */, + A571BF13232052EA003BC0AA /* ReadTr.nasm */, + A571BF14232052EA003BC0AA /* InternalSwitchStack.c */, + A571BF15232052EA003BC0AA /* DivU64x32.c */, + A571BF16232052EA003BC0AA /* ReadMm4.c */, + A571BF17232052EA003BC0AA /* DivU64x32Remainder.c */, + A571BF18232052EA003BC0AA /* WriteDr3.nasm */, + A571BF19232052EA003BC0AA /* ReadFs.c */, + A571BF1A232052EA003BC0AA /* ReadCr0.c */, + A571BF1B232052EA003BC0AA /* CpuId.c */, + A571BF1C232052EA003BC0AA /* MultU64x32.nasm */, + A571BF1D232052EA003BC0AA /* WriteMm5.c */, + A571BF1E232052EA003BC0AA /* DisablePaging32.nasm */, + A571BF1F232052EA003BC0AA /* SwapBytes64.c */, + A571BF20232052EA003BC0AA /* RShiftU64.c */, + A571BF21232052EA003BC0AA /* ReadMm1.nasm */, + A571BF22232052EA003BC0AA /* WriteMm1.c */, + A571BF23232052EA003BC0AA /* ReadDr3.nasm */, + A571BF24232052EA003BC0AA /* ReadCr4.c */, + A571BF25232052EA003BC0AA /* DivU64x32.nasm */, + A571BF26232052EA003BC0AA /* CpuBreakpoint.nasm */, + A571BF27232052EA003BC0AA /* Invd.nasm */, + A571BF28232052EA003BC0AA /* ReadMm0.c */, + A571BF29232052EA003BC0AA /* LongJump.nasm */, + A571BF2A232052EA003BC0AA /* DisableCache.c */, + A571BF2B232052EA003BC0AA /* ReadGdtr.nasm */, + A571BF2C232052EA003BC0AA /* Wbinvd.nasm */, + A571BF2D232052EA003BC0AA /* ReadEflags.nasm */, + A571BF2E232052EA003BC0AA /* FxRestore.c */, + A571BF2F232052EA003BC0AA /* WriteMsr64.c */, + A571BF30232052EA003BC0AA /* Non-existing.c */, + A571BF31232052EA003BC0AA /* WriteDr2.c */, + A571BF32232052EA003BC0AA /* EnablePaging64.nasm */, + A571BF33232052EA003BC0AA /* WriteDr4.nasm */, + A571BF34232052EA003BC0AA /* FlushCacheLine.nasm */, + A571BF35232052EA003BC0AA /* WriteIdtr.c */, + A571BF36232052EA003BC0AA /* ReadDr3.c */, + A571BF37232052EA003BC0AA /* WriteMm6.nasm */, + A571BF38232052EA003BC0AA /* ReadLdtr.nasm */, + A571BF39232052EA003BC0AA /* ReadDr7.c */, + A571BF3A232052EA003BC0AA /* ReadEflags.c */, + A571BF3B232052EA003BC0AA /* WriteIdtr.nasm */, + A571BF3C232052EA003BC0AA /* MultU64x64.c */, + A571BF3D232052EA003BC0AA /* DivU64x32Remainder.nasm */, + A571BF3E232052EA003BC0AA /* FxSave.nasm */, + A571BF3F232052EA003BC0AA /* Monitor.nasm */, + A571BF40232052EA003BC0AA /* WriteDr6.c */, + A571BF41232052EA003BC0AA /* ReadDr4.nasm */, + A571BF42232052EA003BC0AA /* ReadMm6.nasm */, + A571BF43232052EA003BC0AA /* ReadMsr64.nasm */, + A571BF44232052EA003BC0AA /* ReadIdtr.c */, + A571BF45232052EA003BC0AA /* ARShiftU64.c */, + A571BF46232052EA003BC0AA /* ReadCr3.c */, + A571BF47232052EA003BC0AA /* ReadMm7.nasm */, + A571BF48232052EA003BC0AA /* ReadDr5.nasm */, + A571BF49232052EA003BC0AA /* WriteMm6.c */, + A571BF4A232052EA003BC0AA /* ReadTsc.c */, + A571BF4B232052EA003BC0AA /* WriteCr2.c */, + A571BF4C232052EA003BC0AA /* ModU64x32.c */, + A571BF4D232052EA003BC0AA /* ReadSs.nasm */, + A571BF4E232052EA003BC0AA /* ReadMm7.c */, + A571BF4F232052EA003BC0AA /* EnableDisableInterrupts.c */, + A571BF50232052EA003BC0AA /* WriteMm7.nasm */, + A571BF51232052EA003BC0AA /* ReadMm3.c */, + A571BF52232052EA003BC0AA /* CpuId.nasm */, + A571BF53232052EA003BC0AA /* InternalSwitchStack.nasm */, + A571BF54232052EA003BC0AA /* WriteDr5.nasm */, + A571BF55232052EA003BC0AA /* ReadPmc.nasm */, + A571BF56232052EA003BC0AA /* WriteMm2.c */, + A571BF57232052EA003BC0AA /* ModU64x32.nasm */, + A571BF58232052EA003BC0AA /* ReadTsc.nasm */, + A571BF59232052EA003BC0AA /* EnablePaging32.nasm */, + ); + path = Ia32; + sourceTree = ""; + }; + A571BF6A232052EA003BC0AA /* Arm */ = { + isa = PBXGroup; + children = ( + A571BF6B232052EA003BC0AA /* Math64.S */, + A571BF6C232052EA003BC0AA /* CpuPause.asm */, + A571BF6D232052EA003BC0AA /* EnableInterrupts.asm */, + A571BF6E232052EA003BC0AA /* SwitchStack.S */, + A571BF6F232052EA003BC0AA /* CpuBreakpoint.S */, + A571BF70232052EA003BC0AA /* SetJumpLongJump.asm */, + A571BF71232052EA003BC0AA /* CpuBreakpoint.asm */, + A571BF72232052EA003BC0AA /* GetInterruptsState.S */, + A571BF73232052EA003BC0AA /* MemoryFence.asm */, + A571BF74232052EA003BC0AA /* SpeculationBarrier.S */, + A571BF75232052EA003BC0AA /* DisableInterrupts.asm */, + A571BF76232052EA003BC0AA /* SetJumpLongJump.S */, + A571BF77232052EA003BC0AA /* GetInterruptsState.asm */, + A571BF78232052EA003BC0AA /* Unaligned.c */, + A571BF79232052EA003BC0AA /* InternalSwitchStack.c */, + A571BF7A232052EA003BC0AA /* SpeculationBarrier.asm */, + A571BF7B232052EA003BC0AA /* MemoryFence.S */, + A571BF7C232052EA003BC0AA /* DisableInterrupts.S */, + A571BF7D232052EA003BC0AA /* SwitchStack.asm */, + A571BF7E232052EA003BC0AA /* EnableInterrupts.S */, + ); + path = Arm; + sourceTree = ""; + }; + A571BF83232052EA003BC0AA /* AArch64 */ = { + isa = PBXGroup; + children = ( + A571BF84232052EA003BC0AA /* EnableInterrupts.asm */, + A571BF85232052EA003BC0AA /* SwitchStack.S */, + A571BF86232052EA003BC0AA /* CpuBreakpoint.S */, + A571BF87232052EA003BC0AA /* SetJumpLongJump.asm */, + A571BF88232052EA003BC0AA /* CpuBreakpoint.asm */, + A571BF89232052EA003BC0AA /* GetInterruptsState.S */, + A571BF8A232052EA003BC0AA /* MemoryFence.asm */, + A571BF8B232052EA003BC0AA /* SpeculationBarrier.S */, + A571BF8C232052EA003BC0AA /* DisableInterrupts.asm */, + A571BF8D232052EA003BC0AA /* SetJumpLongJump.S */, + A571BF8E232052EA003BC0AA /* GetInterruptsState.asm */, + A571BF8F232052EA003BC0AA /* SpeculationBarrier.asm */, + A571BF90232052EA003BC0AA /* MemoryFence.S */, + A571BF91232052EA003BC0AA /* DisableInterrupts.S */, + A571BF92232052EA003BC0AA /* SwitchStack.asm */, + A571BF93232052EA003BC0AA /* EnableInterrupts.S */, + ); + path = AArch64; + sourceTree = ""; + }; + A571BF99232052EA003BC0AA /* BaseMemoryLibRepStr */ = { + isa = PBXGroup; + children = ( + A571BF9A232052EA003BC0AA /* SetMem64Wrapper.c */, + A571BF9B232052EA003BC0AA /* ZeroMemWrapper.c */, + A571BF9C232052EA003BC0AA /* CopyMemWrapper.c */, + A571BF9D232052EA003BC0AA /* ScanMem64Wrapper.c */, + A571BF9E232052EA003BC0AA /* X64 */, + A571BFAB232052EA003BC0AA /* ScanMem8Wrapper.c */, + A571BFAC232052EA003BC0AA /* SetMem32Wrapper.c */, + A571BFAD232052EA003BC0AA /* Ia32 */, + A571BFBA232052EA003BC0AA /* ScanMem32Wrapper.c */, + A571BFBB232052EA003BC0AA /* IsZeroBufferWrapper.c */, + A571BFBC232052EA003BC0AA /* SetMemWrapper.c */, + A571BFBD232052EA003BC0AA /* CompareMemWrapper.c */, + A571BFBE232052EA003BC0AA /* SetMem16Wrapper.c */, + A571BFBF232052EA003BC0AA /* BaseMemoryLibRepStr.uni */, + A571BFC0232052EA003BC0AA /* MemLibGuid.c */, + A571BFC1232052EA003BC0AA /* MemLibInternals.h */, + A571BFC2232052EA003BC0AA /* ScanMem16Wrapper.c */, + A571BFC3232052EA003BC0AA /* BaseMemoryLibRepStr.inf */, + ); + path = BaseMemoryLibRepStr; + sourceTree = ""; + }; + A571BF9E232052EA003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571BF9F232052EA003BC0AA /* ZeroMem.nasm */, + A571BFA0232052EA003BC0AA /* CompareMem.nasm */, + A571BFA1232052EA003BC0AA /* SetMem16.nasm */, + A571BFA2232052EA003BC0AA /* ScanMem64.nasm */, + A571BFA3232052EA003BC0AA /* ScanMem32.nasm */, + A571BFA4232052EA003BC0AA /* SetMem.nasm */, + A571BFA5232052EA003BC0AA /* IsZeroBuffer.nasm */, + A571BFA6232052EA003BC0AA /* SetMem64.nasm */, + A571BFA7232052EA003BC0AA /* ScanMem8.nasm */, + A571BFA8232052EA003BC0AA /* SetMem32.nasm */, + A571BFA9232052EA003BC0AA /* ScanMem16.nasm */, + A571BFAA232052EA003BC0AA /* CopyMem.nasm */, + ); + path = X64; + sourceTree = ""; + }; + A571BFAD232052EA003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571BFAE232052EA003BC0AA /* ZeroMem.nasm */, + A571BFAF232052EA003BC0AA /* CompareMem.nasm */, + A571BFB0232052EA003BC0AA /* SetMem16.nasm */, + A571BFB1232052EA003BC0AA /* ScanMem64.nasm */, + A571BFB2232052EA003BC0AA /* ScanMem32.nasm */, + A571BFB3232052EA003BC0AA /* SetMem.nasm */, + A571BFB4232052EA003BC0AA /* IsZeroBuffer.nasm */, + A571BFB5232052EA003BC0AA /* SetMem64.nasm */, + A571BFB6232052EA003BC0AA /* ScanMem8.nasm */, + A571BFB7232052EA003BC0AA /* SetMem32.nasm */, + A571BFB8232052EA003BC0AA /* ScanMem16.nasm */, + A571BFB9232052EA003BC0AA /* CopyMem.nasm */, + ); + path = Ia32; + sourceTree = ""; + }; + A571BFC4232052EA003BC0AA /* BaseSynchronizationLib */ = { + isa = PBXGroup; + children = ( + A571BFC5232052EA003BC0AA /* BaseSynchronizationLib.uni */, + A571BFC6232052EA003BC0AA /* Ebc */, + A571BFC8232052EA003BC0AA /* BaseSynchronizationLib.inf */, + A571BFC9232052EA003BC0AA /* X64 */, + A571BFD3232052EA003BC0AA /* InterlockedIncrementMsc.c */, + A571BFD4232052EA003BC0AA /* Ia32 */, + A571BFDF232052EA003BC0AA /* BaseSynchronizationLibInternals.h */, + A571BFE0232052EA003BC0AA /* SynchronizationMsc.c */, + A571BFE1232052EA003BC0AA /* Synchronization.c */, + A571BFE2232052EA003BC0AA /* Arm */, + A571BFE5232052EA003BC0AA /* AArch64 */, + A571BFE8232052EA003BC0AA /* SynchronizationGcc.c */, + A571BFE9232052EA003BC0AA /* InterlockedDecrementMsc.c */, + ); + path = BaseSynchronizationLib; + sourceTree = ""; + }; + A571BFC6232052EA003BC0AA /* Ebc */ = { + isa = PBXGroup; + children = ( + A571BFC7232052EA003BC0AA /* Synchronization.c */, + ); + path = Ebc; + sourceTree = ""; + }; + A571BFC9232052EA003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571BFCA232052EA003BC0AA /* InterlockedCompareExchange64.c */, + A571BFCB232052EA003BC0AA /* InterlockedIncrement.nasm */, + A571BFCC232052EA003BC0AA /* InterlockedCompareExchange16.nasm */, + A571BFCD232052EA003BC0AA /* InterlockedCompareExchange16.c */, + A571BFCE232052EA003BC0AA /* GccInline.c */, + A571BFCF232052EA003BC0AA /* InterlockedCompareExchange32.c */, + A571BFD0232052EA003BC0AA /* InterlockedCompareExchange64.nasm */, + A571BFD1232052EA003BC0AA /* InterlockedCompareExchange32.nasm */, + A571BFD2232052EA003BC0AA /* InterlockedDecrement.nasm */, + ); + path = X64; + sourceTree = ""; + }; + A571BFD4232052EA003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571BFD5232052EA003BC0AA /* InterlockedCompareExchange64.c */, + A571BFD6232052EA003BC0AA /* InternalGetSpinLockProperties.c */, + A571BFD7232052EA003BC0AA /* InterlockedIncrement.nasm */, + A571BFD8232052EA003BC0AA /* InterlockedCompareExchange16.nasm */, + A571BFD9232052EA003BC0AA /* InterlockedCompareExchange16.c */, + A571BFDA232052EA003BC0AA /* GccInline.c */, + A571BFDB232052EA003BC0AA /* InterlockedCompareExchange32.c */, + A571BFDC232052EA003BC0AA /* InterlockedCompareExchange64.nasm */, + A571BFDD232052EA003BC0AA /* InterlockedCompareExchange32.nasm */, + A571BFDE232052EA003BC0AA /* InterlockedDecrement.nasm */, + ); + path = Ia32; + sourceTree = ""; + }; + A571BFE2232052EA003BC0AA /* Arm */ = { + isa = PBXGroup; + children = ( + A571BFE3232052EA003BC0AA /* Synchronization.S */, + A571BFE4232052EA003BC0AA /* Synchronization.asm */, + ); + path = Arm; + sourceTree = ""; + }; + A571BFE5232052EA003BC0AA /* AArch64 */ = { + isa = PBXGroup; + children = ( + A571BFE6232052EA003BC0AA /* Synchronization.S */, + A571BFE7232052EA003BC0AA /* Synchronization.asm */, + ); + path = AArch64; + sourceTree = ""; + }; + A571BFEA232052EA003BC0AA /* UefiMemoryLib */ = { + isa = PBXGroup; + children = ( + A571BFEB232052EA003BC0AA /* SetMem64Wrapper.c */, + A571BFEC232052EA003BC0AA /* ZeroMemWrapper.c */, + A571BFED232052EA003BC0AA /* CopyMemWrapper.c */, + A571BFEE232052EA003BC0AA /* ScanMem64Wrapper.c */, + A571BFEF232052EA003BC0AA /* MemLibGeneric.c */, + A571BFF0232052EA003BC0AA /* ScanMem8Wrapper.c */, + A571BFF1232052EA003BC0AA /* SetMem32Wrapper.c */, + A571BFF2232052EA003BC0AA /* ScanMem32Wrapper.c */, + A571BFF3232052EA003BC0AA /* IsZeroBufferWrapper.c */, + A571BFF4232052EA003BC0AA /* SetMemWrapper.c */, + A571BFF5232052EA003BC0AA /* MemLib.c */, + A571BFF6232052EA003BC0AA /* CompareMemWrapper.c */, + A571BFF7232052EA003BC0AA /* UefiMemoryLib.inf */, + A571BFF8232052EA003BC0AA /* SetMem16Wrapper.c */, + A571BFF9232052EA003BC0AA /* MemLibGuid.c */, + A571BFFA232052EA003BC0AA /* UefiMemoryLib.uni */, + A571BFFB232052EA003BC0AA /* MemLibInternals.h */, + A571BFFC232052EA003BC0AA /* ScanMem16Wrapper.c */, + ); + path = UefiMemoryLib; + sourceTree = ""; + }; + A571BFFD232052EA003BC0AA /* PciSegmentLibSegmentInfo */ = { + isa = PBXGroup; + children = ( + A571BFFE232052EA003BC0AA /* PciSegmentLibCommon.h */, + A571BFFF232052EA003BC0AA /* DxeRuntimePciSegmentLibSegmentInfo.inf */, + A571C000232052EA003BC0AA /* BasePciSegmentLibSegmentInfo.inf */, + A571C001232052EA003BC0AA /* DxeRuntimePciSegmentLibSegmentInfo.uni */, + A571C002232052EA003BC0AA /* BasePciSegmentLibSegmentInfo.uni */, + A571C003232052EA003BC0AA /* BasePciSegmentLib.c */, + A571C004232052EA003BC0AA /* PciSegmentLibCommon.c */, + A571C005232052EA003BC0AA /* DxeRuntimePciSegmentLib.c */, + ); + path = PciSegmentLibSegmentInfo; + sourceTree = ""; + }; + A571C006232052EA003BC0AA /* BaseCpuLib */ = { + isa = PBXGroup; + children = ( + A571C007232052EA003BC0AA /* Ebc */, + A571C009232052EA003BC0AA /* X64 */, + A571C00C232052EA003BC0AA /* BaseCpuLib.uni */, + A571C00D232052EA003BC0AA /* BaseCpuLib.inf */, + A571C00E232052EA003BC0AA /* Ia32 */, + A571C015232052EA003BC0AA /* Arm */, + A571C01A232052EA003BC0AA /* AArch64 */, + ); + path = BaseCpuLib; + sourceTree = ""; + }; + A571C007232052EA003BC0AA /* Ebc */ = { + isa = PBXGroup; + children = ( + A571C008232052EA003BC0AA /* CpuSleepFlushTlb.c */, + ); + path = Ebc; + sourceTree = ""; + }; + A571C009232052EA003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571C00A232052EA003BC0AA /* CpuSleep.nasm */, + A571C00B232052EA003BC0AA /* CpuFlushTlb.nasm */, + ); + path = X64; + sourceTree = ""; + }; + A571C00E232052EA003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571C00F232052EA003BC0AA /* CpuSleep.c */, + A571C010232052EA003BC0AA /* CpuFlushTlbGcc.c */, + A571C011232052EA003BC0AA /* CpuFlushTlb.c */, + A571C012232052EA003BC0AA /* CpuSleep.nasm */, + A571C013232052EA003BC0AA /* CpuFlushTlb.nasm */, + A571C014232052EA003BC0AA /* CpuSleepGcc.c */, + ); + path = Ia32; + sourceTree = ""; + }; + A571C015232052EA003BC0AA /* Arm */ = { + isa = PBXGroup; + children = ( + A571C016232052EA003BC0AA /* CpuFlushTlb.S */, + A571C017232052EA003BC0AA /* CpuFlushTlb.asm */, + A571C018232052EA003BC0AA /* CpuSleep.asm */, + A571C019232052EA003BC0AA /* CpuSleep.S */, + ); + path = Arm; + sourceTree = ""; + }; + A571C01A232052EA003BC0AA /* AArch64 */ = { + isa = PBXGroup; + children = ( + A571C01B232052EA003BC0AA /* CpuFlushTlb.S */, + A571C01C232052EA003BC0AA /* CpuFlushTlb.asm */, + A571C01D232052EA003BC0AA /* CpuSleep.asm */, + A571C01E232052EA003BC0AA /* CpuSleep.S */, + ); + path = AArch64; + sourceTree = ""; + }; + A571C01F232052EA003BC0AA /* PeiExtractGuidedSectionLib */ = { + isa = PBXGroup; + children = ( + A571C020232052EA003BC0AA /* PeiExtractGuidedSectionLib.c */, + A571C021232052EA003BC0AA /* PeiExtractGuidedSectionLib.uni */, + A571C022232052EA003BC0AA /* PeiExtractGuidedSectionLib.inf */, + ); + path = PeiExtractGuidedSectionLib; + sourceTree = ""; + }; + A571C023232052EA003BC0AA /* UefiDriverEntryPoint */ = { + isa = PBXGroup; + children = ( + A571C024232052EA003BC0AA /* DriverEntryPoint.c */, + A571C025232052EA003BC0AA /* UefiDriverEntryPoint.inf */, + A571C026232052EA003BC0AA /* UefiDriverEntryPoint.uni */, + ); + path = UefiDriverEntryPoint; + sourceTree = ""; + }; + A571C027232052EA003BC0AA /* UefiDebugLibDebugPortProtocol */ = { + isa = PBXGroup; + children = ( + A571C028232052EA003BC0AA /* DebugLibConstructor.c */, + A571C029232052EA003BC0AA /* DebugLib.c */, + A571C02A232052EA003BC0AA /* UefiDebugLibDebugPortProtocol.uni */, + A571C02B232052EA003BC0AA /* UefiDebugLibDebugPortProtocol.inf */, + ); + path = UefiDebugLibDebugPortProtocol; + sourceTree = ""; + }; + A571C02C232052EA003BC0AA /* SmmPciExpressLib */ = { + isa = PBXGroup; + children = ( + A571C02D232052EA003BC0AA /* SmmPciExpressLib.inf */, + A571C02E232052EA003BC0AA /* PciExpressLib.c */, + ); + path = SmmPciExpressLib; + sourceTree = ""; + }; + A571C02F232052EA003BC0AA /* DxeRuntimePciExpressLib */ = { + isa = PBXGroup; + children = ( + A571C030232052EA003BC0AA /* DxeRuntimePciExpressLib.uni */, + A571C031232052EA003BC0AA /* DxeRuntimePciExpressLib.inf */, + A571C032232052EA003BC0AA /* PciExpressLib.c */, + ); + path = DxeRuntimePciExpressLib; + sourceTree = ""; + }; + A571C033232052EA003BC0AA /* BaseMemoryLibOptDxe */ = { + isa = PBXGroup; + children = ( + A571C034232052EA003BC0AA /* SetMem64Wrapper.c */, + A571C035232052EA003BC0AA /* ZeroMemWrapper.c */, + A571C036232052EA003BC0AA /* CopyMemWrapper.c */, + A571C037232052EA003BC0AA /* ScanMem64Wrapper.c */, + A571C038232052EA003BC0AA /* X64 */, + A571C045232052EA003BC0AA /* ScanMem8Wrapper.c */, + A571C046232052EA003BC0AA /* SetMem32Wrapper.c */, + A571C047232052EA003BC0AA /* Ia32 */, + A571C054232052EA003BC0AA /* ScanMem32Wrapper.c */, + A571C055232052EA003BC0AA /* IsZeroBufferWrapper.c */, + A571C056232052EA003BC0AA /* SetMemWrapper.c */, + A571C057232052EA003BC0AA /* CompareMemWrapper.c */, + A571C058232052EA003BC0AA /* Arm */, + A571C065232052EA003BC0AA /* BaseMemoryLibOptDxe.uni */, + A571C066232052EA003BC0AA /* SetMem16Wrapper.c */, + A571C067232052EA003BC0AA /* MemLibGuid.c */, + A571C068232052EA003BC0AA /* AArch64 */, + A571C06E232052EA003BC0AA /* MemLibInternals.h */, + A571C06F232052EA003BC0AA /* BaseMemoryLibOptDxe.inf */, + A571C070232052EA003BC0AA /* ScanMem16Wrapper.c */, + ); + path = BaseMemoryLibOptDxe; + sourceTree = ""; + }; + A571C038232052EA003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571C039232052EA003BC0AA /* ZeroMem.nasm */, + A571C03A232052EA003BC0AA /* CompareMem.nasm */, + A571C03B232052EA003BC0AA /* SetMem16.nasm */, + A571C03C232052EA003BC0AA /* ScanMem64.nasm */, + A571C03D232052EA003BC0AA /* ScanMem32.nasm */, + A571C03E232052EA003BC0AA /* SetMem.nasm */, + A571C03F232052EA003BC0AA /* IsZeroBuffer.nasm */, + A571C040232052EA003BC0AA /* SetMem64.nasm */, + A571C041232052EA003BC0AA /* ScanMem8.nasm */, + A571C042232052EA003BC0AA /* SetMem32.nasm */, + A571C043232052EA003BC0AA /* ScanMem16.nasm */, + A571C044232052EA003BC0AA /* CopyMem.nasm */, + ); + path = X64; + sourceTree = ""; + }; + A571C047232052EA003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571C048232052EA003BC0AA /* ZeroMem.nasm */, + A571C049232052EA003BC0AA /* CompareMem.nasm */, + A571C04A232052EA003BC0AA /* SetMem16.nasm */, + A571C04B232052EA003BC0AA /* ScanMem64.nasm */, + A571C04C232052EA003BC0AA /* ScanMem32.nasm */, + A571C04D232052EA003BC0AA /* SetMem.nasm */, + A571C04E232052EA003BC0AA /* IsZeroBuffer.nasm */, + A571C04F232052EA003BC0AA /* SetMem64.nasm */, + A571C050232052EA003BC0AA /* ScanMem8.nasm */, + A571C051232052EA003BC0AA /* SetMem32.nasm */, + A571C052232052EA003BC0AA /* ScanMem16.nasm */, + A571C053232052EA003BC0AA /* CopyMem.nasm */, + ); + path = Ia32; + sourceTree = ""; + }; + A571C058232052EA003BC0AA /* Arm */ = { + isa = PBXGroup; + children = ( + A571C059232052EA003BC0AA /* ScanMemGeneric.c */, + A571C05A232052EA003BC0AA /* CompareMem.asm */, + A571C05B232052EA003BC0AA /* CopyMem.S */, + A571C05C232052EA003BC0AA /* SetMem.S */, + A571C05D232052EA003BC0AA /* ScanMem.asm */, + A571C05E232052EA003BC0AA /* CopyMem.asm */, + A571C05F232052EA003BC0AA /* CompareMem.S */, + A571C060232052EA003BC0AA /* MemLibGuid.c */, + A571C061232052EA003BC0AA /* SetMem.asm */, + A571C062232052EA003BC0AA /* CompareGuid.asm */, + A571C063232052EA003BC0AA /* CompareGuid.S */, + A571C064232052EA003BC0AA /* ScanMem.S */, + ); + path = Arm; + sourceTree = ""; + }; + A571C068232052EA003BC0AA /* AArch64 */ = { + isa = PBXGroup; + children = ( + A571C069232052EA003BC0AA /* CopyMem.S */, + A571C06A232052EA003BC0AA /* SetMem.S */, + A571C06B232052EA003BC0AA /* CompareMem.S */, + A571C06C232052EA003BC0AA /* CompareGuid.S */, + A571C06D232052EA003BC0AA /* ScanMem.S */, + ); + path = AArch64; + sourceTree = ""; + }; + A571C071232052EA003BC0AA /* BasePerformanceLibNull */ = { + isa = PBXGroup; + children = ( + A571C072232052EA003BC0AA /* PerformanceLib.c */, + A571C073232052EA003BC0AA /* BasePerformanceLibNull.inf */, + A571C074232052EA003BC0AA /* BasePerformanceLibNull.uni */, + ); + path = BasePerformanceLibNull; + sourceTree = ""; + }; + A571C075232052EA003BC0AA /* BasePciSegmentLibPci */ = { + isa = PBXGroup; + children = ( + A571C076232052EA003BC0AA /* BasePciSegmentLibPci.inf */, + A571C077232052EA003BC0AA /* BasePciSegmentLibPci.uni */, + A571C078232052EA003BC0AA /* PciSegmentLib.c */, + ); + path = BasePciSegmentLibPci; + sourceTree = ""; + }; + A571C079232052EA003BC0AA /* PeiDxePostCodeLibReportStatusCode */ = { + isa = PBXGroup; + children = ( + A571C07A232052EA003BC0AA /* PostCode.c */, + A571C07B232052EA003BC0AA /* PeiDxePostCodeLibReportStatusCode.inf */, + A571C07C232052EA003BC0AA /* PeiDxePostCodeLibReportStatusCode.uni */, + ); + path = PeiDxePostCodeLibReportStatusCode; + sourceTree = ""; + }; + A571C07D232052EA003BC0AA /* BasePcdLibNull */ = { + isa = PBXGroup; + children = ( + A571C07E232052EA003BC0AA /* BasePcdLibNull.uni */, + A571C07F232052EA003BC0AA /* BasePcdLibNull.inf */, + A571C080232052EA003BC0AA /* PcdLib.c */, + ); + path = BasePcdLibNull; + sourceTree = ""; + }; + A571C081232052EA003BC0AA /* BaseStackCheckLib */ = { + isa = PBXGroup; + children = ( + A571C082232052EA003BC0AA /* BaseStackCheckGcc.c */, + A571C083232052EA003BC0AA /* BaseStackCheckLib.uni */, + A571C084232052EA003BC0AA /* BaseStackCheckNull.c */, + A571C085232052EA003BC0AA /* BaseStackCheckLib.inf */, + ); + path = BaseStackCheckLib; + sourceTree = ""; + }; + A571C086232052EA003BC0AA /* BaseRngLib */ = { + isa = PBXGroup; + children = ( + A571C087232052EA003BC0AA /* BaseRngLib.uni */, + A571C088232052EA003BC0AA /* BaseRngLib.inf */, + A571C089232052EA003BC0AA /* BaseRng.c */, + ); + path = BaseRngLib; + sourceTree = ""; + }; + A571C08A232052EA003BC0AA /* DxeCoreEntryPoint */ = { + isa = PBXGroup; + children = ( + A571C08B232052EA003BC0AA /* DxeCoreEntryPoint.c */, + A571C08C232052EA003BC0AA /* DxeCoreEntryPoint.uni */, + A571C08D232052EA003BC0AA /* DxeCoreEntryPoint.inf */, + ); + path = DxeCoreEntryPoint; + sourceTree = ""; + }; + A571C08E232052EA003BC0AA /* BasePostCodeLibPort80 */ = { + isa = PBXGroup; + children = ( + A571C08F232052EA003BC0AA /* PostCode.c */, + A571C090232052EA003BC0AA /* BasePostCodeLibPort80.inf */, + A571C091232052EA003BC0AA /* BasePostCodeLibPort80.uni */, + ); + path = BasePostCodeLibPort80; + sourceTree = ""; + }; + A571C092232052EA003BC0AA /* PeiCoreEntryPoint */ = { + isa = PBXGroup; + children = ( + A571C093232052EA003BC0AA /* PeiCoreEntryPoint.uni */, + A571C094232052EA003BC0AA /* PeiCoreEntryPoint.inf */, + A571C095232052EA003BC0AA /* PeiCoreEntryPoint.c */, + ); + path = PeiCoreEntryPoint; + sourceTree = ""; + }; + A571C096232052EA003BC0AA /* BasePeCoffLib */ = { + isa = PBXGroup; + children = ( + A571C097232052EA003BC0AA /* BasePeCoffLibInternals.h */, + A571C098232052EA003BC0AA /* BasePeCoff.c */, + A571C099232052EA003BC0AA /* PeCoffLoaderEx.c */, + A571C09A232052EA003BC0AA /* Arm */, + A571C09C232052EA003BC0AA /* BasePeCoffLib.uni */, + A571C09D232052EA003BC0AA /* BasePeCoffLib.inf */, + ); + path = BasePeCoffLib; + sourceTree = ""; + }; + A571C09A232052EA003BC0AA /* Arm */ = { + isa = PBXGroup; + children = ( + A571C09B232052EA003BC0AA /* PeCoffLoaderEx.c */, + ); + path = Arm; + sourceTree = ""; + }; + A571C09E232052EA003BC0AA /* SmmLibNull */ = { + isa = PBXGroup; + children = ( + A571C09F232052EA003BC0AA /* SmmLibNull.uni */, + A571C0A0232052EA003BC0AA /* SmmLibNull.inf */, + A571C0A1232052EA003BC0AA /* SmmLibNull.c */, + ); + path = SmmLibNull; + sourceTree = ""; + }; + A571C0A2232052EA003BC0AA /* BasePciCf8Lib */ = { + isa = PBXGroup; + children = ( + A571C0A3232052EA003BC0AA /* BasePciCf8Lib.uni */, + A571C0A4232052EA003BC0AA /* BasePciCf8Lib.inf */, + A571C0A5232052EA003BC0AA /* PciCf8Lib.c */, + ); + path = BasePciCf8Lib; + sourceTree = ""; + }; + A571C0A6232052EA003BC0AA /* MmServicesTableLib */ = { + isa = PBXGroup; + children = ( + A571C0A7232052EA003BC0AA /* MmServicesTableLib.uni */, + A571C0A8232052EA003BC0AA /* MmServicesTableLib.inf */, + A571C0A9232052EA003BC0AA /* MmServicesTableLib.c */, + ); + path = MmServicesTableLib; + sourceTree = ""; + }; + A571C0AA232052EA003BC0AA /* BaseSafeIntLib */ = { + isa = PBXGroup; + children = ( + A571C0AB232052EA003BC0AA /* SafeIntLib64.c */, + A571C0AC232052EA003BC0AA /* SafeIntLibEbc.c */, + A571C0AD232052EA003BC0AA /* BaseSafeIntLib.inf */, + A571C0AE232052EA003BC0AA /* SafeIntLib32.c */, + A571C0AF232052EA003BC0AA /* SafeIntLib.c */, + ); + path = BaseSafeIntLib; + sourceTree = ""; + }; + A571C0B0232052EA003BC0AA /* SmmServicesTableLib */ = { + isa = PBXGroup; + children = ( + A571C0B1232052EA003BC0AA /* SmmServicesTableLib.c */, + A571C0B2232052EA003BC0AA /* SmmServicesTableLib.inf */, + A571C0B3232052EA003BC0AA /* SmmServicesTableLib.uni */, + ); + path = SmmServicesTableLib; + sourceTree = ""; + }; + A571C0B4232052EA003BC0AA /* DxeExtractGuidedSectionLib */ = { + isa = PBXGroup; + children = ( + A571C0B5232052EA003BC0AA /* DxeExtractGuidedSectionLib.uni */, + A571C0B6232052EA003BC0AA /* DxeExtractGuidedSectionLib.inf */, + A571C0B7232052EA003BC0AA /* DxeExtractGuidedSectionLib.c */, + ); + path = DxeExtractGuidedSectionLib; + sourceTree = ""; + }; + A571C0B8232052EA003BC0AA /* UefiApplicationEntryPoint */ = { + isa = PBXGroup; + children = ( + A571C0B9232052EA003BC0AA /* UefiApplicationEntryPoint.uni */, + A571C0BA232052EA003BC0AA /* UefiApplicationEntryPoint.inf */, + A571C0BB232052EA003BC0AA /* ApplicationEntryPoint.c */, + ); + path = UefiApplicationEntryPoint; + sourceTree = ""; + }; + A571C0BC232052EA003BC0AA /* BaseMemoryLib */ = { + isa = PBXGroup; + children = ( + A571C0BD232052EA003BC0AA /* SetMem64Wrapper.c */, + A571C0BE232052EA003BC0AA /* ZeroMemWrapper.c */, + A571C0BF232052EA003BC0AA /* BaseMemoryLib.inf */, + A571C0C0232052EA003BC0AA /* CopyMemWrapper.c */, + A571C0C1232052EA003BC0AA /* ScanMem64Wrapper.c */, + A571C0C2232052EA003BC0AA /* BaseMemoryLib.uni */, + A571C0C3232052EA003BC0AA /* MemLibGeneric.c */, + A571C0C4232052EA003BC0AA /* ScanMem8Wrapper.c */, + A571C0C5232052EA003BC0AA /* SetMem32Wrapper.c */, + A571C0C6232052EA003BC0AA /* CopyMem.c */, + A571C0C7232052EA003BC0AA /* SetMem.c */, + A571C0C8232052EA003BC0AA /* ScanMem32Wrapper.c */, + A571C0C9232052EA003BC0AA /* IsZeroBufferWrapper.c */, + A571C0CA232052EB003BC0AA /* SetMemWrapper.c */, + A571C0CB232052EB003BC0AA /* CompareMemWrapper.c */, + A571C0CC232052EB003BC0AA /* SetMem16Wrapper.c */, + A571C0CD232052EB003BC0AA /* MemLibGuid.c */, + A571C0CE232052EB003BC0AA /* MemLibInternals.h */, + A571C0CF232052EB003BC0AA /* ScanMem16Wrapper.c */, + ); + path = BaseMemoryLib; + sourceTree = ""; + }; + A571C0D0232052EB003BC0AA /* SmmIoLibSmmCpuIo2 */ = { + isa = PBXGroup; + children = ( + A571C0D1232052EB003BC0AA /* IoLibMmioBuffer.c */, + A571C0D2232052EB003BC0AA /* IoLib.c */, + A571C0D3232052EB003BC0AA /* IoHighLevel.c */, + A571C0D4232052EB003BC0AA /* SmmCpuIoLibInternal.h */, + A571C0D5232052EB003BC0AA /* SmmIoLibSmmCpuIo2.uni */, + A571C0D6232052EB003BC0AA /* SmmIoLibSmmCpuIo2.inf */, + ); + path = SmmIoLibSmmCpuIo2; + sourceTree = ""; + }; + A571C0D7232052EB003BC0AA /* DxeSmbusLib */ = { + isa = PBXGroup; + children = ( + A571C0D8232052EB003BC0AA /* DxeSmbusLib.c */, + A571C0D9232052EB003BC0AA /* SmbusLib.c */, + A571C0DA232052EB003BC0AA /* InternalSmbusLib.h */, + A571C0DB232052EB003BC0AA /* DxeSmbusLib.inf */, + A571C0DC232052EB003BC0AA /* DxeSmbusLib.uni */, + ); + path = DxeSmbusLib; + sourceTree = ""; + }; + A571C0DD232052EB003BC0AA /* BaseSmbusLibNull */ = { + isa = PBXGroup; + children = ( + A571C0DE232052EB003BC0AA /* BaseSmbusLibNull.c */, + A571C0DF232052EB003BC0AA /* BaseSmbusLibNull.uni */, + A571C0E0232052EB003BC0AA /* BaseSmbusLibNull.inf */, + ); + path = BaseSmbusLibNull; + sourceTree = ""; + }; + A571C0E1232052EB003BC0AA /* BaseTimerLibNullTemplate */ = { + isa = PBXGroup; + children = ( + A571C0E2232052EB003BC0AA /* BaseTimerLibNullTemplate.uni */, + A571C0E3232052EB003BC0AA /* BaseTimerLibNullTemplate.inf */, + A571C0E4232052EB003BC0AA /* TimerLibNull.c */, + ); + path = BaseTimerLibNullTemplate; + sourceTree = ""; + }; + A571C0E5232052EB003BC0AA /* BaseS3IoLib */ = { + isa = PBXGroup; + children = ( + A571C0E6232052EB003BC0AA /* BaseS3IoLib.inf */, + A571C0E7232052EB003BC0AA /* BaseS3IoLib.uni */, + A571C0E8232052EB003BC0AA /* S3IoLib.c */, + ); + path = BaseS3IoLib; + sourceTree = ""; + }; + A571C0E9232052EB003BC0AA /* BaseDebugLibSerialPort */ = { + isa = PBXGroup; + children = ( + A571C0EA232052EB003BC0AA /* BaseDebugLibSerialPort.uni */, + A571C0EB232052EB003BC0AA /* BaseDebugLibSerialPort.inf */, + A571C0EC232052EB003BC0AA /* DebugLib.c */, + ); + path = BaseDebugLibSerialPort; + sourceTree = ""; + }; + A571C0ED232052EB003BC0AA /* BaseMemoryLibSse2 */ = { + isa = PBXGroup; + children = ( + A571C0EE232052EB003BC0AA /* SetMem64Wrapper.c */, + A571C0EF232052EB003BC0AA /* ZeroMemWrapper.c */, + A571C0F0232052EB003BC0AA /* CopyMemWrapper.c */, + A571C0F1232052EB003BC0AA /* ScanMem64Wrapper.c */, + A571C0F2232052EB003BC0AA /* X64 */, + A571C0FF232052EB003BC0AA /* BaseMemoryLibSse2.uni */, + A571C100232052EB003BC0AA /* ScanMem8Wrapper.c */, + A571C101232052EB003BC0AA /* BaseMemoryLibSse2.inf */, + A571C102232052EB003BC0AA /* SetMem32Wrapper.c */, + A571C103232052EB003BC0AA /* Ia32 */, + A571C110232052EB003BC0AA /* ScanMem32Wrapper.c */, + A571C111232052EB003BC0AA /* IsZeroBufferWrapper.c */, + A571C112232052EB003BC0AA /* SetMemWrapper.c */, + A571C113232052EB003BC0AA /* CompareMemWrapper.c */, + A571C114232052EB003BC0AA /* SetMem16Wrapper.c */, + A571C115232052EB003BC0AA /* MemLibGuid.c */, + A571C116232052EB003BC0AA /* MemLibInternals.h */, + A571C117232052EB003BC0AA /* ScanMem16Wrapper.c */, + ); + path = BaseMemoryLibSse2; + sourceTree = ""; + }; + A571C0F2232052EB003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571C0F3232052EB003BC0AA /* ZeroMem.nasm */, + A571C0F4232052EB003BC0AA /* CompareMem.nasm */, + A571C0F5232052EB003BC0AA /* SetMem16.nasm */, + A571C0F6232052EB003BC0AA /* ScanMem64.nasm */, + A571C0F7232052EB003BC0AA /* ScanMem32.nasm */, + A571C0F8232052EB003BC0AA /* SetMem.nasm */, + A571C0F9232052EB003BC0AA /* IsZeroBuffer.nasm */, + A571C0FA232052EB003BC0AA /* SetMem64.nasm */, + A571C0FB232052EB003BC0AA /* ScanMem8.nasm */, + A571C0FC232052EB003BC0AA /* SetMem32.nasm */, + A571C0FD232052EB003BC0AA /* ScanMem16.nasm */, + A571C0FE232052EB003BC0AA /* CopyMem.nasm */, + ); + path = X64; + sourceTree = ""; + }; + A571C103232052EB003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571C104232052EB003BC0AA /* ZeroMem.nasm */, + A571C105232052EB003BC0AA /* CompareMem.nasm */, + A571C106232052EB003BC0AA /* SetMem16.nasm */, + A571C107232052EB003BC0AA /* ScanMem64.nasm */, + A571C108232052EB003BC0AA /* ScanMem32.nasm */, + A571C109232052EB003BC0AA /* SetMem.nasm */, + A571C10A232052EB003BC0AA /* IsZeroBuffer.nasm */, + A571C10B232052EB003BC0AA /* SetMem64.nasm */, + A571C10C232052EB003BC0AA /* ScanMem8.nasm */, + A571C10D232052EB003BC0AA /* SetMem32.nasm */, + A571C10E232052EB003BC0AA /* ScanMem16.nasm */, + A571C10F232052EB003BC0AA /* CopyMem.nasm */, + ); + path = Ia32; + sourceTree = ""; + }; + A571C118232052EB003BC0AA /* BaseUefiDecompressLib */ = { + isa = PBXGroup; + children = ( + A571C119232052EB003BC0AA /* BaseUefiDecompressLib.uni */, + A571C11A232052EB003BC0AA /* BaseUefiDecompressLib.inf */, + A571C11B232052EB003BC0AA /* BaseUefiDecompressLibInternals.h */, + A571C11C232052EB003BC0AA /* BaseUefiTianoCustomDecompressLib.inf */, + A571C11D232052EB003BC0AA /* BaseUefiDecompressLib.c */, + A571C11E232052EB003BC0AA /* BaseUefiTianoCustomDecompressLib.c */, + ); + path = BaseUefiDecompressLib; + sourceTree = ""; + }; + A571C11F232052EB003BC0AA /* BaseSerialPortLibNull */ = { + isa = PBXGroup; + children = ( + A571C120232052EB003BC0AA /* BaseSerialPortLibNull.uni */, + A571C121232052EB003BC0AA /* BaseSerialPortLibNull.inf */, + A571C122232052EB003BC0AA /* BaseSerialPortLibNull.c */, + ); + path = BaseSerialPortLibNull; + sourceTree = ""; + }; + A571C123232052EB003BC0AA /* BaseS3BootScriptLibNull */ = { + isa = PBXGroup; + children = ( + A571C124232052EB003BC0AA /* BaseS3BootScriptLibNull.inf */, + A571C125232052EB003BC0AA /* BootScriptLib.c */, + A571C126232052EB003BC0AA /* BaseS3BootScriptLibNull.uni */, + ); + path = BaseS3BootScriptLibNull; + sourceTree = ""; + }; + A571C127232052EB003BC0AA /* DxePcdLib */ = { + isa = PBXGroup; + children = ( + A571C128232052EB003BC0AA /* DxePcdLib.c */, + A571C129232052EB003BC0AA /* DxePcdLib.uni */, + A571C12A232052EB003BC0AA /* DxePcdLib.inf */, + ); + path = DxePcdLib; + sourceTree = ""; + }; + A571C12B232052EB003BC0AA /* SmmPeriodicSmiLib */ = { + isa = PBXGroup; + children = ( + A571C12C232052EB003BC0AA /* SmmPeriodicSmiLib.inf */, + A571C12D232052EB003BC0AA /* SmmPeriodicSmiLib.uni */, + A571C12E232052EB003BC0AA /* SmmPeriodicSmiLib.c */, + ); + path = SmmPeriodicSmiLib; + sourceTree = ""; + }; + A571C12F232052EB003BC0AA /* UefiScsiLib */ = { + isa = PBXGroup; + children = ( + A571C130232052EB003BC0AA /* UefiScsiLib.c */, + A571C131232052EB003BC0AA /* UefiScsiLib.uni */, + A571C132232052EB003BC0AA /* UefiScsiLib.inf */, + ); + path = UefiScsiLib; + sourceTree = ""; + }; + A571C133232052EB003BC0AA /* PeiResourcePublicationLib */ = { + isa = PBXGroup; + children = ( + A571C134232052EB003BC0AA /* PeiResourcePublicationLib.c */, + A571C135232052EB003BC0AA /* PeiResourcePublicationLib.inf */, + A571C136232052EB003BC0AA /* PeiResourcePublicationLib.uni */, + ); + path = PeiResourcePublicationLib; + sourceTree = ""; + }; + A571C137232052EB003BC0AA /* DxeHobLib */ = { + isa = PBXGroup; + children = ( + A571C138232052EB003BC0AA /* DxeHobLib.inf */, + A571C139232052EB003BC0AA /* DxeHobLib.uni */, + A571C13A232052EB003BC0AA /* HobLib.c */, + ); + path = DxeHobLib; + sourceTree = ""; + }; + A571C13B232052EB003BC0AA /* BaseS3PciSegmentLib */ = { + isa = PBXGroup; + children = ( + A571C13C232052EB003BC0AA /* S3PciSegmentLib.c */, + A571C13D232052EB003BC0AA /* BaseS3PciSegmentLib.uni */, + A571C13E232052EB003BC0AA /* BaseS3PciSegmentLib.inf */, + ); + path = BaseS3PciSegmentLib; + sourceTree = ""; + }; + A571C13F232052EB003BC0AA /* BasePciSegmentInfoLibNull */ = { + isa = PBXGroup; + children = ( + A571C140232052EB003BC0AA /* BasePciSegmentInfoLibNull.inf */, + A571C141232052EB003BC0AA /* BasePciSegmentInfoLibNull.uni */, + A571C142232052EB003BC0AA /* PciSegmentInfoLib.c */, + ); + path = BasePciSegmentInfoLibNull; + sourceTree = ""; + }; + A571C143232052EB003BC0AA /* SmmMemoryAllocationLib */ = { + isa = PBXGroup; + children = ( + A571C144232052EB003BC0AA /* MemoryAllocationLib.c */, + A571C145232052EB003BC0AA /* SmmMemoryAllocationLib.uni */, + A571C146232052EB003BC0AA /* SmmMemoryAllocationLib.inf */, + ); + path = SmmMemoryAllocationLib; + sourceTree = ""; + }; + A571C147232052EB003BC0AA /* BaseExtractGuidedSectionLib */ = { + isa = PBXGroup; + children = ( + A571C148232052EB003BC0AA /* BaseExtractGuidedSectionLib.uni */, + A571C149232052EB003BC0AA /* BaseExtractGuidedSectionLib.inf */, + A571C14A232052EB003BC0AA /* BaseExtractGuidedSectionLib.c */, + ); + path = BaseExtractGuidedSectionLib; + sourceTree = ""; + }; + A571C14B232052EB003BC0AA /* UefiBootServicesTableLib */ = { + isa = PBXGroup; + children = ( + A571C14C232052EB003BC0AA /* UefiBootServicesTableLib.uni */, + A571C14D232052EB003BC0AA /* UefiBootServicesTableLib.inf */, + A571C14E232052EB003BC0AA /* UefiBootServicesTableLib.c */, + ); + path = UefiBootServicesTableLib; + sourceTree = ""; + }; + A571C14F232052EB003BC0AA /* UefiDebugLibStdErr */ = { + isa = PBXGroup; + children = ( + A571C150232052EB003BC0AA /* DebugLibConstructor.c */, + A571C151232052EB003BC0AA /* UefiDebugLibStdErr.uni */, + A571C152232052EB003BC0AA /* UefiDebugLibStdErr.inf */, + A571C153232052EB003BC0AA /* DebugLib.c */, + ); + path = UefiDebugLibStdErr; + sourceTree = ""; + }; + A571C154232052EB003BC0AA /* PeiMemoryAllocationLib */ = { + isa = PBXGroup; + children = ( + A571C155232052EB003BC0AA /* MemoryAllocationLib.c */, + A571C156232052EB003BC0AA /* PeiMemoryAllocationLib.uni */, + A571C157232052EB003BC0AA /* PeiMemoryAllocationLib.inf */, + ); + path = PeiMemoryAllocationLib; + sourceTree = ""; + }; + A571C158232052EB003BC0AA /* UefiDevicePathLib */ = { + isa = PBXGroup; + children = ( + A571C159232052EB003BC0AA /* DevicePathUtilities.c */, + A571C15A232052EB003BC0AA /* UefiDevicePathLib.c */, + A571C15B232052EB003BC0AA /* DevicePathFromText.c */, + A571C15C232052EB003BC0AA /* UefiDevicePathLibOptionalDevicePathProtocol.uni */, + A571C15D232052EB003BC0AA /* DevicePathToText.c */, + A571C15E232052EB003BC0AA /* UefiDevicePathLibOptionalDevicePathProtocol.c */, + A571C15F232052EB003BC0AA /* UefiDevicePathLibOptionalDevicePathProtocol.inf */, + A571C160232052EB003BC0AA /* UefiDevicePathLib.uni */, + A571C161232052EB003BC0AA /* UefiDevicePathLib.inf */, + A571C162232052EB003BC0AA /* UefiDevicePathLib.h */, + ); + path = UefiDevicePathLib; + sourceTree = ""; + }; + A571C163232052EB003BC0AA /* PeiHobLib */ = { + isa = PBXGroup; + children = ( + A571C164232052EB003BC0AA /* PeiHobLib.uni */, + A571C165232052EB003BC0AA /* PeiHobLib.inf */, + A571C166232052EB003BC0AA /* HobLib.c */, + ); + path = PeiHobLib; + sourceTree = ""; + }; + A571C167232052EB003BC0AA /* PeiMemoryLib */ = { + isa = PBXGroup; + children = ( + A571C168232052EB003BC0AA /* SetMem64Wrapper.c */, + A571C169232052EB003BC0AA /* ZeroMemWrapper.c */, + A571C16A232052EB003BC0AA /* CopyMemWrapper.c */, + A571C16B232052EB003BC0AA /* ScanMem64Wrapper.c */, + A571C16C232052EB003BC0AA /* MemLibGeneric.c */, + A571C16D232052EB003BC0AA /* PeiMemoryLib.inf */, + A571C16E232052EB003BC0AA /* ScanMem8Wrapper.c */, + A571C16F232052EB003BC0AA /* PeiMemoryLib.uni */, + A571C170232052EB003BC0AA /* SetMem32Wrapper.c */, + A571C171232052EB003BC0AA /* ScanMem32Wrapper.c */, + A571C172232052EB003BC0AA /* IsZeroBufferWrapper.c */, + A571C173232052EB003BC0AA /* SetMemWrapper.c */, + A571C174232052EB003BC0AA /* MemLib.c */, + A571C175232052EB003BC0AA /* CompareMemWrapper.c */, + A571C176232052EB003BC0AA /* SetMem16Wrapper.c */, + A571C177232052EB003BC0AA /* MemLibGuid.c */, + A571C178232052EB003BC0AA /* MemLibInternals.h */, + A571C179232052EB003BC0AA /* ScanMem16Wrapper.c */, + ); + path = PeiMemoryLib; + sourceTree = ""; + }; + A571C17A232052EB003BC0AA /* BaseIoLibIntrinsic */ = { + isa = PBXGroup; + children = ( + A571C17B232052EB003BC0AA /* BaseIoLibIntrinsic.inf */, + A571C17C232052EB003BC0AA /* IoLibEbc.c */, + A571C17D232052EB003BC0AA /* BaseIoLibIntrinsic.uni */, + A571C17E232052EB003BC0AA /* IoLibGcc.c */, + A571C17F232052EB003BC0AA /* BaseIoLibIntrinsicSev.inf */, + A571C180232052EB003BC0AA /* BaseIoLibIntrinsicInternal.h */, + A571C181232052EB003BC0AA /* IoLibMmioBuffer.c */, + A571C182232052EB003BC0AA /* X64 */, + A571C185232052EB003BC0AA /* IoLib.c */, + A571C186232052EB003BC0AA /* IoHighLevel.c */, + A571C187232052EB003BC0AA /* IoLibMsc.c */, + A571C188232052EB003BC0AA /* Ia32 */, + A571C18B232052EB003BC0AA /* IoLibArm.c */, + A571C18C232052EB003BC0AA /* Arm */, + A571C18F232052EB003BC0AA /* BaseIoLibIntrinsicArmVirt.inf */, + A571C190232052EB003BC0AA /* AArch64 */, + A571C193232052EB003BC0AA /* IoLibArmVirt.c */, + A571C194232052EB003BC0AA /* BaseIoLibIntrinsicArmVirt.uni */, + ); + path = BaseIoLibIntrinsic; + sourceTree = ""; + }; + A571C182232052EB003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571C183232052EB003BC0AA /* IoFifo.nasm */, + A571C184232052EB003BC0AA /* IoFifoSev.nasm */, + ); + path = X64; + sourceTree = ""; + }; + A571C188232052EB003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571C189232052EB003BC0AA /* IoFifo.nasm */, + A571C18A232052EB003BC0AA /* IoFifoSev.nasm */, + ); + path = Ia32; + sourceTree = ""; + }; + A571C18C232052EB003BC0AA /* Arm */ = { + isa = PBXGroup; + children = ( + A571C18D232052EB003BC0AA /* ArmVirtMmio.S */, + A571C18E232052EB003BC0AA /* ArmVirtMmio.asm */, + ); + path = Arm; + sourceTree = ""; + }; + A571C190232052EB003BC0AA /* AArch64 */ = { + isa = PBXGroup; + children = ( + A571C191232052EB003BC0AA /* ArmVirtMmio.S */, + A571C192232052EB003BC0AA /* ArmVirtMmio.asm */, + ); + path = AArch64; + sourceTree = ""; + }; + A571C195232052EB003BC0AA /* PeiPciSegmentLibPciCfg2 */ = { + isa = PBXGroup; + children = ( + A571C196232052EB003BC0AA /* PeiPciSegmentLibPciCfg2.inf */, + A571C197232052EB003BC0AA /* PeiPciSegmentLibPciCfg2.uni */, + A571C198232052EB003BC0AA /* PciSegmentLib.c */, + ); + path = PeiPciSegmentLibPciCfg2; + sourceTree = ""; + }; + A571C199232052EB003BC0AA /* BasePeCoffGetEntryPointLib */ = { + isa = PBXGroup; + children = ( + A571C19A232052EB003BC0AA /* BasePeCoffGetEntryPointLib.uni */, + A571C19B232052EB003BC0AA /* BasePeCoffGetEntryPointLib.inf */, + A571C19C232052EB003BC0AA /* PeCoffGetEntryPoint.c */, + ); + path = BasePeCoffGetEntryPointLib; + sourceTree = ""; + }; + A571C19D232052EB003BC0AA /* UefiDevicePathLibDevicePathProtocol */ = { + isa = PBXGroup; + children = ( + A571C19E232052EB003BC0AA /* UefiDevicePathLibDevicePathProtocol.inf */, + A571C19F232052EB003BC0AA /* UefiDevicePathLibDevicePathProtocol.uni */, + A571C1A0232052EB003BC0AA /* UefiDevicePathLib.c */, + ); + path = UefiDevicePathLibDevicePathProtocol; + sourceTree = ""; + }; + A571C1A1232052EB003BC0AA /* SmmIoLib */ = { + isa = PBXGroup; + children = ( + A571C1A2232052EB003BC0AA /* SmmIoLib.c */, + A571C1A3232052EB003BC0AA /* SmmIoLib.uni */, + A571C1A4232052EB003BC0AA /* SmmIoLib.inf */, + ); + path = SmmIoLib; + sourceTree = ""; + }; + A571C1A5232052EB003BC0AA /* DxeCoreHobLib */ = { + isa = PBXGroup; + children = ( + A571C1A6232052EB003BC0AA /* HobLib.c */, + A571C1A7232052EB003BC0AA /* DxeCoreHobLib.inf */, + A571C1A8232052EB003BC0AA /* DxeCoreHobLib.uni */, + ); + path = DxeCoreHobLib; + sourceTree = ""; + }; + A571C1A9232052EB003BC0AA /* UefiRuntimeServicesTableLib */ = { + isa = PBXGroup; + children = ( + A571C1AA232052EB003BC0AA /* UefiRuntimeServicesTableLib.uni */, + A571C1AB232052EB003BC0AA /* UefiRuntimeServicesTableLib.inf */, + A571C1AC232052EB003BC0AA /* UefiRuntimeServicesTableLib.c */, + ); + path = UefiRuntimeServicesTableLib; + sourceTree = ""; + }; + A571C1AD232052EB003BC0AA /* PeiPcdLib */ = { + isa = PBXGroup; + children = ( + A571C1AE232052EB003BC0AA /* PeiPcdLib.c */, + A571C1AF232052EB003BC0AA /* PeiPcdLib.inf */, + A571C1B0232052EB003BC0AA /* PeiPcdLib.uni */, + ); + path = PeiPcdLib; + sourceTree = ""; + }; + A571C1B1232052EB003BC0AA /* SmmMemLib */ = { + isa = PBXGroup; + children = ( + A571C1B2232052EB003BC0AA /* SmmMemLib.uni */, + A571C1B3232052EB003BC0AA /* SmmMemLib.c */, + A571C1B4232052EB003BC0AA /* SmmMemLib.inf */, + ); + path = SmmMemLib; + sourceTree = ""; + }; + A571C1B5232052EB003BC0AA /* UefiFileHandleLib */ = { + isa = PBXGroup; + children = ( + A571C1B6232052EB003BC0AA /* UefiFileHandleLib.inf */, + A571C1B7232052EB003BC0AA /* UefiFileHandleLib.uni */, + A571C1B8232052EB003BC0AA /* UefiFileHandleLib.c */, + ); + path = UefiFileHandleLib; + sourceTree = ""; + }; + A571C1B9232052EB003BC0AA /* DxeRuntimeDebugLibSerialPort */ = { + isa = PBXGroup; + children = ( + A571C1BA232052EB003BC0AA /* DebugLib.c */, + A571C1BB232052EB003BC0AA /* DxeRuntimeDebugLibSerialPort.inf */, + A571C1BC232052EB003BC0AA /* DxeRuntimeDebugLibSerialPort.uni */, + ); + path = DxeRuntimeDebugLibSerialPort; + sourceTree = ""; + }; + A571C1BD232052EB003BC0AA /* BaseMemoryLibMmx */ = { + isa = PBXGroup; + children = ( + A571C1BE232052EB003BC0AA /* SetMem64Wrapper.c */, + A571C1BF232052EB003BC0AA /* ZeroMemWrapper.c */, + A571C1C0232052EB003BC0AA /* CopyMemWrapper.c */, + A571C1C1232052EB003BC0AA /* ScanMem64Wrapper.c */, + A571C1C2232052EB003BC0AA /* X64 */, + A571C1CF232052EB003BC0AA /* ScanMem8Wrapper.c */, + A571C1D0232052EB003BC0AA /* SetMem32Wrapper.c */, + A571C1D1232052EB003BC0AA /* Ia32 */, + A571C1DE232052EB003BC0AA /* ScanMem32Wrapper.c */, + A571C1DF232052EB003BC0AA /* IsZeroBufferWrapper.c */, + A571C1E0232052EB003BC0AA /* SetMemWrapper.c */, + A571C1E1232052EB003BC0AA /* CompareMemWrapper.c */, + A571C1E2232052EB003BC0AA /* SetMem16Wrapper.c */, + A571C1E3232052EB003BC0AA /* MemLibGuid.c */, + A571C1E4232052EB003BC0AA /* BaseMemoryLibMmx.inf */, + A571C1E5232052EB003BC0AA /* MemLibInternals.h */, + A571C1E6232052EB003BC0AA /* ScanMem16Wrapper.c */, + A571C1E7232052EB003BC0AA /* BaseMemoryLibMmx.uni */, + ); + path = BaseMemoryLibMmx; + sourceTree = ""; + }; + A571C1C2232052EB003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571C1C3232052EB003BC0AA /* ZeroMem.nasm */, + A571C1C4232052EB003BC0AA /* CompareMem.nasm */, + A571C1C5232052EB003BC0AA /* SetMem16.nasm */, + A571C1C6232052EB003BC0AA /* ScanMem64.nasm */, + A571C1C7232052EB003BC0AA /* ScanMem32.nasm */, + A571C1C8232052EB003BC0AA /* SetMem.nasm */, + A571C1C9232052EB003BC0AA /* IsZeroBuffer.nasm */, + A571C1CA232052EB003BC0AA /* SetMem64.nasm */, + A571C1CB232052EB003BC0AA /* ScanMem8.nasm */, + A571C1CC232052EB003BC0AA /* SetMem32.nasm */, + A571C1CD232052EB003BC0AA /* ScanMem16.nasm */, + A571C1CE232052EB003BC0AA /* CopyMem.nasm */, + ); + path = X64; + sourceTree = ""; + }; + A571C1D1232052EB003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571C1D2232052EB003BC0AA /* ZeroMem.nasm */, + A571C1D3232052EB003BC0AA /* CompareMem.nasm */, + A571C1D4232052EB003BC0AA /* SetMem16.nasm */, + A571C1D5232052EB003BC0AA /* ScanMem64.nasm */, + A571C1D6232052EB003BC0AA /* ScanMem32.nasm */, + A571C1D7232052EB003BC0AA /* SetMem.nasm */, + A571C1D8232052EB003BC0AA /* IsZeroBuffer.nasm */, + A571C1D9232052EB003BC0AA /* SetMem64.nasm */, + A571C1DA232052EB003BC0AA /* ScanMem8.nasm */, + A571C1DB232052EB003BC0AA /* SetMem32.nasm */, + A571C1DC232052EB003BC0AA /* ScanMem16.nasm */, + A571C1DD232052EB003BC0AA /* CopyMem.nasm */, + ); + path = Ia32; + sourceTree = ""; + }; + A571C1E8232052EB003BC0AA /* BaseOrderedCollectionRedBlackTreeLib */ = { + isa = PBXGroup; + children = ( + A571C1E9232052EB003BC0AA /* BaseOrderedCollectionRedBlackTreeLib.inf */, + A571C1EA232052EB003BC0AA /* BaseOrderedCollectionRedBlackTreeLib.uni */, + A571C1EB232052EB003BC0AA /* BaseOrderedCollectionRedBlackTreeLib.c */, + ); + path = BaseOrderedCollectionRedBlackTreeLib; + sourceTree = ""; + }; + A571C1EC232052EB003BC0AA /* UefiMemoryAllocationLib */ = { + isa = PBXGroup; + children = ( + A571C1ED232052EB003BC0AA /* UefiMemoryAllocationLib.inf */, + A571C1EE232052EB003BC0AA /* MemoryAllocationLib.c */, + A571C1EF232052EB003BC0AA /* UefiMemoryAllocationLib.uni */, + ); + path = UefiMemoryAllocationLib; + sourceTree = ""; + }; + A571C1F0232052EB003BC0AA /* UefiRuntimeLib */ = { + isa = PBXGroup; + children = ( + A571C1F1232052EB003BC0AA /* UefiRuntimeLib.uni */, + A571C1F2232052EB003BC0AA /* UefiRuntimeLib.inf */, + A571C1F3232052EB003BC0AA /* RuntimeLib.c */, + ); + path = UefiRuntimeLib; + sourceTree = ""; + }; + A571C1F4232052EB003BC0AA /* UefiDebugLibConOut */ = { + isa = PBXGroup; + children = ( + A571C1F5232052EB003BC0AA /* UefiDebugLibConOut.inf */, + A571C1F6232052EB003BC0AA /* UefiDebugLibConOut.uni */, + A571C1F7232052EB003BC0AA /* DebugLibConstructor.c */, + A571C1F8232052EB003BC0AA /* DebugLib.c */, + ); + path = UefiDebugLibConOut; + sourceTree = ""; + }; + A571C1F9232052EB003BC0AA /* BasePciLibPciExpress */ = { + isa = PBXGroup; + children = ( + A571C1FA232052EB003BC0AA /* BasePciLibPciExpress.uni */, + A571C1FB232052EB003BC0AA /* BasePciLibPciExpress.inf */, + A571C1FC232052EB003BC0AA /* PciLib.c */, + ); + path = BasePciLibPciExpress; + sourceTree = ""; + }; + A571C1FD232052EB003BC0AA /* UefiLib */ = { + isa = PBXGroup; + children = ( + A571C1FE232052EB003BC0AA /* UefiLibPrint.c */, + A571C1FF232052EB003BC0AA /* UefiLib.uni */, + A571C200232052EB003BC0AA /* UefiLib.inf */, + A571C201232052EB003BC0AA /* UefiDriverModel.c */, + A571C202232052EB003BC0AA /* UefiNotTiano.c */, + A571C203232052EB003BC0AA /* Console.c */, + A571C204232052EB003BC0AA /* UefiLib.c */, + A571C205232052EB003BC0AA /* UefiLibInternal.h */, + A571C206232052EB003BC0AA /* Acpi.c */, + ); + path = UefiLib; + sourceTree = ""; + }; + A571C207232052EB003BC0AA /* DxeHstiLib */ = { + isa = PBXGroup; + children = ( + A571C208232052EB003BC0AA /* DxeHstiLib.uni */, + A571C209232052EB003BC0AA /* HstiDxe.c */, + A571C20A232052EB003BC0AA /* DxeHstiLib.inf */, + A571C20B232052EB003BC0AA /* HstiAip.c */, + A571C20C232052EB003BC0AA /* HstiDxe.h */, + ); + path = DxeHstiLib; + sourceTree = ""; + }; + A571C20D232052EB003BC0AA /* BasePostCodeLibDebug */ = { + isa = PBXGroup; + children = ( + A571C20E232052EB003BC0AA /* PostCode.c */, + A571C20F232052EB003BC0AA /* BasePostCodeLibDebug.uni */, + A571C210232052EB003BC0AA /* BasePostCodeLibDebug.inf */, + ); + path = BasePostCodeLibDebug; + sourceTree = ""; + }; + A571C211232052EB003BC0AA /* BaseS3StallLib */ = { + isa = PBXGroup; + children = ( + A571C212232052EB003BC0AA /* BaseS3StallLib.inf */, + A571C213232052EB003BC0AA /* BaseS3StallLib.uni */, + A571C214232052EB003BC0AA /* S3StallLib.c */, + ); + path = BaseS3StallLib; + sourceTree = ""; + }; + A571C215232052EB003BC0AA /* BaseMemoryLibOptPei */ = { + isa = PBXGroup; + children = ( + A571C216232052EB003BC0AA /* SetMem64Wrapper.c */, + A571C217232052EB003BC0AA /* ZeroMemWrapper.c */, + A571C218232052EB003BC0AA /* BaseMemoryLibOptPei.uni */, + A571C219232052EB003BC0AA /* CopyMemWrapper.c */, + A571C21A232052EB003BC0AA /* ScanMem64Wrapper.c */, + A571C21B232052EB003BC0AA /* BaseMemoryLibOptPei.inf */, + A571C21C232052EB003BC0AA /* X64 */, + A571C229232052EB003BC0AA /* ScanMem8Wrapper.c */, + A571C22A232052EB003BC0AA /* SetMem32Wrapper.c */, + A571C22B232052EB003BC0AA /* Ia32 */, + A571C238232052EB003BC0AA /* ScanMem32Wrapper.c */, + A571C239232052EB003BC0AA /* IsZeroBufferWrapper.c */, + A571C23A232052EB003BC0AA /* SetMemWrapper.c */, + A571C23B232052EB003BC0AA /* CompareMemWrapper.c */, + A571C23C232052EB003BC0AA /* SetMem16Wrapper.c */, + A571C23D232052EB003BC0AA /* MemLibGuid.c */, + A571C23E232052EB003BC0AA /* MemLibInternals.h */, + A571C23F232052EB003BC0AA /* ScanMem16Wrapper.c */, + ); + path = BaseMemoryLibOptPei; + sourceTree = ""; + }; + A571C21C232052EB003BC0AA /* X64 */ = { + isa = PBXGroup; + children = ( + A571C21D232052EB003BC0AA /* ZeroMem.nasm */, + A571C21E232052EB003BC0AA /* CompareMem.nasm */, + A571C21F232052EB003BC0AA /* SetMem16.nasm */, + A571C220232052EB003BC0AA /* ScanMem64.nasm */, + A571C221232052EB003BC0AA /* ScanMem32.nasm */, + A571C222232052EB003BC0AA /* SetMem.nasm */, + A571C223232052EB003BC0AA /* IsZeroBuffer.nasm */, + A571C224232052EB003BC0AA /* SetMem64.nasm */, + A571C225232052EB003BC0AA /* ScanMem8.nasm */, + A571C226232052EB003BC0AA /* SetMem32.nasm */, + A571C227232052EB003BC0AA /* ScanMem16.nasm */, + A571C228232052EB003BC0AA /* CopyMem.nasm */, + ); + path = X64; + sourceTree = ""; + }; + A571C22B232052EB003BC0AA /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571C22C232052EB003BC0AA /* ZeroMem.nasm */, + A571C22D232052EB003BC0AA /* CompareMem.nasm */, + A571C22E232052EB003BC0AA /* SetMem16.nasm */, + A571C22F232052EB003BC0AA /* ScanMem64.nasm */, + A571C230232052EB003BC0AA /* ScanMem32.nasm */, + A571C231232052EB003BC0AA /* SetMem.nasm */, + A571C232232052EB003BC0AA /* IsZeroBuffer.nasm */, + A571C233232052EB003BC0AA /* SetMem64.nasm */, + A571C234232052EB003BC0AA /* ScanMem8.nasm */, + A571C235232052EB003BC0AA /* SetMem32.nasm */, + A571C236232052EB003BC0AA /* ScanMem16.nasm */, + A571C237232052EB003BC0AA /* CopyMem.nasm */, + ); + path = Ia32; + sourceTree = ""; + }; + A571C240232052EC003BC0AA /* UefiPciLibPciRootBridgeIo */ = { + isa = PBXGroup; + children = ( + A571C241232052EC003BC0AA /* UefiPciLibPciRootBridgeIo.uni */, + A571C242232052EC003BC0AA /* UefiPciLibPciRootBridgeIo.inf */, + A571C243232052EC003BC0AA /* PciLib.c */, + ); + path = UefiPciLibPciRootBridgeIo; + sourceTree = ""; + }; + A571C244232052EC003BC0AA /* PeimEntryPoint */ = { + isa = PBXGroup; + children = ( + A571C245232052EC003BC0AA /* PeimEntryPoint.c */, + A571C246232052EC003BC0AA /* PeimEntryPoint.uni */, + A571C247232052EC003BC0AA /* PeimEntryPoint.inf */, + ); + path = PeimEntryPoint; + sourceTree = ""; + }; + A571C248232052EC003BC0AA /* SmiHandlerProfileLibNull */ = { + isa = PBXGroup; + children = ( + A571C249232052EC003BC0AA /* SmiHandlerProfileLibNull.c */, + A571C24A232052EC003BC0AA /* SmiHandlerProfileLibNull.inf */, + A571C24B232052EC003BC0AA /* SmiHandlerProfileLibNull.uni */, + ); + path = SmiHandlerProfileLibNull; + sourceTree = ""; + }; + A571C24C232052EC003BC0AA /* BaseS3PciLib */ = { + isa = PBXGroup; + children = ( + A571C24D232052EC003BC0AA /* S3PciLib.c */, + A571C24E232052EC003BC0AA /* BaseS3PciLib.uni */, + A571C24F232052EC003BC0AA /* BaseS3PciLib.inf */, + ); + path = BaseS3PciLib; + sourceTree = ""; + }; + A571C250232052EC003BC0AA /* BasePrintLib */ = { + isa = PBXGroup; + children = ( + A571C251232052EC003BC0AA /* PrintLibInternal.h */, + A571C252232052EC003BC0AA /* PrintLib.c */, + A571C253232052EC003BC0AA /* BasePrintLib.inf */, + A571C254232052EC003BC0AA /* BasePrintLib.uni */, + A571C255232052EC003BC0AA /* PrintLibInternal.c */, + ); + path = BasePrintLib; + sourceTree = ""; + }; + A571C256232052EC003BC0AA /* PeiIoLibCpuIo */ = { + isa = PBXGroup; + children = ( + A571C257232052EC003BC0AA /* IoLibMmioBuffer.c */, + A571C258232052EC003BC0AA /* IoLib.c */, + A571C259232052EC003BC0AA /* IoHighLevel.c */, + A571C25A232052EC003BC0AA /* PeiIoLibCpuIo.uni */, + A571C25B232052EC003BC0AA /* PeiIoLibCpuIo.inf */, + ); + path = PeiIoLibCpuIo; + sourceTree = ""; + }; + A571C25C232052EC003BC0AA /* BaseReportStatusCodeLibNull */ = { + isa = PBXGroup; + children = ( + A571C25D232052EC003BC0AA /* BaseReportStatusCodeLib.c */, + A571C25E232052EC003BC0AA /* BaseReportStatusCodeLibNull.uni */, + A571C25F232052EC003BC0AA /* BaseReportStatusCodeLibNull.inf */, + ); + path = BaseReportStatusCodeLibNull; + sourceTree = ""; + }; + A571C260232052EC003BC0AA /* DxeServicesTableLib */ = { + isa = PBXGroup; + children = ( + A571C261232052EC003BC0AA /* DxeServicesTableLib.c */, + A571C262232052EC003BC0AA /* DxeServicesTableLib.inf */, + A571C263232052EC003BC0AA /* DxeServicesTableLib.uni */, + ); + path = DxeServicesTableLib; + sourceTree = ""; + }; + A571C264232052EC003BC0AA /* BasePeCoffExtraActionLibNull */ = { + isa = PBXGroup; + children = ( + A571C265232052EC003BC0AA /* BasePeCoffExtraActionLibNull.inf */, + A571C266232052EC003BC0AA /* PeCoffExtraActionLibNull.uni */, + A571C267232052EC003BC0AA /* PeCoffExtraActionLib.c */, + ); + path = BasePeCoffExtraActionLibNull; + sourceTree = ""; + }; + A571C268232052EC003BC0AA /* UefiUsbLib */ = { + isa = PBXGroup; + children = ( + A571C269232052EC003BC0AA /* UsbDxeLib.c */, + A571C26A232052EC003BC0AA /* UefiUsbLib.inf */, + A571C26B232052EC003BC0AA /* UefiUsbLib.uni */, + A571C26C232052EC003BC0AA /* Hid.c */, + A571C26D232052EC003BC0AA /* UefiUsbLibInternal.h */, + ); + path = UefiUsbLib; + sourceTree = ""; + }; + A571C272232052F8003BC0AA /* PcAtChipsetPkg */ = { + isa = PBXGroup; + children = ( + A571C273232052F8003BC0AA /* PcAtChipsetPkg.dec */, + A571C274232052F8003BC0AA /* PcAtChipsetPkg.uni */, + A571C275232052F8003BC0AA /* IsaAcpiDxe */, + A571C27E232052F8003BC0AA /* HpetTimerDxe */, + A571C283232052F8003BC0AA /* PcAtChipsetPkg.dsc */, + A571C284232052F8003BC0AA /* Include */, + A571C28C232052F8003BC0AA /* Bus */, + A571C295232052F8003BC0AA /* Library */, + A571C2AD232052F8003BC0AA /* 8259InterruptControllerDxe */, + A571C2B3232052F8003BC0AA /* PcAtChipsetPkgExtra.uni */, + A571C2B4232052F8003BC0AA /* 8254TimerDxe */, + A571C2BA232052F8003BC0AA /* PcatRealTimeClockRuntimeDxe */, + ); + name = PcAtChipsetPkg; + path = ../../../PcAtChipsetPkg; + sourceTree = ""; + }; + A571C275232052F8003BC0AA /* IsaAcpiDxe */ = { + isa = PBXGroup; + children = ( + A571C276232052F8003BC0AA /* IsaAcpi.c */, + A571C277232052F8003BC0AA /* IsaAcpiExtra.uni */, + A571C278232052F8003BC0AA /* PcatIsaAcpi.h */, + A571C279232052F8003BC0AA /* ComponentName.c */, + A571C27A232052F8003BC0AA /* IsaAcpi.c.bak */, + A571C27B232052F8003BC0AA /* PcatIsaAcpi.c */, + A571C27C232052F8003BC0AA /* IsaAcpi.inf */, + A571C27D232052F8003BC0AA /* IsaAcpi.uni */, + ); + path = IsaAcpiDxe; + sourceTree = ""; + }; + A571C27E232052F8003BC0AA /* HpetTimerDxe */ = { + isa = PBXGroup; + children = ( + A571C27F232052F8003BC0AA /* HpetTimerDxe.uni */, + A571C280232052F8003BC0AA /* HpetTimer.c */, + A571C281232052F8003BC0AA /* HpetTimerDxeExtra.uni */, + A571C282232052F8003BC0AA /* HpetTimerDxe.inf */, + ); + path = HpetTimerDxe; + sourceTree = ""; + }; + A571C284232052F8003BC0AA /* Include */ = { + isa = PBXGroup; + children = ( + A571C285232052F8003BC0AA /* Library */, + A571C287232052F8003BC0AA /* Register */, + A571C28A232052F8003BC0AA /* Guid */, + ); + path = Include; + sourceTree = ""; + }; + A571C285232052F8003BC0AA /* Library */ = { + isa = PBXGroup; + children = ( + A571C286232052F8003BC0AA /* IoApicLib.h */, + ); + path = Library; + sourceTree = ""; + }; + A571C287232052F8003BC0AA /* Register */ = { + isa = PBXGroup; + children = ( + A571C288232052F8003BC0AA /* IoApic.h */, + A571C289232052F8003BC0AA /* Hpet.h */, + ); + path = Register; + sourceTree = ""; + }; + A571C28A232052F8003BC0AA /* Guid */ = { + isa = PBXGroup; + children = ( + A571C28B232052F8003BC0AA /* PcAtChipsetTokenSpace.h */, + ); + path = Guid; + sourceTree = ""; + }; + A571C28C232052F8003BC0AA /* Bus */ = { + isa = PBXGroup; + children = ( + A571C28D232052F8003BC0AA /* Pci */, + ); + path = Bus; + sourceTree = ""; + }; + A571C28D232052F8003BC0AA /* Pci */ = { + isa = PBXGroup; + children = ( + A571C28E232052F8003BC0AA /* IdeControllerDxe */, + ); + path = Pci; + sourceTree = ""; + }; + A571C28E232052F8003BC0AA /* IdeControllerDxe */ = { + isa = PBXGroup; + children = ( + A571C28F232052F8003BC0AA /* IdeController.c */, + A571C290232052F8003BC0AA /* IdeControllerExtra.uni */, + A571C291232052F8003BC0AA /* IdeControllerDxe.inf */, + A571C292232052F8003BC0AA /* ComponentName.c */, + A571C293232052F8003BC0AA /* IdeController.uni */, + A571C294232052F8003BC0AA /* IdeController.h */, + ); + path = IdeControllerDxe; + sourceTree = ""; + }; + A571C295232052F8003BC0AA /* Library */ = { + isa = PBXGroup; + children = ( + A571C296232052F8003BC0AA /* AcpiTimerLib */, + A571C2A1232052F8003BC0AA /* BaseIoApicLib */, + A571C2A5232052F8003BC0AA /* ResetSystemLib */, + A571C2A9232052F8003BC0AA /* SerialIoLib */, + ); + path = Library; + sourceTree = ""; + }; + A571C296232052F8003BC0AA /* AcpiTimerLib */ = { + isa = PBXGroup; + children = ( + A571C297232052F8003BC0AA /* DxeAcpiTimerLib.uni */, + A571C298232052F8003BC0AA /* DxeAcpiTimerLib.inf */, + A571C299232052F8003BC0AA /* BaseAcpiTimerLib.uni */, + A571C29A232052F8003BC0AA /* BaseAcpiTimerLib.inf */, + A571C29B232052F8003BC0AA /* BaseAcpiTimerLib.c */, + A571C29C232052F8003BC0AA /* PeiAcpiTimerLib.inf */, + A571C29D232052F8003BC0AA /* PeiAcpiTimerLib.uni */, + A571C29E232052F8003BC0AA /* DxeAcpiTimerLib.c */, + A571C29F232052F8003BC0AA /* PeiAcpiTimerLib.c */, + A571C2A0232052F8003BC0AA /* AcpiTimerLib.c */, + ); + path = AcpiTimerLib; + sourceTree = ""; + }; + A571C2A1232052F8003BC0AA /* BaseIoApicLib */ = { + isa = PBXGroup; + children = ( + A571C2A2232052F8003BC0AA /* BaseIoApicLib.uni */, + A571C2A3232052F8003BC0AA /* BaseIoApicLib.inf */, + A571C2A4232052F8003BC0AA /* IoApicLib.c */, + ); + path = BaseIoApicLib; + sourceTree = ""; + }; + A571C2A5232052F8003BC0AA /* ResetSystemLib */ = { + isa = PBXGroup; + children = ( + A571C2A6232052F8003BC0AA /* ResetSystemLib.c */, + A571C2A7232052F8003BC0AA /* ResetSystemLib.uni */, + A571C2A8232052F8003BC0AA /* ResetSystemLib.inf */, + ); + path = ResetSystemLib; + sourceTree = ""; + }; + A571C2A9232052F8003BC0AA /* SerialIoLib */ = { + isa = PBXGroup; + children = ( + A571C2AA232052F8003BC0AA /* SerialPortLib.c */, + A571C2AB232052F8003BC0AA /* SerialIoLib.inf */, + A571C2AC232052F8003BC0AA /* PcAtSerialPortLib.uni */, + ); + path = SerialIoLib; + sourceTree = ""; + }; + A571C2AD232052F8003BC0AA /* 8259InterruptControllerDxe */ = { + isa = PBXGroup; + children = ( + A571C2AE232052F8003BC0AA /* Legacy8259Extra.uni */, + A571C2AF232052F8003BC0AA /* 8259.c */, + A571C2B0232052F8003BC0AA /* 8259.inf */, + A571C2B1232052F8003BC0AA /* Legacy8259.uni */, + A571C2B2232052F8003BC0AA /* 8259.h */, + ); + path = 8259InterruptControllerDxe; + sourceTree = ""; + }; + A571C2B4232052F8003BC0AA /* 8254TimerDxe */ = { + isa = PBXGroup; + children = ( + A571C2B5232052F8003BC0AA /* Timer.c */, + A571C2B6232052F8003BC0AA /* Timer.uni */, + A571C2B7232052F8003BC0AA /* 8254Timer.inf */, + A571C2B8232052F8003BC0AA /* Timer.h */, + A571C2B9232052F8003BC0AA /* TimerExtra.uni */, + ); + path = 8254TimerDxe; + sourceTree = ""; + }; + A571C2BA232052F8003BC0AA /* PcatRealTimeClockRuntimeDxe */ = { + isa = PBXGroup; + children = ( + A571C2BB232052F8003BC0AA /* PcatRealTimeClockRuntimeDxe.inf */, + A571C2BC232052F8003BC0AA /* PcRtc.uni */, + A571C2BD232052F8003BC0AA /* PcRtc.c */, + A571C2BE232052F8003BC0AA /* PcRtcEntry.c */, + A571C2BF232052F8003BC0AA /* PcRtcExtra.uni */, + A571C2C0232052F8003BC0AA /* PcRtc.h */, + ); + path = PcatRealTimeClockRuntimeDxe; + sourceTree = ""; + }; + A571C2C123205311003BC0AA /* NetworkPkg */ = { + isa = PBXGroup; + children = ( + A571C2C223205311003BC0AA /* HttpBootDxe */, + A571C2D923205311003BC0AA /* NetworkPkg.dsc */, + A571C2DA23205311003BC0AA /* WifiConnectionManagerDxe */, + A571C2EF23205311003BC0AA /* Udp4Dxe */, + A571C2F923205311003BC0AA /* DpcDxe */, + A571C2FF23205311003BC0AA /* MnpDxe */, + A571C30D23205311003BC0AA /* Network.dsc.inc */, + A571C30E23205311003BC0AA /* Mtftp4Dxe */, + A571C31D23205311003BC0AA /* NetworkDefines.dsc.inc */, + A571C31E23205311003BC0AA /* Ip4Dxe */, + A571C33E23205311003BC0AA /* NetworkPcds.dsc.inc */, + A571C33F23205311003BC0AA /* NetworkPkg.dec */, + A571C34023205311003BC0AA /* DnsDxe */, + A571C34C23205311003BC0AA /* NetworkPkgExtra.uni */, + A571C34D23205311003BC0AA /* Include */, + A571C35F23205311003BC0AA /* NetworkPkg.uni */, + A571C36023205311003BC0AA /* Dhcp4Dxe */, + A571C36D23205311003BC0AA /* NetworkLibs.dsc.inc */, + A571C36E23205311003BC0AA /* SnpDxe */, + A571C38423205311003BC0AA /* Library */, + A571C39F23205311003BC0AA /* VlanConfigDxe */, + A571C3AA23205311003BC0AA /* NetworkComponents.dsc.inc */, + A571C3AB23205311003BC0AA /* IScsiDxe */, + A571C3C923205311003BC0AA /* Dhcp6Dxe */, + A571C3D623205312003BC0AA /* HttpUtilitiesDxe */, + A571C3DD23205312003BC0AA /* Udp6Dxe */, + A571C3E723205312003BC0AA /* Network.fdf.inc */, + A571C3E823205312003BC0AA /* Application */, + A571C3EF23205312003BC0AA /* ArpDxe */, + A571C3F923205312003BC0AA /* HttpDxe */, + A571C40923205312003BC0AA /* TlsAuthConfigDxe */, + A571C41323205312003BC0AA /* Ip6Dxe */, + A571C43523205312003BC0AA /* UefiPxeBcDxe */, + A571C44823205312003BC0AA /* TlsDxe */, + A571C45223205312003BC0AA /* TcpDxe */, + A571C46923205312003BC0AA /* Mtftp6Dxe */, + ); + name = NetworkPkg; + path = ../../../NetworkPkg; + sourceTree = ""; + }; + A571C2C223205311003BC0AA /* HttpBootDxe */ = { + isa = PBXGroup; + children = ( + A571C2C323205311003BC0AA /* HttpBootClient.h */, + A571C2C423205311003BC0AA /* HttpBootDhcp6.h */, + A571C2C523205311003BC0AA /* HttpBootDhcp4.c */, + A571C2C623205311003BC0AA /* HttpBootSupport.h */, + A571C2C723205311003BC0AA /* HttpBootImpl.c */, + A571C2C823205311003BC0AA /* HttpBootDxe.h */, + A571C2C923205311003BC0AA /* HttpBootConfig.h */, + A571C2CA23205311003BC0AA /* HttpBootComponentName.c */, + A571C2CB23205311003BC0AA /* HttpBootConfigVfr.vfr */, + A571C2CC23205311003BC0AA /* HttpBootConfigNVDataStruc.h */, + A571C2CD23205311003BC0AA /* HttpBootDhcp4.h */, + A571C2CE23205311003BC0AA /* HttpBootSupport.c */, + A571C2CF23205311003BC0AA /* HttpBootDhcp6.c */, + A571C2D023205311003BC0AA /* HttpBootClient.c */, + A571C2D123205311003BC0AA /* HttpBootDxeExtra.uni */, + A571C2D223205311003BC0AA /* HttpBootComponentName.h */, + A571C2D323205311003BC0AA /* HttpBootConfigStrings.uni */, + A571C2D423205311003BC0AA /* HttpBootConfig.c */, + A571C2D523205311003BC0AA /* HttpBootDxe.c */, + A571C2D623205311003BC0AA /* HttpBootImpl.h */, + A571C2D723205311003BC0AA /* HttpBootDxe.inf */, + A571C2D823205311003BC0AA /* HttpBootDxe.uni */, + ); + path = HttpBootDxe; + sourceTree = ""; + }; + A571C2DA23205311003BC0AA /* WifiConnectionManagerDxe */ = { + isa = PBXGroup; + children = ( + A571C2DB23205311003BC0AA /* WifiConnectionMgrImpl.h */, + A571C2DC23205311003BC0AA /* WifiConnectionMgrComponentName.c */, + A571C2DD23205311003BC0AA /* WifiConnectionMgrMisc.c */, + A571C2DE23205311003BC0AA /* WifiConnectionMgrDriverBinding.h */, + A571C2DF23205311003BC0AA /* WifiConnectionMgrConfigNVDataStruct.h */, + A571C2E023205311003BC0AA /* WifiConnectionMgrHiiConfigAccess.h */, + A571C2E123205311003BC0AA /* WifiConnectionManagerDxe.vfr */, + A571C2E223205311003BC0AA /* EapContext.h */, + A571C2E323205311003BC0AA /* WifiConnectionMgrFileUtil.h */, + A571C2E423205311003BC0AA /* WifiConnectionMgrConfig.h */, + A571C2E523205311003BC0AA /* WifiConnectionMgrDxe.h */, + A571C2E623205311003BC0AA /* WifiConnectionMgrConfigHii.h */, + A571C2E723205311003BC0AA /* WifiConnectionMgrDriver.c */, + A571C2E823205311003BC0AA /* WifiConnectionMgrComponentName.h */, + A571C2E923205311003BC0AA /* WifiConnectionMgrImpl.c */, + A571C2EA23205311003BC0AA /* WifiConnectionMgrMisc.h */, + A571C2EB23205311003BC0AA /* WifiConnectionManagerDxeStrings.uni */, + A571C2EC23205311003BC0AA /* WifiConnectionManagerDxe.inf */, + A571C2ED23205311003BC0AA /* WifiConnectionMgrHiiConfigAccess.c */, + A571C2EE23205311003BC0AA /* WifiConnectionMgrFileUtil.c */, + ); + path = WifiConnectionManagerDxe; + sourceTree = ""; + }; + A571C2EF23205311003BC0AA /* Udp4Dxe */ = { + isa = PBXGroup; + children = ( + A571C2F023205311003BC0AA /* Udp4Driver.h */, + A571C2F123205311003BC0AA /* Udp4Impl.h */, + A571C2F223205311003BC0AA /* ComponentName.c */, + A571C2F323205311003BC0AA /* Udp4Main.c */, + A571C2F423205311003BC0AA /* Udp4Driver.c */, + A571C2F523205311003BC0AA /* Udp4Impl.c */, + A571C2F623205311003BC0AA /* Udp4DxeExtra.uni */, + A571C2F723205311003BC0AA /* Udp4Dxe.uni */, + A571C2F823205311003BC0AA /* Udp4Dxe.inf */, + ); + path = Udp4Dxe; + sourceTree = ""; + }; + A571C2F923205311003BC0AA /* DpcDxe */ = { + isa = PBXGroup; + children = ( + A571C2FA23205311003BC0AA /* Dpc.c */, + A571C2FB23205311003BC0AA /* DpcDxeExtra.uni */, + A571C2FC23205311003BC0AA /* DpcDxe.uni */, + A571C2FD23205311003BC0AA /* DpcDxe.inf */, + A571C2FE23205311003BC0AA /* Dpc.h */, + ); + path = DpcDxe; + sourceTree = ""; + }; + A571C2FF23205311003BC0AA /* MnpDxe */ = { + isa = PBXGroup; + children = ( + A571C30023205311003BC0AA /* MnpDxeExtra.uni */, + A571C30123205311003BC0AA /* MnpVlan.c */, + A571C30223205311003BC0AA /* MnpDriver.c */, + A571C30323205311003BC0AA /* MnpConfig.c */, + A571C30423205311003BC0AA /* ComponentName.c */, + A571C30523205311003BC0AA /* MnpDxe.uni */, + A571C30623205311003BC0AA /* MnpMain.c */, + A571C30723205311003BC0AA /* MnpDriver.h */, + A571C30823205311003BC0AA /* MnpVlan.h */, + A571C30923205311003BC0AA /* MnpDxe.inf */, + A571C30A23205311003BC0AA /* MnpIo.c */, + A571C30B23205311003BC0AA /* MnpImpl.h */, + A571C30C23205311003BC0AA /* ComponentName.h */, + ); + path = MnpDxe; + sourceTree = ""; + }; + A571C30E23205311003BC0AA /* Mtftp4Dxe */ = { + isa = PBXGroup; + children = ( + A571C30F23205311003BC0AA /* Mtftp4Option.c */, + A571C31023205311003BC0AA /* Mtftp4Impl.c */, + A571C31123205311003BC0AA /* Mtftp4Driver.h */, + A571C31223205311003BC0AA /* Mtftp4Support.h */, + A571C31323205311003BC0AA /* ComponentName.c */, + A571C31423205311003BC0AA /* Mtftp4Option.h */, + A571C31523205311003BC0AA /* Mtftp4Wrq.c */, + A571C31623205311003BC0AA /* Mtftp4Impl.h */, + A571C31723205311003BC0AA /* Mtftp4Rrq.c */, + A571C31823205311003BC0AA /* Mtftp4Dxe.uni */, + A571C31923205311003BC0AA /* Mtftp4Dxe.inf */, + A571C31A23205311003BC0AA /* Mtftp4Support.c */, + A571C31B23205311003BC0AA /* Mtftp4DxeExtra.uni */, + A571C31C23205311003BC0AA /* Mtftp4Driver.c */, + ); + path = Mtftp4Dxe; + sourceTree = ""; + }; + A571C31E23205311003BC0AA /* Ip4Dxe */ = { + isa = PBXGroup; + children = ( + A571C31F23205311003BC0AA /* Ip4Driver.h */, + A571C32023205311003BC0AA /* Ip4Input.h */, + A571C32123205311003BC0AA /* Ip4NvData.h */, + A571C32223205311003BC0AA /* Ip4Dxe.uni */, + A571C32323205311003BC0AA /* Ip4Igmp.c */, + A571C32423205311003BC0AA /* Ip4Output.h */, + A571C32523205311003BC0AA /* Ip4Icmp.c */, + A571C32623205311003BC0AA /* Ip4Config2Impl.h */, + A571C32723205311003BC0AA /* Ip4Dxe.inf */, + A571C32823205311003BC0AA /* Ip4DxeStrings.uni */, + A571C32923205311003BC0AA /* Ip4Config2.vfr */, + A571C32A23205311003BC0AA /* Ip4Impl.h */, + A571C32B23205311003BC0AA /* Ip4Config2Nv.c */, + A571C32C23205311003BC0AA /* Ip4Route.h */, + A571C32D23205311003BC0AA /* Ip4If.h */, + A571C32E23205311003BC0AA /* Ip4Common.c */, + A571C32F23205311003BC0AA /* Ip4DxeExtra.uni */, + A571C33023205311003BC0AA /* ComponentName.c */, + A571C33123205311003BC0AA /* Ip4Option.c */, + A571C33223205311003BC0AA /* Ip4Igmp.h */, + A571C33323205311003BC0AA /* Ip4Output.c */, + A571C33423205311003BC0AA /* Ip4Driver.c */, + A571C33523205311003BC0AA /* Ip4Input.c */, + A571C33623205311003BC0AA /* Ip4Config2Impl.c */, + A571C33723205311003BC0AA /* Ip4Icmp.h */, + A571C33823205311003BC0AA /* Ip4Route.c */, + A571C33923205311003BC0AA /* Ip4Config2Nv.h */, + A571C33A23205311003BC0AA /* Ip4Impl.c */, + A571C33B23205311003BC0AA /* Ip4Option.h */, + A571C33C23205311003BC0AA /* Ip4If.c */, + A571C33D23205311003BC0AA /* Ip4Common.h */, + ); + path = Ip4Dxe; + sourceTree = ""; + }; + A571C34023205311003BC0AA /* DnsDxe */ = { + isa = PBXGroup; + children = ( + A571C34123205311003BC0AA /* DnsImpl.c */, + A571C34223205311003BC0AA /* DnsDxeExtra.uni */, + A571C34323205311003BC0AA /* DnsProtocol.c */, + A571C34423205311003BC0AA /* DnsDriver.h */, + A571C34523205311003BC0AA /* DnsDhcp.c */, + A571C34623205311003BC0AA /* ComponentName.c */, + A571C34723205311003BC0AA /* DnsImpl.h */, + A571C34823205311003BC0AA /* DnsDxe.uni */, + A571C34923205311003BC0AA /* DnsDxe.inf */, + A571C34A23205311003BC0AA /* DnsDhcp.h */, + A571C34B23205311003BC0AA /* DnsDriver.c */, + ); + path = DnsDxe; + sourceTree = ""; + }; + A571C34D23205311003BC0AA /* Include */ = { + isa = PBXGroup; + children = ( + A571C34E23205311003BC0AA /* Library */, + A571C35523205311003BC0AA /* Protocol */, + A571C35723205311003BC0AA /* Guid */, + ); + path = Include; + sourceTree = ""; + }; + A571C34E23205311003BC0AA /* Library */ = { + isa = PBXGroup; + children = ( + A571C34F23205311003BC0AA /* HttpLib.h */, + A571C35023205311003BC0AA /* IpIoLib.h */, + A571C35123205311003BC0AA /* UdpIoLib.h */, + A571C35223205311003BC0AA /* NetLib.h */, + A571C35323205311003BC0AA /* TcpIoLib.h */, + A571C35423205311003BC0AA /* DpcLib.h */, + ); + path = Library; + sourceTree = ""; + }; + A571C35523205311003BC0AA /* Protocol */ = { + isa = PBXGroup; + children = ( + A571C35623205311003BC0AA /* Dpc.h */, + ); + path = Protocol; + sourceTree = ""; + }; + A571C35723205311003BC0AA /* Guid */ = { + isa = PBXGroup; + children = ( + A571C35823205311003BC0AA /* WifiConnectionManagerConfigHii.h */, + A571C35923205311003BC0AA /* TlsAuthConfigHii.h */, + A571C35A23205311003BC0AA /* IScsiConfigHii.h */, + A571C35B23205311003BC0AA /* HttpBootConfigHii.h */, + A571C35C23205311003BC0AA /* HttpTlsCipherList.h */, + A571C35D23205311003BC0AA /* Ip6ConfigHii.h */, + A571C35E23205311003BC0AA /* TlsAuthentication.h */, + ); + path = Guid; + sourceTree = ""; + }; + A571C36023205311003BC0AA /* Dhcp4Dxe */ = { + isa = PBXGroup; + children = ( + A571C36123205311003BC0AA /* Dhcp4Option.h */, + A571C36223205311003BC0AA /* Dhcp4Dxe.uni */, + A571C36323205311003BC0AA /* Dhcp4Dxe.inf */, + A571C36423205311003BC0AA /* Dhcp4Impl.h */, + A571C36523205311003BC0AA /* Dhcp4Io.c */, + A571C36623205311003BC0AA /* ComponentName.c */, + A571C36723205311003BC0AA /* Dhcp4Driver.c */, + A571C36823205311003BC0AA /* Dhcp4Option.c */, + A571C36923205311003BC0AA /* Dhcp4Impl.c */, + A571C36A23205311003BC0AA /* Dhcp4DxeExtra.uni */, + A571C36B23205311003BC0AA /* Dhcp4Io.h */, + A571C36C23205311003BC0AA /* Dhcp4Driver.h */, + ); + path = Dhcp4Dxe; + sourceTree = ""; + }; + A571C36E23205311003BC0AA /* SnpDxe */ = { + isa = PBXGroup; + children = ( + A571C36F23205311003BC0AA /* Snp.c */, + A571C37023205311003BC0AA /* Receive_filters.c */, + A571C37123205311003BC0AA /* Initialize.c */, + A571C37223205311003BC0AA /* Statistics.c */, + A571C37323205311003BC0AA /* Station_address.c */, + A571C37423205311003BC0AA /* WaitForPacket.c */, + A571C37523205311003BC0AA /* ComponentName.c */, + A571C37623205311003BC0AA /* Mcast_ip_to_mac.c */, + A571C37723205311003BC0AA /* Reset.c */, + A571C37823205311003BC0AA /* Callback.c */, + A571C37923205311003BC0AA /* Stop.c */, + A571C37A23205311003BC0AA /* SnpDxe.inf */, + A571C37B23205311003BC0AA /* Snp.h */, + A571C37C23205311003BC0AA /* Transmit.c */, + A571C37D23205311003BC0AA /* Get_status.c */, + A571C37E23205311003BC0AA /* Shutdown.c */, + A571C37F23205311003BC0AA /* SnpDxe.uni */, + A571C38023205311003BC0AA /* Receive.c */, + A571C38123205311003BC0AA /* SnpDxeExtra.uni */, + A571C38223205311003BC0AA /* Start.c */, + A571C38323205311003BC0AA /* Nvdata.c */, + ); + path = SnpDxe; + sourceTree = ""; + }; + A571C38423205311003BC0AA /* Library */ = { + isa = PBXGroup; + children = ( + A571C38523205311003BC0AA /* DxeUdpIoLib */, + A571C38923205311003BC0AA /* DxeNetLib */, + A571C38E23205311003BC0AA /* DxeIpIoLib */, + A571C39223205311003BC0AA /* DxeDpcLib */, + A571C39623205311003BC0AA /* DxeHttpLib */, + A571C39B23205311003BC0AA /* DxeTcpIoLib */, + ); + path = Library; + sourceTree = ""; + }; + A571C38523205311003BC0AA /* DxeUdpIoLib */ = { + isa = PBXGroup; + children = ( + A571C38623205311003BC0AA /* DxeUdpIoLib.inf */, + A571C38723205311003BC0AA /* DxeUpdIoLib.uni */, + A571C38823205311003BC0AA /* DxeUdpIoLib.c */, + ); + path = DxeUdpIoLib; + sourceTree = ""; + }; + A571C38923205311003BC0AA /* DxeNetLib */ = { + isa = PBXGroup; + children = ( + A571C38A23205311003BC0AA /* DxeNetLib.inf */, + A571C38B23205311003BC0AA /* DxeNetLib.uni */, + A571C38C23205311003BC0AA /* NetBuffer.c */, + A571C38D23205311003BC0AA /* DxeNetLib.c */, + ); + path = DxeNetLib; + sourceTree = ""; + }; + A571C38E23205311003BC0AA /* DxeIpIoLib */ = { + isa = PBXGroup; + children = ( + A571C38F23205311003BC0AA /* DxeIpIoLib.c */, + A571C39023205311003BC0AA /* DxeIpIoLib.uni */, + A571C39123205311003BC0AA /* DxeIpIoLib.inf */, + ); + path = DxeIpIoLib; + sourceTree = ""; + }; + A571C39223205311003BC0AA /* DxeDpcLib */ = { + isa = PBXGroup; + children = ( + A571C39323205311003BC0AA /* DpcLib.c */, + A571C39423205311003BC0AA /* DxeDpcLib.uni */, + A571C39523205311003BC0AA /* DxeDpcLib.inf */, + ); + path = DxeDpcLib; + sourceTree = ""; + }; + A571C39623205311003BC0AA /* DxeHttpLib */ = { + isa = PBXGroup; + children = ( + A571C39723205311003BC0AA /* DxeHttpLib.c */, + A571C39823205311003BC0AA /* DxeHttpLib.inf */, + A571C39923205311003BC0AA /* DxeHttpLib.uni */, + A571C39A23205311003BC0AA /* DxeHttpLib.h */, + ); + path = DxeHttpLib; + sourceTree = ""; + }; + A571C39B23205311003BC0AA /* DxeTcpIoLib */ = { + isa = PBXGroup; + children = ( + A571C39C23205311003BC0AA /* DxeTcpIoLib.inf */, + A571C39D23205311003BC0AA /* DxeTcpIoLib.uni */, + A571C39E23205311003BC0AA /* DxeTcpIoLib.c */, + ); + path = DxeTcpIoLib; + sourceTree = ""; + }; + A571C39F23205311003BC0AA /* VlanConfigDxe */ = { + isa = PBXGroup; + children = ( + A571C3A023205311003BC0AA /* VlanConfigDxe.uni */, + A571C3A123205311003BC0AA /* VlanConfigNvData.h */, + A571C3A223205311003BC0AA /* VlanConfigDxe.inf */, + A571C3A323205311003BC0AA /* VlanConfigDxeExtra.uni */, + A571C3A423205311003BC0AA /* VlanConfigImpl.c */, + A571C3A523205311003BC0AA /* VlanConfigStrings.uni */, + A571C3A623205311003BC0AA /* ComponentName.c */, + A571C3A723205311003BC0AA /* VlanConfig.vfr */, + A571C3A823205311003BC0AA /* VlanConfigDriver.c */, + A571C3A923205311003BC0AA /* VlanConfigImpl.h */, + ); + path = VlanConfigDxe; + sourceTree = ""; + }; + A571C3AB23205311003BC0AA /* IScsiDxe */ = { + isa = PBXGroup; + children = ( + A571C3AC23205311003BC0AA /* IScsiCHAP.c */, + A571C3AD23205311003BC0AA /* IScsiDxe.inf */, + A571C3AE23205311003BC0AA /* IScsiProto.h */, + A571C3AF23205311003BC0AA /* IScsiDriver.h */, + A571C3B023205311003BC0AA /* IScsiDhcp.h */, + A571C3B123205311003BC0AA /* IScsiDns.h */, + A571C3B223205311003BC0AA /* IScsiConfigStrings.uni */, + A571C3B323205311003BC0AA /* IScsiDxe.uni */, + A571C3B423205311003BC0AA /* IScsiDhcp6.c */, + A571C3B523205311003BC0AA /* ComponentName.c */, + A571C3B623205311003BC0AA /* IScsiImpl.h */, + A571C3B723205311003BC0AA /* IScsiMisc.c */, + A571C3B823205311003BC0AA /* IScsiConfig.h */, + A571C3B923205311003BC0AA /* IScsiDxeExtra.uni */, + A571C3BA23205311003BC0AA /* IScsiIbft.c */, + A571C3BB23205311003BC0AA /* IScsiExtScsiPassThru.c */, + A571C3BC23205311003BC0AA /* IScsiProto.c */, + A571C3BD23205311003BC0AA /* IScsiCHAP.h */, + A571C3BE23205311003BC0AA /* IScsiConfigNVDataStruc.h */, + A571C3BF23205311003BC0AA /* IScsiAuthenticationInfo.c */, + A571C3C023205311003BC0AA /* IScsiDns.c */, + A571C3C123205311003BC0AA /* IScsiDhcp.c */, + A571C3C223205311003BC0AA /* IScsiDriver.c */, + A571C3C323205311003BC0AA /* IScsiDhcp6.h */, + A571C3C423205311003BC0AA /* IScsiConfigVfr.vfr */, + A571C3C523205311003BC0AA /* IScsiConfig.c */, + A571C3C623205311003BC0AA /* IScsiIbft.h */, + A571C3C723205311003BC0AA /* IScsiMisc.h */, + A571C3C823205311003BC0AA /* IScsiInitiatorName.c */, + ); + path = IScsiDxe; + sourceTree = ""; + }; + A571C3C923205311003BC0AA /* Dhcp6Dxe */ = { + isa = PBXGroup; + children = ( + A571C3CA23205311003BC0AA /* Dhcp6Dxe.inf */, + A571C3CB23205311003BC0AA /* Dhcp6Driver.c */, + A571C3CC23205311003BC0AA /* Dhcp6Dxe.uni */, + A571C3CD23205311003BC0AA /* Dhcp6Impl.h */, + A571C3CE23205312003BC0AA /* Dhcp6Utility.c */, + A571C3CF23205312003BC0AA /* Dhcp6Io.c */, + A571C3D023205312003BC0AA /* ComponentName.c */, + A571C3D123205312003BC0AA /* Dhcp6DxeExtra.uni */, + A571C3D223205312003BC0AA /* Dhcp6Driver.h */, + A571C3D323205312003BC0AA /* Dhcp6Impl.c */, + A571C3D423205312003BC0AA /* Dhcp6Io.h */, + A571C3D523205312003BC0AA /* Dhcp6Utility.h */, + ); + path = Dhcp6Dxe; + sourceTree = ""; + }; + A571C3D623205312003BC0AA /* HttpUtilitiesDxe */ = { + isa = PBXGroup; + children = ( + A571C3D723205312003BC0AA /* HttpUtilitiesDxe.h */, + A571C3D823205312003BC0AA /* HttpUtilitiesProtocol.c */, + A571C3D923205312003BC0AA /* HttpUtilitiesDxe.c */, + A571C3DA23205312003BC0AA /* HttpUtilitiesDxe.uni */, + A571C3DB23205312003BC0AA /* HttpUtilitiesDxe.inf */, + A571C3DC23205312003BC0AA /* HttpUtilitiesDxeExtra.uni */, + ); + path = HttpUtilitiesDxe; + sourceTree = ""; + }; + A571C3DD23205312003BC0AA /* Udp6Dxe */ = { + isa = PBXGroup; + children = ( + A571C3DE23205312003BC0AA /* Udp6Impl.h */, + A571C3DF23205312003BC0AA /* Udp6Main.c */, + A571C3E023205312003BC0AA /* ComponentName.c */, + A571C3E123205312003BC0AA /* Udp6DxeExtra.uni */, + A571C3E223205312003BC0AA /* Udp6Driver.h */, + A571C3E323205312003BC0AA /* Udp6Impl.c */, + A571C3E423205312003BC0AA /* Udp6Dxe.inf */, + A571C3E523205312003BC0AA /* Udp6Driver.c */, + A571C3E623205312003BC0AA /* Udp6Dxe.uni */, + ); + path = Udp6Dxe; + sourceTree = ""; + }; + A571C3E823205312003BC0AA /* Application */ = { + isa = PBXGroup; + children = ( + A571C3E923205312003BC0AA /* VConfig */, + ); + path = Application; + sourceTree = ""; + }; + A571C3E923205312003BC0AA /* VConfig */ = { + isa = PBXGroup; + children = ( + A571C3EA23205312003BC0AA /* VConfig.c */, + A571C3EB23205312003BC0AA /* VConfigExtra.uni */, + A571C3EC23205312003BC0AA /* VConfig.uni */, + A571C3ED23205312003BC0AA /* VConfigStrings.uni */, + A571C3EE23205312003BC0AA /* VConfig.inf */, + ); + path = VConfig; + sourceTree = ""; + }; + A571C3EF23205312003BC0AA /* ArpDxe */ = { + isa = PBXGroup; + children = ( + A571C3F023205312003BC0AA /* ArpMain.c */, + A571C3F123205312003BC0AA /* ArpDxeExtra.uni */, + A571C3F223205312003BC0AA /* ArpImpl.h */, + A571C3F323205312003BC0AA /* ComponentName.c */, + A571C3F423205312003BC0AA /* ArpDriver.h */, + A571C3F523205312003BC0AA /* ArpImpl.c */, + A571C3F623205312003BC0AA /* ArpDxe.inf */, + A571C3F723205312003BC0AA /* ArpDriver.c */, + A571C3F823205312003BC0AA /* ArpDxe.uni */, + ); + path = ArpDxe; + sourceTree = ""; + }; + A571C3F923205312003BC0AA /* HttpDxe */ = { + isa = PBXGroup; + children = ( + A571C3FA23205312003BC0AA /* HttpProto.h */, + A571C3FB23205312003BC0AA /* HttpDxe.inf */, + A571C3FC23205312003BC0AA /* HttpImpl.h */, + A571C3FD23205312003BC0AA /* HttpDxeExtra.uni */, + A571C3FE23205312003BC0AA /* HttpsSupport.c */, + A571C3FF23205312003BC0AA /* HttpDxe.uni */, + A571C40023205312003BC0AA /* HttpDns.h */, + A571C40123205312003BC0AA /* HttpDriver.c */, + A571C40223205312003BC0AA /* ComponentName.c */, + A571C40323205312003BC0AA /* HttpProto.c */, + A571C40423205312003BC0AA /* HttpsSupport.h */, + A571C40523205312003BC0AA /* HttpImpl.c */, + A571C40623205312003BC0AA /* HttpDns.c */, + A571C40723205312003BC0AA /* ComponentName.h */, + A571C40823205312003BC0AA /* HttpDriver.h */, + ); + path = HttpDxe; + sourceTree = ""; + }; + A571C40923205312003BC0AA /* TlsAuthConfigDxe */ = { + isa = PBXGroup; + children = ( + A571C40A23205312003BC0AA /* TlsAuthConfigDxe.c */, + A571C40B23205312003BC0AA /* TlsAuthConfigImpl.c */, + A571C40C23205312003BC0AA /* TlsAuthConfigDxeStrings.uni */, + A571C40D23205312003BC0AA /* TlsAuthConfigImpl.h */, + A571C40E23205312003BC0AA /* TlsAuthConfigVfr.vfr */, + A571C40F23205312003BC0AA /* TlsAuthConfigDxeExtra.uni */, + A571C41023205312003BC0AA /* TlsAuthConfigDxe.inf */, + A571C41123205312003BC0AA /* TlsAuthConfigNvData.h */, + A571C41223205312003BC0AA /* TlsAuthConfigDxe.uni */, + ); + path = TlsAuthConfigDxe; + sourceTree = ""; + }; + A571C41323205312003BC0AA /* Ip6Dxe */ = { + isa = PBXGroup; + children = ( + A571C41423205312003BC0AA /* Ip6Nd.h */, + A571C41523205312003BC0AA /* Ip6Common.c */, + A571C41623205312003BC0AA /* Ip6Dxe.inf */, + A571C41723205312003BC0AA /* Ip6Config.vfr */, + A571C41823205312003BC0AA /* Ip6Mld.h */, + A571C41923205312003BC0AA /* Ip6ConfigNv.c */, + A571C41A23205312003BC0AA /* Ip6Option.c */, + A571C41B23205312003BC0AA /* Ip6Dxe.uni */, + A571C41C23205312003BC0AA /* Ip6Input.h */, + A571C41D23205312003BC0AA /* Ip6Icmp.c */, + A571C41E23205312003BC0AA /* Ip6Impl.h */, + A571C41F23205312003BC0AA /* Ip6ConfigImpl.h */, + A571C42023205312003BC0AA /* Ip6Driver.h */, + A571C42123205312003BC0AA /* Ip6NvData.h */, + A571C42223205312003BC0AA /* ComponentName.c */, + A571C42323205312003BC0AA /* Ip6Route.h */, + A571C42423205312003BC0AA /* Ip6Output.h */, + A571C42523205312003BC0AA /* Ip6If.h */, + A571C42623205312003BC0AA /* Ip6ConfigNv.h */, + A571C42723205312003BC0AA /* Ip6Option.h */, + A571C42823205312003BC0AA /* Ip6Mld.c */, + A571C42923205312003BC0AA /* Ip6Common.h */, + A571C42A23205312003BC0AA /* Ip6Nd.c */, + A571C42B23205312003BC0AA /* Ip6DxeStrings.uni */, + A571C42C23205312003BC0AA /* Ip6Icmp.h */, + A571C42D23205312003BC0AA /* Ip6Input.c */, + A571C42E23205312003BC0AA /* Ip6DxeExtra.uni */, + A571C42F23205312003BC0AA /* Ip6ConfigImpl.c */, + A571C43023205312003BC0AA /* Ip6Impl.c */, + A571C43123205312003BC0AA /* Ip6Output.c */, + A571C43223205312003BC0AA /* Ip6If.c */, + A571C43323205312003BC0AA /* Ip6Route.c */, + A571C43423205312003BC0AA /* Ip6Driver.c */, + ); + path = Ip6Dxe; + sourceTree = ""; + }; + A571C43523205312003BC0AA /* UefiPxeBcDxe */ = { + isa = PBXGroup; + children = ( + A571C43623205312003BC0AA /* PxeBcBoot.h */, + A571C43723205312003BC0AA /* PxeBcImpl.c */, + A571C43823205312003BC0AA /* PxeBcDriver.h */, + A571C43923205312003BC0AA /* UefiPxeBcDxe.inf */, + A571C43A23205312003BC0AA /* PxeBcSupport.h */, + A571C43B23205312003BC0AA /* UefiPxeBcDxeExtra.uni */, + A571C43C23205312003BC0AA /* UefiPxeBcDxe.uni */, + A571C43D23205312003BC0AA /* PxeBcMtftp.h */, + A571C43E23205312003BC0AA /* PxeBcDhcp6.h */, + A571C43F23205312003BC0AA /* ComponentName.c */, + A571C44023205312003BC0AA /* PxeBcDhcp4.c */, + A571C44123205312003BC0AA /* PxeBcBoot.c */, + A571C44223205312003BC0AA /* PxeBcDriver.c */, + A571C44323205312003BC0AA /* PxeBcImpl.h */, + A571C44423205312003BC0AA /* PxeBcSupport.c */, + A571C44523205312003BC0AA /* PxeBcDhcp4.h */, + A571C44623205312003BC0AA /* PxeBcDhcp6.c */, + A571C44723205312003BC0AA /* PxeBcMtftp.c */, + ); + path = UefiPxeBcDxe; + sourceTree = ""; + }; + A571C44823205312003BC0AA /* TlsDxe */ = { + isa = PBXGroup; + children = ( + A571C44923205312003BC0AA /* TlsDxe.uni */, + A571C44A23205312003BC0AA /* TlsDxeExtra.uni */, + A571C44B23205312003BC0AA /* TlsDriver.h */, + A571C44C23205312003BC0AA /* TlsDxe.inf */, + A571C44D23205312003BC0AA /* TlsImpl.h */, + A571C44E23205312003BC0AA /* TlsProtocol.c */, + A571C44F23205312003BC0AA /* TlsDriver.c */, + A571C45023205312003BC0AA /* TlsConfigProtocol.c */, + A571C45123205312003BC0AA /* TlsImpl.c */, + ); + path = TlsDxe; + sourceTree = ""; + }; + A571C45223205312003BC0AA /* TcpDxe */ = { + isa = PBXGroup; + children = ( + A571C45323205312003BC0AA /* TcpTimer.c */, + A571C45423205312003BC0AA /* TcpOutput.c */, + A571C45523205312003BC0AA /* TcpDriver.c */, + A571C45623205312003BC0AA /* TcpDxe.uni */, + A571C45723205312003BC0AA /* TcpDxe.inf */, + A571C45823205312003BC0AA /* TcpProto.h */, + A571C45923205312003BC0AA /* TcpOption.h */, + A571C45A23205312003BC0AA /* ComponentName.c */, + A571C45B23205312003BC0AA /* SockImpl.c */, + A571C45C23205312003BC0AA /* TcpMain.h */, + A571C45D23205312003BC0AA /* TcpDriver.h */, + A571C45E23205312003BC0AA /* SockInterface.c */, + A571C45F23205312003BC0AA /* TcpInput.c */, + A571C46023205312003BC0AA /* TcpMisc.c */, + A571C46123205312003BC0AA /* TcpFunc.h */, + A571C46223205312003BC0AA /* TcpDispatcher.c */, + A571C46323205312003BC0AA /* TcpMain.c */, + A571C46423205312003BC0AA /* SockImpl.h */, + A571C46523205312003BC0AA /* Socket.h */, + A571C46623205312003BC0AA /* TcpDxeExtra.uni */, + A571C46723205312003BC0AA /* TcpOption.c */, + A571C46823205312003BC0AA /* TcpIo.c */, + ); + path = TcpDxe; + sourceTree = ""; + }; + A571C46923205312003BC0AA /* Mtftp6Dxe */ = { + isa = PBXGroup; + children = ( + A571C46A23205312003BC0AA /* Mtftp6Driver.h */, + A571C46B23205312003BC0AA /* Mtftp6Impl.c */, + A571C46C23205312003BC0AA /* Mtftp6DxeExtra.uni */, + A571C46D23205312003BC0AA /* Mtftp6Support.c */, + A571C46E23205312003BC0AA /* Mtftp6Wrq.c */, + A571C46F23205312003BC0AA /* ComponentName.c */, + A571C47023205312003BC0AA /* Mtftp6Rrq.c */, + A571C47123205312003BC0AA /* Mtftp6Option.c */, + A571C47223205312003BC0AA /* Mtftp6Driver.c */, + A571C47323205312003BC0AA /* Mtftp6Impl.h */, + A571C47423205312003BC0AA /* Mtftp6Dxe.inf */, + A571C47523205312003BC0AA /* Mtftp6Support.h */, + A571C47623205312003BC0AA /* Mtftp6Option.h */, + A571C47723205312003BC0AA /* Mtftp6Dxe.uni */, + ); + path = Mtftp6Dxe; + sourceTree = ""; + }; A59CB66421BC14AA0054A7CF /* OsxSmbiosGenDxe */ = { isa = PBXGroup; children = ( @@ -3115,6 +14807,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, ); mainGroup = 2C7949DA1A0AA7F700D845B0;