diff --git a/CloverPackage/makeiso b/CloverPackage/makeiso index f6e2d4c09..d412b7260 100755 --- a/CloverPackage/makeiso +++ b/CloverPackage/makeiso @@ -30,6 +30,7 @@ IMGROOT=${SYMROOT}/CloverCD IMGSKELROOT=${SRCROOT}/imgskel CDBOOT=${IMGROOT}/usr/standalone/i386/cdboot EFIROOT=${SRCROOT}/CloverV2/EFI +BASETOOLS_DIR=${SRCROOT}/../BaseTools/Source/C/bin REVISION=$(git describe --tags $(git rev-list --tags --max-count=1)) PRODUCT=Clover-v2.5k-${REVISION} @@ -188,7 +189,7 @@ echo "[LZMA] CloverISO-${REVISION}" if [[ "$SYSNAME" == Linux ]]; then xz -f -S .lzma ${SYMROOT}/CloverISO-${REVISION}.tar else -${CLOVERROOT}/BootSectors/lzma e ${SYMROOT}/CloverISO-${REVISION}.tar ${SYMROOT}/CloverISO-${REVISION}.tar.lzma +"$BASETOOLS_DIR"/LzmaCompress -e -o ${SYMROOT}/CloverISO-${REVISION}.tar.lzma ${SYMROOT}/CloverISO-${REVISION}.tar fi rm -rf ${SYMROOT}/CloverISO-${REVISION}.tar diff --git a/CloverPackage/package/po/clover.pot b/CloverPackage/package/po/clover.pot index 7f3623a59..70e53d9b3 100644 --- a/CloverPackage/package/po/clover.pot +++ b/CloverPackage/package/po/clover.pot @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Clover v2.5k-r5089\n" -"POT-Creation-Date: 2019-09-21 17:34+0200\n" +"Project-Id-Version: Clover v2.5k-r5097\n" +"POT-Creation-Date: 2019-10-19 08:17+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/Drivers/AudioDxe/AudioDxe.inf b/Drivers/AudioDxe/AudioDxe.inf index 638413c30..6e3693b95 100644 --- a/Drivers/AudioDxe/AudioDxe.inf +++ b/Drivers/AudioDxe/AudioDxe.inf @@ -73,3 +73,4 @@ [BuildOptions] XCODE:*_*_*_CC_FLAGS = -Os -DMDEPKG_NDEBUG + GCC:*_*_*_CC_FLAGS = -Os -fno-lto -DMDEPKG_NDEBUG diff --git a/Drivers/Isa/Ps2MouseDxe/Ps2MouseDxe.inf b/Drivers/Isa/Ps2MouseDxe/Ps2MouseDxe.inf index 56e77c18e..b0963070b 100644 --- a/Drivers/Isa/Ps2MouseDxe/Ps2MouseDxe.inf +++ b/Drivers/Isa/Ps2MouseDxe/Ps2MouseDxe.inf @@ -74,6 +74,6 @@ [BuildOptions] XCODE:*_*_*_CC_FLAGS = -O0 -DMDEPKG_NDEBUG - GCC:*_*_*_CC_FLAGS = -O0 -DMDEPKG_NDEBUG + GCC:*_*_*_CC_FLAGS = -O0 -fno-lto -DMDEPKG_NDEBUG MSFT:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG diff --git a/Drivers/PartitionDxe/PartitionDxe.inf b/Drivers/PartitionDxe/PartitionDxe.inf index 56850263f..2f0b61a2b 100644 --- a/Drivers/PartitionDxe/PartitionDxe.inf +++ b/Drivers/PartitionDxe/PartitionDxe.inf @@ -87,5 +87,5 @@ [BuildOptions] XCODE:*_*_*_CC_FLAGS = -Os -DMDEPKG_NDEBUG - GCC:*_*_*_CC_FLAGS = -O0 -DMDEPKG_NDEBUG + GCC:*_*_*_CC_FLAGS = -O0 -fno-lto -DMDEPKG_NDEBUG MSFT:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG diff --git a/FileSystems/ApfsDriverLoader/ApfsDriverLoader.inf b/FileSystems/ApfsDriverLoader/ApfsDriverLoader.inf index 0613516a6..82c25f535 100644 --- a/FileSystems/ApfsDriverLoader/ApfsDriverLoader.inf +++ b/FileSystems/ApfsDriverLoader/ApfsDriverLoader.inf @@ -67,3 +67,7 @@ [Pcd] gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang + +[BuildOptions] + XCODE:*_*_*_CC_FLAGS = -Os -DMDEPKG_NDEBUG + GCC:*_*_*_CC_FLAGS = -Os -fno-lto -DMDEPKG_NDEBUG diff --git a/FileSystems/FatPkg/EnhancedFatDxe/EnhancedFat.inf b/FileSystems/FatPkg/EnhancedFatDxe/EnhancedFat.inf index 05e370292..08be1b593 100644 --- a/FileSystems/FatPkg/EnhancedFatDxe/EnhancedFat.inf +++ b/FileSystems/FatPkg/EnhancedFatDxe/EnhancedFat.inf @@ -114,3 +114,7 @@ [Pcd] gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang + +[BuildOptions] + XCODE:*_*_*_CC_FLAGS = -Os -DMDEPKG_NDEBUG + GCC:*_*_*_CC_FLAGS = -Os -fno-lto -DMDEPKG_NDEBUG diff --git a/FileSystems/VBoxFsDxe/VBoxHfs.inf b/FileSystems/VBoxFsDxe/VBoxHfs.inf index 497662be7..f3124f004 100644 --- a/FileSystems/VBoxFsDxe/VBoxHfs.inf +++ b/FileSystems/VBoxFsDxe/VBoxHfs.inf @@ -79,9 +79,8 @@ gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang [BuildOptions.common] - GCC:*_*_*_CC_FLAGS = -O3 -DFSTYPE=hfs + GCC:*_*_*_CC_FLAGS = -O3 -fno-lto -DFSTYPE=hfs XCODE:*_*_*_CC_FLAGS = -Os -DFSTYPE=hfs # -DFSW_DEBUG_LEVEL=3 INTEL:*_*_*_CC_FLAGS = -DFSTYPE=hfs MSFT:*_*_*_CC_FLAGS = -DFSTYPE=hfs - diff --git a/MemoryFix/AptioMemoryFix/AptioMemoryFix.inf b/MemoryFix/AptioMemoryFix/AptioMemoryFix.inf index 662463172..242508eb0 100644 --- a/MemoryFix/AptioMemoryFix/AptioMemoryFix.inf +++ b/MemoryFix/AptioMemoryFix/AptioMemoryFix.inf @@ -74,8 +74,8 @@ gOcReadOnlyVariableGuid ## CONSUMES gOcWriteOnlyVariableGuid ## CONSUMES gOcVendorVariableGuid ## CONSUMES - gEfiAppleBootGuid ## SOMETIMES_CONSUMES - gEfiAppleNvramGuid ## SOMETIMES_CONSUMES + gEfiAppleBootGuid ## SOMETIMES_CONSUMES + gEfiAppleNvramGuid ## SOMETIMES_CONSUMES gEfiMiscSubClassGuid ## SOMETIMES_CONSUMES gEfiProcessorSubClassGuid ## SOMETIMES_CONSUMES gEfiMemorySubClassGuid ## SOMETIMES_CONSUMES @@ -104,3 +104,7 @@ # MSFT:*_*_*_ASM_FLAGS = /Fl # GCC:*_*_*_ASM_FLAGS = -Wa,-a=AsmList.txt # GCC:*_*_*_NASM_FLAGS = -l NasmList.txt + + XCODE:*_*_*_CC_FLAGS = -Os -DMDEPKG_NDEBUG + GCC:*_*_*_CC_FLAGS = -Os -fno-lto -DMDEPKG_NDEBUG + diff --git a/MemoryFix/OsxAptioFixDrv/OsxAptioFix3Drv.inf b/MemoryFix/OsxAptioFixDrv/OsxAptioFix3Drv.inf index 7b0f55f9a..88eea2b56 100644 --- a/MemoryFix/OsxAptioFixDrv/OsxAptioFix3Drv.inf +++ b/MemoryFix/OsxAptioFixDrv/OsxAptioFix3Drv.inf @@ -87,3 +87,6 @@ # MSFT:*_*_*_ASM_FLAGS = /Fl # GCC:*_*_*_ASM_FLAGS = -Wa,-a=AsmList.txt # GCC:*_*_*_NASM_FLAGS = -l NasmList.txt + + XCODE:*_*_*_CC_FLAGS = -Os -DMDEPKG_NDEBUG + GCC:*_*_*_CC_FLAGS = -Os -fno-lto -DMDEPKG_NDEBUG diff --git a/Protocols/DataHubDxe/DataHubDxe.inf b/Protocols/DataHubDxe/DataHubDxe.inf index 0b93f719b..d2c6b04f2 100644 --- a/Protocols/DataHubDxe/DataHubDxe.inf +++ b/Protocols/DataHubDxe/DataHubDxe.inf @@ -79,3 +79,7 @@ [UserExtensions.TianoCore."ExtraFiles"] DataHubDxeExtra.uni + +[BuildOptions] + XCODE:*_*_*_CC_FLAGS = -Os -DMDEPKG_NDEBUG + GCC:*_*_*_CC_FLAGS = -Os -fno-lto -DMDEPKG_NDEBUG diff --git a/Xcode/Clover/Clover.xcodeproj/project.pbxproj b/Xcode/Clover/Clover.xcodeproj/project.pbxproj index 8e6f2352c..1458d895c 100644 --- a/Xcode/Clover/Clover.xcodeproj/project.pbxproj +++ b/Xcode/Clover/Clover.xcodeproj/project.pbxproj @@ -24,6 +24,165 @@ A5582AFD21019EA6002CFB6E /* VectorGraphics.c in Sources */ = {isa = PBXBuildFile; fileRef = A5582AFC21019EA6002CFB6E /* VectorGraphics.c */; }; A5603D0421F04ECE005F400E /* sound.c in Sources */ = {isa = PBXBuildFile; fileRef = A5603D0321F04ECE005F400E /* sound.c */; }; A5611B3421DCBA53008FDB96 /* StartupSound.c in Sources */ = {isa = PBXBuildFile; fileRef = A5611B3321DCBA53008FDB96 /* StartupSound.c */; }; + A5715F9923596842000CEC60 /* CompilerIntrinsicsLib.lib in Frameworks */ = {isa = PBXBuildFile; fileRef = A5715BF023596841000CEC60 /* CompilerIntrinsicsLib.lib */; }; + A5715F9A23596842000CEC60 /* CompilerIntrinsicsLib.lib in Frameworks */ = {isa = PBXBuildFile; fileRef = A5715BF223596841000CEC60 /* CompilerIntrinsicsLib.lib */; }; + A5715F9B23596842000CEC60 /* CompilerIntrinsicsLib.lib in Frameworks */ = {isa = PBXBuildFile; fileRef = A5715BF423596841000CEC60 /* CompilerIntrinsicsLib.lib */; }; + A5715F9C23596842000CEC60 /* CompilerIntrinsicsLib.lib in Frameworks */ = {isa = PBXBuildFile; fileRef = A5715BF623596841000CEC60 /* CompilerIntrinsicsLib.lib */; }; + A5715F9D23596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715BF823596841000CEC60 /* Makefile */; }; + A5715F9E23596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715CB423596841000CEC60 /* Makefile */; }; + A5715F9F23596842000CEC60 /* TestRoot.cer.gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr.inc in Sources */ = {isa = PBXBuildFile; fileRef = A5715D4A23596842000CEC60 /* TestRoot.cer.gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr.inc */; }; + A5715FA023596842000CEC60 /* TestRoot.cer.gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer.inc in Sources */ = {isa = PBXBuildFile; fileRef = A5715D5223596842000CEC60 /* TestRoot.cer.gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer.inc */; }; + A5715FA123596842000CEC60 /* EfiCompressor.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715D7823596842000CEC60 /* EfiCompressor.c */; }; + A5715FA223596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715D7923596842000CEC60 /* Makefile */; }; + A5715FA323596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715D7D23596842000CEC60 /* Makefile */; }; + A5715FA423596842000CEC60 /* Split.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715D7E23596842000CEC60 /* Split.c */; }; + A5715FA523596842000CEC60 /* brotli.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715D8423596842000CEC60 /* brotli.c */; }; + A5715FA623596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715D8623596842000CEC60 /* Makefile */; }; + A5715FA723596842000CEC60 /* dictionary_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715D9723596842000CEC60 /* dictionary_hash.c */; }; + A5715FA823596842000CEC60 /* backward_references_hq.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715D9823596842000CEC60 /* backward_references_hq.c */; }; + A5715FA923596842000CEC60 /* histogram.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715D9B23596842000CEC60 /* histogram.c */; }; + A5715FAA23596842000CEC60 /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715D9D23596842000CEC60 /* memory.c */; }; + A5715FAB23596842000CEC60 /* entropy_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DA023596842000CEC60 /* entropy_encode.c */; }; + A5715FAC23596842000CEC60 /* compress_fragment_two_pass.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DA223596842000CEC60 /* compress_fragment_two_pass.c */; }; + A5715FAD23596842000CEC60 /* block_splitter.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DA323596842000CEC60 /* block_splitter.c */; }; + A5715FAE23596842000CEC60 /* encode.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DB123596842000CEC60 /* encode.c */; }; + A5715FAF23596842000CEC60 /* encoder_dict.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DB423596842000CEC60 /* encoder_dict.c */; }; + A5715FB023596842000CEC60 /* cluster.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DB523596842000CEC60 /* cluster.c */; }; + A5715FB123596842000CEC60 /* backward_references.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DB623596842000CEC60 /* backward_references.c */; }; + A5715FB223596842000CEC60 /* utf8_util.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DB723596842000CEC60 /* utf8_util.c */; }; + A5715FB323596842000CEC60 /* compress_fragment.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DB923596842000CEC60 /* compress_fragment.c */; }; + A5715FB423596842000CEC60 /* brotli_bit_stream.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DBD23596842000CEC60 /* brotli_bit_stream.c */; }; + A5715FB523596842000CEC60 /* bit_cost.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DC023596842000CEC60 /* bit_cost.c */; }; + A5715FB623596842000CEC60 /* static_dict.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DC323596842000CEC60 /* static_dict.c */; }; + A5715FB723596842000CEC60 /* literal_cost.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DC923596842000CEC60 /* literal_cost.c */; }; + A5715FB823596842000CEC60 /* metablock.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DCC23596842000CEC60 /* metablock.c */; }; + A5715FB923596842000CEC60 /* dictionary.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DCE23596842000CEC60 /* dictionary.c */; }; + A5715FBA23596842000CEC60 /* transform.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DD023596842000CEC60 /* transform.c */; }; + A5715FBB23596842000CEC60 /* state.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DD723596842000CEC60 /* state.c */; }; + A5715FBC23596842000CEC60 /* decode.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DD923596842000CEC60 /* decode.c */; }; + A5715FBD23596842000CEC60 /* huffman.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DDA23596842000CEC60 /* huffman.c */; }; + A5715FBE23596842000CEC60 /* bit_reader.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DDB23596842000CEC60 /* bit_reader.c */; }; + A5715FBF23596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715DE223596842000CEC60 /* Makefile */; }; + A5715FC023596842000CEC60 /* GenSec.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DE323596842000CEC60 /* GenSec.c */; }; + A5715FC123596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715DE923596842000CEC60 /* Makefile */; }; + A5715FC223596842000CEC60 /* Elf32Convert.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DEC23596842000CEC60 /* Elf32Convert.c */; }; + A5715FC323596842000CEC60 /* ElfConvert.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DEE23596842000CEC60 /* ElfConvert.c */; }; + A5715FC423596842000CEC60 /* GenFw.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DF023596842000CEC60 /* GenFw.c */; }; + A5715FC523596842000CEC60 /* Elf64Convert.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DF123596842000CEC60 /* Elf64Convert.c */; }; + A5715FC623596842000CEC60 /* EfiLdrImage.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DF423596842000CEC60 /* EfiLdrImage.c */; }; + A5715FC723596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715DF523596842000CEC60 /* Makefile */; }; + A5715FC823596842000CEC60 /* GenFv.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DF823596842000CEC60 /* GenFv.c */; }; + A5715FC923596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715DF923596842000CEC60 /* Makefile */; }; + A5715FCA23596842000CEC60 /* GenFvInternalLib.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715DFB23596842000CEC60 /* GenFvInternalLib.c */; }; + A5715FCB23596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715DFC23596842000CEC60 /* Makefile */; }; + A5715FCC23596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715E2B23596842000CEC60 /* Makefile */; }; + A5715FCD23596842000CEC60 /* LzmaCompress.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E2C23596842000CEC60 /* LzmaCompress.c */; }; + A5715FCE23596842000CEC60 /* LzmaEnc.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E3423596842000CEC60 /* LzmaEnc.c */; }; + A5715FCF23596842000CEC60 /* LzFindMt.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E3523596842000CEC60 /* LzFindMt.c */; }; + A5715FD023596842000CEC60 /* LzFind.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E3823596842000CEC60 /* LzFind.c */; }; + A5715FD123596842000CEC60 /* Bra86.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E3C23596842000CEC60 /* Bra86.c */; }; + A5715FD223596842000CEC60 /* Alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E3E23596842000CEC60 /* Alloc.c */; }; + A5715FD323596842000CEC60 /* LzmaDec.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E3F23596842000CEC60 /* LzmaDec.c */; }; + A5715FD423596842000CEC60 /* 7zStream.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E4323596842000CEC60 /* 7zStream.c */; }; + A5715FD523596842000CEC60 /* 7zFile.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E4523596842000CEC60 /* 7zFile.c */; }; + A5715FD623596842000CEC60 /* Threads.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E4923596842000CEC60 /* Threads.c */; }; + A5715FD723596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715E4D23596842000CEC60 /* Makefile */; }; + A5715FD823596842000CEC60 /* GenCrc32.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E4E23596842000CEC60 /* GenCrc32.c */; }; + A5715FD923596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715E5C23596842000CEC60 /* Makefile */; }; + A5715FDA23596842000CEC60 /* GenPage.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E5D23596842000CEC60 /* GenPage.c */; }; + A5715FDB23596842000CEC60 /* ParseInf.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E6223596842000CEC60 /* ParseInf.c */; }; + A5715FDC23596842000CEC60 /* MemoryFile.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E6623596842000CEC60 /* MemoryFile.c */; }; + A5715FDD23596842000CEC60 /* Decompress.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E6823596842000CEC60 /* Decompress.c */; }; + A5715FDE23596842000CEC60 /* BinderFuncs.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E6A23596842000CEC60 /* BinderFuncs.c */; }; + A5715FDF23596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715E6B23596842000CEC60 /* Makefile */; }; + A5715FE023596842000CEC60 /* BasePeCoff.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E6C23596842000CEC60 /* BasePeCoff.c */; }; + A5715FE123596842000CEC60 /* StringFuncs.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E6D23596842000CEC60 /* StringFuncs.c */; }; + A5715FE223596842000CEC60 /* TianoCompress.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E6E23596842000CEC60 /* TianoCompress.c */; }; + A5715FE323596842000CEC60 /* OsPath.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E6F23596842000CEC60 /* OsPath.c */; }; + A5715FE423596842000CEC60 /* Crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E7223596842000CEC60 /* Crc32.c */; }; + A5715FE523596842000CEC60 /* SimpleFileParsing.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E7323596842000CEC60 /* SimpleFileParsing.c */; }; + A5715FE623596842000CEC60 /* ParseGuidedSectionTools.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E7523596842000CEC60 /* ParseGuidedSectionTools.c */; }; + A5715FE723596842000CEC60 /* CommonLib.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E7623596842000CEC60 /* CommonLib.c */; }; + A5715FE823596842000CEC60 /* EfiUtilityMsgs.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E7723596842000CEC60 /* EfiUtilityMsgs.c */; }; + A5715FE923596842000CEC60 /* PeCoffLoaderEx.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E7B23596842000CEC60 /* PeCoffLoaderEx.c */; }; + A5715FEA23596842000CEC60 /* PcdValueCommon.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E7D23596842000CEC60 /* PcdValueCommon.c */; }; + A5715FEB23596842000CEC60 /* MyAlloc.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E7E23596842000CEC60 /* MyAlloc.c */; }; + A5715FEC23596842000CEC60 /* EfiCompress.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E8223596842000CEC60 /* EfiCompress.c */; }; + A5715FED23596842000CEC60 /* FvLib.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E8323596842000CEC60 /* FvLib.c */; }; + A5715FEE23596842000CEC60 /* FirmwareVolumeBuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E8523596842000CEC60 /* FirmwareVolumeBuffer.c */; }; + A5715FEF23596842000CEC60 /* VolInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E8923596842000CEC60 /* VolInfo.c */; }; + A5715FF023596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715E8A23596842000CEC60 /* Makefile */; }; + A5715FF123596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715E8E23596842000CEC60 /* Makefile */; }; + A5715FF223596842000CEC60 /* TianoCompress.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E8F23596842000CEC60 /* TianoCompress.c */; }; + A5715FF323596842000CEC60 /* DevicePath.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E9323596842000CEC60 /* DevicePath.c */; }; + A5715FF423596842000CEC60 /* DevicePathUtilities.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E9423596842000CEC60 /* DevicePathUtilities.c */; }; + A5715FF523596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715E9523596842000CEC60 /* Makefile */; }; + A5715FF623596842000CEC60 /* UefiDevicePathLib.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E9623596842000CEC60 /* UefiDevicePathLib.c */; }; + A5715FF723596842000CEC60 /* DevicePathFromText.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E9723596842000CEC60 /* DevicePathFromText.c */; }; + A5715FF823596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715E9B23596842000CEC60 /* Makefile */; }; + A5715FF923596842000CEC60 /* GenFfs.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715E9C23596842000CEC60 /* GenFfs.c */; }; + A5715FFA23596842000CEC60 /* automata.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EA423596842000CEC60 /* automata.c */; }; + A5715FFB23596842000CEC60 /* DlgMS.mak in Sources */ = {isa = PBXBuildFile; fileRef = A5715EA623596842000CEC60 /* DlgMS.mak */; }; + A5715FFC23596842000CEC60 /* makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715EA723596842000CEC60 /* makefile */; }; + A5715FFD23596842000CEC60 /* support.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EA923596842000CEC60 /* support.c */; }; + A5715FFE23596842000CEC60 /* relabel.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EAA23596842000CEC60 /* relabel.c */; }; + A5715FFF23596842000CEC60 /* dlg_p.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EAE23596842000CEC60 /* dlg_p.c */; }; + A571600023596842000CEC60 /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EAF23596842000CEC60 /* err.c */; }; + A571600123596842000CEC60 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EB123596842000CEC60 /* main.c */; }; + A571600223596842000CEC60 /* DlgDDK.mak in Sources */ = {isa = PBXBuildFile; fileRef = A5715EB223596842000CEC60 /* DlgDDK.mak */; }; + A571600323596842000CEC60 /* DlgPPC.mak in Sources */ = {isa = PBXBuildFile; fileRef = A5715EB623596842000CEC60 /* DlgPPC.mak */; }; + A571600423596842000CEC60 /* dlg_a.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EB723596842000CEC60 /* dlg_a.c */; }; + A571600523596842000CEC60 /* output.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EB823596842000CEC60 /* output.c */; }; + A571600623596842000CEC60 /* egman.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EBE23596842000CEC60 /* egman.c */; }; + A571600723596842000CEC60 /* lex.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EBF23596842000CEC60 /* lex.c */; }; + A571600823596842000CEC60 /* makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715EC123596842000CEC60 /* makefile */; }; + A571600923596842000CEC60 /* scan.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EC523596842000CEC60 /* scan.c */; }; + A571600A23596842000CEC60 /* bits.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EC923596842000CEC60 /* bits.c */; }; + A571600B23596842000CEC60 /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715ECA23596842000CEC60 /* hash.c */; }; + A571600C23596842000CEC60 /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715ECE23596842000CEC60 /* err.c */; }; + A571600D23596842000CEC60 /* AntlrMS.mak in Sources */ = {isa = PBXBuildFile; fileRef = A5715ECF23596842000CEC60 /* AntlrMS.mak */; }; + A571600E23596842000CEC60 /* fset2.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715ED123596842000CEC60 /* fset2.c */; }; + A571600F23596842000CEC60 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715ED223596842000CEC60 /* main.c */; }; + A571601023596842000CEC60 /* pred.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715ED323596842000CEC60 /* pred.c */; }; + A571601123596842000CEC60 /* build.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715ED423596842000CEC60 /* build.c */; }; + A571601223596842000CEC60 /* AntlrPPC.mak in Sources */ = {isa = PBXBuildFile; fileRef = A5715ED523596842000CEC60 /* AntlrPPC.mak */; }; + A571601323596842000CEC60 /* mrhoist.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715ED623596842000CEC60 /* mrhoist.c */; }; + A571601423596842000CEC60 /* fcache.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715ED723596842000CEC60 /* fcache.c */; }; + A571601523596842000CEC60 /* gen.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715ED823596842000CEC60 /* gen.c */; }; + A571601623596842000CEC60 /* dumpnode.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715ED923596842000CEC60 /* dumpnode.c */; }; + A571601723596842000CEC60 /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EDA23596842000CEC60 /* misc.c */; }; + A571601823596842000CEC60 /* antlr.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EDB23596842000CEC60 /* antlr.c */; }; + A571601923596842000CEC60 /* globals.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EDC23596842000CEC60 /* globals.c */; }; + A571601A23596842000CEC60 /* fset.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EDE23596842000CEC60 /* fset.c */; }; + A571601B23596842000CEC60 /* AntlrDDK.mak in Sources */ = {isa = PBXBuildFile; fileRef = A5715EDF23596842000CEC60 /* AntlrDDK.mak */; }; + A571601C23596842000CEC60 /* dumpcycles.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EE023596842000CEC60 /* dumpcycles.c */; }; + A571601D23596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715EE123596842000CEC60 /* Makefile */; }; + A571601E23596842000CEC60 /* ast.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715EEB23596842000CEC60 /* ast.c */; }; + A571601F23596842000CEC60 /* BufFileInput.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5715EED23596842000CEC60 /* BufFileInput.cpp */; }; + A571602023596842000CEC60 /* AParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5715EEE23596842000CEC60 /* AParser.cpp */; }; + A571602123596842000CEC60 /* PCCTSAST.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5715EF123596842000CEC60 /* PCCTSAST.cpp */; }; + A571602223596842000CEC60 /* ATokenBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5715F0323596842000CEC60 /* ATokenBuffer.cpp */; }; + A571602323596842000CEC60 /* ASTBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5715F0823596842000CEC60 /* ASTBase.cpp */; }; + A571602423596842000CEC60 /* slist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5715F0E23596842000CEC60 /* slist.cpp */; }; + A571602523596842000CEC60 /* charptr.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715F1023596842000CEC60 /* charptr.c */; }; + A571602623596842000CEC60 /* DLexerBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5715F1223596842000CEC60 /* DLexerBase.cpp */; }; + A571602723596842000CEC60 /* sym.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715F1623596842000CEC60 /* sym.c */; }; + A571602823596842000CEC60 /* makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715F1923596842000CEC60 /* makefile */; }; + A571602923596842000CEC60 /* genmk_old.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715F1A23596842000CEC60 /* genmk_old.c */; }; + A571602A23596842000CEC60 /* genmk.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715F1B23596842000CEC60 /* genmk.c */; }; + A571602B23596842000CEC60 /* set.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715F1D23596842000CEC60 /* set.c */; }; + A571602C23596842000CEC60 /* makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715F2123596842000CEC60 /* makefile */; }; + A571602D23596842000CEC60 /* rexpr.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715F2223596842000CEC60 /* rexpr.c */; }; + A571602E23596842000CEC60 /* test.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715F2323596842000CEC60 /* test.c */; }; + A571602F23596842000CEC60 /* VfrCompiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5715F2823596842000CEC60 /* VfrCompiler.cpp */; }; + A571603023596842000CEC60 /* VfrFormPkg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5715F2A23596842000CEC60 /* VfrFormPkg.cpp */; }; + A571603123596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715F2B23596842000CEC60 /* Makefile */; }; + A571603223596842000CEC60 /* VfrUtilityLib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5715F2C23596842000CEC60 /* VfrUtilityLib.cpp */; }; + A571603323596842000CEC60 /* VfrError.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5715F3223596842000CEC60 /* VfrError.cpp */; }; + A571603423596842000CEC60 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = A5715F3623596842000CEC60 /* Makefile */; }; + A571603523596842000CEC60 /* EfiRom.c in Sources */ = {isa = PBXBuildFile; fileRef = A5715F3723596842000CEC60 /* EfiRom.c */; }; + A571603623596842000CEC60 /* RunMakefileSample.mak in Sources */ = {isa = PBXBuildFile; fileRef = A5715F5023596842000CEC60 /* RunMakefileSample.mak */; }; + A5716F83235968BE000CEC60 /* Nasm.inc in Sources */ = {isa = PBXBuildFile; fileRef = A5716F82235968BE000CEC60 /* Nasm.inc */; }; A59CB66921BC14AB0054A7CF /* SmbiosGen.c in Sources */ = {isa = PBXBuildFile; fileRef = A59CB66521BC14AA0054A7CF /* SmbiosGen.c */; }; A5BF392720D9F17B004340E1 /* FloatLib.c in Sources */ = {isa = PBXBuildFile; fileRef = A5BF392620D9F17B004340E1 /* FloatLib.c */; }; A5BF392B20D9F18C004340E1 /* nanosvgrast.c in Sources */ = {isa = PBXBuildFile; fileRef = A5BF392920D9F18C004340E1 /* nanosvgrast.c */; }; @@ -633,12 +792,6 @@ 12C86C851DE4272F00BF4974 /* Partition.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Partition.c; sourceTree = ""; }; 12C86C861DE4272F00BF4974 /* Partition.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Partition.h; sourceTree = ""; }; 12C86C871DE4272F00BF4974 /* PartitionDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PartitionDxe.inf; sourceTree = ""; }; - 12C86C891DE4272F00BF4974 /* CommPs2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CommPs2.c; sourceTree = ""; }; - 12C86C8A1DE4272F00BF4974 /* CommPs2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommPs2.h; sourceTree = ""; }; - 12C86C8B1DE4272F00BF4974 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; - 12C86C8C1DE4272F00BF4974 /* Ps2Mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2Mouse.c; sourceTree = ""; }; - 12C86C8D1DE4272F00BF4974 /* Ps2Mouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ps2Mouse.h; sourceTree = ""; }; - 12C86C8E1DE4272F00BF4974 /* Ps2MouseDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2MouseDxe.inf; sourceTree = ""; }; 12C86C901DE4272F00BF4974 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; 12C86C911DE4272F00BF4974 /* SataController.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SataController.c; sourceTree = ""; }; 12C86C921DE4272F00BF4974 /* SataController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SataController.h; sourceTree = ""; }; @@ -871,1344 +1024,6 @@ A51F63CA22DFB84500086DB7 /* ApfsEfiBootRecordInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApfsEfiBootRecordInfo.h; sourceTree = ""; }; A51F63CB22DFB86F00086DB7 /* ApplePartitionInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApplePartitionInfo.h; sourceTree = ""; }; A5429219233538250001F42A /* Clover */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Clover; sourceTree = BUILT_PRODUCTS_DIR; }; - A542921B233538600001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A542921E233538600001F42A /* GenFds */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenFds; sourceTree = ""; }; - A542921F233538600001F42A /* Split */ = {isa = PBXFileReference; lastKnownFileType = text; path = Split; sourceTree = ""; }; - A5429220233538600001F42A /* LzmaF86Compress */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaF86Compress; sourceTree = ""; }; - A5429221233538600001F42A /* GenSec */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenSec; sourceTree = ""; }; - A5429222233538600001F42A /* GenFw */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenFw; sourceTree = ""; }; - A5429223233538600001F42A /* EfiLdrImage */ = {isa = PBXFileReference; lastKnownFileType = text; path = EfiLdrImage; sourceTree = ""; }; - A5429224233538600001F42A /* GnuGenBootSector */ = {isa = PBXFileReference; lastKnownFileType = text; path = GnuGenBootSector; sourceTree = ""; }; - A5429225233538600001F42A /* GenFv */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenFv; sourceTree = ""; }; - A5429226233538600001F42A /* RunToolFromSource */ = {isa = PBXFileReference; lastKnownFileType = text; path = RunToolFromSource; sourceTree = ""; }; - A5429227233538600001F42A /* RunBinToolFromBuildDir */ = {isa = PBXFileReference; lastKnownFileType = text; path = RunBinToolFromBuildDir; sourceTree = ""; }; - A5429228233538600001F42A /* LzmaCompress */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaCompress; sourceTree = ""; }; - A5429229233538600001F42A /* GenVtf */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenVtf; sourceTree = ""; }; - A542922A233538600001F42A /* GenCrc32 */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenCrc32; sourceTree = ""; }; - A542922B233538600001F42A /* Trim */ = {isa = PBXFileReference; lastKnownFileType = text; path = Trim; sourceTree = ""; }; - A542922C233538600001F42A /* GenDepex */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenDepex; sourceTree = ""; }; - A542922D233538600001F42A /* GenPage */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenPage; sourceTree = ""; }; - A542922E233538600001F42A /* VolInfo */ = {isa = PBXFileReference; lastKnownFileType = text; path = VolInfo; sourceTree = ""; }; - A542922F233538600001F42A /* TianoCompress */ = {isa = PBXFileReference; lastKnownFileType = text; path = TianoCompress; sourceTree = ""; }; - A5429230233538600001F42A /* build */ = {isa = PBXFileReference; lastKnownFileType = text; path = build; sourceTree = ""; }; - A5429231233538600001F42A /* armcc_wrapper.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = armcc_wrapper.py; sourceTree = ""; }; - A5429232233538600001F42A /* BootSectImage */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootSectImage; sourceTree = ""; }; - A5429233233538600001F42A /* TargetTool */ = {isa = PBXFileReference; lastKnownFileType = text; path = TargetTool; sourceTree = ""; }; - A5429234233538600001F42A /* GenFfs */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenFfs; sourceTree = ""; }; - A5429235233538600001F42A /* Ecc */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ecc; sourceTree = ""; }; - A5429236233538600001F42A /* BuildEnv */ = {isa = PBXFileReference; lastKnownFileType = text; path = BuildEnv; sourceTree = ""; }; - A5429237233538600001F42A /* VfrCompile */ = {isa = PBXFileReference; lastKnownFileType = text; path = VfrCompile; sourceTree = ""; }; - A5429238233538600001F42A /* EfiRom */ = {isa = PBXFileReference; lastKnownFileType = text; path = EfiRom; sourceTree = ""; }; - A542923C233538600001F42A /* CompilerIntrinsicsLib.lib */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = CompilerIntrinsicsLib.lib; sourceTree = ""; }; - A542923E233538600001F42A /* CompilerIntrinsicsLib.lib */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = CompilerIntrinsicsLib.lib; sourceTree = ""; }; - A5429240233538600001F42A /* CompilerIntrinsicsLib.lib */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = CompilerIntrinsicsLib.lib; sourceTree = ""; }; - A5429242233538600001F42A /* CompilerIntrinsicsLib.lib */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = CompilerIntrinsicsLib.lib; sourceTree = ""; }; - A5429243233538600001F42A /* externals.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = externals.txt; sourceTree = ""; }; - A5429244233538600001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A5429247233538600001F42A /* BPDG.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = BPDG.bat; sourceTree = ""; }; - A5429248233538600001F42A /* UPT.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = UPT.bat; sourceTree = ""; }; - A5429249233538600001F42A /* PatchPcdValue.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = PatchPcdValue.bat; sourceTree = ""; }; - A542924A233538600001F42A /* GenFds.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenFds.bat; sourceTree = ""; }; - A542924B233538600001F42A /* GenerateCapsule.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenerateCapsule.bat; sourceTree = ""; }; - A542924C233538600001F42A /* TargetTool.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = TargetTool.bat; sourceTree = ""; }; - A542924D233538600001F42A /* build.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = build.bat; sourceTree = ""; }; - A542924E233538600001F42A /* Rsa2048Sha256Sign.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = Rsa2048Sha256Sign.bat; sourceTree = ""; }; - A542924F233538600001F42A /* Rsa2048Sha256GenerateKeys.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = Rsa2048Sha256GenerateKeys.bat; sourceTree = ""; }; - A5429250233538600001F42A /* GenDepex.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenDepex.bat; sourceTree = ""; }; - A5429251233538600001F42A /* Pkcs7Sign.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = Pkcs7Sign.bat; sourceTree = ""; }; - A5429252233538600001F42A /* Ecc.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ecc.bat; sourceTree = ""; }; - A5429253233538600001F42A /* GenPatchPcdTable.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenPatchPcdTable.bat; sourceTree = ""; }; - A5429254233538600001F42A /* Trim.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = Trim.bat; sourceTree = ""; }; - A5429255233538600001F42A /* BrotliCompress.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = BrotliCompress.bat; sourceTree = ""; }; - A5429257233538600001F42A /* GenFds */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenFds; sourceTree = ""; }; - A5429258233538600001F42A /* Split */ = {isa = PBXFileReference; lastKnownFileType = text; path = Split; sourceTree = ""; }; - A5429259233538600001F42A /* LzmaF86Compress */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaF86Compress; sourceTree = ""; }; - A542925A233538600001F42A /* BrotliCompress */ = {isa = PBXFileReference; lastKnownFileType = text; path = BrotliCompress; sourceTree = ""; }; - A542925B233538600001F42A /* GenSec */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenSec; sourceTree = ""; }; - A542925C233538600001F42A /* UPT */ = {isa = PBXFileReference; lastKnownFileType = text; path = UPT; sourceTree = ""; }; - A542925D233538600001F42A /* GenFw */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenFw; sourceTree = ""; }; - A542925E233538600001F42A /* EfiLdrImage */ = {isa = PBXFileReference; lastKnownFileType = text; path = EfiLdrImage; sourceTree = ""; }; - A542925F233538600001F42A /* GenerateCapsule */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenerateCapsule; sourceTree = ""; }; - A5429260233538600001F42A /* GenFv */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenFv; sourceTree = ""; }; - A5429261233538600001F42A /* Brotli */ = {isa = PBXFileReference; lastKnownFileType = text; path = Brotli; sourceTree = ""; }; - A5429262233538600001F42A /* LzmaCompress */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaCompress; sourceTree = ""; }; - A5429263233538600001F42A /* PatchPcdValue */ = {isa = PBXFileReference; lastKnownFileType = text; path = PatchPcdValue; sourceTree = ""; }; - A5429264233538600001F42A /* GenCrc32 */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenCrc32; sourceTree = ""; }; - A5429265233538600001F42A /* Trim */ = {isa = PBXFileReference; lastKnownFileType = text; path = Trim; sourceTree = ""; }; - A5429266233538600001F42A /* GenDepex */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenDepex; sourceTree = ""; }; - A5429267233538600001F42A /* GenPage */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenPage; sourceTree = ""; }; - A5429268233538600001F42A /* VolInfo */ = {isa = PBXFileReference; lastKnownFileType = text; path = VolInfo; sourceTree = ""; }; - A5429269233538600001F42A /* TianoCompress */ = {isa = PBXFileReference; lastKnownFileType = text; path = TianoCompress; sourceTree = ""; }; - A542926A233538600001F42A /* BPDG */ = {isa = PBXFileReference; lastKnownFileType = text; path = BPDG; sourceTree = ""; }; - A542926B233538600001F42A /* DevicePath */ = {isa = PBXFileReference; lastKnownFileType = text; path = DevicePath; sourceTree = ""; }; - A542926C233538600001F42A /* build */ = {isa = PBXFileReference; lastKnownFileType = text; path = build; sourceTree = ""; }; - A542926D233538600001F42A /* TargetTool */ = {isa = PBXFileReference; lastKnownFileType = text; path = TargetTool; sourceTree = ""; }; - A542926E233538600001F42A /* GenFfs */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenFfs; sourceTree = ""; }; - A542926F233538600001F42A /* Ecc */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ecc; sourceTree = ""; }; - A5429270233538600001F42A /* Rsa2048Sha256GenerateKeys */ = {isa = PBXFileReference; lastKnownFileType = text; path = Rsa2048Sha256GenerateKeys; sourceTree = ""; }; - A5429271233538600001F42A /* Pkcs7Sign */ = {isa = PBXFileReference; lastKnownFileType = text; path = Pkcs7Sign; sourceTree = ""; }; - A5429272233538600001F42A /* GenPatchPcdTable */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenPatchPcdTable; sourceTree = ""; }; - A5429273233538600001F42A /* Rsa2048Sha256Sign */ = {isa = PBXFileReference; lastKnownFileType = text; path = Rsa2048Sha256Sign; sourceTree = ""; }; - A5429274233538600001F42A /* VfrCompile */ = {isa = PBXFileReference; lastKnownFileType = text; path = VfrCompile; sourceTree = ""; }; - A5429275233538600001F42A /* EfiRom */ = {isa = PBXFileReference; lastKnownFileType = text; path = EfiRom; sourceTree = ""; }; - A5429279233538600001F42A /* Capsule.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Capsule.py; sourceTree = ""; }; - A542927A233538600001F42A /* Ffs.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Ffs.py; sourceTree = ""; }; - A542927B233538600001F42A /* DepexSection.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DepexSection.py; sourceTree = ""; }; - A542927C233538600001F42A /* CapsuleData.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CapsuleData.py; sourceTree = ""; }; - A542927D233538600001F42A /* CompressSection.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CompressSection.py; sourceTree = ""; }; - A542927E233538600001F42A /* Region.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Region.py; sourceTree = ""; }; - A542927F233538600001F42A /* FvImageSection.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FvImageSection.py; sourceTree = ""; }; - A5429280233538600001F42A /* OptionRom.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = OptionRom.py; sourceTree = ""; }; - A5429281233538600001F42A /* FdfParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FdfParser.py; sourceTree = ""; }; - A5429282233538600001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429283233538600001F42A /* RuleComplexFile.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = RuleComplexFile.py; sourceTree = ""; }; - A5429284233538600001F42A /* GuidSection.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GuidSection.py; sourceTree = ""; }; - A5429285233538600001F42A /* FfsFileStatement.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FfsFileStatement.py; sourceTree = ""; }; - A5429286233538600001F42A /* UiSection.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = UiSection.py; sourceTree = ""; }; - A5429288233538600001F42A /* Section.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Section.cpython-36.pyc"; sourceTree = ""; }; - A5429289233538600001F42A /* GuidSection.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GuidSection.cpython-36.pyc"; sourceTree = ""; }; - A542928A233538600001F42A /* FvImageSection.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FvImageSection.cpython-36.pyc"; sourceTree = ""; }; - A542928B233538600001F42A /* GenFdsGlobalVariable.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenFdsGlobalVariable.cpython-36.pyc"; sourceTree = ""; }; - A542928C233538600001F42A /* FfsFileStatement.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FfsFileStatement.cpython-36.pyc"; sourceTree = ""; }; - A542928D233538600001F42A /* Fv.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Fv.cpython-36.pyc"; sourceTree = ""; }; - A542928E233538600001F42A /* Region.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Region.cpython-36.pyc"; sourceTree = ""; }; - A542928F233538600001F42A /* OptionRom.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "OptionRom.cpython-36.pyc"; sourceTree = ""; }; - A5429290233538600001F42A /* EfiSection.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "EfiSection.cpython-36.pyc"; sourceTree = ""; }; - A5429291233538600001F42A /* DataSection.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DataSection.cpython-36.pyc"; sourceTree = ""; }; - A5429292233538600001F42A /* FdfParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FdfParser.cpython-36.pyc"; sourceTree = ""; }; - A5429293233538600001F42A /* Ffs.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Ffs.cpython-36.pyc"; sourceTree = ""; }; - A5429294233538600001F42A /* OptRomInfStatement.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "OptRomInfStatement.cpython-36.pyc"; sourceTree = ""; }; - A5429295233538600001F42A /* OptRomFileStatement.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "OptRomFileStatement.cpython-36.pyc"; sourceTree = ""; }; - A5429296233538600001F42A /* UiSection.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "UiSection.cpython-36.pyc"; sourceTree = ""; }; - A5429297233538600001F42A /* Fd.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Fd.cpython-36.pyc"; sourceTree = ""; }; - A5429298233538600001F42A /* Capsule.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Capsule.cpython-36.pyc"; sourceTree = ""; }; - A5429299233538600001F42A /* CapsuleData.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CapsuleData.cpython-36.pyc"; sourceTree = ""; }; - A542929A233538600001F42A /* CompressSection.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CompressSection.cpython-36.pyc"; sourceTree = ""; }; - A542929B233538600001F42A /* RuleSimpleFile.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "RuleSimpleFile.cpython-36.pyc"; sourceTree = ""; }; - A542929C233538600001F42A /* VerSection.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "VerSection.cpython-36.pyc"; sourceTree = ""; }; - A542929D233538600001F42A /* FfsInfStatement.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FfsInfStatement.cpython-36.pyc"; sourceTree = ""; }; - A542929E233538600001F42A /* DepexSection.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DepexSection.cpython-36.pyc"; sourceTree = ""; }; - A542929F233538600001F42A /* RuleComplexFile.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "RuleComplexFile.cpython-36.pyc"; sourceTree = ""; }; - A54292A0233538600001F42A /* AprioriSection.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "AprioriSection.cpython-36.pyc"; sourceTree = ""; }; - A54292A1233538600001F42A /* GenFds.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenFds.cpython-36.pyc"; sourceTree = ""; }; - A54292A2233538600001F42A /* Rule.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Rule.cpython-36.pyc"; sourceTree = ""; }; - A54292A3233538600001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54292A4233538600001F42A /* Section.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Section.py; sourceTree = ""; }; - A54292A5233538600001F42A /* DataSection.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DataSection.py; sourceTree = ""; }; - A54292A6233538600001F42A /* GenFdsGlobalVariable.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenFdsGlobalVariable.py; sourceTree = ""; }; - A54292A7233538600001F42A /* Fv.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Fv.py; sourceTree = ""; }; - A54292A8233538600001F42A /* FfsInfStatement.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FfsInfStatement.py; sourceTree = ""; }; - A54292A9233538600001F42A /* AprioriSection.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = AprioriSection.py; sourceTree = ""; }; - A54292AA233538600001F42A /* OptRomInfStatement.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = OptRomInfStatement.py; sourceTree = ""; }; - A54292AB233538600001F42A /* Rule.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Rule.py; sourceTree = ""; }; - A54292AC233538600001F42A /* RuleSimpleFile.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = RuleSimpleFile.py; sourceTree = ""; }; - A54292AD233538600001F42A /* EfiSection.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = EfiSection.py; sourceTree = ""; }; - A54292AE233538600001F42A /* VerSection.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = VerSection.py; sourceTree = ""; }; - A54292AF233538600001F42A /* OptRomFileStatement.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = OptRomFileStatement.py; sourceTree = ""; }; - A54292B0233538600001F42A /* GenFds.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenFds.py; sourceTree = ""; }; - A54292B1233538600001F42A /* Fd.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Fd.py; sourceTree = ""; }; - A54292B2233538600001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A54292B4233538600001F42A /* MkPkg.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = MkPkg.py; sourceTree = ""; }; - A54292B5233538600001F42A /* ReplacePkg.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ReplacePkg.py; sourceTree = ""; }; - A54292B8233538600001F42A /* CommentParsingUnitTest.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CommentParsingUnitTest.cpython-36.pyc"; sourceTree = ""; }; - A54292B9233538600001F42A /* CommentGeneratingUnitTest.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CommentGeneratingUnitTest.cpython-36.pyc"; sourceTree = ""; }; - A54292BA233538600001F42A /* InfBinarySectionTest.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfBinarySectionTest.cpython-36.pyc"; sourceTree = ""; }; - A54292BB233538600001F42A /* DecParserUnitTest.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DecParserUnitTest.cpython-36.pyc"; sourceTree = ""; }; - A54292BC233538600001F42A /* DecParserTest.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DecParserTest.cpython-36.pyc"; sourceTree = ""; }; - A54292BD233538600001F42A /* DecParserUnitTest.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DecParserUnitTest.py; sourceTree = ""; }; - A54292BE233538600001F42A /* InfBinarySectionTest.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfBinarySectionTest.py; sourceTree = ""; }; - A54292BF233538600001F42A /* CommentParsingUnitTest.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CommentParsingUnitTest.py; sourceTree = ""; }; - A54292C0233538600001F42A /* CommentGeneratingUnitTest.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CommentGeneratingUnitTest.py; sourceTree = ""; }; - A54292C1233538600001F42A /* DecParserTest.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DecParserTest.py; sourceTree = ""; }; - A54292C3233538600001F42A /* DependencyRules.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DependencyRules.py; sourceTree = ""; }; - A54292C4233538600001F42A /* FileHook.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FileHook.py; sourceTree = ""; }; - A54292C5233538600001F42A /* PackageFile.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = PackageFile.py; sourceTree = ""; }; - A54292C6233538600001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54292C8233538600001F42A /* IpiDb.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "IpiDb.cpython-36.pyc"; sourceTree = ""; }; - A54292C9233538600001F42A /* PackageFile.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "PackageFile.cpython-36.pyc"; sourceTree = ""; }; - A54292CA233538600001F42A /* DependencyRules.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DependencyRules.cpython-36.pyc"; sourceTree = ""; }; - A54292CB233538600001F42A /* DistributionPackageClass.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DistributionPackageClass.cpython-36.pyc"; sourceTree = ""; }; - A54292CC233538600001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54292CD233538600001F42A /* FileHook.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FileHook.cpython-36.pyc"; sourceTree = ""; }; - A54292CE233538600001F42A /* DistributionPackageClass.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DistributionPackageClass.py; sourceTree = ""; }; - A54292CF233538600001F42A /* IpiDb.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = IpiDb.py; sourceTree = ""; }; - A54292D1233538600001F42A /* StringTable.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = StringTable.py; sourceTree = ""; }; - A54292D2233538600001F42A /* Log.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Log.py; sourceTree = ""; }; - A54292D3233538600001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54292D5233538600001F42A /* StringTable.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "StringTable.cpython-36.pyc"; sourceTree = ""; }; - A54292D6233538600001F42A /* ToolError.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ToolError.cpython-36.pyc"; sourceTree = ""; }; - A54292D7233538600001F42A /* Log.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Log.cpython-36.pyc"; sourceTree = ""; }; - A54292D8233538600001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54292D9233538600001F42A /* ToolError.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ToolError.py; sourceTree = ""; }; - A54292DA233538600001F42A /* BuildVersion.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = BuildVersion.py; sourceTree = ""; }; - A54292DC233538600001F42A /* Misc.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Misc.py; sourceTree = ""; }; - A54292DD233538600001F42A /* UniClassObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = UniClassObject.py; sourceTree = ""; }; - A54292DE233538600001F42A /* GlobalData.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GlobalData.py; sourceTree = ""; }; - A54292DF233538600001F42A /* Parsing.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Parsing.py; sourceTree = ""; }; - A54292E0233538600001F42A /* StringUtils.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = StringUtils.py; sourceTree = ""; }; - A54292E1233538600001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54292E3233538600001F42A /* GlobalData.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GlobalData.cpython-36.pyc"; sourceTree = ""; }; - A54292E4233538600001F42A /* ParserValidate.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ParserValidate.cpython-36.pyc"; sourceTree = ""; }; - A54292E5233538600001F42A /* UniClassObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "UniClassObject.cpython-36.pyc"; sourceTree = ""; }; - A54292E6233538600001F42A /* ExpressionValidate.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ExpressionValidate.cpython-36.pyc"; sourceTree = ""; }; - A54292E7233538600001F42A /* DataType.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DataType.cpython-36.pyc"; sourceTree = ""; }; - A54292E8233538600001F42A /* CommentGenerating.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CommentGenerating.cpython-36.pyc"; sourceTree = ""; }; - A54292E9233538600001F42A /* Parsing.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Parsing.cpython-36.pyc"; sourceTree = ""; }; - A54292EA233538600001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54292EB233538600001F42A /* Misc.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Misc.cpython-36.pyc"; sourceTree = ""; }; - A54292EC233538600001F42A /* CommentParsing.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CommentParsing.cpython-36.pyc"; sourceTree = ""; }; - A54292ED233538600001F42A /* StringUtils.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "StringUtils.cpython-36.pyc"; sourceTree = ""; }; - A54292EF233538600001F42A /* XmlRoutines.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = XmlRoutines.py; sourceTree = ""; }; - A54292F0233538600001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54292F2233538600001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54292F3233538600001F42A /* XmlRoutines.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "XmlRoutines.cpython-36.pyc"; sourceTree = ""; }; - A54292F4233538600001F42A /* ExpressionValidate.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ExpressionValidate.py; sourceTree = ""; }; - A54292F5233538600001F42A /* CommentGenerating.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CommentGenerating.py; sourceTree = ""; }; - A54292F6233538600001F42A /* DataType.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DataType.py; sourceTree = ""; }; - A54292F7233538600001F42A /* CommentParsing.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CommentParsing.py; sourceTree = ""; }; - A54292F8233538600001F42A /* ParserValidate.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ParserValidate.py; sourceTree = ""; }; - A54292FA233538600001F42A /* RmPkg.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "RmPkg.cpython-36.pyc"; sourceTree = ""; }; - A54292FB233538600001F42A /* UPT.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "UPT.cpython-36.pyc"; sourceTree = ""; }; - A54292FC233538600001F42A /* MkPkg.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "MkPkg.cpython-36.pyc"; sourceTree = ""; }; - A54292FD233538600001F42A /* InventoryWs.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InventoryWs.cpython-36.pyc"; sourceTree = ""; }; - A54292FE233538600001F42A /* ReplacePkg.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ReplacePkg.cpython-36.pyc"; sourceTree = ""; }; - A54292FF233538600001F42A /* TestInstall.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TestInstall.cpython-36.pyc"; sourceTree = ""; }; - A5429300233538600001F42A /* InstallPkg.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InstallPkg.cpython-36.pyc"; sourceTree = ""; }; - A5429301233538600001F42A /* BuildVersion.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "BuildVersion.cpython-36.pyc"; sourceTree = ""; }; - A5429303233538600001F42A /* InfPcdSectionParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfPcdSectionParser.py; sourceTree = ""; }; - A5429304233538600001F42A /* InfDepexSectionParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfDepexSectionParser.py; sourceTree = ""; }; - A5429305233538600001F42A /* InfParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfParser.py; sourceTree = ""; }; - A5429306233538600001F42A /* InfBuildOptionSectionParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfBuildOptionSectionParser.py; sourceTree = ""; }; - A5429307233538600001F42A /* InfBinarySectionParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfBinarySectionParser.py; sourceTree = ""; }; - A5429308233538600001F42A /* InfSourceSectionParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfSourceSectionParser.py; sourceTree = ""; }; - A5429309233538600001F42A /* InfGuidPpiProtocolSectionParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfGuidPpiProtocolSectionParser.py; sourceTree = ""; }; - A542930A233538600001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A542930C233538600001F42A /* InfBuildOptionSectionParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfBuildOptionSectionParser.cpython-36.pyc"; sourceTree = ""; }; - A542930D233538600001F42A /* InfBinarySectionParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfBinarySectionParser.cpython-36.pyc"; sourceTree = ""; }; - A542930E233538600001F42A /* InfParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfParser.cpython-36.pyc"; sourceTree = ""; }; - A542930F233538600001F42A /* InfGuidPpiProtocolSectionParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfGuidPpiProtocolSectionParser.cpython-36.pyc"; sourceTree = ""; }; - A5429310233538600001F42A /* InfSectionParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfSectionParser.cpython-36.pyc"; sourceTree = ""; }; - A5429311233538600001F42A /* InfParserMisc.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfParserMisc.cpython-36.pyc"; sourceTree = ""; }; - A5429312233538600001F42A /* InfDepexSectionParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfDepexSectionParser.cpython-36.pyc"; sourceTree = ""; }; - A5429313233538600001F42A /* InfPcdSectionParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfPcdSectionParser.cpython-36.pyc"; sourceTree = ""; }; - A5429314233538600001F42A /* InfLibrarySectionParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfLibrarySectionParser.cpython-36.pyc"; sourceTree = ""; }; - A5429315233538600001F42A /* InfAsBuiltProcess.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfAsBuiltProcess.cpython-36.pyc"; sourceTree = ""; }; - A5429316233538600001F42A /* InfSourceSectionParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfSourceSectionParser.cpython-36.pyc"; sourceTree = ""; }; - A5429317233538600001F42A /* DecParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DecParser.cpython-36.pyc"; sourceTree = ""; }; - A5429318233538600001F42A /* InfPackageSectionParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfPackageSectionParser.cpython-36.pyc"; sourceTree = ""; }; - A5429319233538600001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A542931A233538600001F42A /* DecParserMisc.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DecParserMisc.cpython-36.pyc"; sourceTree = ""; }; - A542931B233538600001F42A /* InfDefineSectionParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfDefineSectionParser.cpython-36.pyc"; sourceTree = ""; }; - A542931C233538600001F42A /* InfAsBuiltProcess.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfAsBuiltProcess.py; sourceTree = ""; }; - A542931D233538600001F42A /* InfParserMisc.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfParserMisc.py; sourceTree = ""; }; - A542931E233538600001F42A /* DecParserMisc.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DecParserMisc.py; sourceTree = ""; }; - A542931F233538600001F42A /* InfLibrarySectionParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfLibrarySectionParser.py; sourceTree = ""; }; - A5429320233538600001F42A /* DecParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DecParser.py; sourceTree = ""; }; - A5429321233538600001F42A /* InfSectionParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfSectionParser.py; sourceTree = ""; }; - A5429322233538600001F42A /* InfPackageSectionParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfPackageSectionParser.py; sourceTree = ""; }; - A5429323233538600001F42A /* InfDefineSectionParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfDefineSectionParser.py; sourceTree = ""; }; - A5429325233538600001F42A /* XmlParserMisc.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = XmlParserMisc.py; sourceTree = ""; }; - A5429326233538600001F42A /* CommonXml.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CommonXml.py; sourceTree = ""; }; - A5429327233538600001F42A /* PcdXml.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = PcdXml.py; sourceTree = ""; }; - A5429328233538600001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A542932A233538600001F42A /* XmlParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "XmlParser.cpython-36.pyc"; sourceTree = ""; }; - A542932B233538600001F42A /* XmlParserMisc.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "XmlParserMisc.cpython-36.pyc"; sourceTree = ""; }; - A542932C233538600001F42A /* CommonXml.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CommonXml.cpython-36.pyc"; sourceTree = ""; }; - A542932D233538600001F42A /* PackageSurfaceAreaXml.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "PackageSurfaceAreaXml.cpython-36.pyc"; sourceTree = ""; }; - A542932E233538600001F42A /* ModuleSurfaceAreaXml.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ModuleSurfaceAreaXml.cpython-36.pyc"; sourceTree = ""; }; - A542932F233538600001F42A /* PcdXml.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "PcdXml.cpython-36.pyc"; sourceTree = ""; }; - A5429330233538600001F42A /* IniToXml.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "IniToXml.cpython-36.pyc"; sourceTree = ""; }; - A5429331233538600001F42A /* GuidProtocolPpiXml.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GuidProtocolPpiXml.cpython-36.pyc"; sourceTree = ""; }; - A5429332233538600001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A5429333233538600001F42A /* GuidProtocolPpiXml.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GuidProtocolPpiXml.py; sourceTree = ""; }; - A5429334233538600001F42A /* ModuleSurfaceAreaXml.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ModuleSurfaceAreaXml.py; sourceTree = ""; }; - A5429335233538600001F42A /* XmlParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = XmlParser.py; sourceTree = ""; }; - A5429336233538600001F42A /* IniToXml.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = IniToXml.py; sourceTree = ""; }; - A5429337233538600001F42A /* PackageSurfaceAreaXml.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = PackageSurfaceAreaXml.py; sourceTree = ""; }; - A5429338233538600001F42A /* UPT.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = UPT.py; sourceTree = ""; }; - A542933B233538600001F42A /* CommonObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CommonObject.py; sourceTree = ""; }; - A542933C233538600001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A542933E233538600001F42A /* PackageObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "PackageObject.cpython-36.pyc"; sourceTree = ""; }; - A542933F233538600001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A5429340233538600001F42A /* ModuleObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ModuleObject.cpython-36.pyc"; sourceTree = ""; }; - A5429341233538600001F42A /* CommonObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CommonObject.cpython-36.pyc"; sourceTree = ""; }; - A5429342233538600001F42A /* ModuleObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ModuleObject.py; sourceTree = ""; }; - A5429343233538600001F42A /* PackageObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = PackageObject.py; sourceTree = ""; }; - A5429344233538600001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429346233538600001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A5429348233538600001F42A /* DecObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DecObject.py; sourceTree = ""; }; - A5429349233538600001F42A /* InfGuidObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfGuidObject.py; sourceTree = ""; }; - A542934A233538600001F42A /* InfCommonObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfCommonObject.py; sourceTree = ""; }; - A542934B233538600001F42A /* InfSoucesObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfSoucesObject.py; sourceTree = ""; }; - A542934C233538600001F42A /* InfPcdObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfPcdObject.py; sourceTree = ""; }; - A542934D233538600001F42A /* InfDefineObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfDefineObject.py; sourceTree = ""; }; - A542934E233538600001F42A /* InfDepexObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfDepexObject.py; sourceTree = ""; }; - A542934F233538600001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429350233538600001F42A /* InfPpiObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfPpiObject.py; sourceTree = ""; }; - A5429351233538600001F42A /* InfMisc.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfMisc.py; sourceTree = ""; }; - A5429353233538600001F42A /* InfMisc.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfMisc.cpython-36.pyc"; sourceTree = ""; }; - A5429354233538600001F42A /* InfDepexObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfDepexObject.cpython-36.pyc"; sourceTree = ""; }; - A5429355233538600001F42A /* InfPcdObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfPcdObject.cpython-36.pyc"; sourceTree = ""; }; - A5429356233538600001F42A /* InfSoucesObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfSoucesObject.cpython-36.pyc"; sourceTree = ""; }; - A5429357233538600001F42A /* InfHeaderObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfHeaderObject.cpython-36.pyc"; sourceTree = ""; }; - A5429358233538600001F42A /* DecObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DecObject.cpython-36.pyc"; sourceTree = ""; }; - A5429359233538600001F42A /* InfBinaryObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfBinaryObject.cpython-36.pyc"; sourceTree = ""; }; - A542935A233538600001F42A /* InfUserExtensionObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfUserExtensionObject.cpython-36.pyc"; sourceTree = ""; }; - A542935B233538600001F42A /* InfDefineCommonObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfDefineCommonObject.cpython-36.pyc"; sourceTree = ""; }; - A542935C233538600001F42A /* InfBuildOptionObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfBuildOptionObject.cpython-36.pyc"; sourceTree = ""; }; - A542935D233538600001F42A /* InfProtocolObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfProtocolObject.cpython-36.pyc"; sourceTree = ""; }; - A542935E233538600001F42A /* InfLibraryClassesObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfLibraryClassesObject.cpython-36.pyc"; sourceTree = ""; }; - A542935F233538600001F42A /* InfPpiObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfPpiObject.cpython-36.pyc"; sourceTree = ""; }; - A5429360233538600001F42A /* InfGuidObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfGuidObject.cpython-36.pyc"; sourceTree = ""; }; - A5429361233538600001F42A /* InfCommonObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfCommonObject.cpython-36.pyc"; sourceTree = ""; }; - A5429362233538600001F42A /* InfPackagesObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfPackagesObject.cpython-36.pyc"; sourceTree = ""; }; - A5429363233538600001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A5429364233538600001F42A /* InfDefineObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfDefineObject.cpython-36.pyc"; sourceTree = ""; }; - A5429365233538600001F42A /* InfBinaryObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfBinaryObject.py; sourceTree = ""; }; - A5429366233538600001F42A /* InfPackagesObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfPackagesObject.py; sourceTree = ""; }; - A5429367233538600001F42A /* InfHeaderObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfHeaderObject.py; sourceTree = ""; }; - A5429368233538600001F42A /* InfLibraryClassesObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfLibraryClassesObject.py; sourceTree = ""; }; - A5429369233538600001F42A /* InfBuildOptionObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfBuildOptionObject.py; sourceTree = ""; }; - A542936A233538600001F42A /* InfDefineCommonObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfDefineCommonObject.py; sourceTree = ""; }; - A542936B233538610001F42A /* InfUserExtensionObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfUserExtensionObject.py; sourceTree = ""; }; - A542936C233538610001F42A /* InfProtocolObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfProtocolObject.py; sourceTree = ""; }; - A542936E233538610001F42A /* InfPomAlignmentMisc.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfPomAlignmentMisc.py; sourceTree = ""; }; - A542936F233538610001F42A /* DecPomAlignment.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DecPomAlignment.py; sourceTree = ""; }; - A5429370233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429371233538610001F42A /* InfPomAlignment.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfPomAlignment.py; sourceTree = ""; }; - A5429373233538610001F42A /* DecPomAlignment.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DecPomAlignment.cpython-36.pyc"; sourceTree = ""; }; - A5429374233538610001F42A /* InfPomAlignment.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfPomAlignment.cpython-36.pyc"; sourceTree = ""; }; - A5429375233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A5429376233538610001F42A /* InfPomAlignmentMisc.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfPomAlignmentMisc.cpython-36.pyc"; sourceTree = ""; }; - A5429377233538610001F42A /* InventoryWs.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InventoryWs.py; sourceTree = ""; }; - A5429378233538610001F42A /* TestInstall.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TestInstall.py; sourceTree = ""; }; - A542937A233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A542937B233538610001F42A /* GenMetaFileMisc.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenMetaFileMisc.py; sourceTree = ""; }; - A542937D233538610001F42A /* GenInfFile.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenInfFile.cpython-36.pyc"; sourceTree = ""; }; - A542937E233538610001F42A /* GenMetaFileMisc.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenMetaFileMisc.cpython-36.pyc"; sourceTree = ""; }; - A542937F233538610001F42A /* GenDecFile.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenDecFile.cpython-36.pyc"; sourceTree = ""; }; - A5429380233538610001F42A /* GenXmlFile.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenXmlFile.cpython-36.pyc"; sourceTree = ""; }; - A5429381233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A5429382233538610001F42A /* GenInfFile.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenInfFile.py; sourceTree = ""; }; - A5429383233538610001F42A /* GenDecFile.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenDecFile.py; sourceTree = ""; }; - A5429384233538610001F42A /* GenXmlFile.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenXmlFile.py; sourceTree = ""; }; - A5429385233538610001F42A /* RmPkg.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = RmPkg.py; sourceTree = ""; }; - A5429386233538610001F42A /* InstallPkg.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InstallPkg.py; sourceTree = ""; }; - A5429387233538610001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A5429389233538610001F42A /* GenerateWindowsDriver.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenerateWindowsDriver.py; sourceTree = ""; }; - A542938B233538610001F42A /* GenerateCapsule.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenerateCapsule.cpython-36.pyc"; sourceTree = ""; }; - A542938C233538610001F42A /* WindowsCapsuleSupportHelper.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "WindowsCapsuleSupportHelper.cpython-36.pyc"; sourceTree = ""; }; - A542938D233538610001F42A /* GenerateWindowsDriver.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenerateWindowsDriver.cpython-36.pyc"; sourceTree = ""; }; - A542938E233538610001F42A /* GenerateCapsule.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenerateCapsule.py; sourceTree = ""; }; - A542938F233538610001F42A /* WindowsCapsuleSupportHelper.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = WindowsCapsuleSupportHelper.py; sourceTree = ""; }; - A5429391233538610001F42A /* WorkspaceCommon.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = WorkspaceCommon.py; sourceTree = ""; }; - A5429392233538610001F42A /* BuildClassObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = BuildClassObject.py; sourceTree = ""; }; - A5429393233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429394233538610001F42A /* WorkspaceDatabase.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = WorkspaceDatabase.py; sourceTree = ""; }; - A5429396233538610001F42A /* DecBuildData.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DecBuildData.cpython-36.pyc"; sourceTree = ""; }; - A5429397233538610001F42A /* MetaFileCommentParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "MetaFileCommentParser.cpython-36.pyc"; sourceTree = ""; }; - A5429398233538610001F42A /* BuildClassObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "BuildClassObject.cpython-36.pyc"; sourceTree = ""; }; - A5429399233538610001F42A /* MetaDataTable.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "MetaDataTable.cpython-36.pyc"; sourceTree = ""; }; - A542939A233538610001F42A /* WorkspaceCommon.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "WorkspaceCommon.cpython-36.pyc"; sourceTree = ""; }; - A542939B233538610001F42A /* InfBuildData.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfBuildData.cpython-36.pyc"; sourceTree = ""; }; - A542939C233538610001F42A /* MetaFileTable.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "MetaFileTable.cpython-36.pyc"; sourceTree = ""; }; - A542939D233538610001F42A /* WorkspaceDatabase.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "WorkspaceDatabase.cpython-36.pyc"; sourceTree = ""; }; - A542939E233538610001F42A /* MetaFileParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "MetaFileParser.cpython-36.pyc"; sourceTree = ""; }; - A542939F233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54293A0233538610001F42A /* DscBuildData.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DscBuildData.cpython-36.pyc"; sourceTree = ""; }; - A54293A1233538610001F42A /* DscBuildData.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DscBuildData.py; sourceTree = ""; }; - A54293A2233538610001F42A /* MetaFileTable.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = MetaFileTable.py; sourceTree = ""; }; - A54293A3233538610001F42A /* MetaFileCommentParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = MetaFileCommentParser.py; sourceTree = ""; }; - A54293A4233538610001F42A /* MetaDataTable.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = MetaDataTable.py; sourceTree = ""; }; - A54293A5233538610001F42A /* MetaFileParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = MetaFileParser.py; sourceTree = ""; }; - A54293A6233538610001F42A /* DecBuildData.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DecBuildData.py; sourceTree = ""; }; - A54293A7233538610001F42A /* InfBuildData.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfBuildData.py; sourceTree = ""; }; - A54293A9233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54293AB233538610001F42A /* PatchPcdValue.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "PatchPcdValue.cpython-36.pyc"; sourceTree = ""; }; - A54293AC233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54293AD233538610001F42A /* PatchPcdValue.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = PatchPcdValue.py; sourceTree = ""; }; - A54293AF233538610001F42A /* sitecustomize.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sitecustomize.cpython-36.pyc"; sourceTree = ""; }; - A54293B0233538610001F42A /* sitecustomize.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = sitecustomize.py; sourceTree = ""; }; - A54293B3233538610001F42A /* Trim.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Trim.cpython-36.pyc"; sourceTree = ""; }; - A54293B4233538610001F42A /* Trim.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Trim.py; sourceTree = ""; }; - A54293B6233538610001F42A /* EdkLogger.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = EdkLogger.py; sourceTree = ""; }; - A54293B7233538610001F42A /* Misc.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Misc.py; sourceTree = ""; }; - A54293B8233538610001F42A /* TargetTxtClassObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TargetTxtClassObject.py; sourceTree = ""; }; - A54293B9233538610001F42A /* GlobalData.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GlobalData.py; sourceTree = ""; }; - A54293BA233538610001F42A /* Parsing.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Parsing.py; sourceTree = ""; }; - A54293BD233538610001F42A /* FmpCapsuleHeader.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FmpCapsuleHeader.py; sourceTree = ""; }; - A54293BE233538610001F42A /* FmpAuthHeader.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FmpAuthHeader.py; sourceTree = ""; }; - A54293BF233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54293C1233538610001F42A /* FmpAuthHeader.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FmpAuthHeader.cpython-36.pyc"; sourceTree = ""; }; - A54293C2233538610001F42A /* FmpCapsuleHeader.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FmpCapsuleHeader.cpython-36.pyc"; sourceTree = ""; }; - A54293C3233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54293C4233538610001F42A /* UefiCapsuleHeader.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "UefiCapsuleHeader.cpython-36.pyc"; sourceTree = ""; }; - A54293C5233538610001F42A /* UefiCapsuleHeader.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = UefiCapsuleHeader.py; sourceTree = ""; }; - A54293C6233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54293C8233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54293C9233538610001F42A /* BuildVersion.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = BuildVersion.py; sourceTree = ""; }; - A54293CA233538610001F42A /* RangeExpression.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = RangeExpression.py; sourceTree = ""; }; - A54293CB233538610001F42A /* StringUtils.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = StringUtils.py; sourceTree = ""; }; - A54293CC233538610001F42A /* LongFilePathOs.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = LongFilePathOs.py; sourceTree = ""; }; - A54293CD233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54293CE233538610001F42A /* buildoptions.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = buildoptions.py; sourceTree = ""; }; - A54293CF233538610001F42A /* MultipleWorkspace.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = MultipleWorkspace.py; sourceTree = ""; }; - A54293D1233538610001F42A /* GlobalData.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GlobalData.cpython-36.pyc"; sourceTree = ""; }; - A54293D2233538610001F42A /* LongFilePathOs.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "LongFilePathOs.cpython-36.pyc"; sourceTree = ""; }; - A54293D3233538610001F42A /* EdkLogger.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "EdkLogger.cpython-36.pyc"; sourceTree = ""; }; - A54293D4233538610001F42A /* VpdInfoFile.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "VpdInfoFile.cpython-36.pyc"; sourceTree = ""; }; - A54293D5233538610001F42A /* LongFilePathSupport.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "LongFilePathSupport.cpython-36.pyc"; sourceTree = ""; }; - A54293D6233538610001F42A /* buildoptions.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "buildoptions.cpython-36.pyc"; sourceTree = ""; }; - A54293D7233538610001F42A /* RangeExpression.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "RangeExpression.cpython-36.pyc"; sourceTree = ""; }; - A54293D8233538610001F42A /* caching.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "caching.cpython-36.pyc"; sourceTree = ""; }; - A54293D9233538610001F42A /* Expression.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Expression.cpython-36.pyc"; sourceTree = ""; }; - A54293DA233538610001F42A /* DataType.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DataType.cpython-36.pyc"; sourceTree = ""; }; - A54293DB233538610001F42A /* MultipleWorkspace.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "MultipleWorkspace.cpython-36.pyc"; sourceTree = ""; }; - A54293DC233538610001F42A /* BuildToolError.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "BuildToolError.cpython-36.pyc"; sourceTree = ""; }; - A54293DD233538610001F42A /* Parsing.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Parsing.cpython-36.pyc"; sourceTree = ""; }; - A54293DE233538610001F42A /* TargetTxtClassObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TargetTxtClassObject.cpython-36.pyc"; sourceTree = ""; }; - A54293DF233538610001F42A /* VariableAttributes.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "VariableAttributes.cpython-36.pyc"; sourceTree = ""; }; - A54293E0233538610001F42A /* BuildVersion.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "BuildVersion.cpython-36.pyc"; sourceTree = ""; }; - A54293E1233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54293E2233538610001F42A /* LongFilePathOsPath.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "LongFilePathOsPath.cpython-36.pyc"; sourceTree = ""; }; - A54293E3233538610001F42A /* ToolDefClassObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ToolDefClassObject.cpython-36.pyc"; sourceTree = ""; }; - A54293E4233538610001F42A /* Misc.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Misc.cpython-36.pyc"; sourceTree = ""; }; - A54293E5233538610001F42A /* StringUtils.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "StringUtils.cpython-36.pyc"; sourceTree = ""; }; - A54293E6233538610001F42A /* ToolDefClassObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ToolDefClassObject.py; sourceTree = ""; }; - A54293E7233538610001F42A /* caching.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = caching.py; sourceTree = ""; }; - A54293E8233538610001F42A /* DataType.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DataType.py; sourceTree = ""; }; - A54293E9233538610001F42A /* VpdInfoFile.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = VpdInfoFile.py; sourceTree = ""; }; - A54293EA233538610001F42A /* BuildToolError.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = BuildToolError.py; sourceTree = ""; }; - A54293EB233538610001F42A /* Expression.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Expression.py; sourceTree = ""; }; - A54293EC233538610001F42A /* LongFilePathSupport.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = LongFilePathSupport.py; sourceTree = ""; }; - A54293EF233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54293F1233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54293F2233538610001F42A /* FmpPayloadHeader.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FmpPayloadHeader.cpython-36.pyc"; sourceTree = ""; }; - A54293F3233538610001F42A /* FmpPayloadHeader.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FmpPayloadHeader.py; sourceTree = ""; }; - A54293F4233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54293F6233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54293F7233538610001F42A /* VariableAttributes.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = VariableAttributes.py; sourceTree = ""; }; - A54293F8233538610001F42A /* LongFilePathOsPath.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = LongFilePathOsPath.py; sourceTree = ""; }; - A54293FA233538610001F42A /* TableIdentifier.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TableIdentifier.py; sourceTree = ""; }; - A54293FB233538610001F42A /* TableReport.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TableReport.py; sourceTree = ""; }; - A54293FC233538610001F42A /* TableDataModel.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TableDataModel.py; sourceTree = ""; }; - A54293FD233538610001F42A /* TableFunction.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TableFunction.py; sourceTree = ""; }; - A54293FE233538610001F42A /* TableDsc.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TableDsc.py; sourceTree = ""; }; - A54293FF233538610001F42A /* TableFile.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TableFile.py; sourceTree = ""; }; - A5429400233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429401233538610001F42A /* TableDec.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TableDec.py; sourceTree = ""; }; - A5429403233538610001F42A /* TableDataModel.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TableDataModel.cpython-36.pyc"; sourceTree = ""; }; - A5429404233538610001F42A /* TableIdentifier.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TableIdentifier.cpython-36.pyc"; sourceTree = ""; }; - A5429405233538610001F42A /* TableDec.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TableDec.cpython-36.pyc"; sourceTree = ""; }; - A5429406233538610001F42A /* TableEotReport.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TableEotReport.cpython-36.pyc"; sourceTree = ""; }; - A5429407233538610001F42A /* TableInf.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TableInf.cpython-36.pyc"; sourceTree = ""; }; - A5429408233538610001F42A /* TablePcd.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TablePcd.cpython-36.pyc"; sourceTree = ""; }; - A5429409233538610001F42A /* Table.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Table.cpython-36.pyc"; sourceTree = ""; }; - A542940A233538610001F42A /* TableFdf.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TableFdf.cpython-36.pyc"; sourceTree = ""; }; - A542940B233538610001F42A /* TableFunction.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TableFunction.cpython-36.pyc"; sourceTree = ""; }; - A542940C233538610001F42A /* TableQuery.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TableQuery.cpython-36.pyc"; sourceTree = ""; }; - A542940D233538610001F42A /* TableDsc.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TableDsc.cpython-36.pyc"; sourceTree = ""; }; - A542940E233538610001F42A /* TableReport.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TableReport.cpython-36.pyc"; sourceTree = ""; }; - A542940F233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A5429410233538610001F42A /* TableFile.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TableFile.cpython-36.pyc"; sourceTree = ""; }; - A5429411233538610001F42A /* TablePcd.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TablePcd.py; sourceTree = ""; }; - A5429412233538610001F42A /* TableFdf.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TableFdf.py; sourceTree = ""; }; - A5429413233538610001F42A /* TableQuery.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TableQuery.py; sourceTree = ""; }; - A5429414233538610001F42A /* TableInf.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TableInf.py; sourceTree = ""; }; - A5429415233538610001F42A /* Table.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Table.py; sourceTree = ""; }; - A5429416233538610001F42A /* TableEotReport.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TableEotReport.py; sourceTree = ""; }; - A5429418233538610001F42A /* StringTable.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = StringTable.py; sourceTree = ""; }; - A5429419233538610001F42A /* GenVpd.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenVpd.py; sourceTree = ""; }; - A542941A233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A542941C233538610001F42A /* GenVpd.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenVpd.cpython-36.pyc"; sourceTree = ""; }; - A542941D233538610001F42A /* StringTable.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "StringTable.cpython-36.pyc"; sourceTree = ""; }; - A542941E233538610001F42A /* BPDG.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "BPDG.cpython-36.pyc"; sourceTree = ""; }; - A542941F233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A5429420233538610001F42A /* BPDG.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = BPDG.py; sourceTree = ""; }; - A5429422233538610001F42A /* build.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = build.py; sourceTree = ""; }; - A5429423233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429425233538610001F42A /* build.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "build.cpython-36.pyc"; sourceTree = ""; }; - A5429426233538610001F42A /* BuildReport.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "BuildReport.cpython-36.pyc"; sourceTree = ""; }; - A5429427233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A5429428233538610001F42A /* BuildReport.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = BuildReport.py; sourceTree = ""; }; - A542942A233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A542942C233538610001F42A /* TargetTool.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TargetTool.cpython-36.pyc"; sourceTree = ""; }; - A542942D233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A542942E233538610001F42A /* TargetTool.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TargetTool.py; sourceTree = ""; }; - A5429430233538610001F42A /* Configuration.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Configuration.py; sourceTree = ""; }; - A5429432233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429434233538610001F42A /* MetaDataTable.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "MetaDataTable.cpython-36.pyc"; sourceTree = ""; }; - A5429435233538610001F42A /* MetaFileTable.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "MetaFileTable.cpython-36.pyc"; sourceTree = ""; }; - A5429436233538610001F42A /* MetaFileParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "MetaFileParser.cpython-36.pyc"; sourceTree = ""; }; - A5429437233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A5429438233538610001F42A /* MetaFileTable.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = MetaFileTable.py; sourceTree = ""; }; - A5429439233538610001F42A /* MetaDataTable.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = MetaDataTable.py; sourceTree = ""; }; - A542943A233538610001F42A /* MetaFileParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = MetaFileParser.py; sourceTree = ""; }; - A542943B233538610001F42A /* Exception.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Exception.py; sourceTree = ""; }; - A542943C233538610001F42A /* EccToolError.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = EccToolError.py; sourceTree = ""; }; - A542943D233538610001F42A /* Check.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Check.py; sourceTree = ""; }; - A542943E233538610001F42A /* Database.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Database.py; sourceTree = ""; }; - A542943F233538610001F42A /* FileProfile.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FileProfile.py; sourceTree = ""; }; - A5429440233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429442233538610001F42A /* Database.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Database.cpython-36.pyc"; sourceTree = ""; }; - A5429443233538610001F42A /* EccGlobalData.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "EccGlobalData.cpython-36.pyc"; sourceTree = ""; }; - A5429444233538610001F42A /* Check.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Check.cpython-36.pyc"; sourceTree = ""; }; - A5429445233538610001F42A /* FileProfile.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FileProfile.cpython-36.pyc"; sourceTree = ""; }; - A5429446233538610001F42A /* CodeFragmentCollector.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CodeFragmentCollector.cpython-36.pyc"; sourceTree = ""; }; - A5429447233538610001F42A /* EccMain.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "EccMain.cpython-36.pyc"; sourceTree = ""; }; - A5429448233538610001F42A /* Configuration.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Configuration.cpython-36.pyc"; sourceTree = ""; }; - A5429449233538610001F42A /* c.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "c.cpython-36.pyc"; sourceTree = ""; }; - A542944A233538610001F42A /* ParserWarning.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ParserWarning.cpython-36.pyc"; sourceTree = ""; }; - A542944B233538610001F42A /* Exception.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Exception.cpython-36.pyc"; sourceTree = ""; }; - A542944C233538610001F42A /* EccToolError.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "EccToolError.cpython-36.pyc"; sourceTree = ""; }; - A542944D233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A542944E233538610001F42A /* MetaDataParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "MetaDataParser.cpython-36.pyc"; sourceTree = ""; }; - A542944F233538610001F42A /* CodeFragment.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CodeFragment.cpython-36.pyc"; sourceTree = ""; }; - A5429451233538610001F42A /* CLexer.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CLexer.py; sourceTree = ""; }; - A5429452233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429454233538610001F42A /* CParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CParser.cpython-36.pyc"; sourceTree = ""; }; - A5429455233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A5429456233538610001F42A /* CLexer.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CLexer.cpython-36.pyc"; sourceTree = ""; }; - A5429457233538610001F42A /* CParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CParser.py; sourceTree = ""; }; - A5429459233538610001F42A /* XmlRoutines.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = XmlRoutines.py; sourceTree = ""; }; - A542945A233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A542945C233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A542945D233538610001F42A /* XmlRoutines.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "XmlRoutines.cpython-36.pyc"; sourceTree = ""; }; - A542945F233538610001F42A /* C.g4 */ = {isa = PBXFileReference; lastKnownFileType = text; path = C.g4; sourceTree = ""; }; - A5429460233538610001F42A /* CLexer.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CLexer.py; sourceTree = ""; }; - A5429461233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429463233538610001F42A /* CParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CParser.cpython-36.pyc"; sourceTree = ""; }; - A5429464233538610001F42A /* CListener.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CListener.cpython-36.pyc"; sourceTree = ""; }; - A5429465233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A5429466233538610001F42A /* CLexer.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CLexer.cpython-36.pyc"; sourceTree = ""; }; - A5429467233538610001F42A /* CParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CParser.py; sourceTree = ""; }; - A5429468233538610001F42A /* CListener.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CListener.py; sourceTree = ""; }; - A5429469233538610001F42A /* C.g */ = {isa = PBXFileReference; lastKnownFileType = text; path = C.g; sourceTree = ""; }; - A542946A233538610001F42A /* config.ini */ = {isa = PBXFileReference; lastKnownFileType = text; path = config.ini; sourceTree = ""; }; - A542946B233538610001F42A /* c.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = c.py; sourceTree = ""; }; - A542946C233538610001F42A /* EccGlobalData.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = EccGlobalData.py; sourceTree = ""; }; - A542946D233538610001F42A /* ParserWarning.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ParserWarning.py; sourceTree = ""; }; - A542946E233538610001F42A /* CodeFragmentCollector.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CodeFragmentCollector.py; sourceTree = ""; }; - A542946F233538610001F42A /* CodeFragment.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CodeFragment.py; sourceTree = ""; }; - A5429470233538610001F42A /* exception.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = exception.xml; sourceTree = ""; }; - A5429471233538610001F42A /* MetaDataParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = MetaDataParser.py; sourceTree = ""; }; - A5429472233538610001F42A /* EccMain.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = EccMain.py; sourceTree = ""; }; - A5429474233538610001F42A /* FdfClass.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FdfClass.py; sourceTree = ""; }; - A5429475233538610001F42A /* DataClass.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DataClass.py; sourceTree = ""; }; - A5429476233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429477233538610001F42A /* CommonClass.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CommonClass.py; sourceTree = ""; }; - A5429479233538610001F42A /* Exceptions.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Exceptions.cpython-36.pyc"; sourceTree = ""; }; - A542947A233538610001F42A /* CommonClass.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CommonClass.cpython-36.pyc"; sourceTree = ""; }; - A542947B233538610001F42A /* DataClass.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DataClass.cpython-36.pyc"; sourceTree = ""; }; - A542947C233538610001F42A /* FdfClass.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FdfClass.cpython-36.pyc"; sourceTree = ""; }; - A542947D233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A542947E233538610001F42A /* Exceptions.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Exceptions.py; sourceTree = ""; }; - A5429480233538610001F42A /* GenPcdDb.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenPcdDb.py; sourceTree = ""; }; - A5429481233538610001F42A /* GenC.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenC.py; sourceTree = ""; }; - A5429482233538610001F42A /* CacheIR.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CacheIR.py; sourceTree = ""; }; - A5429483233538610001F42A /* UniClassObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = UniClassObject.py; sourceTree = ""; }; - A5429484233538610001F42A /* GenMake.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenMake.py; sourceTree = ""; }; - A5429485233538610001F42A /* ValidCheckingInfoObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ValidCheckingInfoObject.py; sourceTree = ""; }; - A5429486233538610001F42A /* ModuleAutoGenHelper.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ModuleAutoGenHelper.py; sourceTree = ""; }; - A5429487233538610001F42A /* DataPipe.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DataPipe.py; sourceTree = ""; }; - A5429488233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A5429489233538610001F42A /* GenVar.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenVar.py; sourceTree = ""; }; - A542948A233538610001F42A /* AutoGenWorker.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = AutoGenWorker.py; sourceTree = ""; }; - A542948B233538610001F42A /* AutoGen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = AutoGen.py; sourceTree = ""; }; - A542948D233538610001F42A /* ValidCheckingInfoObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ValidCheckingInfoObject.cpython-36.pyc"; sourceTree = ""; }; - A542948E233538610001F42A /* GenVar.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenVar.cpython-36.pyc"; sourceTree = ""; }; - A542948F233538610001F42A /* GenPcdDb.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenPcdDb.cpython-36.pyc"; sourceTree = ""; }; - A5429490233538610001F42A /* BuildEngine.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "BuildEngine.cpython-36.pyc"; sourceTree = ""; }; - A5429491233538610001F42A /* AutoGen.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "AutoGen.cpython-36.pyc"; sourceTree = ""; }; - A5429492233538610001F42A /* ModuleAutoGenHelper.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ModuleAutoGenHelper.cpython-36.pyc"; sourceTree = ""; }; - A5429493233538610001F42A /* CacheIR.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CacheIR.cpython-36.pyc"; sourceTree = ""; }; - A5429494233538610001F42A /* ModuleAutoGen.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ModuleAutoGen.cpython-36.pyc"; sourceTree = ""; }; - A5429495233538610001F42A /* InfSectionParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfSectionParser.cpython-36.pyc"; sourceTree = ""; }; - A5429496233538610001F42A /* IdfClassObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "IdfClassObject.cpython-36.pyc"; sourceTree = ""; }; - A5429497233538610001F42A /* UniClassObject.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "UniClassObject.cpython-36.pyc"; sourceTree = ""; }; - A5429498233538610001F42A /* AutoGenWorker.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "AutoGenWorker.cpython-36.pyc"; sourceTree = ""; }; - A5429499233538610001F42A /* GenMake.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenMake.cpython-36.pyc"; sourceTree = ""; }; - A542949A233538610001F42A /* StrGather.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "StrGather.cpython-36.pyc"; sourceTree = ""; }; - A542949B233538610001F42A /* PlatformAutoGen.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "PlatformAutoGen.cpython-36.pyc"; sourceTree = ""; }; - A542949C233538610001F42A /* DataPipe.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DataPipe.cpython-36.pyc"; sourceTree = ""; }; - A542949D233538610001F42A /* GenC.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenC.cpython-36.pyc"; sourceTree = ""; }; - A542949E233538610001F42A /* GenDepex.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenDepex.cpython-36.pyc"; sourceTree = ""; }; - A542949F233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54294A0233538610001F42A /* WorkspaceAutoGen.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "WorkspaceAutoGen.cpython-36.pyc"; sourceTree = ""; }; - A54294A1233538610001F42A /* IdfClassObject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = IdfClassObject.py; sourceTree = ""; }; - A54294A2233538610001F42A /* BuildEngine.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = BuildEngine.py; sourceTree = ""; }; - A54294A3233538610001F42A /* InfSectionParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfSectionParser.py; sourceTree = ""; }; - A54294A4233538610001F42A /* GenDepex.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenDepex.py; sourceTree = ""; }; - A54294A5233538610001F42A /* ModuleAutoGen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ModuleAutoGen.py; sourceTree = ""; }; - A54294A6233538610001F42A /* PlatformAutoGen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = PlatformAutoGen.py; sourceTree = ""; }; - A54294A7233538610001F42A /* WorkspaceAutoGen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = WorkspaceAutoGen.py; sourceTree = ""; }; - A54294A8233538610001F42A /* StrGather.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = StrGather.py; sourceTree = ""; }; - A54294AA233538610001F42A /* TestRoot.pem */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestRoot.pem; sourceTree = ""; }; - A54294AB233538610001F42A /* TestCert.pub.pem */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestCert.pub.pem; sourceTree = ""; }; - A54294AC233538610001F42A /* TestRoot.cer.gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = TestRoot.cer.gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr.inc; sourceTree = ""; }; - A54294AE233538610001F42A /* Pkcs7Sign.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Pkcs7Sign.cpython-36.pyc"; sourceTree = ""; }; - A54294AF233538610001F42A /* TestRoot.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestRoot.cer; sourceTree = ""; }; - A54294B0233538610001F42A /* Readme.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Readme.md; sourceTree = ""; }; - A54294B1233538610001F42A /* TestSub.pub.pem */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestSub.pub.pem; sourceTree = ""; }; - A54294B2233538610001F42A /* Pkcs7Sign.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Pkcs7Sign.py; sourceTree = ""; }; - A54294B3233538610001F42A /* TestCert.pem */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestCert.pem; sourceTree = ""; }; - A54294B4233538610001F42A /* TestRoot.pub.pem */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestRoot.pub.pem; sourceTree = ""; }; - A54294B5233538610001F42A /* TestSub.pem */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestSub.pem; sourceTree = ""; }; - A54294B6233538610001F42A /* TestRoot.cer.gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = TestRoot.cer.gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer.inc; sourceTree = ""; }; - A54294B8233538610001F42A /* InfParserLite.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = InfParserLite.py; sourceTree = ""; }; - A54294B9233538610001F42A /* Database.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Database.py; sourceTree = ""; }; - A54294BA233538610001F42A /* FileProfile.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FileProfile.py; sourceTree = ""; }; - A54294BB233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54294BD233538610001F42A /* EotMain.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "EotMain.cpython-36.pyc"; sourceTree = ""; }; - A54294BE233538610001F42A /* Parser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Parser.cpython-36.pyc"; sourceTree = ""; }; - A54294BF233538610001F42A /* Database.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Database.cpython-36.pyc"; sourceTree = ""; }; - A54294C0233538610001F42A /* EotToolError.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "EotToolError.cpython-36.pyc"; sourceTree = ""; }; - A54294C1233538610001F42A /* EotGlobalData.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "EotGlobalData.cpython-36.pyc"; sourceTree = ""; }; - A54294C2233538610001F42A /* FileProfile.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FileProfile.cpython-36.pyc"; sourceTree = ""; }; - A54294C3233538610001F42A /* InfParserLite.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "InfParserLite.cpython-36.pyc"; sourceTree = ""; }; - A54294C4233538610001F42A /* CodeFragmentCollector.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CodeFragmentCollector.cpython-36.pyc"; sourceTree = ""; }; - A54294C5233538610001F42A /* c.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "c.cpython-36.pyc"; sourceTree = ""; }; - A54294C6233538610001F42A /* ParserWarning.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ParserWarning.cpython-36.pyc"; sourceTree = ""; }; - A54294C7233538610001F42A /* Report.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Report.cpython-36.pyc"; sourceTree = ""; }; - A54294C8233538610001F42A /* Identification.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Identification.cpython-36.pyc"; sourceTree = ""; }; - A54294C9233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54294CA233538610001F42A /* CodeFragment.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CodeFragment.cpython-36.pyc"; sourceTree = ""; }; - A54294CC233538610001F42A /* CLexer.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CLexer.py; sourceTree = ""; }; - A54294CD233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54294CF233538610001F42A /* CParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CParser.cpython-36.pyc"; sourceTree = ""; }; - A54294D0233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54294D1233538610001F42A /* CLexer.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CLexer.cpython-36.pyc"; sourceTree = ""; }; - A54294D2233538610001F42A /* CParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CParser.py; sourceTree = ""; }; - A54294D4233538610001F42A /* CLexer.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CLexer.py; sourceTree = ""; }; - A54294D5233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54294D7233538610001F42A /* CParser.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CParser.cpython-36.pyc"; sourceTree = ""; }; - A54294D8233538610001F42A /* CListener.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CListener.cpython-36.pyc"; sourceTree = ""; }; - A54294D9233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54294DA233538610001F42A /* CLexer.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CLexer.cpython-36.pyc"; sourceTree = ""; }; - A54294DB233538610001F42A /* CParser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CParser.py; sourceTree = ""; }; - A54294DC233538610001F42A /* CListener.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CListener.py; sourceTree = ""; }; - A54294DD233538610001F42A /* Parser.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Parser.py; sourceTree = ""; }; - A54294DE233538610001F42A /* EotGlobalData.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = EotGlobalData.py; sourceTree = ""; }; - A54294DF233538610001F42A /* c.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = c.py; sourceTree = ""; }; - A54294E0233538610001F42A /* LzmaCompressor.pyd */ = {isa = PBXFileReference; lastKnownFileType = file; path = LzmaCompressor.pyd; sourceTree = ""; }; - A54294E1233538610001F42A /* ParserWarning.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ParserWarning.py; sourceTree = ""; }; - A54294E2233538610001F42A /* EfiCompressor.pyd */ = {isa = PBXFileReference; lastKnownFileType = file; path = EfiCompressor.pyd; sourceTree = ""; }; - A54294E3233538610001F42A /* CodeFragmentCollector.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CodeFragmentCollector.py; sourceTree = ""; }; - A54294E4233538610001F42A /* EotMain.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = EotMain.py; sourceTree = ""; }; - A54294E5233538610001F42A /* EotToolError.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = EotToolError.py; sourceTree = ""; }; - A54294E6233538610001F42A /* Identification.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Identification.py; sourceTree = ""; }; - A54294E7233538610001F42A /* CodeFragment.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CodeFragment.py; sourceTree = ""; }; - A54294E8233538610001F42A /* Report.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Report.py; sourceTree = ""; }; - A54294EA233538610001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54294EC233538610001F42A /* GenPatchPcdTable.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "GenPatchPcdTable.cpython-36.pyc"; sourceTree = ""; }; - A54294ED233538610001F42A /* __init__.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "__init__.cpython-36.pyc"; sourceTree = ""; }; - A54294EE233538610001F42A /* GenPatchPcdTable.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GenPatchPcdTable.py; sourceTree = ""; }; - A54294F0233538610001F42A /* Rsa2048Sha256Sign.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Rsa2048Sha256Sign.py; sourceTree = ""; }; - A54294F1233538610001F42A /* TestSigningPrivateKey.pem */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestSigningPrivateKey.pem; sourceTree = ""; }; - A54294F2233538610001F42A /* Rsa2048Sha256GenerateKeys.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Rsa2048Sha256GenerateKeys.py; sourceTree = ""; }; - A54294F4233538610001F42A /* Rsa2048Sha256GenerateKeys.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Rsa2048Sha256GenerateKeys.cpython-36.pyc"; sourceTree = ""; }; - A54294F5233538610001F42A /* Rsa2048Sha256Sign.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Rsa2048Sha256Sign.cpython-36.pyc"; sourceTree = ""; }; - A54294F6233538610001F42A /* TestSigningPublicKey.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestSigningPublicKey.txt; sourceTree = ""; }; - A54294F7233538610001F42A /* TestSigningPublicKey.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = TestSigningPublicKey.bin; sourceTree = ""; }; - A54294FA233538610001F42A /* EfiCompressor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EfiCompressor.c; sourceTree = ""; }; - A54294FB233538610001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A54294FC233538610001F42A /* setup.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = setup.py; sourceTree = ""; }; - A54294FE233538610001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A54294FF233538610001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A5429500233538610001F42A /* Split.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = Split.d; sourceTree = ""; }; - A5429501233538610001F42A /* Split.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Split.c; sourceTree = ""; }; - A5429502233538610001F42A /* Split.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Split.o; sourceTree = ""; }; - A5429503233538610001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A5429505233538610001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A5429507233538610001F42A /* brotli.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = brotli.md; sourceTree = ""; }; - A5429508233538610001F42A /* brotli.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = brotli.d; sourceTree = ""; }; - A5429509233538610001F42A /* brotli.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = brotli.c; sourceTree = ""; }; - A542950A233538610001F42A /* brotli.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = brotli.o; sourceTree = ""; }; - A542950B233538610001F42A /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - A542950C233538610001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A542950F233538610001F42A /* port.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = port.h; sourceTree = ""; }; - A5429510233538610001F42A /* types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; - A5429511233538610001F42A /* encode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = encode.h; sourceTree = ""; }; - A5429512233538610001F42A /* decode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = decode.h; sourceTree = ""; }; - A5429514233538610001F42A /* brotli-comparison-study-2015-09-22.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "brotli-comparison-study-2015-09-22.pdf"; sourceTree = ""; }; - A5429515233538610001F42A /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - A5429517233538610001F42A /* hash_longest_match64_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hash_longest_match64_inc.h; sourceTree = ""; }; - A5429518233538610001F42A /* cluster.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cluster.h; sourceTree = ""; }; - A5429519233538610001F42A /* backward_references.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = backward_references.h; sourceTree = ""; }; - A542951A233538610001F42A /* cluster.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = cluster.o; sourceTree = ""; }; - A542951B233538610001F42A /* backward_references.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = backward_references.o; sourceTree = ""; }; - A542951C233538610001F42A /* hash_to_binary_tree_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hash_to_binary_tree_inc.h; sourceTree = ""; }; - A542951D233538610001F42A /* utf8_util.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = utf8_util.h; sourceTree = ""; }; - A542951E233538610001F42A /* utf8_util.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = utf8_util.o; sourceTree = ""; }; - A542951F233538610001F42A /* encoder_dict.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = encoder_dict.o; sourceTree = ""; }; - A5429520233538610001F42A /* encoder_dict.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = encoder_dict.h; sourceTree = ""; }; - A5429521233538610001F42A /* dictionary_hash.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = dictionary_hash.d; sourceTree = ""; }; - A5429522233538610001F42A /* backward_references_hq.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = backward_references_hq.d; sourceTree = ""; }; - A5429523233538610001F42A /* dictionary_hash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dictionary_hash.c; sourceTree = ""; }; - A5429524233538610001F42A /* backward_references_hq.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = backward_references_hq.c; sourceTree = ""; }; - A5429525233538610001F42A /* bit_cost_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bit_cost_inc.h; sourceTree = ""; }; - A5429526233538610001F42A /* find_match_length.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = find_match_length.h; sourceTree = ""; }; - A5429527233538610001F42A /* histogram.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = histogram.d; sourceTree = ""; }; - A5429528233538610001F42A /* histogram.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = histogram.c; sourceTree = ""; }; - A5429529233538610001F42A /* bit_cost.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bit_cost.h; sourceTree = ""; }; - A542952A233538610001F42A /* memory.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = memory.c; sourceTree = ""; }; - A542952B233538610001F42A /* bit_cost.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = bit_cost.o; sourceTree = ""; }; - A542952C233538610001F42A /* params.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = params.h; sourceTree = ""; }; - A542952D233538610001F42A /* memory.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = memory.d; sourceTree = ""; }; - A542952E233538610001F42A /* brotli_bit_stream.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = brotli_bit_stream.o; sourceTree = ""; }; - A542952F233538610001F42A /* brotli_bit_stream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = brotli_bit_stream.h; sourceTree = ""; }; - A5429530233538610001F42A /* entropy_encode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = entropy_encode.c; sourceTree = ""; }; - A5429531233538610001F42A /* entropy_encode.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = entropy_encode.d; sourceTree = ""; }; - A5429532233538610001F42A /* compress_fragment_two_pass.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = compress_fragment_two_pass.d; sourceTree = ""; }; - A5429533233538610001F42A /* fast_log.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fast_log.h; sourceTree = ""; }; - A5429534233538610001F42A /* compress_fragment_two_pass.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compress_fragment_two_pass.c; sourceTree = ""; }; - A5429535233538610001F42A /* block_splitter.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = block_splitter.d; sourceTree = ""; }; - A5429536233538610001F42A /* block_splitter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = block_splitter.c; sourceTree = ""; }; - A5429537233538610001F42A /* compress_fragment.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = compress_fragment.o; sourceTree = ""; }; - A5429538233538610001F42A /* compress_fragment.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = compress_fragment.h; sourceTree = ""; }; - A5429539233538610001F42A /* static_dict_lut.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = static_dict_lut.h; sourceTree = ""; }; - A542953A233538610001F42A /* static_dict.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = static_dict.h; sourceTree = ""; }; - A542953B233538610001F42A /* block_splitter_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = block_splitter_inc.h; sourceTree = ""; }; - A542953C233538610001F42A /* static_dict.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = static_dict.o; sourceTree = ""; }; - A542953D233538610001F42A /* quality.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = quality.h; sourceTree = ""; }; - A542953E233538610001F42A /* cluster_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cluster_inc.h; sourceTree = ""; }; - A542953F233538610001F42A /* metablock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = metablock.h; sourceTree = ""; }; - A5429540233538610001F42A /* metablock.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = metablock.o; sourceTree = ""; }; - A5429541233538610001F42A /* hash_composite_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hash_composite_inc.h; sourceTree = ""; }; - A5429542233538610001F42A /* literal_cost.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = literal_cost.h; sourceTree = ""; }; - A5429543233538610001F42A /* block_encoder_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = block_encoder_inc.h; sourceTree = ""; }; - A5429544233538610001F42A /* literal_cost.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = literal_cost.o; sourceTree = ""; }; - A5429545233538610001F42A /* metablock_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = metablock_inc.h; sourceTree = ""; }; - A5429546233538610001F42A /* hash_forgetful_chain_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hash_forgetful_chain_inc.h; sourceTree = ""; }; - A5429547233538610001F42A /* hash_longest_match_quickly_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hash_longest_match_quickly_inc.h; sourceTree = ""; }; - A5429548233538610001F42A /* encode.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = encode.d; sourceTree = ""; }; - A5429549233538610001F42A /* encode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = encode.c; sourceTree = ""; }; - A542954A233538610001F42A /* backward_references_hq.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = backward_references_hq.h; sourceTree = ""; }; - A542954B233538610001F42A /* dictionary_hash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dictionary_hash.h; sourceTree = ""; }; - A542954C233538610001F42A /* backward_references_hq.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = backward_references_hq.o; sourceTree = ""; }; - A542954D233538610001F42A /* dictionary_hash.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = dictionary_hash.o; sourceTree = ""; }; - A542954E233538610001F42A /* encoder_dict.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = encoder_dict.c; sourceTree = ""; }; - A542954F233538610001F42A /* encoder_dict.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = encoder_dict.d; sourceTree = ""; }; - A5429550233538610001F42A /* cluster.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = cluster.d; sourceTree = ""; }; - A5429551233538610001F42A /* backward_references.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = backward_references.d; sourceTree = ""; }; - A5429552233538610001F42A /* cluster.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cluster.c; sourceTree = ""; }; - A5429553233538610001F42A /* backward_references.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = backward_references.c; sourceTree = ""; }; - A5429554233538610001F42A /* utf8_util.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = utf8_util.d; sourceTree = ""; }; - A5429555233538610001F42A /* utf8_util.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = utf8_util.c; sourceTree = ""; }; - A5429556233538620001F42A /* block_splitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = block_splitter.h; sourceTree = ""; }; - A5429557233538620001F42A /* block_splitter.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = block_splitter.o; sourceTree = ""; }; - A5429558233538620001F42A /* compress_fragment.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = compress_fragment.c; sourceTree = ""; }; - A5429559233538620001F42A /* compress_fragment.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = compress_fragment.d; sourceTree = ""; }; - A542955A233538620001F42A /* entropy_encode.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = entropy_encode.o; sourceTree = ""; }; - A542955B233538620001F42A /* entropy_encode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = entropy_encode.h; sourceTree = ""; }; - A542955C233538620001F42A /* compress_fragment_two_pass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = compress_fragment_two_pass.h; sourceTree = ""; }; - A542955D233538620001F42A /* compress_fragment_two_pass.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = compress_fragment_two_pass.o; sourceTree = ""; }; - A542955E233538620001F42A /* hash_longest_match_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hash_longest_match_inc.h; sourceTree = ""; }; - A542955F233538620001F42A /* brotli_bit_stream.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = brotli_bit_stream.c; sourceTree = ""; }; - A5429560233538620001F42A /* brotli_bit_stream.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = brotli_bit_stream.d; sourceTree = ""; }; - A5429561233538620001F42A /* histogram.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = histogram.h; sourceTree = ""; }; - A5429562233538620001F42A /* histogram.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = histogram.o; sourceTree = ""; }; - A5429563233538620001F42A /* memory.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = memory.o; sourceTree = ""; }; - A5429564233538620001F42A /* bit_cost.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = bit_cost.d; sourceTree = ""; }; - A5429565233538620001F42A /* memory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = memory.h; sourceTree = ""; }; - A5429566233538620001F42A /* bit_cost.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bit_cost.c; sourceTree = ""; }; - A5429567233538620001F42A /* command.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = command.h; sourceTree = ""; }; - A5429568233538620001F42A /* write_bits.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = write_bits.h; sourceTree = ""; }; - A5429569233538620001F42A /* static_dict.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = static_dict.d; sourceTree = ""; }; - A542956A233538620001F42A /* static_dict.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = static_dict.c; sourceTree = ""; }; - A542956B233538620001F42A /* histogram_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = histogram_inc.h; sourceTree = ""; }; - A542956C233538620001F42A /* prefix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = prefix.h; sourceTree = ""; }; - A542956D233538620001F42A /* hash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = ""; }; - A542956E233538620001F42A /* hash_rolling_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hash_rolling_inc.h; sourceTree = ""; }; - A542956F233538620001F42A /* encode.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = encode.o; sourceTree = ""; }; - A5429570233538620001F42A /* literal_cost.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = literal_cost.d; sourceTree = ""; }; - A5429571233538620001F42A /* ringbuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ringbuffer.h; sourceTree = ""; }; - A5429572233538620001F42A /* literal_cost.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = literal_cost.c; sourceTree = ""; }; - A5429573233538620001F42A /* entropy_encode_static.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = entropy_encode_static.h; sourceTree = ""; }; - A5429574233538620001F42A /* backward_references_inc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = backward_references_inc.h; sourceTree = ""; }; - A5429575233538620001F42A /* metablock.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = metablock.d; sourceTree = ""; }; - A5429576233538620001F42A /* metablock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = metablock.c; sourceTree = ""; }; - A5429578233538620001F42A /* dictionary.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = dictionary.d; sourceTree = ""; }; - A5429579233538620001F42A /* dictionary.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dictionary.c; sourceTree = ""; }; - A542957A233538620001F42A /* version.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = ""; }; - A542957B233538620001F42A /* transform.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = transform.d; sourceTree = ""; }; - A542957C233538620001F42A /* transform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = transform.c; sourceTree = ""; }; - A542957D233538620001F42A /* context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = context.h; sourceTree = ""; }; - A542957E233538620001F42A /* constants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = constants.h; sourceTree = ""; }; - A542957F233538620001F42A /* dictionary.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dictionary.h; sourceTree = ""; }; - A5429580233538620001F42A /* dictionary.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = dictionary.o; sourceTree = ""; }; - A5429581233538620001F42A /* transform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = transform.h; sourceTree = ""; }; - A5429582233538620001F42A /* transform.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = transform.o; sourceTree = ""; }; - A5429583233538620001F42A /* platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = ""; }; - A5429585233538620001F42A /* state.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = state.c; sourceTree = ""; }; - A5429586233538620001F42A /* state.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = state.d; sourceTree = ""; }; - A5429587233538620001F42A /* bit_reader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bit_reader.h; sourceTree = ""; }; - A5429588233538620001F42A /* bit_reader.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = bit_reader.o; sourceTree = ""; }; - A5429589233538620001F42A /* decode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = decode.c; sourceTree = ""; }; - A542958A233538620001F42A /* decode.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = decode.d; sourceTree = ""; }; - A542958B233538620001F42A /* huffman.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = huffman.c; sourceTree = ""; }; - A542958C233538620001F42A /* huffman.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = huffman.d; sourceTree = ""; }; - A542958D233538620001F42A /* bit_reader.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = bit_reader.d; sourceTree = ""; }; - A542958E233538620001F42A /* bit_reader.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bit_reader.c; sourceTree = ""; }; - A542958F233538620001F42A /* state.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = state.o; sourceTree = ""; }; - A5429590233538620001F42A /* prefix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = prefix.h; sourceTree = ""; }; - A5429591233538620001F42A /* state.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = state.h; sourceTree = ""; }; - A5429592233538620001F42A /* huffman.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = huffman.o; sourceTree = ""; }; - A5429593233538620001F42A /* huffman.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = huffman.h; sourceTree = ""; }; - A5429594233538620001F42A /* decode.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = decode.o; sourceTree = ""; }; - A5429595233538620001F42A /* ReadMe.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; - A5429597233538620001F42A /* GenSec.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = GenSec.o; sourceTree = ""; }; - A5429598233538620001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A5429599233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A542959A233538620001F42A /* GenSec.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = GenSec.d; sourceTree = ""; }; - A542959B233538620001F42A /* GenSec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GenSec.c; sourceTree = ""; }; - A542959D233538620001F42A /* elf_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elf_common.h; sourceTree = ""; }; - A542959E233538620001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A542959F233538620001F42A /* ElfConvert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ElfConvert.h; sourceTree = ""; }; - A54295A0233538620001F42A /* ElfConvert.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ElfConvert.o; sourceTree = ""; }; - A54295A1233538620001F42A /* elf64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elf64.h; sourceTree = ""; }; - A54295A2233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A54295A3233538620001F42A /* Elf64Convert.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Elf64Convert.o; sourceTree = ""; }; - A54295A4233538620001F42A /* Elf64Convert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Elf64Convert.h; sourceTree = ""; }; - A54295A5233538620001F42A /* GenFw.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GenFw.h; sourceTree = ""; }; - A54295A6233538620001F42A /* Elf32Convert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Elf32Convert.c; sourceTree = ""; }; - A54295A7233538620001F42A /* GenFw.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = GenFw.o; sourceTree = ""; }; - A54295A8233538620001F42A /* Elf32Convert.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = Elf32Convert.d; sourceTree = ""; }; - A54295A9233538620001F42A /* elf32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = elf32.h; sourceTree = ""; }; - A54295AA233538620001F42A /* ElfConvert.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = ElfConvert.d; sourceTree = ""; }; - A54295AB233538620001F42A /* ElfConvert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ElfConvert.c; sourceTree = ""; }; - A54295AC233538620001F42A /* Elf32Convert.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Elf32Convert.o; sourceTree = ""; }; - A54295AD233538620001F42A /* GenFw.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = GenFw.d; sourceTree = ""; }; - A54295AE233538620001F42A /* Elf32Convert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Elf32Convert.h; sourceTree = ""; }; - A54295AF233538620001F42A /* GenFw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GenFw.c; sourceTree = ""; }; - A54295B0233538620001F42A /* Elf64Convert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Elf64Convert.c; sourceTree = ""; }; - A54295B1233538620001F42A /* Elf64Convert.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = Elf64Convert.d; sourceTree = ""; }; - A54295B3233538620001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A54295B4233538620001F42A /* EfiLdrImage.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = EfiLdrImage.d; sourceTree = ""; }; - A54295B5233538620001F42A /* EfiLdrImage.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EfiLdrImage.c; sourceTree = ""; }; - A54295B6233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A54295B7233538620001F42A /* EfiLdrImage.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = EfiLdrImage.o; sourceTree = ""; }; - A54295B9233538620001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A54295BA233538620001F42A /* GenFv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GenFv.c; sourceTree = ""; }; - A54295BB233538620001F42A /* GenFv.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = GenFv.d; sourceTree = ""; }; - A54295BC233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A54295BD233538620001F42A /* GenFvInternalLib.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = GenFvInternalLib.o; sourceTree = ""; }; - A54295BE233538620001F42A /* GenFvInternalLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GenFvInternalLib.h; sourceTree = ""; }; - A54295BF233538620001F42A /* GenFv.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = GenFv.o; sourceTree = ""; }; - A54295C0233538620001F42A /* GenFvInternalLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GenFvInternalLib.c; sourceTree = ""; }; - A54295C1233538620001F42A /* GenFvInternalLib.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = GenFvInternalLib.d; sourceTree = ""; }; - A54295C3233538620001F42A /* Split */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = Split; sourceTree = ""; }; - A54295C4233538620001F42A /* GenSec */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = GenSec; sourceTree = ""; }; - A54295C5233538620001F42A /* GenFw */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = GenFw; sourceTree = ""; }; - A54295C6233538620001F42A /* EfiLdrImage */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = EfiLdrImage; sourceTree = ""; }; - A54295C7233538620001F42A /* GenFv */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = GenFv; sourceTree = ""; }; - A54295C8233538620001F42A /* Brotli */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = Brotli; sourceTree = ""; }; - A54295C9233538620001F42A /* LzmaCompress */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = LzmaCompress; sourceTree = ""; }; - A54295CA233538620001F42A /* GenCrc32 */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = GenCrc32; sourceTree = ""; }; - A54295CB233538620001F42A /* GenPage */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = GenPage; sourceTree = ""; }; - A54295CC233538620001F42A /* VolInfo */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = VolInfo; sourceTree = ""; }; - A54295CD233538620001F42A /* TianoCompress */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = TianoCompress; sourceTree = ""; }; - A54295CE233538620001F42A /* DevicePath */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = DevicePath; sourceTree = ""; }; - A54295CF233538620001F42A /* GenFfs */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = GenFfs; sourceTree = ""; }; - A54295D0233538620001F42A /* VfrCompile */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = VfrCompile; sourceTree = ""; }; - A54295D1233538620001F42A /* EfiRom */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = EfiRom; sourceTree = ""; }; - A54295D2233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A54295D5233538620001F42A /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; - A54295D7233538620001F42A /* pci22.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pci22.h; sourceTree = ""; }; - A54295D8233538620001F42A /* Acpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi.h; sourceTree = ""; }; - A54295D9233538620001F42A /* PeImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeImage.h; sourceTree = ""; }; - A54295DA233538620001F42A /* MemoryMappedConfigurationSpaceAccessTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryMappedConfigurationSpaceAccessTable.h; sourceTree = ""; }; - A54295DB233538620001F42A /* Bluetooth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bluetooth.h; sourceTree = ""; }; - A54295DC233538620001F42A /* Acpi1_0.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi1_0.h; sourceTree = ""; }; - A54295DD233538620001F42A /* Acpi3_0.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi3_0.h; sourceTree = ""; }; - A54295DE233538620001F42A /* pci23.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pci23.h; sourceTree = ""; }; - A54295DF233538620001F42A /* Acpi2_0.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi2_0.h; sourceTree = ""; }; - A54295E0233538620001F42A /* EfiPci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EfiPci.h; sourceTree = ""; }; - A54295E1233538620001F42A /* pci30.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pci30.h; sourceTree = ""; }; - A54295E3233538620001F42A /* UgaDraw.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UgaDraw.h; sourceTree = ""; }; - A54295E4233538620001F42A /* HiiFramework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiFramework.h; sourceTree = ""; }; - A54295E5233538620001F42A /* GraphicsOutput.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GraphicsOutput.h; sourceTree = ""; }; - A54295E6233538620001F42A /* GuidedSectionExtraction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GuidedSectionExtraction.h; sourceTree = ""; }; - A54295E7233538620001F42A /* DevicePathUtilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DevicePathUtilities.h; sourceTree = ""; }; - A54295E8233538620001F42A /* DevicePath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DevicePath.h; sourceTree = ""; }; - A54295EA233538620001F42A /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; - A54295EC233538620001F42A /* UefiBaseTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiBaseTypes.h; sourceTree = ""; }; - A54295ED233538620001F42A /* PiFirmwareVolume.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiFirmwareVolume.h; sourceTree = ""; }; - A54295EE233538620001F42A /* MdeModuleHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MdeModuleHii.h; sourceTree = ""; }; - A54295EF233538620001F42A /* BaseTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseTypes.h; sourceTree = ""; }; - A54295F0233538620001F42A /* UefiCapsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiCapsule.h; sourceTree = ""; }; - A54295F1233538620001F42A /* BuildVersion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BuildVersion.h; sourceTree = ""; }; - A54295F2233538620001F42A /* VariableFormat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VariableFormat.h; sourceTree = ""; }; - A54295F3233538620001F42A /* UefiInternalFormRepresentation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiInternalFormRepresentation.h; sourceTree = ""; }; - A54295F4233538620001F42A /* PiFirmwareFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiFirmwareFile.h; sourceTree = ""; }; - A54295F5233538620001F42A /* UefiMultiPhase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiMultiPhase.h; sourceTree = ""; }; - A54295F6233538620001F42A /* WorkingBlockHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WorkingBlockHeader.h; sourceTree = ""; }; - A54295F8233538620001F42A /* FfsSectionAlignmentPadding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FfsSectionAlignmentPadding.h; sourceTree = ""; }; - A54295F9233538620001F42A /* PiFirmwareFileSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiFirmwareFileSystem.h; sourceTree = ""; }; - A54295FA233538620001F42A /* PcAnsi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcAnsi.h; sourceTree = ""; }; - A54295FC233538620001F42A /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; - A54295FE233538620001F42A /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; - A5429600233538620001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A5429601233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A5429602233538620001F42A /* LzmaCompress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzmaCompress.c; sourceTree = ""; }; - A5429603233538620001F42A /* LzmaCompress.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = LzmaCompress.d; sourceTree = ""; }; - A5429604233538620001F42A /* LzmaF86Compress.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaF86Compress.bat; sourceTree = ""; }; - A5429607233538620001F42A /* lzma-sdk.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "lzma-sdk.txt"; sourceTree = ""; }; - A5429608233538620001F42A /* lzma-history.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "lzma-history.txt"; sourceTree = ""; }; - A542960A233538620001F42A /* LzmaEnc.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = LzmaEnc.d; sourceTree = ""; }; - A542960B233538620001F42A /* LzHash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzHash.h; sourceTree = ""; }; - A542960C233538620001F42A /* LzmaEnc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzmaEnc.c; sourceTree = ""; }; - A542960D233538620001F42A /* LzFindMt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzFindMt.c; sourceTree = ""; }; - A542960E233538620001F42A /* 7zTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zTypes.h; sourceTree = ""; }; - A542960F233538620001F42A /* Compiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Compiler.h; sourceTree = ""; }; - A5429610233538620001F42A /* LzFind.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzFind.c; sourceTree = ""; }; - A5429611233538620001F42A /* LzFind.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = LzFind.d; sourceTree = ""; }; - A5429612233538620001F42A /* Precomp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Precomp.h; sourceTree = ""; }; - A5429613233538620001F42A /* 7zStream.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = 7zStream.o; sourceTree = ""; }; - A5429614233538620001F42A /* CpuArch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuArch.h; sourceTree = ""; }; - A5429615233538620001F42A /* 7zFile.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = 7zFile.o; sourceTree = ""; }; - A5429616233538620001F42A /* 7zFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zFile.h; sourceTree = ""; }; - A5429617233538620001F42A /* Bra86.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = Bra86.d; sourceTree = ""; }; - A5429618233538620001F42A /* Bra86.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Bra86.c; sourceTree = ""; }; - A5429619233538620001F42A /* Threads.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Threads.h; sourceTree = ""; }; - A542961A233538620001F42A /* Alloc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Alloc.c; sourceTree = ""; }; - A542961B233538620001F42A /* Alloc.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = Alloc.d; sourceTree = ""; }; - A542961C233538620001F42A /* LzmaDec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzmaDec.c; sourceTree = ""; }; - A542961D233538620001F42A /* LzmaDec.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = LzmaDec.d; sourceTree = ""; }; - A542961E233538620001F42A /* LzFindMt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzFindMt.h; sourceTree = ""; }; - A542961F233538620001F42A /* LzmaEnc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaEnc.h; sourceTree = ""; }; - A5429620233538620001F42A /* LzmaEnc.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LzmaEnc.o; sourceTree = ""; }; - A5429621233538620001F42A /* LzFind.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LzFind.o; sourceTree = ""; }; - A5429622233538620001F42A /* LzFind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzFind.h; sourceTree = ""; }; - A5429623233538620001F42A /* 7zStream.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = 7zStream.d; sourceTree = ""; }; - A5429624233538620001F42A /* 7zStream.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 7zStream.c; sourceTree = ""; }; - A5429625233538620001F42A /* Bra86.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Bra86.o; sourceTree = ""; }; - A5429626233538620001F42A /* 7zVersion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zVersion.h; sourceTree = ""; }; - A5429627233538620001F42A /* 7zFile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 7zFile.c; sourceTree = ""; }; - A5429628233538620001F42A /* 7zFile.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = 7zFile.d; sourceTree = ""; }; - A5429629233538620001F42A /* Bra.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bra.h; sourceTree = ""; }; - A542962A233538620001F42A /* LzmaDec.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LzmaDec.o; sourceTree = ""; }; - A542962B233538620001F42A /* LzmaDec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaDec.h; sourceTree = ""; }; - A542962C233538620001F42A /* Alloc.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Alloc.o; sourceTree = ""; }; - A542962D233538620001F42A /* Alloc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Alloc.h; sourceTree = ""; }; - A542962E233538620001F42A /* Threads.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Threads.c; sourceTree = ""; }; - A542962F233538620001F42A /* LZMA-SDK-README.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LZMA-SDK-README.txt"; sourceTree = ""; }; - A5429630233538620001F42A /* LzmaCompress.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = LzmaCompress.o; sourceTree = ""; }; - A5429632233538620001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A5429633233538620001F42A /* GenCrc32.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = GenCrc32.o; sourceTree = ""; }; - A5429634233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A5429635233538620001F42A /* GenCrc32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GenCrc32.c; sourceTree = ""; }; - A5429636233538620001F42A /* GenCrc32.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = GenCrc32.d; sourceTree = ""; }; - A5429638233538620001F42A /* NmakeSubdirs.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = NmakeSubdirs.py; sourceTree = ""; }; - A5429639233538620001F42A /* ms.common */ = {isa = PBXFileReference; lastKnownFileType = text; path = ms.common; sourceTree = ""; }; - A542963A233538620001F42A /* ms.rule */ = {isa = PBXFileReference; lastKnownFileType = text; path = ms.rule; sourceTree = ""; }; - A542963B233538620001F42A /* ms.app */ = {isa = PBXFileReference; lastKnownFileType = text; path = ms.app; sourceTree = ""; }; - A542963C233538620001F42A /* footer.makefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = footer.makefile; sourceTree = ""; }; - A542963D233538620001F42A /* header.makefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = header.makefile; sourceTree = ""; }; - A542963E233538620001F42A /* app.makefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = app.makefile; sourceTree = ""; }; - A542963F233538620001F42A /* lib.makefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = lib.makefile; sourceTree = ""; }; - A5429640233538620001F42A /* NmakeSubdirs.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = NmakeSubdirs.bat; sourceTree = ""; }; - A5429641233538620001F42A /* ms.lib */ = {isa = PBXFileReference; lastKnownFileType = text; path = ms.lib; sourceTree = ""; }; - A5429643233538620001F42A /* libCommon.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libCommon.a; sourceTree = ""; }; - A5429645233538620001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A5429646233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A5429647233538620001F42A /* GenPage.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = GenPage.d; sourceTree = ""; }; - A5429648233538620001F42A /* GenPage.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GenPage.c; sourceTree = ""; }; - A5429649233538620001F42A /* VirtualMemory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VirtualMemory.h; sourceTree = ""; }; - A542964A233538620001F42A /* GenPage.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = GenPage.o; sourceTree = ""; }; - A542964C233538620001F42A /* ParseGuidedSectionTools.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ParseGuidedSectionTools.h; sourceTree = ""; }; - A542964D233538620001F42A /* ParseGuidedSectionTools.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ParseGuidedSectionTools.o; sourceTree = ""; }; - A542964E233538620001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A542964F233538620001F42A /* ParseInf.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = ParseInf.d; sourceTree = ""; }; - A5429650233538620001F42A /* ParseInf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ParseInf.c; sourceTree = ""; }; - A5429651233538620001F42A /* WinNtInclude.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WinNtInclude.h; sourceTree = ""; }; - A5429652233538620001F42A /* MyAlloc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MyAlloc.h; sourceTree = ""; }; - A5429653233538620001F42A /* MyAlloc.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = MyAlloc.o; sourceTree = ""; }; - A5429654233538620001F42A /* PeCoffLoaderEx.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = PeCoffLoaderEx.o; sourceTree = ""; }; - A5429655233538620001F42A /* PcdValueCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcdValueCommon.h; sourceTree = ""; }; - A5429656233538620001F42A /* MemoryFile.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = MemoryFile.d; sourceTree = ""; }; - A5429657233538620001F42A /* PcdValueCommon.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = PcdValueCommon.o; sourceTree = ""; }; - A5429658233538620001F42A /* MemoryFile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryFile.c; sourceTree = ""; }; - A5429659233538620001F42A /* CommonLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommonLib.h; sourceTree = ""; }; - A542965A233538620001F42A /* Decompress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Decompress.c; sourceTree = ""; }; - A542965B233538620001F42A /* EfiUtilityMsgs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EfiUtilityMsgs.h; sourceTree = ""; }; - A542965C233538620001F42A /* EfiUtilityMsgs.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = EfiUtilityMsgs.o; sourceTree = ""; }; - A542965D233538620001F42A /* Decompress.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = Decompress.d; sourceTree = ""; }; - A542965E233538620001F42A /* CommonLib.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = CommonLib.o; sourceTree = ""; }; - A542965F233538620001F42A /* BinderFuncs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BinderFuncs.c; sourceTree = ""; }; - A5429660233538620001F42A /* BinderFuncs.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = BinderFuncs.d; sourceTree = ""; }; - A5429661233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A5429662233538620001F42A /* StringFuncs.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = StringFuncs.d; sourceTree = ""; }; - A5429663233538620001F42A /* BasePeCoff.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BasePeCoff.c; sourceTree = ""; }; - A5429664233538620001F42A /* BasePeCoff.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = BasePeCoff.d; sourceTree = ""; }; - A5429665233538620001F42A /* StringFuncs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StringFuncs.c; sourceTree = ""; }; - A5429666233538620001F42A /* FirmwareVolumeBuffer.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = FirmwareVolumeBuffer.o; sourceTree = ""; }; - A5429667233538620001F42A /* TianoCompress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TianoCompress.c; sourceTree = ""; }; - A5429668233538620001F42A /* EfiCompress.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = EfiCompress.o; sourceTree = ""; }; - A5429669233538620001F42A /* TianoCompress.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = TianoCompress.d; sourceTree = ""; }; - A542966A233538620001F42A /* OsPath.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = OsPath.c; sourceTree = ""; }; - A542966B233538620001F42A /* FvLib.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = FvLib.o; sourceTree = ""; }; - A542966C233538620001F42A /* OsPath.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = OsPath.d; sourceTree = ""; }; - A542966D233538620001F42A /* FvLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FvLib.h; sourceTree = ""; }; - A542966E233538620001F42A /* Crc32.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = Crc32.d; sourceTree = ""; }; - A542966F233538620001F42A /* FirmwareVolumeBufferLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolumeBufferLib.h; sourceTree = ""; }; - A5429670233538620001F42A /* Crc32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Crc32.c; sourceTree = ""; }; - A5429671233538620001F42A /* SimpleFileParsing.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = SimpleFileParsing.d; sourceTree = ""; }; - A5429672233538620001F42A /* SimpleFileParsing.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SimpleFileParsing.c; sourceTree = ""; }; - A5429673233538620001F42A /* ParseInf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ParseInf.h; sourceTree = ""; }; - A5429674233538620001F42A /* ParseInf.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ParseInf.o; sourceTree = ""; }; - A5429675233538620001F42A /* ParseGuidedSectionTools.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = ParseGuidedSectionTools.d; sourceTree = ""; }; - A5429676233538620001F42A /* ParseGuidedSectionTools.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ParseGuidedSectionTools.c; sourceTree = ""; }; - A5429677233538620001F42A /* Decompress.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Decompress.o; sourceTree = ""; }; - A5429678233538620001F42A /* EfiUtilityMsgs.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = EfiUtilityMsgs.d; sourceTree = ""; }; - A5429679233538620001F42A /* CommonLib.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = CommonLib.d; sourceTree = ""; }; - A542967A233538620001F42A /* CommonLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CommonLib.c; sourceTree = ""; }; - A542967B233538620001F42A /* EfiUtilityMsgs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EfiUtilityMsgs.c; sourceTree = ""; }; - A542967C233538620001F42A /* Decompress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Decompress.h; sourceTree = ""; }; - A542967D233538620001F42A /* Compress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Compress.h; sourceTree = ""; }; - A542967E233538620001F42A /* PeCoffLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeCoffLib.h; sourceTree = ""; }; - A542967F233538620001F42A /* PeCoffLoaderEx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeCoffLoaderEx.c; sourceTree = ""; }; - A5429680233538620001F42A /* PeCoffLoaderEx.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = PeCoffLoaderEx.d; sourceTree = ""; }; - A5429681233538620001F42A /* MemoryFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryFile.h; sourceTree = ""; }; - A5429682233538620001F42A /* PcdValueCommon.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = PcdValueCommon.d; sourceTree = ""; }; - A5429683233538620001F42A /* MemoryFile.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = MemoryFile.o; sourceTree = ""; }; - A5429684233538620001F42A /* PcdValueCommon.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PcdValueCommon.c; sourceTree = ""; }; - A5429685233538620001F42A /* MyAlloc.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = MyAlloc.d; sourceTree = ""; }; - A5429686233538620001F42A /* MyAlloc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MyAlloc.c; sourceTree = ""; }; - A5429687233538620001F42A /* BinderFuncs.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = BinderFuncs.o; sourceTree = ""; }; - A5429688233538620001F42A /* BinderFuncs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BinderFuncs.h; sourceTree = ""; }; - A5429689233538620001F42A /* Crc32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Crc32.h; sourceTree = ""; }; - A542968A233538620001F42A /* Crc32.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = Crc32.o; sourceTree = ""; }; - A542968B233538620001F42A /* SimpleFileParsing.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleFileParsing.h; sourceTree = ""; }; - A542968C233538620001F42A /* SimpleFileParsing.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = SimpleFileParsing.o; sourceTree = ""; }; - A542968D233538620001F42A /* EfiCompress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EfiCompress.c; sourceTree = ""; }; - A542968E233538620001F42A /* TianoCompress.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = TianoCompress.o; sourceTree = ""; }; - A542968F233538620001F42A /* EfiCompress.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = EfiCompress.d; sourceTree = ""; }; - A5429690233538620001F42A /* FvLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FvLib.c; sourceTree = ""; }; - A5429691233538620001F42A /* OsPath.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = OsPath.o; sourceTree = ""; }; - A5429692233538620001F42A /* FvLib.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = FvLib.d; sourceTree = ""; }; - A5429693233538620001F42A /* OsPath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OsPath.h; sourceTree = ""; }; - A5429694233538620001F42A /* FirmwareVolumeBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FirmwareVolumeBuffer.c; sourceTree = ""; }; - A5429695233538620001F42A /* FirmwareVolumeBuffer.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = FirmwareVolumeBuffer.d; sourceTree = ""; }; - A5429696233538620001F42A /* StringFuncs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StringFuncs.h; sourceTree = ""; }; - A5429697233538620001F42A /* BasePeCoff.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = BasePeCoff.o; sourceTree = ""; }; - A5429698233538620001F42A /* StringFuncs.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = StringFuncs.o; sourceTree = ""; }; - A542969A233538620001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A542969B233538620001F42A /* VolInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VolInfo.c; sourceTree = ""; }; - A542969C233538620001F42A /* VolInfo.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = VolInfo.d; sourceTree = ""; }; - A542969D233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A542969E233538620001F42A /* VolInfo.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = VolInfo.o; sourceTree = ""; }; - A542969F233538620001F42A /* VolInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VolInfo.h; sourceTree = ""; }; - A54296A1233538620001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A54296A2233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A54296A3233538620001F42A /* TianoCompress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TianoCompress.c; sourceTree = ""; }; - A54296A4233538620001F42A /* TianoCompress.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = TianoCompress.d; sourceTree = ""; }; - A54296A5233538620001F42A /* TianoCompress.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = TianoCompress.o; sourceTree = ""; }; - A54296A6233538620001F42A /* TianoCompress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TianoCompress.h; sourceTree = ""; }; - A54296A8233538620001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A54296A9233538620001F42A /* DevicePath.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePath.c; sourceTree = ""; }; - A54296AA233538620001F42A /* DevicePath.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = DevicePath.d; sourceTree = ""; }; - A54296AB233538620001F42A /* DevicePathUtilities.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePathUtilities.c; sourceTree = ""; }; - A54296AC233538620001F42A /* DevicePathUtilities.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = DevicePathUtilities.d; sourceTree = ""; }; - A54296AD233538620001F42A /* DevicePathFromText.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = DevicePathFromText.o; sourceTree = ""; }; - A54296AE233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A54296AF233538620001F42A /* UefiDevicePathLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiDevicePathLib.c; sourceTree = ""; }; - A54296B0233538620001F42A /* UefiDevicePathLib.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = UefiDevicePathLib.d; sourceTree = ""; }; - A54296B1233538620001F42A /* DevicePathFromText.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = DevicePathFromText.d; sourceTree = ""; }; - A54296B2233538620001F42A /* DevicePathUtilities.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = DevicePathUtilities.o; sourceTree = ""; }; - A54296B3233538620001F42A /* DevicePathFromText.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePathFromText.c; sourceTree = ""; }; - A54296B4233538620001F42A /* DevicePath.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = DevicePath.o; sourceTree = ""; }; - A54296B5233538620001F42A /* UefiDevicePathLib.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = UefiDevicePathLib.o; sourceTree = ""; }; - A54296B6233538620001F42A /* UefiDevicePathLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiDevicePathLib.h; sourceTree = ""; }; - A54296B8233538620001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A54296B9233538620001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A54296BA233538620001F42A /* GenFfs.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = GenFfs.o; sourceTree = ""; }; - A54296BB233538620001F42A /* GenFfs.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = GenFfs.d; sourceTree = ""; }; - A54296BC233538620001F42A /* GenFfs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GenFfs.c; sourceTree = ""; }; - A54296BF233538620001F42A /* CHANGES_FROM_133_BEFORE_MR13.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CHANGES_FROM_133_BEFORE_MR13.txt; sourceTree = ""; }; - A54296C0233538620001F42A /* CHANGES_SUMMARY.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CHANGES_SUMMARY.txt; sourceTree = ""; }; - A54296C2233538620001F42A /* main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = main.o; sourceTree = ""; }; - A54296C3233538620001F42A /* makefile.cygwin */ = {isa = PBXFileReference; lastKnownFileType = text; path = makefile.cygwin; sourceTree = ""; }; - A54296C4233538620001F42A /* dlg_p.g */ = {isa = PBXFileReference; lastKnownFileType = text; path = dlg_p.g; sourceTree = ""; }; - A54296C5233538620001F42A /* err.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = err.o; sourceTree = ""; }; - A54296C6233538620001F42A /* dlg_p.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = dlg_p.o; sourceTree = ""; }; - A54296C7233538620001F42A /* dlg */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = dlg; sourceTree = ""; }; - A54296C8233538620001F42A /* automata.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = automata.c; sourceTree = ""; }; - A54296C9233538620001F42A /* dlg1.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = dlg1.txt; sourceTree = ""; }; - A54296CA233538620001F42A /* DlgMS.mak */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = DlgMS.mak; sourceTree = ""; }; - A54296CB233538620001F42A /* makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = makefile; sourceTree = ""; }; - A54296CC233538620001F42A /* stdpccts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stdpccts.h; sourceTree = ""; }; - A54296CD233538620001F42A /* support.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = support.c; sourceTree = ""; }; - A54296CE233538620001F42A /* relabel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = relabel.c; sourceTree = ""; }; - A54296CF233538620001F42A /* tokens.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tokens.h; sourceTree = ""; }; - A54296D0233538620001F42A /* parser.dlg */ = {isa = PBXFileReference; lastKnownFileType = text; path = parser.dlg; sourceTree = ""; }; - A54296D1233538620001F42A /* output.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = output.o; sourceTree = ""; }; - A54296D2233538620001F42A /* dlg_a.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = dlg_a.o; sourceTree = ""; }; - A54296D3233538620001F42A /* makefile1 */ = {isa = PBXFileReference; lastKnownFileType = text; path = makefile1; sourceTree = ""; }; - A54296D4233538620001F42A /* dlg_p.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dlg_p.c; sourceTree = ""; }; - A54296D5233538620001F42A /* err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err.c; sourceTree = ""; }; - A54296D6233538620001F42A /* mode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mode.h; sourceTree = ""; }; - A54296D7233538620001F42A /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; - A54296D8233538620001F42A /* DlgDDK.mak */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = DlgDDK.mak; sourceTree = ""; }; - A54296D9233538620001F42A /* automata.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = automata.o; sourceTree = ""; }; - A54296DA233538620001F42A /* dlg.r */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.rez; path = dlg.r; sourceTree = ""; }; - A54296DB233538620001F42A /* dlg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dlg.h; sourceTree = ""; }; - A54296DC233538620001F42A /* dlg.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = dlg.1; sourceTree = ""; }; - A54296DD233538620001F42A /* DlgPPC.mak */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = DlgPPC.mak; sourceTree = ""; }; - A54296DE233538620001F42A /* dlg_a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dlg_a.c; sourceTree = ""; }; - A54296DF233538620001F42A /* output.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = output.c; sourceTree = ""; }; - A54296E0233538620001F42A /* relabel.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = relabel.o; sourceTree = ""; }; - A54296E1233538620001F42A /* set.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = set.o; sourceTree = ""; }; - A54296E2233538620001F42A /* support.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = support.o; sourceTree = ""; }; - A54296E3233538620001F42A /* NOTES.msvc */ = {isa = PBXFileReference; lastKnownFileType = text; path = NOTES.msvc; sourceTree = ""; }; - A54296E5233538620001F42A /* main.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = main.o; sourceTree = ""; }; - A54296E6233538620001F42A /* fset2.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = fset2.o; sourceTree = ""; }; - A54296E7233538620001F42A /* generic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = generic.h; sourceTree = ""; }; - A54296E8233538620001F42A /* makefile.cygwin */ = {isa = PBXFileReference; lastKnownFileType = text; path = makefile.cygwin; sourceTree = ""; }; - A54296E9233538620001F42A /* err.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = err.o; sourceTree = ""; }; - A54296EA233538620001F42A /* proto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = proto.h; sourceTree = ""; }; - A54296EB233538620001F42A /* egman.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = egman.c; sourceTree = ""; }; - A54296EC233538620001F42A /* lex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lex.c; sourceTree = ""; }; - A54296ED233538620001F42A /* pred.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = pred.o; sourceTree = ""; }; - A54296EE233538620001F42A /* build.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = build.o; sourceTree = ""; }; - A54296EF233538620001F42A /* misc.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = misc.o; sourceTree = ""; }; - A54296F0233538620001F42A /* antlr.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = antlr.o; sourceTree = ""; }; - A54296F1233538620001F42A /* antlr */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = antlr; sourceTree = ""; }; - A54296F2233538620001F42A /* syn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = syn.h; sourceTree = ""; }; - A54296F3233538620001F42A /* makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = makefile; sourceTree = ""; }; - A54296F4233538620001F42A /* gen.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = gen.o; sourceTree = ""; }; - A54296F5233538620001F42A /* antlr.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = antlr.1; sourceTree = ""; }; - A54296F6233538620001F42A /* fcache.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = fcache.o; sourceTree = ""; }; - A54296F7233538620001F42A /* antlr.g */ = {isa = PBXFileReference; lastKnownFileType = text; path = antlr.g; sourceTree = ""; }; - A54296F8233538620001F42A /* mrhoist.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = mrhoist.o; sourceTree = ""; }; - A54296F9233538620001F42A /* antlr.r */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.rez; path = antlr.r; sourceTree = ""; }; - A54296FA233538620001F42A /* scan.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scan.c; sourceTree = ""; }; - A54296FB233538620001F42A /* stdpccts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stdpccts.h; sourceTree = ""; }; - A54296FC233538620001F42A /* tokens.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tokens.h; sourceTree = ""; }; - A54296FD233538620001F42A /* fset.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = fset.o; sourceTree = ""; }; - A54296FE233538620001F42A /* parser.dlg */ = {isa = PBXFileReference; lastKnownFileType = text; path = parser.dlg; sourceTree = ""; }; - A54296FF233538620001F42A /* bits.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bits.c; sourceTree = ""; }; - A5429700233538620001F42A /* globals.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = globals.o; sourceTree = ""; }; - A5429701233538620001F42A /* hash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hash.c; sourceTree = ""; }; - A5429702233538620001F42A /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; - A5429703233538620001F42A /* makefile1 */ = {isa = PBXFileReference; lastKnownFileType = text; path = makefile1; sourceTree = ""; }; - A5429704233538620001F42A /* antlr1.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = antlr1.txt; sourceTree = ""; }; - A5429705233538620001F42A /* err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err.c; sourceTree = ""; }; - A5429706233538620001F42A /* AntlrMS.mak */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = AntlrMS.mak; sourceTree = ""; }; - A5429707233538620001F42A /* mode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mode.h; sourceTree = ""; }; - A5429708233538620001F42A /* fset2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fset2.c; sourceTree = ""; }; - A5429709233538620001F42A /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; - A542970A233538620001F42A /* egman.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = egman.o; sourceTree = ""; }; - A542970B233538620001F42A /* lex.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = lex.o; sourceTree = ""; }; - A542970C233538620001F42A /* pred.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pred.c; sourceTree = ""; }; - A542970D233538620001F42A /* build.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = build.c; sourceTree = ""; }; - A542970E233538620001F42A /* AntlrPPC.mak */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = AntlrPPC.mak; sourceTree = ""; }; - A542970F233538620001F42A /* mrhoist.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mrhoist.c; sourceTree = ""; }; - A5429710233538620001F42A /* fcache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fcache.c; sourceTree = ""; }; - A5429711233538620001F42A /* gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gen.c; sourceTree = ""; }; - A5429712233538620001F42A /* dumpnode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dumpnode.c; sourceTree = ""; }; - A5429713233538620001F42A /* misc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = misc.c; sourceTree = ""; }; - A5429714233538620001F42A /* antlr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = antlr.c; sourceTree = ""; }; - A5429715233538620001F42A /* globals.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = globals.c; sourceTree = ""; }; - A5429716233538620001F42A /* hash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = ""; }; - A5429717233538620001F42A /* hash.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = hash.o; sourceTree = ""; }; - A5429718233538620001F42A /* fset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fset.c; sourceTree = ""; }; - A5429719233538620001F42A /* bits.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = bits.o; sourceTree = ""; }; - A542971A233538620001F42A /* scan.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = scan.o; sourceTree = ""; }; - A542971B233538630001F42A /* set.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = set.o; sourceTree = ""; }; - A542971C233538630001F42A /* AntlrDDK.mak */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = AntlrDDK.mak; sourceTree = ""; }; - A542971D233538630001F42A /* dumpcycles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dumpcycles.c; sourceTree = ""; }; - A542971E233538630001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A542971F233538630001F42A /* KNOWN_PROBLEMS.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = KNOWN_PROBLEMS.txt; sourceTree = ""; }; - A5429720233538630001F42A /* CHANGES_FROM_131.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CHANGES_FROM_131.txt; sourceTree = ""; }; - A5429721233538630001F42A /* history.ps */ = {isa = PBXFileReference; lastKnownFileType = text; path = history.ps; sourceTree = ""; }; - A5429722233538630001F42A /* CHANGES_FROM_133.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CHANGES_FROM_133.txt; sourceTree = ""; }; - A5429723233538630001F42A /* MPW_Read_Me */ = {isa = PBXFileReference; lastKnownFileType = text; path = MPW_Read_Me; sourceTree = ""; }; - A5429724233538630001F42A /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; - A5429726233538630001F42A /* pccts_stdio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pccts_stdio.h; sourceTree = ""; }; - A5429727233538630001F42A /* AToken.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AToken.h; sourceTree = ""; }; - A5429728233538630001F42A /* ast.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ast.c; sourceTree = ""; }; - A5429729233538630001F42A /* err.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = err.h; sourceTree = ""; }; - A542972A233538630001F42A /* BufFileInput.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = BufFileInput.cpp; sourceTree = ""; }; - A542972B233538630001F42A /* AParser.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = AParser.cpp; sourceTree = ""; }; - A542972C233538630001F42A /* pcctscfg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pcctscfg.h; sourceTree = ""; }; - A542972D233538630001F42A /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; - A542972E233538630001F42A /* PCCTSAST.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = PCCTSAST.cpp; sourceTree = ""; }; - A542972F233538630001F42A /* dlgauto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dlgauto.h; sourceTree = ""; }; - A5429730233538630001F42A /* antlr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = antlr.h; sourceTree = ""; }; - A5429731233538630001F42A /* pccts_assert.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pccts_assert.h; sourceTree = ""; }; - A5429732233538630001F42A /* ATokenBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ATokenBuffer.h; sourceTree = ""; }; - A5429733233538630001F42A /* dlgdef.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dlgdef.h; sourceTree = ""; }; - A5429734233538630001F42A /* PCCTSAST.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PCCTSAST.h; sourceTree = ""; }; - A5429735233538630001F42A /* pccts_string.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pccts_string.h; sourceTree = ""; }; - A5429736233538630001F42A /* charptr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = charptr.h; sourceTree = ""; }; - A5429737233538630001F42A /* pccts_stdarg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pccts_stdarg.h; sourceTree = ""; }; - A5429738233538630001F42A /* int.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = int.h; sourceTree = ""; }; - A5429739233538630001F42A /* pcnames.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = pcnames.bat; sourceTree = ""; }; - A542973A233538630001F42A /* ATokPtrImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ATokPtrImpl.h; sourceTree = ""; }; - A542973B233538630001F42A /* ATokPtr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ATokPtr.h; sourceTree = ""; }; - A542973C233538630001F42A /* BufFileInput.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BufFileInput.h; sourceTree = ""; }; - A542973D233538630001F42A /* PBlackBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PBlackBox.h; sourceTree = ""; }; - A542973E233538630001F42A /* pccts_istream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pccts_istream.h; sourceTree = ""; }; - A542973F233538630001F42A /* ast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ast.h; sourceTree = ""; }; - A5429740233538630001F42A /* ATokenBuffer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ATokenBuffer.cpp; sourceTree = ""; }; - A5429741233538630001F42A /* pccts_iostream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pccts_iostream.h; sourceTree = ""; }; - A5429742233538630001F42A /* AParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AParser.h; sourceTree = ""; }; - A5429743233538630001F42A /* SList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SList.h; sourceTree = ""; }; - A5429744233538630001F42A /* ATokenStream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ATokenStream.h; sourceTree = ""; }; - A5429745233538630001F42A /* ASTBase.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ASTBase.cpp; sourceTree = ""; }; - A5429746233538630001F42A /* DLG_stream_input.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DLG_stream_input.h; sourceTree = ""; }; - A5429747233538630001F42A /* pccts_stdlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pccts_stdlib.h; sourceTree = ""; }; - A5429748233538630001F42A /* DLexerBase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DLexerBase.h; sourceTree = ""; }; - A5429749233538630001F42A /* charbuf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = charbuf.h; sourceTree = ""; }; - A542974A233538630001F42A /* pccts_setjmp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pccts_setjmp.h; sourceTree = ""; }; - A542974B233538630001F42A /* slist.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = slist.cpp; sourceTree = ""; }; - A542974C233538630001F42A /* ASTBase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASTBase.h; sourceTree = ""; }; - A542974D233538630001F42A /* charptr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = charptr.c; sourceTree = ""; }; - A542974E233538630001F42A /* DLexer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DLexer.h; sourceTree = ""; }; - A542974F233538630001F42A /* DLexerBase.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = DLexerBase.cpp; sourceTree = ""; }; - A5429750233538630001F42A /* RIGHTS */ = {isa = PBXFileReference; lastKnownFileType = text; path = RIGHTS; sourceTree = ""; }; - A5429753233538630001F42A /* sym.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sym.c; sourceTree = ""; }; - A5429754233538630001F42A /* template.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = template.h; sourceTree = ""; }; - A5429756233538630001F42A /* makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = makefile; sourceTree = ""; }; - A5429757233538630001F42A /* genmk_old.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = genmk_old.c; sourceTree = ""; }; - A5429758233538630001F42A /* genmk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = genmk.c; sourceTree = ""; }; - A542975A233538630001F42A /* set.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = set.c; sourceTree = ""; }; - A542975B233538630001F42A /* set.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = set.h; sourceTree = ""; }; - A542975D233538630001F42A /* rexpr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rexpr.h; sourceTree = ""; }; - A542975E233538630001F42A /* makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = makefile; sourceTree = ""; }; - A542975F233538630001F42A /* rexpr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rexpr.c; sourceTree = ""; }; - A5429760233538630001F42A /* test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = test.c; sourceTree = ""; }; - A5429761233538630001F42A /* NOTES.bcc */ = {isa = PBXFileReference; lastKnownFileType = text; path = NOTES.bcc; sourceTree = ""; }; - A5429762233538630001F42A /* history.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = history.txt; sourceTree = ""; }; - A5429763233538630001F42A /* makefile.old */ = {isa = PBXFileReference; lastKnownFileType = text; path = makefile.old; sourceTree = ""; }; - A5429764233538630001F42A /* VfrCompiler.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = VfrCompiler.o; sourceTree = ""; }; - A5429765233538630001F42A /* VfrCompiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VfrCompiler.h; sourceTree = ""; }; - A5429766233538630001F42A /* VfrCompiler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = VfrCompiler.cpp; sourceTree = ""; }; - A5429767233538630001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A5429768233538630001F42A /* VfrFormPkg.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = VfrFormPkg.cpp; sourceTree = ""; }; - A5429769233538630001F42A /* ATokenBuffer.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = ATokenBuffer.o; sourceTree = ""; }; - A542976A233538630001F42A /* VfrParser.dlg */ = {isa = PBXFileReference; lastKnownFileType = text; path = VfrParser.dlg; sourceTree = ""; }; - A542976B233538630001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A542976C233538630001F42A /* VfrUtilityLib.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = VfrUtilityLib.cpp; sourceTree = ""; }; - A542976D233538630001F42A /* EfiVfrParser.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = EfiVfrParser.o; sourceTree = ""; }; - A542976E233538630001F42A /* EfiVfrParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EfiVfrParser.h; sourceTree = ""; }; - A542976F233538630001F42A /* VfrError.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = VfrError.o; sourceTree = ""; }; - A5429770233538630001F42A /* VfrError.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VfrError.h; sourceTree = ""; }; - A5429771233538630001F42A /* VfrUtilityLib.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = VfrUtilityLib.o; sourceTree = ""; }; - A5429772233538630001F42A /* VfrUtilityLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VfrUtilityLib.h; sourceTree = ""; }; - A5429773233538630001F42A /* AParser.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = AParser.o; sourceTree = ""; }; - A5429774233538630001F42A /* EfiVfr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EfiVfr.h; sourceTree = ""; }; - A5429775233538630001F42A /* VfrLexer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VfrLexer.h; sourceTree = ""; }; - A5429776233538630001F42A /* VfrLexer.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = VfrLexer.o; sourceTree = ""; }; - A5429777233538630001F42A /* VfrTokens.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VfrTokens.h; sourceTree = ""; }; - A5429778233538630001F42A /* DLexerBase.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = DLexerBase.o; sourceTree = ""; }; - A5429779233538630001F42A /* EfiVfrParser.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = EfiVfrParser.cpp; sourceTree = ""; }; - A542977A233538630001F42A /* VfrLexer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = VfrLexer.cpp; sourceTree = ""; }; - A542977B233538630001F42A /* VfrSyntax.g */ = {isa = PBXFileReference; lastKnownFileType = text; path = VfrSyntax.g; sourceTree = ""; }; - A542977C233538630001F42A /* VfrFormPkg.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = VfrFormPkg.o; sourceTree = ""; }; - A542977D233538630001F42A /* VfrFormPkg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VfrFormPkg.h; sourceTree = ""; }; - A542977E233538630001F42A /* VfrError.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = VfrError.cpp; sourceTree = ""; }; - A542977F233538630001F42A /* VfrSyntax.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = VfrSyntax.cpp; sourceTree = ""; }; - A5429780233538630001F42A /* VfrSyntax.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = VfrSyntax.o; sourceTree = ""; }; - A5429782233538630001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A5429783233538630001F42A /* EfiRom.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EfiRom.h; sourceTree = ""; }; - A5429784233538630001F42A /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A5429785233538630001F42A /* EfiRom.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = EfiRom.o; sourceTree = ""; }; - A5429786233538630001F42A /* EfiRom.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = EfiRom.d; sourceTree = ""; }; - A5429787233538630001F42A /* EfiRom.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EfiRom.c; sourceTree = ""; }; - A5429788233538630001F42A /* set_vsprefix_envs.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = set_vsprefix_envs.bat; sourceTree = ""; }; - A542978A233538630001F42A /* GNUmakefile */ = {isa = PBXFileReference; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; - A542978B233538630001F42A /* CheckUnicodeSourceFiles.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CheckUnicodeSourceFiles.py; sourceTree = ""; }; - A542978C233538630001F42A /* CheckPythonSyntax.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CheckPythonSyntax.py; sourceTree = ""; }; - A542978E233538630001F42A /* TestTools.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TestTools.cpython-36.pyc"; sourceTree = ""; }; - A542978F233538630001F42A /* CToolsTests.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CToolsTests.cpython-36.pyc"; sourceTree = ""; }; - A5429790233538630001F42A /* CheckPythonSyntax.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CheckPythonSyntax.cpython-36.pyc"; sourceTree = ""; }; - A5429791233538630001F42A /* TianoCompress.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "TianoCompress.cpython-36.pyc"; sourceTree = ""; }; - A5429792233538630001F42A /* PythonToolsTests.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "PythonToolsTests.cpython-36.pyc"; sourceTree = ""; }; - A5429793233538630001F42A /* CheckUnicodeSourceFiles.cpython-36.pyc */ = {isa = PBXFileReference; lastKnownFileType = file; path = "CheckUnicodeSourceFiles.cpython-36.pyc"; sourceTree = ""; }; - A5429794233538630001F42A /* TestTools.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TestTools.py; sourceTree = ""; }; - A5429795233538630001F42A /* PythonTest.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = PythonTest.py; sourceTree = ""; }; - A5429796233538630001F42A /* TianoCompress.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TianoCompress.py; sourceTree = ""; }; - A5429797233538630001F42A /* TestRegularExpression.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = TestRegularExpression.py; sourceTree = ""; }; - A5429798233538630001F42A /* PythonToolsTests.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = PythonToolsTests.py; sourceTree = ""; }; - A5429799233538630001F42A /* CToolsTests.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = CToolsTests.py; sourceTree = ""; }; - A542979A233538630001F42A /* RunTests.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = RunTests.py; sourceTree = ""; }; - A542979B233538630001F42A /* toolsetup.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = toolsetup.bat; sourceTree = ""; }; - A542979C233538630001F42A /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - A542979E233538630001F42A /* Rvct-Align32.sct */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Rvct-Align32.sct"; sourceTree = ""; }; - A542979F233538630001F42A /* DetectNotUsedItem.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = DetectNotUsedItem.py; sourceTree = ""; }; - A54297A0233538630001F42A /* GetMaintainer.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GetMaintainer.py; sourceTree = ""; }; - A54297A1233538630001F42A /* ConvertMasmToNasm.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ConvertMasmToNasm.py; sourceTree = ""; }; - A54297A2233538630001F42A /* ConvertUni.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ConvertUni.py; sourceTree = ""; }; - A54297A3233538630001F42A /* GetUtcDateTime.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = GetUtcDateTime.py; sourceTree = ""; }; - A54297A4233538630001F42A /* MemoryProfileSymbolGen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = MemoryProfileSymbolGen.py; sourceTree = ""; }; - A54297A5233538630001F42A /* Rvct-Align4K.sct */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Rvct-Align4K.sct"; sourceTree = ""; }; - A54297A6233538630001F42A /* gcc4.9-ld-script */ = {isa = PBXFileReference; lastKnownFileType = text; path = "gcc4.9-ld-script"; sourceTree = ""; }; - A54297A7233538630001F42A /* RunMakefileSample.mak */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = RunMakefileSample.mak; sourceTree = ""; }; - A54297A8233538630001F42A /* SetupGit.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = SetupGit.py; sourceTree = ""; }; - A54297A9233538630001F42A /* RunMakefile.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = RunMakefile.py; sourceTree = ""; }; - A54297AA233538630001F42A /* FormatDosFiles.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FormatDosFiles.py; sourceTree = ""; }; - A54297AD233538630001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54297AF233538630001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54297B1233538630001F42A /* efibinary.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = efibinary.py; sourceTree = ""; }; - A54297B2233538630001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54297B3233538630001F42A /* message.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = message.py; sourceTree = ""; }; - A54297B4233538630001F42A /* inidocview.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = inidocview.py; sourceTree = ""; }; - A54297B5233538630001F42A /* doxygen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = doxygen.py; sourceTree = ""; }; - A54297B6233538630001F42A /* ini.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ini.py; sourceTree = ""; }; - A54297B8233538630001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54297BA233538630001F42A /* doxygengen_spec.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = doxygengen_spec.py; sourceTree = ""; }; - A54297BB233538630001F42A /* doxygengen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = doxygengen.py; sourceTree = ""; }; - A54297BC233538630001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54297BD233538630001F42A /* dec.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = dec.py; sourceTree = ""; }; - A54297BE233538630001F42A /* dsc.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = dsc.py; sourceTree = ""; }; - A54297BF233538630001F42A /* inf.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = inf.py; sourceTree = ""; }; - A54297C0233538630001F42A /* baseobject.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = baseobject.py; sourceTree = ""; }; - A54297C1233538630001F42A /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; - A54297C2233538630001F42A /* Readme.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Readme.md; sourceTree = ""; }; - A54297C3233538630001F42A /* packagedocapp.pyw */ = {isa = PBXFileReference; lastKnownFileType = text; path = packagedocapp.pyw; sourceTree = ""; }; - A54297C4233538630001F42A /* packagedoc_cli.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = packagedoc_cli.py; sourceTree = ""; }; - A54297C5233538630001F42A /* SetVisualStudio.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = SetVisualStudio.bat; sourceTree = ""; }; - A54297C6233538630001F42A /* UpdateBuildVersions.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = UpdateBuildVersions.py; sourceTree = ""; }; - A54297C7233538630001F42A /* PatchCheck.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = PatchCheck.py; sourceTree = ""; }; - A54297C8233538630001F42A /* BinToPcd.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = BinToPcd.py; sourceTree = ""; }; - A54297C9233538630001F42A /* GccBase.lds */ = {isa = PBXFileReference; lastKnownFileType = text; path = GccBase.lds; sourceTree = ""; }; - A54297CA233538630001F42A /* ConvertFceToStructurePcd.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = ConvertFceToStructurePcd.py; sourceTree = ""; }; - A54297CB233538630001F42A /* SmiHandlerProfileSymbolGen.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = SmiHandlerProfileSymbolGen.py; sourceTree = ""; }; - A54297CC233538630001F42A /* ShowEnvironment.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = ShowEnvironment.bat; sourceTree = ""; }; - A54297CD233538630001F42A /* ReadMe.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; - A54297CF233538630001F42A /* TianoCompress_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = TianoCompress_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297D0233538630001F42A /* GenDepex_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = GenDepex_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297D1233538630001F42A /* EfiRom_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = EfiRom_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297D2233538630001F42A /* GenCrc32_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = GenCrc32_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297D3233538630001F42A /* LzmaCompress_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = LzmaCompress_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297D4233538630001F42A /* SplitFile_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = SplitFile_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297D5233538630001F42A /* UtilityManPage_template.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = UtilityManPage_template.rtf; sourceTree = ""; }; - A54297D6233538630001F42A /* TargetTool_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = TargetTool_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297D7233538630001F42A /* Intel_UEFI_Packaging_Tool_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Intel_UEFI_Packaging_Tool_Man_Page.rtf; sourceTree = ""; }; - A54297D8233538630001F42A /* GenFfs_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = GenFfs_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297D9233538630001F42A /* GenSec_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = GenSec_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297DA233538630001F42A /* VfrCompiler_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = VfrCompiler_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297DB233538630001F42A /* GenFw_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = GenFw_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297DC233538630001F42A /* PatchPcdValue_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = PatchPcdValue_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297DD233538630001F42A /* Trim_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Trim_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297DE233538630001F42A /* GenFds_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = GenFds_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297DF233538630001F42A /* GenFv_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = GenFv_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297E0233538630001F42A /* GenPatchPcdTable_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = GenPatchPcdTable_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297E1233538630001F42A /* Build_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Build_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297E2233538630001F42A /* VolInfo_Utility_Man_Page.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = VolInfo_Utility_Man_Page.rtf; sourceTree = ""; }; - A54297E3233538630001F42A /* Change_to_BaseTools.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Change_to_BaseTools.txt; sourceTree = ""; }; - A54297E5233538630001F42A /* tools_def.template */ = {isa = PBXFileReference; lastKnownFileType = text; path = tools_def.template; sourceTree = ""; }; - A54297E6233538630001F42A /* gitattributes */ = {isa = PBXFileReference; lastKnownFileType = text; path = gitattributes; sourceTree = ""; }; - A54297E7233538630001F42A /* target.template */ = {isa = PBXFileReference; lastKnownFileType = text; path = target.template; sourceTree = ""; }; - A54297E9233538630001F42A /* DistributionPackage.xsd */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = DistributionPackage.xsd; sourceTree = ""; }; - A54297EA233538630001F42A /* diff.order */ = {isa = PBXFileReference; lastKnownFileType = text; path = diff.order; sourceTree = ""; }; - A54297EB233538630001F42A /* ReadMe.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; - A54297EC233538630001F42A /* build_rule.template */ = {isa = PBXFileReference; lastKnownFileType = text; path = build_rule.template; sourceTree = ""; }; - A54297ED233538630001F42A /* Empty_Package_Information_Data_File.ini */ = {isa = PBXFileReference; lastKnownFileType = text; path = Empty_Package_Information_Data_File.ini; sourceTree = ""; }; - A54297EE233538630001F42A /* get_vsvars.bat */ = {isa = PBXFileReference; lastKnownFileType = text; path = get_vsvars.bat; sourceTree = ""; }; - A54297EF233538630001F42A /* BuildEnv */ = {isa = PBXFileReference; lastKnownFileType = text; path = BuildEnv; sourceTree = ""; }; A5582AFC21019EA6002CFB6E /* VectorGraphics.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = VectorGraphics.c; sourceTree = ""; }; A5603D0321F04ECE005F400E /* sound.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sound.c; sourceTree = ""; }; A5611B2A21DCB97F008FDB96 /* Riff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Riff.h; sourceTree = ""; }; @@ -2221,3813 +1036,4389 @@ 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 = ""; }; + A5715BCF23596841000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715BF023596841000CEC60 /* CompilerIntrinsicsLib.lib */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = CompilerIntrinsicsLib.lib; sourceTree = ""; }; + A5715BF223596841000CEC60 /* CompilerIntrinsicsLib.lib */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = CompilerIntrinsicsLib.lib; sourceTree = ""; }; + A5715BF423596841000CEC60 /* CompilerIntrinsicsLib.lib */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = CompilerIntrinsicsLib.lib; sourceTree = ""; }; + A5715BF623596841000CEC60 /* CompilerIntrinsicsLib.lib */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = CompilerIntrinsicsLib.lib; sourceTree = ""; }; + A5715BF723596841000CEC60 /* externals.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = externals.txt; sourceTree = ""; }; + A5715BF823596841000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715BFB23596841000CEC60 /* BPDG.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BPDG.bat; sourceTree = ""; }; + A5715BFC23596841000CEC60 /* UPT.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = UPT.bat; sourceTree = ""; }; + A5715BFD23596841000CEC60 /* PatchPcdValue.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PatchPcdValue.bat; sourceTree = ""; }; + A5715BFE23596841000CEC60 /* GenFds.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenFds.bat; sourceTree = ""; }; + A5715BFF23596841000CEC60 /* GenerateCapsule.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenerateCapsule.bat; sourceTree = ""; }; + A5715C0023596841000CEC60 /* TargetTool.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TargetTool.bat; sourceTree = ""; }; + A5715C0123596841000CEC60 /* build.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = build.bat; sourceTree = ""; }; + A5715C0223596841000CEC60 /* Rsa2048Sha256Sign.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Rsa2048Sha256Sign.bat; sourceTree = ""; }; + A5715C0323596841000CEC60 /* Rsa2048Sha256GenerateKeys.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Rsa2048Sha256GenerateKeys.bat; sourceTree = ""; }; + A5715C0423596841000CEC60 /* GenDepex.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenDepex.bat; sourceTree = ""; }; + A5715C0523596841000CEC60 /* Pkcs7Sign.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Pkcs7Sign.bat; sourceTree = ""; }; + A5715C0623596841000CEC60 /* Ecc.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Ecc.bat; sourceTree = ""; }; + A5715C0723596841000CEC60 /* GenPatchPcdTable.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenPatchPcdTable.bat; sourceTree = ""; }; + A5715C0823596841000CEC60 /* Trim.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Trim.bat; sourceTree = ""; }; + A5715C0923596841000CEC60 /* BrotliCompress.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BrotliCompress.bat; sourceTree = ""; }; + A5715C0B23596841000CEC60 /* GenFds */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenFds; sourceTree = ""; }; + A5715C0C23596841000CEC60 /* Split */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Split; sourceTree = ""; }; + A5715C0D23596841000CEC60 /* LzmaF86Compress */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LzmaF86Compress; sourceTree = ""; }; + A5715C0E23596841000CEC60 /* BrotliCompress */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BrotliCompress; sourceTree = ""; }; + A5715C0F23596841000CEC60 /* GenSec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenSec; sourceTree = ""; }; + A5715C1023596841000CEC60 /* UPT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = UPT; sourceTree = ""; }; + A5715C1123596841000CEC60 /* GenFw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenFw; sourceTree = ""; }; + A5715C1223596841000CEC60 /* EfiLdrImage */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = EfiLdrImage; sourceTree = ""; }; + A5715C1323596841000CEC60 /* GenerateCapsule */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenerateCapsule; sourceTree = ""; }; + A5715C1423596841000CEC60 /* GenFv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenFv; sourceTree = ""; }; + A5715C1523596841000CEC60 /* Brotli */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Brotli; sourceTree = ""; }; + A5715C1623596841000CEC60 /* LzmaCompress */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LzmaCompress; sourceTree = ""; }; + A5715C1723596841000CEC60 /* PatchPcdValue */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PatchPcdValue; sourceTree = ""; }; + A5715C1823596841000CEC60 /* GenCrc32 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenCrc32; sourceTree = ""; }; + A5715C1923596841000CEC60 /* Trim */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Trim; sourceTree = ""; }; + A5715C1A23596841000CEC60 /* GenDepex */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenDepex; sourceTree = ""; }; + A5715C1B23596841000CEC60 /* GenPage */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenPage; sourceTree = ""; }; + A5715C1C23596841000CEC60 /* VolInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VolInfo; sourceTree = ""; }; + A5715C1D23596841000CEC60 /* TianoCompress */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TianoCompress; sourceTree = ""; }; + A5715C1E23596841000CEC60 /* BPDG */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BPDG; sourceTree = ""; }; + A5715C1F23596841000CEC60 /* DevicePath */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DevicePath; sourceTree = ""; }; + A5715C2023596841000CEC60 /* build */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = build; sourceTree = ""; }; + A5715C2123596841000CEC60 /* TargetTool */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TargetTool; sourceTree = ""; }; + A5715C2223596841000CEC60 /* GenFfs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenFfs; sourceTree = ""; }; + A5715C2323596841000CEC60 /* Ecc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Ecc; sourceTree = ""; }; + A5715C2423596841000CEC60 /* Rsa2048Sha256GenerateKeys */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Rsa2048Sha256GenerateKeys; sourceTree = ""; }; + A5715C2523596841000CEC60 /* Pkcs7Sign */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Pkcs7Sign; sourceTree = ""; }; + A5715C2623596841000CEC60 /* GenPatchPcdTable */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GenPatchPcdTable; sourceTree = ""; }; + A5715C2723596841000CEC60 /* Rsa2048Sha256Sign */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Rsa2048Sha256Sign; sourceTree = ""; }; + A5715C2823596841000CEC60 /* VfrCompile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VfrCompile; sourceTree = ""; }; + A5715C2923596841000CEC60 /* EfiRom */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = EfiRom; sourceTree = ""; }; + A5715C2D23596841000CEC60 /* Capsule.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Capsule.py; sourceTree = ""; }; + A5715C2E23596841000CEC60 /* Ffs.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Ffs.py; sourceTree = ""; }; + A5715C2F23596841000CEC60 /* DepexSection.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DepexSection.py; sourceTree = ""; }; + A5715C3023596841000CEC60 /* CapsuleData.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CapsuleData.py; sourceTree = ""; }; + A5715C3123596841000CEC60 /* CompressSection.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CompressSection.py; sourceTree = ""; }; + A5715C3223596841000CEC60 /* Region.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Region.py; sourceTree = ""; }; + A5715C3323596841000CEC60 /* FvImageSection.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FvImageSection.py; sourceTree = ""; }; + A5715C3423596841000CEC60 /* OptionRom.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = OptionRom.py; sourceTree = ""; }; + A5715C3523596841000CEC60 /* FdfParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FdfParser.py; sourceTree = ""; }; + A5715C3623596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715C3723596841000CEC60 /* RuleComplexFile.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = RuleComplexFile.py; sourceTree = ""; }; + A5715C3823596841000CEC60 /* GuidSection.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GuidSection.py; sourceTree = ""; }; + A5715C3923596841000CEC60 /* FfsFileStatement.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FfsFileStatement.py; sourceTree = ""; }; + A5715C3A23596841000CEC60 /* UiSection.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = UiSection.py; sourceTree = ""; }; + A5715C3B23596841000CEC60 /* Section.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Section.py; sourceTree = ""; }; + A5715C3C23596841000CEC60 /* DataSection.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DataSection.py; sourceTree = ""; }; + A5715C3D23596841000CEC60 /* GenFdsGlobalVariable.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenFdsGlobalVariable.py; sourceTree = ""; }; + A5715C3E23596841000CEC60 /* Fv.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Fv.py; sourceTree = ""; }; + A5715C3F23596841000CEC60 /* FfsInfStatement.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FfsInfStatement.py; sourceTree = ""; }; + A5715C4023596841000CEC60 /* AprioriSection.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = AprioriSection.py; sourceTree = ""; }; + A5715C4123596841000CEC60 /* OptRomInfStatement.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = OptRomInfStatement.py; sourceTree = ""; }; + A5715C4223596841000CEC60 /* Rule.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Rule.py; sourceTree = ""; }; + A5715C4323596841000CEC60 /* RuleSimpleFile.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = RuleSimpleFile.py; sourceTree = ""; }; + A5715C4423596841000CEC60 /* EfiSection.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = EfiSection.py; sourceTree = ""; }; + A5715C4523596841000CEC60 /* VerSection.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = VerSection.py; sourceTree = ""; }; + A5715C4623596841000CEC60 /* OptRomFileStatement.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = OptRomFileStatement.py; sourceTree = ""; }; + A5715C4723596841000CEC60 /* GenFds.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenFds.py; sourceTree = ""; }; + A5715C4823596841000CEC60 /* Fd.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Fd.py; sourceTree = ""; }; + A5715C4923596841000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715C4B23596841000CEC60 /* MkPkg.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MkPkg.py; sourceTree = ""; }; + A5715C4C23596841000CEC60 /* ReplacePkg.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ReplacePkg.py; sourceTree = ""; }; + A5715C4E23596841000CEC60 /* DecParserUnitTest.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DecParserUnitTest.py; sourceTree = ""; }; + A5715C4F23596841000CEC60 /* InfBinarySectionTest.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfBinarySectionTest.py; sourceTree = ""; }; + A5715C5023596841000CEC60 /* CommentParsingUnitTest.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CommentParsingUnitTest.py; sourceTree = ""; }; + A5715C5123596841000CEC60 /* CommentGeneratingUnitTest.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CommentGeneratingUnitTest.py; sourceTree = ""; }; + A5715C5223596841000CEC60 /* DecParserTest.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DecParserTest.py; sourceTree = ""; }; + A5715C5423596841000CEC60 /* DependencyRules.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DependencyRules.py; sourceTree = ""; }; + A5715C5523596841000CEC60 /* FileHook.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FileHook.py; sourceTree = ""; }; + A5715C5623596841000CEC60 /* PackageFile.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = PackageFile.py; sourceTree = ""; }; + A5715C5723596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715C5823596841000CEC60 /* DistributionPackageClass.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DistributionPackageClass.py; sourceTree = ""; }; + A5715C5923596841000CEC60 /* IpiDb.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = IpiDb.py; sourceTree = ""; }; + A5715C5B23596841000CEC60 /* StringTable.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = StringTable.py; sourceTree = ""; }; + A5715C5C23596841000CEC60 /* Log.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Log.py; sourceTree = ""; }; + A5715C5D23596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715C5E23596841000CEC60 /* ToolError.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ToolError.py; sourceTree = ""; }; + A5715C5F23596841000CEC60 /* BuildVersion.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = BuildVersion.py; sourceTree = ""; }; + A5715C6123596841000CEC60 /* Misc.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Misc.py; sourceTree = ""; }; + A5715C6223596841000CEC60 /* UniClassObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = UniClassObject.py; sourceTree = ""; }; + A5715C6323596841000CEC60 /* GlobalData.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GlobalData.py; sourceTree = ""; }; + A5715C6423596841000CEC60 /* Parsing.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Parsing.py; sourceTree = ""; }; + A5715C6523596841000CEC60 /* StringUtils.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = StringUtils.py; sourceTree = ""; }; + A5715C6623596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715C6823596841000CEC60 /* XmlRoutines.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = XmlRoutines.py; sourceTree = ""; }; + A5715C6923596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715C6A23596841000CEC60 /* ExpressionValidate.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ExpressionValidate.py; sourceTree = ""; }; + A5715C6B23596841000CEC60 /* CommentGenerating.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CommentGenerating.py; sourceTree = ""; }; + A5715C6C23596841000CEC60 /* DataType.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DataType.py; sourceTree = ""; }; + A5715C6D23596841000CEC60 /* CommentParsing.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CommentParsing.py; sourceTree = ""; }; + A5715C6E23596841000CEC60 /* ParserValidate.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ParserValidate.py; sourceTree = ""; }; + A5715C7023596841000CEC60 /* InfPcdSectionParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfPcdSectionParser.py; sourceTree = ""; }; + A5715C7123596841000CEC60 /* InfDepexSectionParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfDepexSectionParser.py; sourceTree = ""; }; + A5715C7223596841000CEC60 /* InfParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfParser.py; sourceTree = ""; }; + A5715C7323596841000CEC60 /* InfBuildOptionSectionParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfBuildOptionSectionParser.py; sourceTree = ""; }; + A5715C7423596841000CEC60 /* InfBinarySectionParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfBinarySectionParser.py; sourceTree = ""; }; + A5715C7523596841000CEC60 /* InfSourceSectionParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfSourceSectionParser.py; sourceTree = ""; }; + A5715C7623596841000CEC60 /* InfGuidPpiProtocolSectionParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfGuidPpiProtocolSectionParser.py; sourceTree = ""; }; + A5715C7723596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715C7823596841000CEC60 /* InfAsBuiltProcess.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfAsBuiltProcess.py; sourceTree = ""; }; + A5715C7923596841000CEC60 /* InfParserMisc.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfParserMisc.py; sourceTree = ""; }; + A5715C7A23596841000CEC60 /* DecParserMisc.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DecParserMisc.py; sourceTree = ""; }; + A5715C7B23596841000CEC60 /* InfLibrarySectionParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfLibrarySectionParser.py; sourceTree = ""; }; + A5715C7C23596841000CEC60 /* DecParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DecParser.py; sourceTree = ""; }; + A5715C7D23596841000CEC60 /* InfSectionParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfSectionParser.py; sourceTree = ""; }; + A5715C7E23596841000CEC60 /* InfPackageSectionParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfPackageSectionParser.py; sourceTree = ""; }; + A5715C7F23596841000CEC60 /* InfDefineSectionParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfDefineSectionParser.py; sourceTree = ""; }; + A5715C8123596841000CEC60 /* XmlParserMisc.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = XmlParserMisc.py; sourceTree = ""; }; + A5715C8223596841000CEC60 /* CommonXml.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CommonXml.py; sourceTree = ""; }; + A5715C8323596841000CEC60 /* PcdXml.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = PcdXml.py; sourceTree = ""; }; + A5715C8423596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715C8523596841000CEC60 /* GuidProtocolPpiXml.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GuidProtocolPpiXml.py; sourceTree = ""; }; + A5715C8623596841000CEC60 /* ModuleSurfaceAreaXml.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ModuleSurfaceAreaXml.py; sourceTree = ""; }; + A5715C8723596841000CEC60 /* XmlParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = XmlParser.py; sourceTree = ""; }; + A5715C8823596841000CEC60 /* IniToXml.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = IniToXml.py; sourceTree = ""; }; + A5715C8923596841000CEC60 /* PackageSurfaceAreaXml.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = PackageSurfaceAreaXml.py; sourceTree = ""; }; + A5715C8A23596841000CEC60 /* UPT.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = UPT.py; sourceTree = ""; }; + A5715C8D23596841000CEC60 /* CommonObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CommonObject.py; sourceTree = ""; }; + A5715C8E23596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715C8F23596841000CEC60 /* ModuleObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ModuleObject.py; sourceTree = ""; }; + A5715C9023596841000CEC60 /* PackageObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = PackageObject.py; sourceTree = ""; }; + A5715C9123596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715C9323596841000CEC60 /* DecObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DecObject.py; sourceTree = ""; }; + A5715C9423596841000CEC60 /* InfGuidObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfGuidObject.py; sourceTree = ""; }; + A5715C9523596841000CEC60 /* InfCommonObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfCommonObject.py; sourceTree = ""; }; + A5715C9623596841000CEC60 /* InfSoucesObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfSoucesObject.py; sourceTree = ""; }; + A5715C9723596841000CEC60 /* InfPcdObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfPcdObject.py; sourceTree = ""; }; + A5715C9823596841000CEC60 /* InfDefineObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfDefineObject.py; sourceTree = ""; }; + A5715C9923596841000CEC60 /* InfDepexObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfDepexObject.py; sourceTree = ""; }; + A5715C9A23596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715C9B23596841000CEC60 /* InfPpiObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfPpiObject.py; sourceTree = ""; }; + A5715C9C23596841000CEC60 /* InfMisc.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfMisc.py; sourceTree = ""; }; + A5715C9D23596841000CEC60 /* InfBinaryObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfBinaryObject.py; sourceTree = ""; }; + A5715C9E23596841000CEC60 /* InfPackagesObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfPackagesObject.py; sourceTree = ""; }; + A5715C9F23596841000CEC60 /* InfHeaderObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfHeaderObject.py; sourceTree = ""; }; + A5715CA023596841000CEC60 /* InfLibraryClassesObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfLibraryClassesObject.py; sourceTree = ""; }; + A5715CA123596841000CEC60 /* InfBuildOptionObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfBuildOptionObject.py; sourceTree = ""; }; + A5715CA223596841000CEC60 /* InfDefineCommonObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfDefineCommonObject.py; sourceTree = ""; }; + A5715CA323596841000CEC60 /* InfUserExtensionObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfUserExtensionObject.py; sourceTree = ""; }; + A5715CA423596841000CEC60 /* InfProtocolObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfProtocolObject.py; sourceTree = ""; }; + A5715CA623596841000CEC60 /* InfPomAlignmentMisc.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfPomAlignmentMisc.py; sourceTree = ""; }; + A5715CA723596841000CEC60 /* DecPomAlignment.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DecPomAlignment.py; sourceTree = ""; }; + A5715CA823596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715CA923596841000CEC60 /* InfPomAlignment.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfPomAlignment.py; sourceTree = ""; }; + A5715CAA23596841000CEC60 /* InventoryWs.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InventoryWs.py; sourceTree = ""; }; + A5715CAB23596841000CEC60 /* TestInstall.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TestInstall.py; sourceTree = ""; }; + A5715CAD23596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715CAE23596841000CEC60 /* GenMetaFileMisc.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenMetaFileMisc.py; sourceTree = ""; }; + A5715CAF23596841000CEC60 /* GenInfFile.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenInfFile.py; sourceTree = ""; }; + A5715CB023596841000CEC60 /* GenDecFile.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenDecFile.py; sourceTree = ""; }; + A5715CB123596841000CEC60 /* GenXmlFile.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenXmlFile.py; sourceTree = ""; }; + A5715CB223596841000CEC60 /* RmPkg.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = RmPkg.py; sourceTree = ""; }; + A5715CB323596841000CEC60 /* InstallPkg.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InstallPkg.py; sourceTree = ""; }; + A5715CB423596841000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715CB623596841000CEC60 /* GenerateWindowsDriver.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenerateWindowsDriver.py; sourceTree = ""; }; + A5715CB723596841000CEC60 /* GenerateCapsule.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenerateCapsule.py; sourceTree = ""; }; + A5715CB823596841000CEC60 /* WindowsCapsuleSupportHelper.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = WindowsCapsuleSupportHelper.py; sourceTree = ""; }; + A5715CBA23596841000CEC60 /* WorkspaceCommon.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = WorkspaceCommon.py; sourceTree = ""; }; + A5715CBB23596841000CEC60 /* BuildClassObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = BuildClassObject.py; sourceTree = ""; }; + A5715CBC23596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715CBD23596841000CEC60 /* WorkspaceDatabase.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = WorkspaceDatabase.py; sourceTree = ""; }; + A5715CBE23596841000CEC60 /* DscBuildData.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DscBuildData.py; sourceTree = ""; }; + A5715CBF23596841000CEC60 /* MetaFileTable.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MetaFileTable.py; sourceTree = ""; }; + A5715CC023596841000CEC60 /* MetaFileCommentParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MetaFileCommentParser.py; sourceTree = ""; }; + A5715CC123596841000CEC60 /* MetaDataTable.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MetaDataTable.py; sourceTree = ""; }; + A5715CC223596841000CEC60 /* MetaFileParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MetaFileParser.py; sourceTree = ""; }; + A5715CC323596841000CEC60 /* DecBuildData.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DecBuildData.py; sourceTree = ""; }; + A5715CC423596841000CEC60 /* InfBuildData.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfBuildData.py; sourceTree = ""; }; + A5715CC623596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715CC723596841000CEC60 /* PatchPcdValue.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = PatchPcdValue.py; sourceTree = ""; }; + A5715CC823596841000CEC60 /* sitecustomize.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = sitecustomize.py; sourceTree = ""; }; + A5715CCA23596841000CEC60 /* Trim.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Trim.py; sourceTree = ""; }; + A5715CCC23596841000CEC60 /* EdkLogger.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = EdkLogger.py; sourceTree = ""; }; + A5715CCD23596841000CEC60 /* Misc.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Misc.py; sourceTree = ""; }; + A5715CCE23596841000CEC60 /* TargetTxtClassObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TargetTxtClassObject.py; sourceTree = ""; }; + A5715CCF23596841000CEC60 /* GlobalData.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GlobalData.py; sourceTree = ""; }; + A5715CD023596841000CEC60 /* Parsing.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Parsing.py; sourceTree = ""; }; + A5715CD323596841000CEC60 /* FmpCapsuleHeader.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FmpCapsuleHeader.py; sourceTree = ""; }; + A5715CD423596841000CEC60 /* FmpAuthHeader.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FmpAuthHeader.py; sourceTree = ""; }; + A5715CD523596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715CD623596841000CEC60 /* UefiCapsuleHeader.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = UefiCapsuleHeader.py; sourceTree = ""; }; + A5715CD723596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715CD823596841000CEC60 /* BuildVersion.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = BuildVersion.py; sourceTree = ""; }; + A5715CD923596841000CEC60 /* RangeExpression.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = RangeExpression.py; sourceTree = ""; }; + A5715CDA23596841000CEC60 /* StringUtils.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = StringUtils.py; sourceTree = ""; }; + A5715CDB23596841000CEC60 /* LongFilePathOs.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = LongFilePathOs.py; sourceTree = ""; }; + A5715CDC23596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715CDD23596841000CEC60 /* buildoptions.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = buildoptions.py; sourceTree = ""; }; + A5715CDE23596841000CEC60 /* MultipleWorkspace.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MultipleWorkspace.py; sourceTree = ""; }; + A5715CDF23596841000CEC60 /* ToolDefClassObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ToolDefClassObject.py; sourceTree = ""; }; + A5715CE023596841000CEC60 /* caching.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = caching.py; sourceTree = ""; }; + A5715CE123596841000CEC60 /* DataType.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DataType.py; sourceTree = ""; }; + A5715CE223596841000CEC60 /* VpdInfoFile.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = VpdInfoFile.py; sourceTree = ""; }; + A5715CE323596841000CEC60 /* BuildToolError.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = BuildToolError.py; sourceTree = ""; }; + A5715CE423596841000CEC60 /* Expression.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Expression.py; sourceTree = ""; }; + A5715CE523596841000CEC60 /* LongFilePathSupport.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = LongFilePathSupport.py; sourceTree = ""; }; + A5715CE823596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715CE923596841000CEC60 /* FmpPayloadHeader.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FmpPayloadHeader.py; sourceTree = ""; }; + A5715CEA23596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715CEB23596841000CEC60 /* VariableAttributes.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = VariableAttributes.py; sourceTree = ""; }; + A5715CEC23596841000CEC60 /* LongFilePathOsPath.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = LongFilePathOsPath.py; sourceTree = ""; }; + A5715CEE23596841000CEC60 /* TableIdentifier.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TableIdentifier.py; sourceTree = ""; }; + A5715CEF23596841000CEC60 /* TableReport.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TableReport.py; sourceTree = ""; }; + A5715CF023596841000CEC60 /* TableDataModel.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TableDataModel.py; sourceTree = ""; }; + A5715CF123596841000CEC60 /* TableFunction.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TableFunction.py; sourceTree = ""; }; + A5715CF223596841000CEC60 /* TableDsc.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TableDsc.py; sourceTree = ""; }; + A5715CF323596841000CEC60 /* TableFile.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TableFile.py; sourceTree = ""; }; + A5715CF423596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715CF523596841000CEC60 /* TableDec.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TableDec.py; sourceTree = ""; }; + A5715CF623596841000CEC60 /* TablePcd.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TablePcd.py; sourceTree = ""; }; + A5715CF723596841000CEC60 /* TableFdf.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TableFdf.py; sourceTree = ""; }; + A5715CF823596841000CEC60 /* TableQuery.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TableQuery.py; sourceTree = ""; }; + A5715CF923596841000CEC60 /* TableInf.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TableInf.py; sourceTree = ""; }; + A5715CFA23596841000CEC60 /* Table.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Table.py; sourceTree = ""; }; + A5715CFB23596841000CEC60 /* TableEotReport.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TableEotReport.py; sourceTree = ""; }; + A5715CFD23596841000CEC60 /* StringTable.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = StringTable.py; sourceTree = ""; }; + A5715CFE23596841000CEC60 /* GenVpd.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenVpd.py; sourceTree = ""; }; + A5715CFF23596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D0023596841000CEC60 /* BPDG.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = BPDG.py; sourceTree = ""; }; + A5715D0223596841000CEC60 /* build.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = build.py; sourceTree = ""; }; + A5715D0323596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D0423596841000CEC60 /* BuildReport.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = BuildReport.py; sourceTree = ""; }; + A5715D0623596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D0723596841000CEC60 /* TargetTool.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TargetTool.py; sourceTree = ""; }; + A5715D0923596841000CEC60 /* Configuration.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Configuration.py; sourceTree = ""; }; + A5715D0B23596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D0C23596841000CEC60 /* MetaFileTable.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MetaFileTable.py; sourceTree = ""; }; + A5715D0D23596841000CEC60 /* MetaDataTable.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MetaDataTable.py; sourceTree = ""; }; + A5715D0E23596841000CEC60 /* MetaFileParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MetaFileParser.py; sourceTree = ""; }; + A5715D0F23596841000CEC60 /* Exception.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Exception.py; sourceTree = ""; }; + A5715D1023596841000CEC60 /* EccToolError.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = EccToolError.py; sourceTree = ""; }; + A5715D1123596841000CEC60 /* Check.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Check.py; sourceTree = ""; }; + A5715D1223596841000CEC60 /* Database.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Database.py; sourceTree = ""; }; + A5715D1323596841000CEC60 /* FileProfile.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FileProfile.py; sourceTree = ""; }; + A5715D1423596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D1623596841000CEC60 /* CLexer.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CLexer.py; sourceTree = ""; }; + A5715D1723596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D1823596841000CEC60 /* CParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CParser.py; sourceTree = ""; }; + A5715D1A23596841000CEC60 /* XmlRoutines.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = XmlRoutines.py; sourceTree = ""; }; + A5715D1B23596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D1D23596841000CEC60 /* C.g4 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = C.g4; sourceTree = ""; }; + A5715D1E23596841000CEC60 /* CLexer.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CLexer.py; sourceTree = ""; }; + A5715D1F23596841000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D2023596841000CEC60 /* CParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CParser.py; sourceTree = ""; }; + A5715D2123596841000CEC60 /* CListener.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CListener.py; sourceTree = ""; }; + A5715D2223596841000CEC60 /* C.g */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = C.g; sourceTree = ""; }; + A5715D2323596841000CEC60 /* config.ini */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = config.ini; sourceTree = ""; }; + A5715D2423596841000CEC60 /* c.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = c.py; sourceTree = ""; }; + A5715D2523596841000CEC60 /* EccGlobalData.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = EccGlobalData.py; sourceTree = ""; }; + A5715D2623596841000CEC60 /* ParserWarning.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ParserWarning.py; sourceTree = ""; }; + A5715D2723596841000CEC60 /* CodeFragmentCollector.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CodeFragmentCollector.py; sourceTree = ""; }; + A5715D2823596841000CEC60 /* CodeFragment.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CodeFragment.py; sourceTree = ""; }; + A5715D2923596841000CEC60 /* exception.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = exception.xml; sourceTree = ""; }; + A5715D2A23596842000CEC60 /* MetaDataParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MetaDataParser.py; sourceTree = ""; }; + A5715D2B23596842000CEC60 /* EccMain.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = EccMain.py; sourceTree = ""; }; + A5715D2D23596842000CEC60 /* FdfClass.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FdfClass.py; sourceTree = ""; }; + A5715D2E23596842000CEC60 /* DataClass.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DataClass.py; sourceTree = ""; }; + A5715D2F23596842000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D3023596842000CEC60 /* CommonClass.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CommonClass.py; sourceTree = ""; }; + A5715D3123596842000CEC60 /* Exceptions.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Exceptions.py; sourceTree = ""; }; + A5715D3323596842000CEC60 /* GenPcdDb.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenPcdDb.py; sourceTree = ""; }; + A5715D3423596842000CEC60 /* GenC.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenC.py; sourceTree = ""; }; + A5715D3523596842000CEC60 /* CacheIR.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CacheIR.py; sourceTree = ""; }; + A5715D3623596842000CEC60 /* UniClassObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = UniClassObject.py; sourceTree = ""; }; + A5715D3723596842000CEC60 /* GenMake.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenMake.py; sourceTree = ""; }; + A5715D3823596842000CEC60 /* ValidCheckingInfoObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ValidCheckingInfoObject.py; sourceTree = ""; }; + A5715D3923596842000CEC60 /* ModuleAutoGenHelper.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ModuleAutoGenHelper.py; sourceTree = ""; }; + A5715D3A23596842000CEC60 /* DataPipe.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DataPipe.py; sourceTree = ""; }; + A5715D3B23596842000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D3C23596842000CEC60 /* GenVar.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenVar.py; sourceTree = ""; }; + A5715D3D23596842000CEC60 /* AutoGenWorker.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = AutoGenWorker.py; sourceTree = ""; }; + A5715D3E23596842000CEC60 /* AutoGen.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = AutoGen.py; sourceTree = ""; }; + A5715D3F23596842000CEC60 /* IdfClassObject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = IdfClassObject.py; sourceTree = ""; }; + A5715D4023596842000CEC60 /* BuildEngine.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = BuildEngine.py; sourceTree = ""; }; + A5715D4123596842000CEC60 /* InfSectionParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfSectionParser.py; sourceTree = ""; }; + A5715D4223596842000CEC60 /* GenDepex.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenDepex.py; sourceTree = ""; }; + A5715D4323596842000CEC60 /* ModuleAutoGen.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ModuleAutoGen.py; sourceTree = ""; }; + A5715D4423596842000CEC60 /* PlatformAutoGen.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = PlatformAutoGen.py; sourceTree = ""; }; + A5715D4523596842000CEC60 /* WorkspaceAutoGen.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = WorkspaceAutoGen.py; sourceTree = ""; }; + A5715D4623596842000CEC60 /* StrGather.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = StrGather.py; sourceTree = ""; }; + A5715D4823596842000CEC60 /* TestRoot.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestRoot.pem; sourceTree = ""; }; + A5715D4923596842000CEC60 /* TestCert.pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestCert.pub.pem; sourceTree = ""; }; + A5715D4A23596842000CEC60 /* TestRoot.cer.gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = TestRoot.cer.gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr.inc; sourceTree = ""; }; + A5715D4B23596842000CEC60 /* TestRoot.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestRoot.cer; sourceTree = ""; }; + A5715D4C23596842000CEC60 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = Readme.md; sourceTree = ""; }; + A5715D4D23596842000CEC60 /* TestSub.pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestSub.pub.pem; sourceTree = ""; }; + A5715D4E23596842000CEC60 /* Pkcs7Sign.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Pkcs7Sign.py; sourceTree = ""; }; + A5715D4F23596842000CEC60 /* TestCert.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestCert.pem; sourceTree = ""; }; + A5715D5023596842000CEC60 /* TestRoot.pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestRoot.pub.pem; sourceTree = ""; }; + A5715D5123596842000CEC60 /* TestSub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestSub.pem; sourceTree = ""; }; + A5715D5223596842000CEC60 /* TestRoot.cer.gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; path = TestRoot.cer.gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer.inc; sourceTree = ""; }; + A5715D5423596842000CEC60 /* InfParserLite.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = InfParserLite.py; sourceTree = ""; }; + A5715D5523596842000CEC60 /* Database.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Database.py; sourceTree = ""; }; + A5715D5623596842000CEC60 /* FileProfile.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FileProfile.py; sourceTree = ""; }; + A5715D5723596842000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D5923596842000CEC60 /* CLexer.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CLexer.py; sourceTree = ""; }; + A5715D5A23596842000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D5B23596842000CEC60 /* CParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CParser.py; sourceTree = ""; }; + A5715D5D23596842000CEC60 /* CLexer.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CLexer.py; sourceTree = ""; }; + A5715D5E23596842000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D5F23596842000CEC60 /* CParser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CParser.py; sourceTree = ""; }; + A5715D6023596842000CEC60 /* CListener.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CListener.py; sourceTree = ""; }; + A5715D6123596842000CEC60 /* Parser.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Parser.py; sourceTree = ""; }; + A5715D6223596842000CEC60 /* EotGlobalData.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = EotGlobalData.py; sourceTree = ""; }; + A5715D6323596842000CEC60 /* c.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = c.py; sourceTree = ""; }; + A5715D6423596842000CEC60 /* LzmaCompressor.pyd */ = {isa = PBXFileReference; lastKnownFileType = file; path = LzmaCompressor.pyd; sourceTree = ""; }; + A5715D6523596842000CEC60 /* ParserWarning.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ParserWarning.py; sourceTree = ""; }; + A5715D6623596842000CEC60 /* EfiCompressor.pyd */ = {isa = PBXFileReference; lastKnownFileType = file; path = EfiCompressor.pyd; sourceTree = ""; }; + A5715D6723596842000CEC60 /* CodeFragmentCollector.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CodeFragmentCollector.py; sourceTree = ""; }; + A5715D6823596842000CEC60 /* EotMain.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = EotMain.py; sourceTree = ""; }; + A5715D6923596842000CEC60 /* EotToolError.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = EotToolError.py; sourceTree = ""; }; + A5715D6A23596842000CEC60 /* Identification.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Identification.py; sourceTree = ""; }; + A5715D6B23596842000CEC60 /* CodeFragment.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CodeFragment.py; sourceTree = ""; }; + A5715D6C23596842000CEC60 /* Report.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Report.py; sourceTree = ""; }; + A5715D6E23596842000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715D6F23596842000CEC60 /* GenPatchPcdTable.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GenPatchPcdTable.py; sourceTree = ""; }; + A5715D7123596842000CEC60 /* Rsa2048Sha256Sign.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Rsa2048Sha256Sign.py; sourceTree = ""; }; + A5715D7223596842000CEC60 /* TestSigningPrivateKey.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestSigningPrivateKey.pem; sourceTree = ""; }; + A5715D7323596842000CEC60 /* Rsa2048Sha256GenerateKeys.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = Rsa2048Sha256GenerateKeys.py; sourceTree = ""; }; + A5715D7423596842000CEC60 /* TestSigningPublicKey.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestSigningPublicKey.txt; sourceTree = ""; }; + A5715D7523596842000CEC60 /* TestSigningPublicKey.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = TestSigningPublicKey.bin; sourceTree = ""; }; + A5715D7823596842000CEC60 /* EfiCompressor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = EfiCompressor.c; sourceTree = ""; }; + A5715D7923596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715D7A23596842000CEC60 /* setup.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = setup.py; sourceTree = ""; }; + A5715D7C23596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715D7D23596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715D7E23596842000CEC60 /* Split.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Split.c; sourceTree = ""; }; + A5715D7F23596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715D8123596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715D8323596842000CEC60 /* brotli.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = brotli.md; sourceTree = ""; }; + A5715D8423596842000CEC60 /* brotli.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = brotli.c; sourceTree = ""; }; + A5715D8523596842000CEC60 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + A5715D8623596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715D8923596842000CEC60 /* port.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = port.h; sourceTree = ""; }; + A5715D8A23596842000CEC60 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; + A5715D8B23596842000CEC60 /* encode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = encode.h; sourceTree = ""; }; + A5715D8C23596842000CEC60 /* decode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decode.h; sourceTree = ""; }; + A5715D8E23596842000CEC60 /* brotli-comparison-study-2015-09-22.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "brotli-comparison-study-2015-09-22.pdf"; sourceTree = ""; }; + A5715D8F23596842000CEC60 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + A5715D9123596842000CEC60 /* hash_longest_match64_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash_longest_match64_inc.h; sourceTree = ""; }; + A5715D9223596842000CEC60 /* cluster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cluster.h; sourceTree = ""; }; + A5715D9323596842000CEC60 /* backward_references.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = backward_references.h; sourceTree = ""; }; + A5715D9423596842000CEC60 /* hash_to_binary_tree_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash_to_binary_tree_inc.h; sourceTree = ""; }; + A5715D9523596842000CEC60 /* utf8_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf8_util.h; sourceTree = ""; }; + A5715D9623596842000CEC60 /* encoder_dict.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = encoder_dict.h; sourceTree = ""; }; + A5715D9723596842000CEC60 /* dictionary_hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dictionary_hash.c; sourceTree = ""; }; + A5715D9823596842000CEC60 /* backward_references_hq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = backward_references_hq.c; sourceTree = ""; }; + A5715D9923596842000CEC60 /* bit_cost_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bit_cost_inc.h; sourceTree = ""; }; + A5715D9A23596842000CEC60 /* find_match_length.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = find_match_length.h; sourceTree = ""; }; + A5715D9B23596842000CEC60 /* histogram.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = histogram.c; sourceTree = ""; }; + A5715D9C23596842000CEC60 /* bit_cost.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bit_cost.h; sourceTree = ""; }; + A5715D9D23596842000CEC60 /* memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memory.c; sourceTree = ""; }; + A5715D9E23596842000CEC60 /* params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = params.h; sourceTree = ""; }; + A5715D9F23596842000CEC60 /* brotli_bit_stream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = brotli_bit_stream.h; sourceTree = ""; }; + A5715DA023596842000CEC60 /* entropy_encode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = entropy_encode.c; sourceTree = ""; }; + A5715DA123596842000CEC60 /* fast_log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fast_log.h; sourceTree = ""; }; + A5715DA223596842000CEC60 /* compress_fragment_two_pass.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compress_fragment_two_pass.c; sourceTree = ""; }; + A5715DA323596842000CEC60 /* block_splitter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = block_splitter.c; sourceTree = ""; }; + A5715DA423596842000CEC60 /* compress_fragment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compress_fragment.h; sourceTree = ""; }; + A5715DA523596842000CEC60 /* static_dict_lut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = static_dict_lut.h; sourceTree = ""; }; + A5715DA623596842000CEC60 /* static_dict.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = static_dict.h; sourceTree = ""; }; + A5715DA723596842000CEC60 /* block_splitter_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = block_splitter_inc.h; sourceTree = ""; }; + A5715DA823596842000CEC60 /* quality.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = quality.h; sourceTree = ""; }; + A5715DA923596842000CEC60 /* cluster_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cluster_inc.h; sourceTree = ""; }; + A5715DAA23596842000CEC60 /* metablock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = metablock.h; sourceTree = ""; }; + A5715DAB23596842000CEC60 /* hash_composite_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash_composite_inc.h; sourceTree = ""; }; + A5715DAC23596842000CEC60 /* literal_cost.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = literal_cost.h; sourceTree = ""; }; + A5715DAD23596842000CEC60 /* block_encoder_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = block_encoder_inc.h; sourceTree = ""; }; + A5715DAE23596842000CEC60 /* metablock_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = metablock_inc.h; sourceTree = ""; }; + A5715DAF23596842000CEC60 /* hash_forgetful_chain_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash_forgetful_chain_inc.h; sourceTree = ""; }; + A5715DB023596842000CEC60 /* hash_longest_match_quickly_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash_longest_match_quickly_inc.h; sourceTree = ""; }; + A5715DB123596842000CEC60 /* encode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = encode.c; sourceTree = ""; }; + A5715DB223596842000CEC60 /* backward_references_hq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = backward_references_hq.h; sourceTree = ""; }; + A5715DB323596842000CEC60 /* dictionary_hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dictionary_hash.h; sourceTree = ""; }; + A5715DB423596842000CEC60 /* encoder_dict.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = encoder_dict.c; sourceTree = ""; }; + A5715DB523596842000CEC60 /* cluster.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cluster.c; sourceTree = ""; }; + A5715DB623596842000CEC60 /* backward_references.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = backward_references.c; sourceTree = ""; }; + A5715DB723596842000CEC60 /* utf8_util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = utf8_util.c; sourceTree = ""; }; + A5715DB823596842000CEC60 /* block_splitter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = block_splitter.h; sourceTree = ""; }; + A5715DB923596842000CEC60 /* compress_fragment.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compress_fragment.c; sourceTree = ""; }; + A5715DBA23596842000CEC60 /* entropy_encode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = entropy_encode.h; sourceTree = ""; }; + A5715DBB23596842000CEC60 /* compress_fragment_two_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compress_fragment_two_pass.h; sourceTree = ""; }; + A5715DBC23596842000CEC60 /* hash_longest_match_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash_longest_match_inc.h; sourceTree = ""; }; + A5715DBD23596842000CEC60 /* brotli_bit_stream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = brotli_bit_stream.c; sourceTree = ""; }; + A5715DBE23596842000CEC60 /* histogram.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = histogram.h; sourceTree = ""; }; + A5715DBF23596842000CEC60 /* memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = memory.h; sourceTree = ""; }; + A5715DC023596842000CEC60 /* bit_cost.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bit_cost.c; sourceTree = ""; }; + A5715DC123596842000CEC60 /* command.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = command.h; sourceTree = ""; }; + A5715DC223596842000CEC60 /* write_bits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = write_bits.h; sourceTree = ""; }; + A5715DC323596842000CEC60 /* static_dict.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = static_dict.c; sourceTree = ""; }; + A5715DC423596842000CEC60 /* histogram_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = histogram_inc.h; sourceTree = ""; }; + A5715DC523596842000CEC60 /* prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = prefix.h; sourceTree = ""; }; + A5715DC623596842000CEC60 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = ""; }; + A5715DC723596842000CEC60 /* hash_rolling_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash_rolling_inc.h; sourceTree = ""; }; + A5715DC823596842000CEC60 /* ringbuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ringbuffer.h; sourceTree = ""; }; + A5715DC923596842000CEC60 /* literal_cost.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = literal_cost.c; sourceTree = ""; }; + A5715DCA23596842000CEC60 /* entropy_encode_static.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = entropy_encode_static.h; sourceTree = ""; }; + A5715DCB23596842000CEC60 /* backward_references_inc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = backward_references_inc.h; sourceTree = ""; }; + A5715DCC23596842000CEC60 /* metablock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = metablock.c; sourceTree = ""; }; + A5715DCE23596842000CEC60 /* dictionary.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dictionary.c; sourceTree = ""; }; + A5715DCF23596842000CEC60 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = ""; }; + A5715DD023596842000CEC60 /* transform.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = transform.c; sourceTree = ""; }; + A5715DD123596842000CEC60 /* context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = context.h; sourceTree = ""; }; + A5715DD223596842000CEC60 /* constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = constants.h; sourceTree = ""; }; + A5715DD323596842000CEC60 /* dictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dictionary.h; sourceTree = ""; }; + A5715DD423596842000CEC60 /* transform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = transform.h; sourceTree = ""; }; + A5715DD523596842000CEC60 /* platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = ""; }; + A5715DD723596842000CEC60 /* state.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = state.c; sourceTree = ""; }; + A5715DD823596842000CEC60 /* bit_reader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bit_reader.h; sourceTree = ""; }; + A5715DD923596842000CEC60 /* decode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = decode.c; sourceTree = ""; }; + A5715DDA23596842000CEC60 /* huffman.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = huffman.c; sourceTree = ""; }; + A5715DDB23596842000CEC60 /* bit_reader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bit_reader.c; sourceTree = ""; }; + A5715DDC23596842000CEC60 /* prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = prefix.h; sourceTree = ""; }; + A5715DDD23596842000CEC60 /* state.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = state.h; sourceTree = ""; }; + A5715DDE23596842000CEC60 /* huffman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = huffman.h; sourceTree = ""; }; + A5715DDF23596842000CEC60 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; + A5715DE123596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715DE223596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715DE323596842000CEC60 /* GenSec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GenSec.c; sourceTree = ""; }; + A5715DE523596842000CEC60 /* elf_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = elf_common.h; sourceTree = ""; }; + A5715DE623596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715DE723596842000CEC60 /* ElfConvert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ElfConvert.h; sourceTree = ""; }; + A5715DE823596842000CEC60 /* elf64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = elf64.h; sourceTree = ""; }; + A5715DE923596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715DEA23596842000CEC60 /* Elf64Convert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Elf64Convert.h; sourceTree = ""; }; + A5715DEB23596842000CEC60 /* GenFw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GenFw.h; sourceTree = ""; }; + A5715DEC23596842000CEC60 /* Elf32Convert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Elf32Convert.c; sourceTree = ""; }; + A5715DED23596842000CEC60 /* elf32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = elf32.h; sourceTree = ""; }; + A5715DEE23596842000CEC60 /* ElfConvert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ElfConvert.c; sourceTree = ""; }; + A5715DEF23596842000CEC60 /* Elf32Convert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Elf32Convert.h; sourceTree = ""; }; + A5715DF023596842000CEC60 /* GenFw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GenFw.c; sourceTree = ""; }; + A5715DF123596842000CEC60 /* Elf64Convert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Elf64Convert.c; sourceTree = ""; }; + A5715DF323596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715DF423596842000CEC60 /* EfiLdrImage.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = EfiLdrImage.c; sourceTree = ""; }; + A5715DF523596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715DF723596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715DF823596842000CEC60 /* GenFv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GenFv.c; sourceTree = ""; }; + A5715DF923596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715DFA23596842000CEC60 /* GenFvInternalLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GenFvInternalLib.h; sourceTree = ""; }; + A5715DFB23596842000CEC60 /* GenFvInternalLib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GenFvInternalLib.c; sourceTree = ""; }; + A5715DFC23596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715DFF23596842000CEC60 /* ProcessorBind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A5715E0123596842000CEC60 /* pci22.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pci22.h; sourceTree = ""; }; + A5715E0223596842000CEC60 /* Acpi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Acpi.h; sourceTree = ""; }; + A5715E0323596842000CEC60 /* PeImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeImage.h; sourceTree = ""; }; + A5715E0423596842000CEC60 /* MemoryMappedConfigurationSpaceAccessTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryMappedConfigurationSpaceAccessTable.h; sourceTree = ""; }; + A5715E0523596842000CEC60 /* Bluetooth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bluetooth.h; sourceTree = ""; }; + A5715E0623596842000CEC60 /* Acpi1_0.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Acpi1_0.h; sourceTree = ""; }; + A5715E0723596842000CEC60 /* Acpi3_0.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Acpi3_0.h; sourceTree = ""; }; + A5715E0823596842000CEC60 /* pci23.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pci23.h; sourceTree = ""; }; + A5715E0923596842000CEC60 /* Acpi2_0.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Acpi2_0.h; sourceTree = ""; }; + A5715E0A23596842000CEC60 /* EfiPci.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EfiPci.h; sourceTree = ""; }; + A5715E0B23596842000CEC60 /* pci30.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pci30.h; sourceTree = ""; }; + A5715E0D23596842000CEC60 /* UgaDraw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UgaDraw.h; sourceTree = ""; }; + A5715E0E23596842000CEC60 /* HiiFramework.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HiiFramework.h; sourceTree = ""; }; + A5715E0F23596842000CEC60 /* GraphicsOutput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GraphicsOutput.h; sourceTree = ""; }; + A5715E1023596842000CEC60 /* GuidedSectionExtraction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuidedSectionExtraction.h; sourceTree = ""; }; + A5715E1123596842000CEC60 /* DevicePathUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DevicePathUtilities.h; sourceTree = ""; }; + A5715E1223596842000CEC60 /* DevicePath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DevicePath.h; sourceTree = ""; }; + A5715E1423596842000CEC60 /* ProcessorBind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A5715E1623596842000CEC60 /* UefiBaseTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UefiBaseTypes.h; sourceTree = ""; }; + A5715E1723596842000CEC60 /* PiFirmwareVolume.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PiFirmwareVolume.h; sourceTree = ""; }; + A5715E1823596842000CEC60 /* MdeModuleHii.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MdeModuleHii.h; sourceTree = ""; }; + A5715E1923596842000CEC60 /* BaseTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseTypes.h; sourceTree = ""; }; + A5715E1A23596842000CEC60 /* UefiCapsule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UefiCapsule.h; sourceTree = ""; }; + A5715E1B23596842000CEC60 /* BuildVersion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BuildVersion.h; sourceTree = ""; }; + A5715E1C23596842000CEC60 /* VariableFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VariableFormat.h; sourceTree = ""; }; + A5715E1D23596842000CEC60 /* UefiInternalFormRepresentation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UefiInternalFormRepresentation.h; sourceTree = ""; }; + A5715E1E23596842000CEC60 /* PiFirmwareFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PiFirmwareFile.h; sourceTree = ""; }; + A5715E1F23596842000CEC60 /* UefiMultiPhase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UefiMultiPhase.h; sourceTree = ""; }; + A5715E2023596842000CEC60 /* WorkingBlockHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WorkingBlockHeader.h; sourceTree = ""; }; + A5715E2223596842000CEC60 /* FfsSectionAlignmentPadding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FfsSectionAlignmentPadding.h; sourceTree = ""; }; + A5715E2323596842000CEC60 /* PiFirmwareFileSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PiFirmwareFileSystem.h; sourceTree = ""; }; + A5715E2423596842000CEC60 /* PcAnsi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PcAnsi.h; sourceTree = ""; }; + A5715E2623596842000CEC60 /* ProcessorBind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A5715E2823596842000CEC60 /* ProcessorBind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A5715E2A23596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715E2B23596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715E2C23596842000CEC60 /* LzmaCompress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LzmaCompress.c; sourceTree = ""; }; + A5715E2D23596842000CEC60 /* LzmaF86Compress.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LzmaF86Compress.bat; sourceTree = ""; }; + A5715E3023596842000CEC60 /* lzma-sdk.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "lzma-sdk.txt"; sourceTree = ""; }; + A5715E3123596842000CEC60 /* lzma-history.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "lzma-history.txt"; sourceTree = ""; }; + A5715E3323596842000CEC60 /* LzHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LzHash.h; sourceTree = ""; }; + A5715E3423596842000CEC60 /* LzmaEnc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LzmaEnc.c; sourceTree = ""; }; + A5715E3523596842000CEC60 /* LzFindMt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LzFindMt.c; sourceTree = ""; }; + A5715E3623596842000CEC60 /* 7zTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7zTypes.h; sourceTree = ""; }; + A5715E3723596842000CEC60 /* Compiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Compiler.h; sourceTree = ""; }; + A5715E3823596842000CEC60 /* LzFind.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LzFind.c; sourceTree = ""; }; + A5715E3923596842000CEC60 /* Precomp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Precomp.h; sourceTree = ""; }; + A5715E3A23596842000CEC60 /* CpuArch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CpuArch.h; sourceTree = ""; }; + A5715E3B23596842000CEC60 /* 7zFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7zFile.h; sourceTree = ""; }; + A5715E3C23596842000CEC60 /* Bra86.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Bra86.c; sourceTree = ""; }; + A5715E3D23596842000CEC60 /* Threads.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Threads.h; sourceTree = ""; }; + A5715E3E23596842000CEC60 /* Alloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Alloc.c; sourceTree = ""; }; + A5715E3F23596842000CEC60 /* LzmaDec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LzmaDec.c; sourceTree = ""; }; + A5715E4023596842000CEC60 /* LzFindMt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LzFindMt.h; sourceTree = ""; }; + A5715E4123596842000CEC60 /* LzmaEnc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LzmaEnc.h; sourceTree = ""; }; + A5715E4223596842000CEC60 /* LzFind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LzFind.h; sourceTree = ""; }; + A5715E4323596842000CEC60 /* 7zStream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 7zStream.c; sourceTree = ""; }; + A5715E4423596842000CEC60 /* 7zVersion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7zVersion.h; sourceTree = ""; }; + A5715E4523596842000CEC60 /* 7zFile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 7zFile.c; sourceTree = ""; }; + A5715E4623596842000CEC60 /* Bra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bra.h; sourceTree = ""; }; + A5715E4723596842000CEC60 /* LzmaDec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LzmaDec.h; sourceTree = ""; }; + A5715E4823596842000CEC60 /* Alloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Alloc.h; sourceTree = ""; }; + A5715E4923596842000CEC60 /* Threads.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Threads.c; sourceTree = ""; }; + A5715E4A23596842000CEC60 /* LZMA-SDK-README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "LZMA-SDK-README.txt"; sourceTree = ""; }; + A5715E4C23596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715E4D23596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715E4E23596842000CEC60 /* GenCrc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GenCrc32.c; sourceTree = ""; }; + A5715E5023596842000CEC60 /* NmakeSubdirs.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = NmakeSubdirs.py; sourceTree = ""; }; + A5715E5123596842000CEC60 /* ms.common */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ms.common; sourceTree = ""; }; + A5715E5223596842000CEC60 /* ms.rule */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ms.rule; sourceTree = ""; }; + A5715E5323596842000CEC60 /* ms.app */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ms.app; sourceTree = ""; }; + A5715E5423596842000CEC60 /* footer.makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = footer.makefile; sourceTree = ""; }; + A5715E5523596842000CEC60 /* header.makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = header.makefile; sourceTree = ""; }; + A5715E5623596842000CEC60 /* app.makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = app.makefile; sourceTree = ""; }; + A5715E5723596842000CEC60 /* lib.makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = lib.makefile; sourceTree = ""; }; + A5715E5823596842000CEC60 /* NmakeSubdirs.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NmakeSubdirs.bat; sourceTree = ""; }; + A5715E5923596842000CEC60 /* ms.lib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ms.lib; sourceTree = ""; }; + A5715E5B23596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715E5C23596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715E5D23596842000CEC60 /* GenPage.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GenPage.c; sourceTree = ""; }; + A5715E5E23596842000CEC60 /* VirtualMemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VirtualMemory.h; sourceTree = ""; }; + A5715E6023596842000CEC60 /* ParseGuidedSectionTools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParseGuidedSectionTools.h; sourceTree = ""; }; + A5715E6123596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715E6223596842000CEC60 /* ParseInf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ParseInf.c; sourceTree = ""; }; + A5715E6323596842000CEC60 /* WinNtInclude.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WinNtInclude.h; sourceTree = ""; }; + A5715E6423596842000CEC60 /* MyAlloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyAlloc.h; sourceTree = ""; }; + A5715E6523596842000CEC60 /* PcdValueCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PcdValueCommon.h; sourceTree = ""; }; + A5715E6623596842000CEC60 /* MemoryFile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = MemoryFile.c; sourceTree = ""; }; + A5715E6723596842000CEC60 /* CommonLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommonLib.h; sourceTree = ""; }; + A5715E6823596842000CEC60 /* Decompress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Decompress.c; sourceTree = ""; }; + A5715E6923596842000CEC60 /* EfiUtilityMsgs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EfiUtilityMsgs.h; sourceTree = ""; }; + A5715E6A23596842000CEC60 /* BinderFuncs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = BinderFuncs.c; sourceTree = ""; }; + A5715E6B23596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715E6C23596842000CEC60 /* BasePeCoff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = BasePeCoff.c; sourceTree = ""; }; + A5715E6D23596842000CEC60 /* StringFuncs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = StringFuncs.c; sourceTree = ""; }; + A5715E6E23596842000CEC60 /* TianoCompress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = TianoCompress.c; sourceTree = ""; }; + A5715E6F23596842000CEC60 /* OsPath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = OsPath.c; sourceTree = ""; }; + A5715E7023596842000CEC60 /* FvLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FvLib.h; sourceTree = ""; }; + A5715E7123596842000CEC60 /* FirmwareVolumeBufferLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FirmwareVolumeBufferLib.h; sourceTree = ""; }; + A5715E7223596842000CEC60 /* Crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Crc32.c; sourceTree = ""; }; + A5715E7323596842000CEC60 /* SimpleFileParsing.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SimpleFileParsing.c; sourceTree = ""; }; + A5715E7423596842000CEC60 /* ParseInf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParseInf.h; sourceTree = ""; }; + A5715E7523596842000CEC60 /* ParseGuidedSectionTools.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ParseGuidedSectionTools.c; sourceTree = ""; }; + A5715E7623596842000CEC60 /* CommonLib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CommonLib.c; sourceTree = ""; }; + A5715E7723596842000CEC60 /* EfiUtilityMsgs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = EfiUtilityMsgs.c; sourceTree = ""; }; + A5715E7823596842000CEC60 /* Decompress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Decompress.h; sourceTree = ""; }; + A5715E7923596842000CEC60 /* Compress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Compress.h; sourceTree = ""; }; + A5715E7A23596842000CEC60 /* PeCoffLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeCoffLib.h; sourceTree = ""; }; + A5715E7B23596842000CEC60 /* PeCoffLoaderEx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = PeCoffLoaderEx.c; sourceTree = ""; }; + A5715E7C23596842000CEC60 /* MemoryFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryFile.h; sourceTree = ""; }; + A5715E7D23596842000CEC60 /* PcdValueCommon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = PcdValueCommon.c; sourceTree = ""; }; + A5715E7E23596842000CEC60 /* MyAlloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = MyAlloc.c; sourceTree = ""; }; + A5715E7F23596842000CEC60 /* BinderFuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinderFuncs.h; sourceTree = ""; }; + A5715E8023596842000CEC60 /* Crc32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Crc32.h; sourceTree = ""; }; + A5715E8123596842000CEC60 /* SimpleFileParsing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleFileParsing.h; sourceTree = ""; }; + A5715E8223596842000CEC60 /* EfiCompress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = EfiCompress.c; sourceTree = ""; }; + A5715E8323596842000CEC60 /* FvLib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = FvLib.c; sourceTree = ""; }; + A5715E8423596842000CEC60 /* OsPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OsPath.h; sourceTree = ""; }; + A5715E8523596842000CEC60 /* FirmwareVolumeBuffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = FirmwareVolumeBuffer.c; sourceTree = ""; }; + A5715E8623596842000CEC60 /* StringFuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringFuncs.h; sourceTree = ""; }; + A5715E8823596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715E8923596842000CEC60 /* VolInfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = VolInfo.c; sourceTree = ""; }; + A5715E8A23596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715E8B23596842000CEC60 /* VolInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VolInfo.h; sourceTree = ""; }; + A5715E8D23596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715E8E23596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715E8F23596842000CEC60 /* TianoCompress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = TianoCompress.c; sourceTree = ""; }; + A5715E9023596842000CEC60 /* TianoCompress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TianoCompress.h; sourceTree = ""; }; + A5715E9223596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715E9323596842000CEC60 /* DevicePath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = DevicePath.c; sourceTree = ""; }; + A5715E9423596842000CEC60 /* DevicePathUtilities.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = DevicePathUtilities.c; sourceTree = ""; }; + A5715E9523596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715E9623596842000CEC60 /* UefiDevicePathLib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = UefiDevicePathLib.c; sourceTree = ""; }; + A5715E9723596842000CEC60 /* DevicePathFromText.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = DevicePathFromText.c; sourceTree = ""; }; + A5715E9823596842000CEC60 /* UefiDevicePathLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UefiDevicePathLib.h; sourceTree = ""; }; + A5715E9A23596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715E9B23596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715E9C23596842000CEC60 /* GenFfs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GenFfs.c; sourceTree = ""; }; + A5715E9F23596842000CEC60 /* CHANGES_FROM_133_BEFORE_MR13.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGES_FROM_133_BEFORE_MR13.txt; sourceTree = ""; }; + A5715EA023596842000CEC60 /* CHANGES_SUMMARY.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGES_SUMMARY.txt; sourceTree = ""; }; + A5715EA223596842000CEC60 /* makefile.cygwin */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = makefile.cygwin; sourceTree = ""; }; + A5715EA323596842000CEC60 /* dlg_p.g */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dlg_p.g; sourceTree = ""; }; + A5715EA423596842000CEC60 /* automata.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = automata.c; sourceTree = ""; }; + A5715EA523596842000CEC60 /* dlg1.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dlg1.txt; sourceTree = ""; }; + A5715EA623596842000CEC60 /* DlgMS.mak */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = DlgMS.mak; sourceTree = ""; }; + A5715EA723596842000CEC60 /* makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = makefile; sourceTree = ""; }; + A5715EA823596842000CEC60 /* stdpccts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stdpccts.h; sourceTree = ""; }; + A5715EA923596842000CEC60 /* support.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = support.c; sourceTree = ""; }; + A5715EAA23596842000CEC60 /* relabel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = relabel.c; sourceTree = ""; }; + A5715EAB23596842000CEC60 /* tokens.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tokens.h; sourceTree = ""; }; + A5715EAC23596842000CEC60 /* parser.dlg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = parser.dlg; sourceTree = ""; }; + A5715EAD23596842000CEC60 /* makefile1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = makefile1; sourceTree = ""; }; + A5715EAE23596842000CEC60 /* dlg_p.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlg_p.c; sourceTree = ""; }; + A5715EAF23596842000CEC60 /* err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = err.c; sourceTree = ""; }; + A5715EB023596842000CEC60 /* mode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mode.h; sourceTree = ""; }; + A5715EB123596842000CEC60 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; + A5715EB223596842000CEC60 /* DlgDDK.mak */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = DlgDDK.mak; sourceTree = ""; }; + A5715EB323596842000CEC60 /* dlg.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = dlg.r; sourceTree = ""; }; + A5715EB423596842000CEC60 /* dlg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dlg.h; sourceTree = ""; }; + A5715EB523596842000CEC60 /* dlg.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; path = dlg.1; sourceTree = ""; }; + A5715EB623596842000CEC60 /* DlgPPC.mak */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = DlgPPC.mak; sourceTree = ""; }; + A5715EB723596842000CEC60 /* dlg_a.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dlg_a.c; sourceTree = ""; }; + A5715EB823596842000CEC60 /* output.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = output.c; sourceTree = ""; }; + A5715EB923596842000CEC60 /* NOTES.msvc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NOTES.msvc; sourceTree = ""; }; + A5715EBB23596842000CEC60 /* generic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = generic.h; sourceTree = ""; }; + A5715EBC23596842000CEC60 /* makefile.cygwin */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = makefile.cygwin; sourceTree = ""; }; + A5715EBD23596842000CEC60 /* proto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = proto.h; sourceTree = ""; }; + A5715EBE23596842000CEC60 /* egman.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = egman.c; sourceTree = ""; }; + A5715EBF23596842000CEC60 /* lex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lex.c; sourceTree = ""; }; + A5715EC023596842000CEC60 /* syn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = syn.h; sourceTree = ""; }; + A5715EC123596842000CEC60 /* makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = makefile; sourceTree = ""; }; + A5715EC223596842000CEC60 /* antlr.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; path = antlr.1; sourceTree = ""; }; + A5715EC323596842000CEC60 /* antlr.g */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = antlr.g; sourceTree = ""; }; + A5715EC423596842000CEC60 /* antlr.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = antlr.r; sourceTree = ""; }; + A5715EC523596842000CEC60 /* scan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scan.c; sourceTree = ""; }; + A5715EC623596842000CEC60 /* stdpccts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stdpccts.h; sourceTree = ""; }; + A5715EC723596842000CEC60 /* tokens.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tokens.h; sourceTree = ""; }; + A5715EC823596842000CEC60 /* parser.dlg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = parser.dlg; sourceTree = ""; }; + A5715EC923596842000CEC60 /* bits.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bits.c; sourceTree = ""; }; + A5715ECA23596842000CEC60 /* hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hash.c; sourceTree = ""; }; + A5715ECB23596842000CEC60 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + A5715ECC23596842000CEC60 /* makefile1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = makefile1; sourceTree = ""; }; + A5715ECD23596842000CEC60 /* antlr1.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = antlr1.txt; sourceTree = ""; }; + A5715ECE23596842000CEC60 /* err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = err.c; sourceTree = ""; }; + A5715ECF23596842000CEC60 /* AntlrMS.mak */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = AntlrMS.mak; sourceTree = ""; }; + A5715ED023596842000CEC60 /* mode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mode.h; sourceTree = ""; }; + A5715ED123596842000CEC60 /* fset2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fset2.c; sourceTree = ""; }; + A5715ED223596842000CEC60 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; + A5715ED323596842000CEC60 /* pred.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pred.c; sourceTree = ""; }; + A5715ED423596842000CEC60 /* build.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = build.c; sourceTree = ""; }; + A5715ED523596842000CEC60 /* AntlrPPC.mak */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = AntlrPPC.mak; sourceTree = ""; }; + A5715ED623596842000CEC60 /* mrhoist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mrhoist.c; sourceTree = ""; }; + A5715ED723596842000CEC60 /* fcache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fcache.c; sourceTree = ""; }; + A5715ED823596842000CEC60 /* gen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gen.c; sourceTree = ""; }; + A5715ED923596842000CEC60 /* dumpnode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dumpnode.c; sourceTree = ""; }; + A5715EDA23596842000CEC60 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = misc.c; sourceTree = ""; }; + A5715EDB23596842000CEC60 /* antlr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = antlr.c; sourceTree = ""; }; + A5715EDC23596842000CEC60 /* globals.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = globals.c; sourceTree = ""; }; + A5715EDD23596842000CEC60 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = ""; }; + A5715EDE23596842000CEC60 /* fset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fset.c; sourceTree = ""; }; + A5715EDF23596842000CEC60 /* AntlrDDK.mak */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = AntlrDDK.mak; sourceTree = ""; }; + A5715EE023596842000CEC60 /* dumpcycles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dumpcycles.c; sourceTree = ""; }; + A5715EE123596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715EE223596842000CEC60 /* KNOWN_PROBLEMS.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = KNOWN_PROBLEMS.txt; sourceTree = ""; }; + A5715EE323596842000CEC60 /* CHANGES_FROM_131.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGES_FROM_131.txt; sourceTree = ""; }; + A5715EE423596842000CEC60 /* history.ps */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = history.ps; sourceTree = ""; }; + A5715EE523596842000CEC60 /* CHANGES_FROM_133.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGES_FROM_133.txt; sourceTree = ""; }; + A5715EE623596842000CEC60 /* MPW_Read_Me */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MPW_Read_Me; sourceTree = ""; }; + A5715EE723596842000CEC60 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + A5715EE923596842000CEC60 /* pccts_stdio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pccts_stdio.h; sourceTree = ""; }; + A5715EEA23596842000CEC60 /* AToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AToken.h; sourceTree = ""; }; + A5715EEB23596842000CEC60 /* ast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ast.c; sourceTree = ""; }; + A5715EEC23596842000CEC60 /* err.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = err.h; sourceTree = ""; }; + A5715EED23596842000CEC60 /* BufFileInput.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BufFileInput.cpp; sourceTree = ""; }; + A5715EEE23596842000CEC60 /* AParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AParser.cpp; sourceTree = ""; }; + A5715EEF23596842000CEC60 /* pcctscfg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcctscfg.h; sourceTree = ""; }; + A5715EF023596842000CEC60 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; + A5715EF123596842000CEC60 /* PCCTSAST.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PCCTSAST.cpp; sourceTree = ""; }; + A5715EF223596842000CEC60 /* dlgauto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dlgauto.h; sourceTree = ""; }; + A5715EF323596842000CEC60 /* antlr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = antlr.h; sourceTree = ""; }; + A5715EF423596842000CEC60 /* pccts_assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pccts_assert.h; sourceTree = ""; }; + A5715EF523596842000CEC60 /* ATokenBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ATokenBuffer.h; sourceTree = ""; }; + A5715EF623596842000CEC60 /* dlgdef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dlgdef.h; sourceTree = ""; }; + A5715EF723596842000CEC60 /* PCCTSAST.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PCCTSAST.h; sourceTree = ""; }; + A5715EF823596842000CEC60 /* pccts_string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pccts_string.h; sourceTree = ""; }; + A5715EF923596842000CEC60 /* charptr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = charptr.h; sourceTree = ""; }; + A5715EFA23596842000CEC60 /* pccts_stdarg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pccts_stdarg.h; sourceTree = ""; }; + A5715EFB23596842000CEC60 /* int.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = int.h; sourceTree = ""; }; + A5715EFC23596842000CEC60 /* pcnames.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pcnames.bat; sourceTree = ""; }; + A5715EFD23596842000CEC60 /* ATokPtrImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ATokPtrImpl.h; sourceTree = ""; }; + A5715EFE23596842000CEC60 /* ATokPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ATokPtr.h; sourceTree = ""; }; + A5715EFF23596842000CEC60 /* BufFileInput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BufFileInput.h; sourceTree = ""; }; + A5715F0023596842000CEC60 /* PBlackBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PBlackBox.h; sourceTree = ""; }; + A5715F0123596842000CEC60 /* pccts_istream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pccts_istream.h; sourceTree = ""; }; + A5715F0223596842000CEC60 /* ast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ast.h; sourceTree = ""; }; + A5715F0323596842000CEC60 /* ATokenBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ATokenBuffer.cpp; sourceTree = ""; }; + A5715F0423596842000CEC60 /* pccts_iostream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pccts_iostream.h; sourceTree = ""; }; + A5715F0523596842000CEC60 /* AParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AParser.h; sourceTree = ""; }; + A5715F0623596842000CEC60 /* SList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SList.h; sourceTree = ""; }; + A5715F0723596842000CEC60 /* ATokenStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ATokenStream.h; sourceTree = ""; }; + A5715F0823596842000CEC60 /* ASTBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ASTBase.cpp; sourceTree = ""; }; + A5715F0923596842000CEC60 /* DLG_stream_input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DLG_stream_input.h; sourceTree = ""; }; + A5715F0A23596842000CEC60 /* pccts_stdlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pccts_stdlib.h; sourceTree = ""; }; + A5715F0B23596842000CEC60 /* DLexerBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DLexerBase.h; sourceTree = ""; }; + A5715F0C23596842000CEC60 /* charbuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = charbuf.h; sourceTree = ""; }; + A5715F0D23596842000CEC60 /* pccts_setjmp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pccts_setjmp.h; sourceTree = ""; }; + A5715F0E23596842000CEC60 /* slist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = slist.cpp; sourceTree = ""; }; + A5715F0F23596842000CEC60 /* ASTBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASTBase.h; sourceTree = ""; }; + A5715F1023596842000CEC60 /* charptr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = charptr.c; sourceTree = ""; }; + A5715F1123596842000CEC60 /* DLexer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DLexer.h; sourceTree = ""; }; + A5715F1223596842000CEC60 /* DLexerBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DLexerBase.cpp; sourceTree = ""; }; + A5715F1323596842000CEC60 /* RIGHTS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = RIGHTS; sourceTree = ""; }; + A5715F1623596842000CEC60 /* sym.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sym.c; sourceTree = ""; }; + A5715F1723596842000CEC60 /* template.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = template.h; sourceTree = ""; }; + A5715F1923596842000CEC60 /* makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = makefile; sourceTree = ""; }; + A5715F1A23596842000CEC60 /* genmk_old.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = genmk_old.c; sourceTree = ""; }; + A5715F1B23596842000CEC60 /* genmk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = genmk.c; sourceTree = ""; }; + A5715F1D23596842000CEC60 /* set.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = set.c; sourceTree = ""; }; + A5715F1E23596842000CEC60 /* set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = set.h; sourceTree = ""; }; + A5715F2023596842000CEC60 /* rexpr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rexpr.h; sourceTree = ""; }; + A5715F2123596842000CEC60 /* makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = makefile; sourceTree = ""; }; + A5715F2223596842000CEC60 /* rexpr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rexpr.c; sourceTree = ""; }; + A5715F2323596842000CEC60 /* test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = test.c; sourceTree = ""; }; + A5715F2423596842000CEC60 /* NOTES.bcc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NOTES.bcc; sourceTree = ""; }; + A5715F2523596842000CEC60 /* history.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = history.txt; sourceTree = ""; }; + A5715F2623596842000CEC60 /* makefile.old */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = makefile.old; sourceTree = ""; }; + A5715F2723596842000CEC60 /* VfrCompiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VfrCompiler.h; sourceTree = ""; }; + A5715F2823596842000CEC60 /* VfrCompiler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VfrCompiler.cpp; sourceTree = ""; }; + A5715F2923596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715F2A23596842000CEC60 /* VfrFormPkg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VfrFormPkg.cpp; sourceTree = ""; }; + A5715F2B23596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715F2C23596842000CEC60 /* VfrUtilityLib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VfrUtilityLib.cpp; sourceTree = ""; }; + A5715F2D23596842000CEC60 /* VfrError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VfrError.h; sourceTree = ""; }; + A5715F2E23596842000CEC60 /* VfrUtilityLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VfrUtilityLib.h; sourceTree = ""; }; + A5715F2F23596842000CEC60 /* EfiVfr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EfiVfr.h; sourceTree = ""; }; + A5715F3023596842000CEC60 /* VfrSyntax.g */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VfrSyntax.g; sourceTree = ""; }; + A5715F3123596842000CEC60 /* VfrFormPkg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VfrFormPkg.h; sourceTree = ""; }; + A5715F3223596842000CEC60 /* VfrError.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VfrError.cpp; sourceTree = ""; }; + A5715F3423596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715F3523596842000CEC60 /* EfiRom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EfiRom.h; sourceTree = ""; }; + A5715F3623596842000CEC60 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + A5715F3723596842000CEC60 /* EfiRom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = EfiRom.c; sourceTree = ""; }; + A5715F3823596842000CEC60 /* set_vsprefix_envs.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = set_vsprefix_envs.bat; sourceTree = ""; }; + A5715F3A23596842000CEC60 /* GNUmakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GNUmakefile; sourceTree = ""; }; + A5715F3B23596842000CEC60 /* CheckUnicodeSourceFiles.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CheckUnicodeSourceFiles.py; sourceTree = ""; }; + A5715F3C23596842000CEC60 /* CheckPythonSyntax.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CheckPythonSyntax.py; sourceTree = ""; }; + A5715F3D23596842000CEC60 /* TestTools.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TestTools.py; sourceTree = ""; }; + A5715F3E23596842000CEC60 /* PythonTest.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = PythonTest.py; sourceTree = ""; }; + A5715F3F23596842000CEC60 /* TianoCompress.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TianoCompress.py; sourceTree = ""; }; + A5715F4023596842000CEC60 /* TestRegularExpression.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = TestRegularExpression.py; sourceTree = ""; }; + A5715F4123596842000CEC60 /* PythonToolsTests.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = PythonToolsTests.py; sourceTree = ""; }; + A5715F4223596842000CEC60 /* CToolsTests.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = CToolsTests.py; sourceTree = ""; }; + A5715F4323596842000CEC60 /* RunTests.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = RunTests.py; sourceTree = ""; }; + A5715F4423596842000CEC60 /* toolsetup.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = toolsetup.bat; sourceTree = ""; }; + A5715F4523596842000CEC60 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; + A5715F4723596842000CEC60 /* Rvct-Align32.sct */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Rvct-Align32.sct"; sourceTree = ""; }; + A5715F4823596842000CEC60 /* DetectNotUsedItem.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DetectNotUsedItem.py; sourceTree = ""; }; + A5715F4923596842000CEC60 /* GetMaintainer.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GetMaintainer.py; sourceTree = ""; }; + A5715F4A23596842000CEC60 /* ConvertMasmToNasm.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ConvertMasmToNasm.py; sourceTree = ""; }; + A5715F4B23596842000CEC60 /* ConvertUni.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ConvertUni.py; sourceTree = ""; }; + A5715F4C23596842000CEC60 /* GetUtcDateTime.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = GetUtcDateTime.py; sourceTree = ""; }; + A5715F4D23596842000CEC60 /* MemoryProfileSymbolGen.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = MemoryProfileSymbolGen.py; sourceTree = ""; }; + A5715F4E23596842000CEC60 /* Rvct-Align4K.sct */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Rvct-Align4K.sct"; sourceTree = ""; }; + A5715F4F23596842000CEC60 /* gcc4.9-ld-script */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "gcc4.9-ld-script"; sourceTree = ""; }; + A5715F5023596842000CEC60 /* RunMakefileSample.mak */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = RunMakefileSample.mak; sourceTree = ""; }; + A5715F5123596842000CEC60 /* SetupGit.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = SetupGit.py; sourceTree = ""; }; + A5715F5223596842000CEC60 /* RunMakefile.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = RunMakefile.py; sourceTree = ""; }; + A5715F5323596842000CEC60 /* FormatDosFiles.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = FormatDosFiles.py; sourceTree = ""; }; + A5715F5623596842000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715F5823596842000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715F5A23596842000CEC60 /* efibinary.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = efibinary.py; sourceTree = ""; }; + A5715F5B23596842000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715F5C23596842000CEC60 /* message.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = message.py; sourceTree = ""; }; + A5715F5D23596842000CEC60 /* inidocview.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = inidocview.py; sourceTree = ""; }; + A5715F5E23596842000CEC60 /* doxygen.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = doxygen.py; sourceTree = ""; }; + A5715F5F23596842000CEC60 /* ini.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ini.py; sourceTree = ""; }; + A5715F6123596842000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715F6323596842000CEC60 /* doxygengen_spec.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = doxygengen_spec.py; sourceTree = ""; }; + A5715F6423596842000CEC60 /* doxygengen.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = doxygengen.py; sourceTree = ""; }; + A5715F6523596842000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715F6623596842000CEC60 /* dec.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = dec.py; sourceTree = ""; }; + A5715F6723596842000CEC60 /* dsc.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = dsc.py; sourceTree = ""; }; + A5715F6823596842000CEC60 /* inf.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = inf.py; sourceTree = ""; }; + A5715F6923596842000CEC60 /* baseobject.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = baseobject.py; sourceTree = ""; }; + A5715F6A23596842000CEC60 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = ""; }; + A5715F6B23596842000CEC60 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = Readme.md; sourceTree = ""; }; + A5715F6C23596842000CEC60 /* packagedocapp.pyw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = packagedocapp.pyw; sourceTree = ""; }; + A5715F6D23596842000CEC60 /* packagedoc_cli.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = packagedoc_cli.py; sourceTree = ""; }; + A5715F6E23596842000CEC60 /* SetVisualStudio.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SetVisualStudio.bat; sourceTree = ""; }; + A5715F6F23596842000CEC60 /* UpdateBuildVersions.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = UpdateBuildVersions.py; sourceTree = ""; }; + A5715F7023596842000CEC60 /* PatchCheck.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = PatchCheck.py; sourceTree = ""; }; + A5715F7123596842000CEC60 /* BinToPcd.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = BinToPcd.py; sourceTree = ""; }; + A5715F7223596842000CEC60 /* GccBase.lds */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GccBase.lds; sourceTree = ""; }; + A5715F7323596842000CEC60 /* ConvertFceToStructurePcd.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = ConvertFceToStructurePcd.py; sourceTree = ""; }; + A5715F7423596842000CEC60 /* SmiHandlerProfileSymbolGen.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = SmiHandlerProfileSymbolGen.py; sourceTree = ""; }; + A5715F7523596842000CEC60 /* ShowEnvironment.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ShowEnvironment.bat; sourceTree = ""; }; + A5715F7623596842000CEC60 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; + A5715F7823596842000CEC60 /* TianoCompress_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = TianoCompress_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F7923596842000CEC60 /* GenDepex_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = GenDepex_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F7A23596842000CEC60 /* EfiRom_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = EfiRom_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F7B23596842000CEC60 /* GenCrc32_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = GenCrc32_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F7C23596842000CEC60 /* LzmaCompress_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = LzmaCompress_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F7D23596842000CEC60 /* SplitFile_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = SplitFile_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F7E23596842000CEC60 /* UtilityManPage_template.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = UtilityManPage_template.rtf; sourceTree = ""; }; + A5715F7F23596842000CEC60 /* TargetTool_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = TargetTool_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F8023596842000CEC60 /* Intel_UEFI_Packaging_Tool_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = Intel_UEFI_Packaging_Tool_Man_Page.rtf; sourceTree = ""; }; + A5715F8123596842000CEC60 /* GenFfs_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = GenFfs_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F8223596842000CEC60 /* GenSec_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = GenSec_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F8323596842000CEC60 /* VfrCompiler_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = VfrCompiler_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F8423596842000CEC60 /* GenFw_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = GenFw_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F8523596842000CEC60 /* PatchPcdValue_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = PatchPcdValue_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F8623596842000CEC60 /* Trim_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = Trim_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F8723596842000CEC60 /* GenFds_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = GenFds_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F8823596842000CEC60 /* GenFv_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = GenFv_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F8923596842000CEC60 /* GenPatchPcdTable_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = GenPatchPcdTable_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F8A23596842000CEC60 /* Build_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = Build_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F8B23596842000CEC60 /* VolInfo_Utility_Man_Page.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = VolInfo_Utility_Man_Page.rtf; sourceTree = ""; }; + A5715F8C23596842000CEC60 /* Change_to_BaseTools.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Change_to_BaseTools.txt; sourceTree = ""; }; + A5715F8E23596842000CEC60 /* tools_def.template */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tools_def.template; sourceTree = ""; }; + A5715F8F23596842000CEC60 /* gitattributes */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = gitattributes; sourceTree = ""; }; + A5715F9023596842000CEC60 /* target.template */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = target.template; sourceTree = ""; }; + A5715F9223596842000CEC60 /* DistributionPackage.xsd */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = DistributionPackage.xsd; sourceTree = ""; }; + A5715F9323596842000CEC60 /* diff.order */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = diff.order; sourceTree = ""; }; + A5715F9423596842000CEC60 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; + A5715F9523596842000CEC60 /* build_rule.template */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = build_rule.template; sourceTree = ""; }; + A5715F9623596842000CEC60 /* Empty_Package_Information_Data_File.ini */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Empty_Package_Information_Data_File.ini; sourceTree = ""; }; + A5715F9723596842000CEC60 /* get_vsvars.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = get_vsvars.bat; sourceTree = ""; }; + A5715F9823596842000CEC60 /* BuildEnv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BuildEnv; sourceTree = ""; }; + A571603823596861000CEC60 /* UefiCpuPkg.dsc */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiCpuPkg.dsc; sourceTree = ""; }; + A571603A23596861000CEC60 /* CpuGdt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuGdt.c; sourceTree = ""; }; + A571603C23596861000CEC60 /* CpuAsm.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuAsm.S; sourceTree = ""; }; + A571603D23596861000CEC60 /* CpuAsm.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuAsm.asm; sourceTree = ""; }; + A571603E23596861000CEC60 /* CpuDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuDxe.c; sourceTree = ""; }; + A571604023596861000CEC60 /* CpuAsm.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuAsm.S; sourceTree = ""; }; + A571604123596861000CEC60 /* IvtAsm.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = IvtAsm.S; sourceTree = ""; }; + A571604223596861000CEC60 /* CpuAsm.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuAsm.asm; sourceTree = ""; }; + A571604323596861000CEC60 /* IvtAsm.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = IvtAsm.asm; sourceTree = ""; }; + A571604423596861000CEC60 /* CpuDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuDxe.h; sourceTree = ""; }; + A571604523596861000CEC60 /* CpuDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CpuDxe.inf; sourceTree = ""; }; + A571604923596861000CEC60 /* S3Resume2Pei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = S3Resume2Pei.inf; sourceTree = ""; }; + A571604A23596861000CEC60 /* S3Resume.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3Resume.c; sourceTree = ""; }; + A571604C23596861000CEC60 /* CpuIo2Smm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CpuIo2Smm.inf; sourceTree = ""; }; + A571604D23596861000CEC60 /* CpuIo2Smm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuIo2Smm.c; sourceTree = ""; }; + A571604E23596861000CEC60 /* CpuIo2Smm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuIo2Smm.h; sourceTree = ""; }; + A571604F23596861000CEC60 /* edk2.patch-idtgdt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "edk2.patch-idtgdt"; sourceTree = ""; }; + A571605223596861000CEC60 /* MtrrLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MtrrLib.h; sourceTree = ""; }; + A571605323596861000CEC60 /* LocalApicLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LocalApicLib.h; sourceTree = ""; }; + A571605423596861000CEC60 /* UefiCpuLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiCpuLib.h; sourceTree = ""; }; + A571605623596861000CEC60 /* Microcode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Microcode.h; sourceTree = ""; }; + A571605723596861000CEC60 /* LocalApic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LocalApic.h; sourceTree = ""; }; + A571605823596861000CEC60 /* UefiCpuPkg.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiCpuPkg.dec; sourceTree = ""; }; + A571605B23596861000CEC60 /* SmmCpuExceptionHandlerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCpuExceptionHandlerLib.inf; sourceTree = ""; }; + A571605C23596861000CEC60 /* CpuExceptionCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuExceptionCommon.h; sourceTree = ""; }; + A571605D23596861000CEC60 /* SmmCpuExceptionHandlerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCpuExceptionHandlerLib.uni; sourceTree = ""; }; + A571605E23596861000CEC60 /* DxeSmmCpuException.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeSmmCpuException.c; sourceTree = ""; }; + A571606023596861000CEC60 /* ArchExceptionHandler.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ArchExceptionHandler.c; sourceTree = ""; }; + A571606123596861000CEC60 /* ExceptionHandlerAsm.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = ExceptionHandlerAsm.S; sourceTree = ""; }; + A571606223596861000CEC60 /* ExceptionHandlerAsm.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = ExceptionHandlerAsm.asm; sourceTree = ""; }; + A571606323596861000CEC60 /* ArchInterruptDefs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ArchInterruptDefs.h; sourceTree = ""; }; + A571606423596861000CEC60 /* SecPeiCpuExceptionHandlerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecPeiCpuExceptionHandlerLib.inf; sourceTree = ""; }; + A571606523596861000CEC60 /* SecPeiCpuException.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SecPeiCpuException.c; sourceTree = ""; }; + A571606623596861000CEC60 /* SmmException.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmException.c; sourceTree = ""; }; + A571606723596861000CEC60 /* SecPeiCpuExceptionHandlerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecPeiCpuExceptionHandlerLib.uni; sourceTree = ""; }; + A571606823596861000CEC60 /* CpuExceptionCommon.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuExceptionCommon.c; sourceTree = ""; }; + A571606A23596861000CEC60 /* ArchExceptionHandler.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ArchExceptionHandler.c; sourceTree = ""; }; + A571606B23596861000CEC60 /* ExceptionHandlerAsm.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = ExceptionHandlerAsm.S; sourceTree = ""; }; + A571606C23596861000CEC60 /* ExceptionHandlerAsm.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = ExceptionHandlerAsm.asm; sourceTree = ""; }; + A571606D23596861000CEC60 /* ArchInterruptDefs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ArchInterruptDefs.h; sourceTree = ""; }; + A571606E23596861000CEC60 /* DxeException.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeException.c; sourceTree = ""; }; + A571606F23596861000CEC60 /* DxeCpuExceptionHandlerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCpuExceptionHandlerLib.inf; sourceTree = ""; }; + A571607023596861000CEC60 /* DxeCpuExceptionHandlerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCpuExceptionHandlerLib.uni; sourceTree = ""; }; + A571607223596861000CEC60 /* BaseXApicLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseXApicLib.c; sourceTree = ""; }; + A571607323596861000CEC60 /* BaseXApicLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseXApicLib.inf; sourceTree = ""; }; + A571607523596861000CEC60 /* X86TimerLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86TimerLib.c; sourceTree = ""; }; + A571607623596861000CEC60 /* SecPeiDxeTimerLibUefiCpu.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecPeiDxeTimerLibUefiCpu.inf; sourceTree = ""; }; + A571607723596861000CEC60 /* IpfTimerLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IpfTimerLib.c; sourceTree = ""; }; + A571607A23596861000CEC60 /* InitializeFpu.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = InitializeFpu.S; sourceTree = ""; }; + A571607B23596861000CEC60 /* InitializeFpu.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = InitializeFpu.asm; sourceTree = ""; }; + A571607C23596861000CEC60 /* BaseUefiCpuLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseUefiCpuLib.inf; sourceTree = ""; }; + A571607E23596861000CEC60 /* InitializeFpu.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = InitializeFpu.S; sourceTree = ""; }; + A571607F23596861000CEC60 /* InitializeFpu.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = InitializeFpu.asm; sourceTree = ""; }; + A571608123596861000CEC60 /* BaseXApicX2ApicLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseXApicX2ApicLib.inf; sourceTree = ""; }; + A571608223596861000CEC60 /* BaseXApicX2ApicLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseXApicX2ApicLib.c; sourceTree = ""; }; + A571608423596861000CEC60 /* MtrrLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = MtrrLib.inf; sourceTree = ""; }; + A571608523596861000CEC60 /* MtrrLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MtrrLib.c; sourceTree = ""; }; + A571608723596861000CEC60 /* CpuIo2Dxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CpuIo2Dxe.inf; sourceTree = ""; }; + A571608823596861000CEC60 /* CpuIo2Dxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuIo2Dxe.c; sourceTree = ""; }; + A571608923596861000CEC60 /* CpuIo2Dxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuIo2Dxe.h; sourceTree = ""; }; + A571608A23596861000CEC60 /* build.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build.sh; sourceTree = ""; }; + A571608D23596861000CEC60 /* CommonMacros.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = CommonMacros.inc; sourceTree = ""; }; + A571608E23596861000CEC60 /* Build.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = Build.py; sourceTree = ""; }; + A571609023596861000CEC60 /* FixupForRawSection.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = FixupForRawSection.py; sourceTree = ""; }; + A571609223596861000CEC60 /* ResetVector.x64.port80.raw */ = {isa = PBXFileReference; lastKnownFileType = file; path = ResetVector.x64.port80.raw; sourceTree = ""; }; + A571609323596861000CEC60 /* ResetVector.ia32.port80.raw */ = {isa = PBXFileReference; lastKnownFileType = file; path = ResetVector.ia32.port80.raw; sourceTree = ""; }; + A571609423596861000CEC60 /* ResetVector.x64.raw */ = {isa = PBXFileReference; lastKnownFileType = file; path = ResetVector.x64.raw; sourceTree = ""; }; + A571609523596861000CEC60 /* ResetVector.ia32.serial.raw */ = {isa = PBXFileReference; lastKnownFileType = file; path = ResetVector.ia32.serial.raw; sourceTree = ""; }; + A571609623596861000CEC60 /* ResetVector.x64.serial.raw */ = {isa = PBXFileReference; lastKnownFileType = file; path = ResetVector.x64.serial.raw; sourceTree = ""; }; + A571609723596861000CEC60 /* ResetVector.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetVector.inf; sourceTree = ""; }; + A571609823596861000CEC60 /* ResetVector.ia32.raw */ = {isa = PBXFileReference; lastKnownFileType = file; path = ResetVector.ia32.raw; sourceTree = ""; }; + A571609923596861000CEC60 /* PostCodes.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = PostCodes.inc; sourceTree = ""; }; + A571609A23596861000CEC60 /* Main.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = Main.asm; sourceTree = ""; }; + A571609B23596861000CEC60 /* SerialDebug.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SerialDebug.asm; sourceTree = ""; }; + A571609D23596861000CEC60 /* SearchForSecEntry.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SearchForSecEntry.asm; sourceTree = ""; }; + A571609E23596861000CEC60 /* SearchForBfvBase.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SearchForBfvBase.asm; sourceTree = ""; }; + A571609F23596861000CEC60 /* Flat32ToFlat64.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = Flat32ToFlat64.asm; sourceTree = ""; }; + A57160A023596861000CEC60 /* Port80Debug.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = Port80Debug.asm; sourceTree = ""; }; + A57160A123596861000CEC60 /* ReadMe.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; + A57160A323596861000CEC60 /* Real16ToFlat32.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = Real16ToFlat32.asm; sourceTree = ""; }; + A57160A423596861000CEC60 /* Init16.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = Init16.asm; sourceTree = ""; }; + A57160A523596861000CEC60 /* ResetVectorVtf0.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = ResetVectorVtf0.asm; sourceTree = ""; }; + A57160A623596861000CEC60 /* ResetVectorCode.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = ResetVectorCode.asm; sourceTree = ""; }; + A57160A723596861000CEC60 /* DebugDisabled.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = DebugDisabled.asm; sourceTree = ""; }; + A57160A923596861000CEC60 /* CpuIoPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CpuIoPei.inf; sourceTree = ""; }; + A57160AA23596861000CEC60 /* CpuIoPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuIoPei.c; sourceTree = ""; }; + A57160AB23596861000CEC60 /* CpuIoPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuIoPei.h; sourceTree = ""; }; + A57160AF2359688B000CEC60 /* PlatformBdsLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformBdsLib.h; sourceTree = ""; }; + A57160B02359688B000CEC60 /* GenericBdsLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GenericBdsLib.h; sourceTree = ""; }; + A57160B22359688B000CEC60 /* ExitPmAuth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExitPmAuth.h; sourceTree = ""; }; + A57160B32359688B000CEC60 /* IsaAcpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsaAcpi.h; sourceTree = ""; }; + A57160B42359688B000CEC60 /* OEMBadging.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OEMBadging.h; sourceTree = ""; }; + A57160B52359688B000CEC60 /* VgaMiniPort.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VgaMiniPort.h; sourceTree = ""; }; + A57160B62359688B000CEC60 /* IsaIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsaIo.h; sourceTree = ""; }; + A57160B82359688B000CEC60 /* LegacyBios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyBios.h; sourceTree = ""; }; + A57160B92359688B000CEC60 /* IntelFrameworkModulePkgTokenSpace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IntelFrameworkModulePkgTokenSpace.h; sourceTree = ""; }; + A57160BA2359688B000CEC60 /* BlockIoVendor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIoVendor.h; sourceTree = ""; }; + A57160BB2359688B000CEC60 /* HdBootVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HdBootVariable.h; sourceTree = ""; }; + A57160BC2359688B000CEC60 /* BdsLibHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BdsLibHii.h; sourceTree = ""; }; + A57160BD2359688B000CEC60 /* BdsHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BdsHii.h; sourceTree = ""; }; + A57160BE2359688B000CEC60 /* TianoDecompress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TianoDecompress.h; sourceTree = ""; }; + A57160BF2359688B000CEC60 /* DataHubStatusCodeRecord.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DataHubStatusCodeRecord.h; sourceTree = ""; }; + A57160C02359688B000CEC60 /* AcpiVariableCompatibility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiVariableCompatibility.h; sourceTree = ""; }; + A57160C12359688B000CEC60 /* LegacyDevOrder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyDevOrder.h; sourceTree = ""; }; + A57160C22359688B000CEC60 /* LastEnumLang.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LastEnumLang.h; sourceTree = ""; }; + A57160C32359688B000CEC60 /* CapsuleDataFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleDataFile.h; sourceTree = ""; }; + A57160C42359688B000CEC60 /* IntelFrameworkModulePkgExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkModulePkgExtra.uni; sourceTree = ""; }; + A57160C52359688B000CEC60 /* IntelFrameworkModulePkg.dsc */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkModulePkg.dsc; sourceTree = ""; }; + A57160C62359688B000CEC60 /* IntelFrameworkModulePkg.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkModulePkg.uni; sourceTree = ""; }; + A57160C72359688B000CEC60 /* IntelFrameworkModulePkg.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkModulePkg.dec; sourceTree = ""; }; + A57160C923596894000CEC60 /* IntelFrameworkPkgExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkPkgExtra.uni; sourceTree = ""; }; + A57160CB23596894000CEC60 /* FrameworkSmm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkSmm.h; sourceTree = ""; }; + A57160CC23596894000CEC60 /* FrameworkDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkDxe.h; sourceTree = ""; }; + A57160CE23596894000CEC60 /* BootScript.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootScript.h; sourceTree = ""; }; + A57160CF23596894000CEC60 /* FirmwareVolumeImageFormat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolumeImageFormat.h; sourceTree = ""; }; + A57160D023596894000CEC60 /* SmmCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCis.h; sourceTree = ""; }; + A57160D123596894000CEC60 /* FrameworkInternalFormRepresentation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkInternalFormRepresentation.h; sourceTree = ""; }; + A57160D223596894000CEC60 /* Hob.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Hob.h; sourceTree = ""; }; + A57160D323596894000CEC60 /* PeiCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiCis.h; sourceTree = ""; }; + A57160D423596894000CEC60 /* FirmwareVolumeHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolumeHeader.h; sourceTree = ""; }; + A57160D523596894000CEC60 /* StatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCode.h; sourceTree = ""; }; + A57160D623596894000CEC60 /* DxeCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeCis.h; sourceTree = ""; }; + A57160D823596894000CEC60 /* SmmBase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmBase.h; sourceTree = ""; }; + A57160D923596894000CEC60 /* SmmUsbDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmUsbDispatch.h; sourceTree = ""; }; + A57160DA23596894000CEC60 /* SmmIchnDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmIchnDispatch.h; sourceTree = ""; }; + A57160DB23596894000CEC60 /* LegacyInterrupt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyInterrupt.h; sourceTree = ""; }; + A57160DC23596894000CEC60 /* LegacyBios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyBios.h; sourceTree = ""; }; + A57160DD23596894000CEC60 /* SmmSxDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmSxDispatch.h; sourceTree = ""; }; + A57160DE23596894000CEC60 /* SmmGpiDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmGpiDispatch.h; sourceTree = ""; }; + A57160DF23596894000CEC60 /* AcpiS3Save.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiS3Save.h; sourceTree = ""; }; + A57160E023596894000CEC60 /* FrameworkMpService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkMpService.h; sourceTree = ""; }; + A57160E123596894000CEC60 /* FrameworkFirmwareVolumeBlock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkFirmwareVolumeBlock.h; sourceTree = ""; }; + A57160E223596894000CEC60 /* SmmPowerButtonDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmPowerButtonDispatch.h; sourceTree = ""; }; + A57160E323596894000CEC60 /* FrameworkFormCallback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkFormCallback.h; sourceTree = ""; }; + A57160E423596894000CEC60 /* SmmControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmControl.h; sourceTree = ""; }; + A57160E523596894000CEC60 /* SmmCpuSaveState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCpuSaveState.h; sourceTree = ""; }; + A57160E623596894000CEC60 /* SmmStandbyButtonDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmStandbyButtonDispatch.h; sourceTree = ""; }; + A57160E723596894000CEC60 /* SectionExtraction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SectionExtraction.h; sourceTree = ""; }; + A57160E823596894000CEC60 /* LegacyBiosPlatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyBiosPlatform.h; sourceTree = ""; }; + A57160E923596894000CEC60 /* FrameworkFormBrowser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkFormBrowser.h; sourceTree = ""; }; + A57160EA23596894000CEC60 /* SmmAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmAccess.h; sourceTree = ""; }; + A57160EB23596894000CEC60 /* LegacyRegion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyRegion.h; sourceTree = ""; }; + A57160EC23596894000CEC60 /* BootScriptSave.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootScriptSave.h; sourceTree = ""; }; + A57160ED23596894000CEC60 /* DataHub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DataHub.h; sourceTree = ""; }; + A57160EE23596894000CEC60 /* SmmSwDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmSwDispatch.h; sourceTree = ""; }; + A57160EF23596894000CEC60 /* SmmPeriodicTimerDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmPeriodicTimerDispatch.h; sourceTree = ""; }; + A57160F023596894000CEC60 /* Legacy8259.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Legacy8259.h; sourceTree = ""; }; + A57160F123596894000CEC60 /* AcpiSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiSupport.h; sourceTree = ""; }; + A57160F223596894000CEC60 /* SmmCpuIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCpuIo.h; sourceTree = ""; }; + A57160F323596894000CEC60 /* CpuIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuIo.h; sourceTree = ""; }; + A57160F423596894000CEC60 /* FirmwareVolume.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolume.h; sourceTree = ""; }; + A57160F523596894000CEC60 /* FrameworkHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkHii.h; sourceTree = ""; }; + A57160F623596894000CEC60 /* FrameworkPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameworkPei.h; sourceTree = ""; }; + A57160F823596894000CEC60 /* SmramMemoryReserve.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmramMemoryReserve.h; sourceTree = ""; }; + A57160F923596894000CEC60 /* DataHubRecords.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DataHubRecords.h; sourceTree = ""; }; + A57160FA23596894000CEC60 /* SmmCommunicate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCommunicate.h; sourceTree = ""; }; + A57160FB23596894000CEC60 /* BlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIo.h; sourceTree = ""; }; + A57160FC23596894000CEC60 /* Capsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Capsule.h; sourceTree = ""; }; + A57160FD23596894000CEC60 /* FirmwareFileSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareFileSystem.h; sourceTree = ""; }; + A57160FF23596894000CEC60 /* PciCfg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciCfg.h; sourceTree = ""; }; + A571610023596894000CEC60 /* Security.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Security.h; sourceTree = ""; }; + A571610123596894000CEC60 /* S3Resume.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3Resume.h; sourceTree = ""; }; + A571610223596894000CEC60 /* BootScriptExecuter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootScriptExecuter.h; sourceTree = ""; }; + A571610323596894000CEC60 /* ReadOnlyVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReadOnlyVariable.h; sourceTree = ""; }; + A571610423596894000CEC60 /* SectionExtraction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SectionExtraction.h; sourceTree = ""; }; + A571610523596894000CEC60 /* FvLoadFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FvLoadFile.h; sourceTree = ""; }; + A571610623596894000CEC60 /* Smbus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Smbus.h; sourceTree = ""; }; + A571610723596894000CEC60 /* FindFv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FindFv.h; sourceTree = ""; }; + A571610823596894000CEC60 /* IntelFrameworkPkg.dsc */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkPkg.dsc; sourceTree = ""; }; + A571610923596894000CEC60 /* IntelFrameworkPkg.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkPkg.uni; sourceTree = ""; }; + A571610A23596894000CEC60 /* IntelFrameworkPkg.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = IntelFrameworkPkg.dec; sourceTree = ""; }; + A571610E2359689E000CEC60 /* Runtime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Runtime.c; sourceTree = ""; }; + A571610F2359689E000CEC60 /* RuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeDxe.inf; sourceTree = ""; }; + A57161102359689E000CEC60 /* RuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeDxe.uni; sourceTree = ""; }; + A57161112359689E000CEC60 /* Crc32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Crc32.c; sourceTree = ""; }; + A57161122359689E000CEC60 /* Runtime.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Runtime.h; sourceTree = ""; }; + A57161132359689E000CEC60 /* RuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeDxeExtra.uni; sourceTree = ""; }; + A57161162359689E000CEC60 /* Stall.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Stall.c; sourceTree = ""; }; + A57161172359689E000CEC60 /* MemoryProtection.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryProtection.c; sourceTree = ""; }; + A57161182359689E000CEC60 /* DebugImageInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugImageInfo.c; sourceTree = ""; }; + A57161192359689E000CEC60 /* InstallConfigurationTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InstallConfigurationTable.c; sourceTree = ""; }; + A571611A2359689E000CEC60 /* SetWatchdogTimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetWatchdogTimer.c; sourceTree = ""; }; + A571611B2359689E000CEC60 /* PropertiesTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PropertiesTable.c; sourceTree = ""; }; + A571611C2359689E000CEC60 /* MemoryAttributesTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAttributesTable.c; sourceTree = ""; }; + A571611E2359689E000CEC60 /* Handle.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Handle.c; sourceTree = ""; }; + A571611F2359689E000CEC60 /* Handle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Handle.h; sourceTree = ""; }; + A57161202359689E000CEC60 /* Locate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Locate.c; sourceTree = ""; }; + A57161212359689E000CEC60 /* DriverSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DriverSupport.c; sourceTree = ""; }; + A57161222359689E000CEC60 /* Notify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Notify.c; sourceTree = ""; }; + A57161232359689E000CEC60 /* DxeMain.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeMain.inf; sourceTree = ""; }; + A57161252359689E000CEC60 /* FwVolBlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FwVolBlock.c; sourceTree = ""; }; + A57161262359689E000CEC60 /* FwVolBlock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FwVolBlock.h; sourceTree = ""; }; + A57161282359689E000CEC60 /* Dispatcher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dispatcher.c; sourceTree = ""; }; + A57161292359689E000CEC60 /* Dependency.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dependency.c; sourceTree = ""; }; + A571612B2359689E000CEC60 /* FwVolAttrib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FwVolAttrib.c; sourceTree = ""; }; + A571612C2359689E000CEC60 /* FwVolRead.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FwVolRead.c; sourceTree = ""; }; + A571612D2359689E000CEC60 /* FwVolDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FwVolDriver.h; sourceTree = ""; }; + A571612E2359689E000CEC60 /* Ffs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ffs.c; sourceTree = ""; }; + A571612F2359689E000CEC60 /* FwVolWrite.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FwVolWrite.c; sourceTree = ""; }; + A57161302359689E000CEC60 /* FwVol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FwVol.c; sourceTree = ""; }; + A57161322359689E000CEC60 /* DxeProtocolNotify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeProtocolNotify.c; sourceTree = ""; }; + A57161332359689E000CEC60 /* DxeMain.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeMain.c; sourceTree = ""; }; + A57161352359689E000CEC60 /* Library.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Library.c; sourceTree = ""; }; + A57161372359689E000CEC60 /* Gcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Gcd.c; sourceTree = ""; }; + A57161382359689E000CEC60 /* Gcd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Gcd.h; sourceTree = ""; }; + A571613A2359689E000CEC60 /* Image.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Image.c; sourceTree = ""; }; + A571613B2359689E000CEC60 /* Image.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Image.h; sourceTree = ""; }; + A571613C2359689E000CEC60 /* DxeMain.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeMain.h; sourceTree = ""; }; + A571613D2359689E000CEC60 /* DxeCore.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCore.uni; sourceTree = ""; }; + A571613F2359689E000CEC60 /* CoreSectionExtraction.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CoreSectionExtraction.c; sourceTree = ""; }; + A57161412359689E000CEC60 /* Timer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Timer.c; sourceTree = ""; }; + A57161422359689E000CEC60 /* Event.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Event.h; sourceTree = ""; }; + A57161432359689E000CEC60 /* Event.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Event.c; sourceTree = ""; }; + A57161442359689E000CEC60 /* Tpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Tpl.c; sourceTree = ""; }; + A57161452359689E000CEC60 /* DxeCoreExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreExtra.uni; sourceTree = ""; }; + A57161472359689E000CEC60 /* HeapGuard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HeapGuard.c; sourceTree = ""; }; + A57161482359689E000CEC60 /* MemData.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemData.c; sourceTree = ""; }; + A57161492359689E000CEC60 /* MemoryProfileRecord.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryProfileRecord.c; sourceTree = ""; }; + A571614A2359689E000CEC60 /* Page.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Page.c; sourceTree = ""; }; + A571614B2359689E000CEC60 /* HeapGuard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HeapGuard.h; sourceTree = ""; }; + A571614C2359689E000CEC60 /* Imem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Imem.h; sourceTree = ""; }; + A571614D2359689E000CEC60 /* Pool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Pool.c; sourceTree = ""; }; + A571614F2359689E000CEC60 /* Smi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Smi.c; sourceTree = ""; }; + A57161502359689E000CEC60 /* SmiHandlerProfile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmiHandlerProfile.c; sourceTree = ""; }; + A57161512359689E000CEC60 /* HeapGuard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HeapGuard.c; sourceTree = ""; }; + A57161522359689E000CEC60 /* PiSmmCore.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PiSmmCore.c; sourceTree = ""; }; + A57161532359689E000CEC60 /* Dispatcher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dispatcher.c; sourceTree = ""; }; + A57161542359689E000CEC60 /* PiSmmIplExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmIplExtra.uni; sourceTree = ""; }; + A57161552359689E000CEC60 /* SmramProfileRecord.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmramProfileRecord.c; sourceTree = ""; }; + A57161562359689E000CEC60 /* Handle.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Handle.c; sourceTree = ""; }; + A57161572359689E000CEC60 /* PiSmmCoreExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreExtra.uni; sourceTree = ""; }; + A57161582359689E000CEC60 /* InstallConfigurationTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InstallConfigurationTable.c; sourceTree = ""; }; + A57161592359689E000CEC60 /* PiSmmCorePrivateData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmCorePrivateData.h; sourceTree = ""; }; + A571615A2359689E000CEC60 /* PiSmmIpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PiSmmIpl.c; sourceTree = ""; }; + A571615B2359689E000CEC60 /* Page.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Page.c; sourceTree = ""; }; + A571615C2359689E000CEC60 /* PiSmmCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmCore.h; sourceTree = ""; }; + A571615D2359689E000CEC60 /* HeapGuard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HeapGuard.h; sourceTree = ""; }; + A571615E2359689E000CEC60 /* PiSmmCore.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCore.inf; sourceTree = ""; }; + A571615F2359689E000CEC60 /* Locate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Locate.c; sourceTree = ""; }; + A57161602359689E000CEC60 /* Dependency.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dependency.c; sourceTree = ""; }; + A57161612359689E000CEC60 /* Pool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Pool.c; sourceTree = ""; }; + A57161622359689E000CEC60 /* PiSmmCore.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCore.uni; sourceTree = ""; }; + A57161632359689E000CEC60 /* MemoryAttributesTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAttributesTable.c; sourceTree = ""; }; + A57161642359689E000CEC60 /* PiSmmIpl.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmIpl.uni; sourceTree = ""; }; + A57161652359689E000CEC60 /* Notify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Notify.c; sourceTree = ""; }; + A57161662359689E000CEC60 /* PiSmmIpl.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmIpl.inf; sourceTree = ""; }; + A57161682359689E000CEC60 /* PeiMain.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiMain.inf; sourceTree = ""; }; + A571616A2359689E000CEC60 /* PciCfg2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciCfg2.c; sourceTree = ""; }; + A571616C2359689E000CEC60 /* MemoryServices.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryServices.c; sourceTree = ""; }; + A571616E2359689E000CEC60 /* Hob.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Hob.c; sourceTree = ""; }; + A57161702359689E000CEC60 /* Security.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Security.c; sourceTree = ""; }; + A57161722359689E000CEC60 /* Reset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Reset.c; sourceTree = ""; }; + A57161742359689E000CEC60 /* Dispatcher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dispatcher.c; sourceTree = ""; }; + A57161762359689E000CEC60 /* FwVol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FwVol.h; sourceTree = ""; }; + A57161772359689E000CEC60 /* FwVol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FwVol.c; sourceTree = ""; }; + A57161792359689E000CEC60 /* Dependency.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dependency.h; sourceTree = ""; }; + A571617A2359689E000CEC60 /* Dependency.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Dependency.c; sourceTree = ""; }; + A571617C2359689E000CEC60 /* Image.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Image.c; sourceTree = ""; }; + A571617E2359689E000CEC60 /* PeiMain.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiMain.c; sourceTree = ""; }; + A57161802359689E000CEC60 /* StatusCode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StatusCode.c; sourceTree = ""; }; + A57161822359689E000CEC60 /* BootMode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootMode.c; sourceTree = ""; }; + A57161842359689E000CEC60 /* CpuIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuIo.c; sourceTree = ""; }; + A57161862359689E000CEC60 /* Ppi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ppi.c; sourceTree = ""; }; + A57161872359689E000CEC60 /* PeiCoreExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiCoreExtra.uni; sourceTree = ""; }; + A57161882359689E000CEC60 /* PeiMain.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiMain.h; sourceTree = ""; }; + A57161892359689E000CEC60 /* PeiCore.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiCore.uni; sourceTree = ""; }; + A571618B2359689E000CEC60 /* DxeIpl.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIpl.uni; sourceTree = ""; }; + A571618D2359689E000CEC60 /* DxeLoadFunc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeLoadFunc.c; sourceTree = ""; }; + A571618E2359689E000CEC60 /* DxeLoad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeLoad.c; sourceTree = ""; }; + A571618F2359689E000CEC60 /* DxeIpl.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIpl.inf; sourceTree = ""; }; + A57161912359689E000CEC60 /* VirtualMemory.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VirtualMemory.c; sourceTree = ""; }; + A57161922359689E000CEC60 /* VirtualMemory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VirtualMemory.h; sourceTree = ""; }; + A57161932359689E000CEC60 /* DxeLoadFunc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeLoadFunc.c; sourceTree = ""; }; + A57161942359689E000CEC60 /* DxeIpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeIpl.h; sourceTree = ""; }; + A57161962359689E000CEC60 /* IdtVectorAsm.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IdtVectorAsm.nasm; sourceTree = ""; }; + A57161972359689E000CEC60 /* DxeLoadFunc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeLoadFunc.c; sourceTree = ""; }; + A57161992359689E000CEC60 /* DxeLoadFunc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeLoadFunc.c; sourceTree = ""; }; + A571619A2359689E000CEC60 /* DxeIplExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIplExtra.uni; sourceTree = ""; }; + A571619D2359689E000CEC60 /* DebugPort.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugPort.c; sourceTree = ""; }; + A571619E2359689E000CEC60 /* DebugPortDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugPortDxeExtra.uni; sourceTree = ""; }; + A571619F2359689E000CEC60 /* DebugPortDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugPortDxe.inf; sourceTree = ""; }; + A57161A02359689E000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57161A12359689E000CEC60 /* DebugPortDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugPortDxe.uni; sourceTree = ""; }; + A57161A22359689E000CEC60 /* DebugPort.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugPort.h; sourceTree = ""; }; + A57161A42359689E000CEC60 /* EsrtFmpDebugPrint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EsrtFmpDebugPrint.c; sourceTree = ""; }; + A57161A52359689E000CEC60 /* EsrtFmpDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EsrtFmpDxeExtra.uni; sourceTree = ""; }; + A57161A62359689E000CEC60 /* EsrtFmpDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EsrtFmpDxe.inf; sourceTree = ""; }; + A57161A72359689E000CEC60 /* EsrtFmpDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EsrtFmpDxe.uni; sourceTree = ""; }; + A57161A82359689E000CEC60 /* EsrtFmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EsrtFmp.c; sourceTree = ""; }; + A57161AB2359689E000CEC60 /* PlDebugSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlDebugSupport.h; sourceTree = ""; }; + A57161AC2359689E000CEC60 /* PlDebugSupportX64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlDebugSupportX64.c; sourceTree = ""; }; + A57161AD2359689E000CEC60 /* AsmFuncs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = AsmFuncs.nasm; sourceTree = ""; }; + A57161AE2359689E000CEC60 /* DebugSupportDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugSupportDxeExtra.uni; sourceTree = ""; }; + A57161AF2359689E000CEC60 /* DebugSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugSupport.c; sourceTree = ""; }; + A57161B12359689E000CEC60 /* PlDebugSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlDebugSupport.h; sourceTree = ""; }; + A57161B22359689E000CEC60 /* AsmFuncs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = AsmFuncs.nasm; sourceTree = ""; }; + A57161B32359689E000CEC60 /* PlDebugSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlDebugSupport.c; sourceTree = ""; }; + A57161B42359689E000CEC60 /* PlDebugSupportIa32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlDebugSupportIa32.c; sourceTree = ""; }; + A57161B52359689E000CEC60 /* DebugSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugSupport.h; sourceTree = ""; }; + A57161B62359689E000CEC60 /* DebugSupportDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugSupportDxe.uni; sourceTree = ""; }; + A57161B72359689E000CEC60 /* DebugSupportDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugSupportDxe.inf; sourceTree = ""; }; + A57161BA2359689E000CEC60 /* AmlNamespace.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AmlNamespace.c; sourceTree = ""; }; + A57161BB2359689E000CEC60 /* AcpiTableDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AcpiTableDxeExtra.uni; sourceTree = ""; }; + A57161BC2359689E000CEC60 /* AcpiTableProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AcpiTableProtocol.c; sourceTree = ""; }; + A57161BD2359689E000CEC60 /* AmlOption.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AmlOption.c; sourceTree = ""; }; + A57161BE2359689E000CEC60 /* AmlString.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AmlString.c; sourceTree = ""; }; + A57161BF2359689E000CEC60 /* AcpiSdt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AcpiSdt.c; sourceTree = ""; }; + A57161C02359689E000CEC60 /* AcpiTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AcpiTable.c; sourceTree = ""; }; + A57161C12359689E000CEC60 /* AcpiTableDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AcpiTableDxe.uni; sourceTree = ""; }; + A57161C22359689E000CEC60 /* AmlChild.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AmlChild.c; sourceTree = ""; }; + A57161C32359689E000CEC60 /* AcpiTableDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = AcpiTableDxe.inf; sourceTree = ""; }; + A57161C42359689E000CEC60 /* AcpiSdt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiSdt.h; sourceTree = ""; }; + A57161C52359689E000CEC60 /* Aml.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Aml.c; sourceTree = ""; }; + A57161C62359689E000CEC60 /* AcpiTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiTable.h; sourceTree = ""; }; + A57161C82359689E000CEC60 /* AcpiS3ContextSave.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AcpiS3ContextSave.c; sourceTree = ""; }; + A57161C92359689E000CEC60 /* S3SaveStateDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = S3SaveStateDxeExtra.uni; sourceTree = ""; }; + A57161CA2359689E000CEC60 /* S3SaveState.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3SaveState.c; sourceTree = ""; }; + A57161CB2359689E000CEC60 /* S3SaveStateDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = S3SaveStateDxe.uni; sourceTree = ""; }; + A57161CC2359689E000CEC60 /* S3SaveStateDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = S3SaveStateDxe.inf; sourceTree = ""; }; + A57161CD2359689E000CEC60 /* InternalS3SaveState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalS3SaveState.h; sourceTree = ""; }; + A57161CF2359689E000CEC60 /* BootGraphicsResourceTableDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootGraphicsResourceTableDxeExtra.uni; sourceTree = ""; }; + A57161D02359689E000CEC60 /* BootGraphicsResourceTableDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootGraphicsResourceTableDxe.c; sourceTree = ""; }; + A57161D12359689E000CEC60 /* BootGraphicsResourceTableDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootGraphicsResourceTableDxe.inf; sourceTree = ""; }; + A57161D22359689E000CEC60 /* BootGraphicsResourceTableDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootGraphicsResourceTableDxe.uni; sourceTree = ""; }; + A57161D42359689E000CEC60 /* FirmwarePerformanceSmm.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformanceSmm.uni; sourceTree = ""; }; + A57161D52359689E000CEC60 /* FirmwarePerformanceSmm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformanceSmm.inf; sourceTree = ""; }; + A57161D62359689E000CEC60 /* FirmwarePerformanceSmmExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformanceSmmExtra.uni; sourceTree = ""; }; + A57161D72359689E000CEC60 /* FirmwarePerformanceSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FirmwarePerformanceSmm.c; sourceTree = ""; }; + A57161D92359689E000CEC60 /* FirmwarePerformancePei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FirmwarePerformancePei.c; sourceTree = ""; }; + A57161DA2359689E000CEC60 /* FirmwarePerformancePeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformancePeiExtra.uni; sourceTree = ""; }; + A57161DB2359689E000CEC60 /* FirmwarePerformancePei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformancePei.inf; sourceTree = ""; }; + A57161DC2359689E000CEC60 /* FirmwarePerformancePei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformancePei.uni; sourceTree = ""; }; + A57161DE2359689E000CEC60 /* AcpiPlatform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AcpiPlatform.c; sourceTree = ""; }; + A57161DF2359689E000CEC60 /* AcpiPlatformDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = AcpiPlatformDxe.inf; sourceTree = ""; }; + A57161E02359689E000CEC60 /* AcpiPlatformExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AcpiPlatformExtra.uni; sourceTree = ""; }; + A57161E12359689E000CEC60 /* AcpiPlatform.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AcpiPlatform.uni; sourceTree = ""; }; + A57161E32359689E000CEC60 /* BootScriptExecutorDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootScriptExecutorDxe.inf; sourceTree = ""; }; + A57161E42359689E000CEC60 /* BootScriptExecutorDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootScriptExecutorDxe.uni; sourceTree = ""; }; + A57161E62359689E000CEC60 /* S3Asm.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = S3Asm.nasm; sourceTree = ""; }; + A57161E72359689E000CEC60 /* SetIdtEntry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetIdtEntry.c; sourceTree = ""; }; + A57161E82359689E000CEC60 /* ScriptExecute.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScriptExecute.h; sourceTree = ""; }; + A57161E92359689E000CEC60 /* BootScriptExecutorDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootScriptExecutorDxeExtra.uni; sourceTree = ""; }; + A57161EB2359689E000CEC60 /* S3Asm.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = S3Asm.nasm; sourceTree = ""; }; + A57161EC2359689E000CEC60 /* SetIdtEntry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetIdtEntry.c; sourceTree = ""; }; + A57161ED2359689E000CEC60 /* ScriptExecute.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScriptExecute.c; sourceTree = ""; }; + A57161EF2359689E000CEC60 /* SmmS3SaveStateExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmS3SaveStateExtra.uni; sourceTree = ""; }; + A57161F02359689E000CEC60 /* SmmS3SaveState.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmS3SaveState.inf; sourceTree = ""; }; + A57161F12359689E000CEC60 /* SmmS3SaveState.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmS3SaveState.uni; sourceTree = ""; }; + A57161F22359689E000CEC60 /* InternalSmmSaveState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalSmmSaveState.h; sourceTree = ""; }; + A57161F32359689E000CEC60 /* SmmS3SaveState.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmS3SaveState.c; sourceTree = ""; }; + A57161F52359689E000CEC60 /* FirmwarePerformanceDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformanceDxe.inf; sourceTree = ""; }; + A57161F62359689E000CEC60 /* FirmwarePerformanceDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformanceDxe.uni; sourceTree = ""; }; + A57161F72359689E000CEC60 /* FirmwarePerformanceDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FirmwarePerformanceDxeExtra.uni; sourceTree = ""; }; + A57161F82359689E000CEC60 /* FirmwarePerformanceDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FirmwarePerformanceDxe.c; sourceTree = ""; }; + A57161FA2359689E000CEC60 /* EbcDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDxe.uni; sourceTree = ""; }; + A57161FB2359689E000CEC60 /* EbcInt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EbcInt.h; sourceTree = ""; }; + A57161FC2359689E000CEC60 /* EbcExecute.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EbcExecute.h; sourceTree = ""; }; + A57161FD2359689E000CEC60 /* EbcDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDxe.inf; sourceTree = ""; }; + A57161FF2359689E000CEC60 /* EbcSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcSupport.c; sourceTree = ""; }; + A57162002359689E000CEC60 /* EbcLowLevel.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EbcLowLevel.nasm; sourceTree = ""; }; + A57162012359689E000CEC60 /* EbcDebugger.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDebugger.inf; sourceTree = ""; }; + A57162022359689E000CEC60 /* EbcDebuggerHook.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcDebuggerHook.c; sourceTree = ""; }; + A57162042359689E000CEC60 /* EdbCommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbCommand.h; sourceTree = ""; }; + A57162052359689E000CEC60 /* EdbDisasm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbDisasm.h; sourceTree = ""; }; + A57162062359689E000CEC60 /* EdbDisasmSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbDisasmSupport.c; sourceTree = ""; }; + A57162072359689E000CEC60 /* EdbSymbol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbSymbol.c; sourceTree = ""; }; + A57162082359689E000CEC60 /* EdbSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbSupport.h; sourceTree = ""; }; + A57162092359689E000CEC60 /* EdbCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbCommon.h; sourceTree = ""; }; + A571620A2359689E000CEC60 /* EdbHook.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbHook.c; sourceTree = ""; }; + A571620B2359689E000CEC60 /* EdbSupportUI.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbSupportUI.c; sourceTree = ""; }; + A571620C2359689E000CEC60 /* EdbSupportString.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbSupportString.c; sourceTree = ""; }; + A571620D2359689E000CEC60 /* EdbCmdExtIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdExtIo.c; sourceTree = ""; }; + A571620E2359689E000CEC60 /* Edb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Edb.c; sourceTree = ""; }; + A571620F2359689E000CEC60 /* EdbCmdMemory.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdMemory.c; sourceTree = ""; }; + A57162102359689E000CEC60 /* EbcDebuggerConfig.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcDebuggerConfig.c; sourceTree = ""; }; + A57162112359689E000CEC60 /* EdbDisasmSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbDisasmSupport.h; sourceTree = ""; }; + A57162122359689E000CEC60 /* EdbSymbol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbSymbol.h; sourceTree = ""; }; + A57162132359689E000CEC60 /* EdbSupportFile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbSupportFile.c; sourceTree = ""; }; + A57162142359689E000CEC60 /* EdbCommand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCommand.c; sourceTree = ""; }; + A57162152359689E000CEC60 /* EdbCmdStep.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdStep.c; sourceTree = ""; }; + A57162162359689E000CEC60 /* EdbDisasm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbDisasm.c; sourceTree = ""; }; + A57162172359689E000CEC60 /* EdbCmdRegister.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdRegister.c; sourceTree = ""; }; + A57162182359689E000CEC60 /* EdbHook.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdbHook.h; sourceTree = ""; }; + A57162192359689E000CEC60 /* EdbCmdGo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdGo.c; sourceTree = ""; }; + A571621A2359689E000CEC60 /* EdbCmdScope.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdScope.c; sourceTree = ""; }; + A571621B2359689E000CEC60 /* EdbCmdQuit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdQuit.c; sourceTree = ""; }; + A571621C2359689E000CEC60 /* EdbCmdHelp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdHelp.c; sourceTree = ""; }; + A571621D2359689E000CEC60 /* EdbCmdExtPci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdExtPci.c; sourceTree = ""; }; + A571621E2359689E000CEC60 /* EdbCmdBranch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdBranch.c; sourceTree = ""; }; + A571621F2359689E000CEC60 /* Edb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Edb.h; sourceTree = ""; }; + A57162202359689E000CEC60 /* EdbCmdBreak.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdBreak.c; sourceTree = ""; }; + A57162212359689E000CEC60 /* EdbCmdSymbol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdSymbol.c; sourceTree = ""; }; + A57162222359689E000CEC60 /* EdbCmdBreakpoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EdbCmdBreakpoint.c; sourceTree = ""; }; + A57162232359689E000CEC60 /* EbcDebugger.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDebugger.uni; sourceTree = ""; }; + A57162242359689E000CEC60 /* EbcDebuggerConfig.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDebuggerConfig.uni; sourceTree = ""; }; + A57162262359689E000CEC60 /* EbcSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcSupport.c; sourceTree = ""; }; + A57162272359689E000CEC60 /* EbcLowLevel.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EbcLowLevel.nasm; sourceTree = ""; }; + A57162282359689E000CEC60 /* EbcInt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcInt.c; sourceTree = ""; }; + A57162292359689E000CEC60 /* EbcDebuggerConfig.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDebuggerConfig.inf; sourceTree = ""; }; + A571622A2359689E000CEC60 /* EbcExecute.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcExecute.c; sourceTree = ""; }; + A571622B2359689E000CEC60 /* EbcDebuggerHook.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EbcDebuggerHook.h; sourceTree = ""; }; + A571622D2359689E000CEC60 /* EbcSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcSupport.c; sourceTree = ""; }; + A571622E2359689E000CEC60 /* EbcLowLevel.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = EbcLowLevel.S; sourceTree = ""; }; + A571622F2359689E000CEC60 /* EbcDebuggerConfigExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDebuggerConfigExtra.uni; sourceTree = ""; }; + A57162302359689E000CEC60 /* EbcDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDxeExtra.uni; sourceTree = ""; }; + A57162312359689E000CEC60 /* EbcDebuggerExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EbcDebuggerExtra.uni; sourceTree = ""; }; + A57162332359689E000CEC60 /* EsrtDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EsrtDxe.c; sourceTree = ""; }; + A57162342359689E000CEC60 /* EsrtImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EsrtImpl.c; sourceTree = ""; }; + A57162352359689E000CEC60 /* EsrtDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EsrtDxe.uni; sourceTree = ""; }; + A57162362359689E000CEC60 /* EsrtImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EsrtImpl.h; sourceTree = ""; }; + A57162372359689E000CEC60 /* EsrtDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EsrtDxe.inf; sourceTree = ""; }; + A57162382359689E000CEC60 /* EsrtDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EsrtDxeExtra.uni; sourceTree = ""; }; + A571623A2359689E000CEC60 /* SmbiosDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmbiosDxe.h; sourceTree = ""; }; + A571623B2359689E000CEC60 /* SmbiosDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmbiosDxe.c; sourceTree = ""; }; + A571623C2359689E000CEC60 /* SmbiosDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmbiosDxe.inf; sourceTree = ""; }; + A571623D2359689E000CEC60 /* SmbiosDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmbiosDxe.uni; sourceTree = ""; }; + A571623E2359689E000CEC60 /* SmbiosDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmbiosDxeExtra.uni; sourceTree = ""; }; + A57162402359689E000CEC60 /* SectionExtractionDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SectionExtractionDxe.uni; sourceTree = ""; }; + A57162412359689E000CEC60 /* SectionExtractionDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SectionExtractionDxe.inf; sourceTree = ""; }; + A57162422359689E000CEC60 /* SectionExtractionDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SectionExtractionDxe.c; sourceTree = ""; }; + A57162432359689E000CEC60 /* SectionExtractionDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SectionExtractionDxeExtra.uni; sourceTree = ""; }; + A57162452359689E000CEC60 /* RegularExpressionDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = RegularExpressionDxe.inf; sourceTree = ""; }; + A57162462359689E000CEC60 /* RegularExpressionDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegularExpressionDxe.h; sourceTree = ""; }; + A57162482359689E000CEC60 /* unicode_property_data_posix.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_property_data_posix.c; sourceTree = ""; }; + A57162492359689E000CEC60 /* unicode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode.c; sourceTree = ""; }; + A571624A2359689E000CEC60 /* st.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = st.h; sourceTree = ""; }; + A571624B2359689E000CEC60 /* ascii.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ascii.c; sourceTree = ""; }; + A571624C2359689E000CEC60 /* unicode_fold2_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_fold2_key.c; sourceTree = ""; }; + A571624D2359689E000CEC60 /* regparse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = regparse.h; sourceTree = ""; }; + A571624E2359689E000CEC60 /* AUTHORS */ = {isa = PBXFileReference; lastKnownFileType = text; path = AUTHORS; sourceTree = ""; }; + A571624F2359689E000CEC60 /* unicode_fold3_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_fold3_key.c; sourceTree = ""; }; + A57162502359689E000CEC60 /* regposix.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regposix.c; sourceTree = ""; }; + A57162512359689E000CEC60 /* unicode_fold1_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_fold1_key.c; sourceTree = ""; }; + A57162522359689E000CEC60 /* unicode_wb_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_wb_data.c; sourceTree = ""; }; + A57162532359689E000CEC60 /* regexec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regexec.c; sourceTree = ""; }; + A57162542359689E000CEC60 /* regint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = regint.h; sourceTree = ""; }; + A57162552359689E000CEC60 /* regenc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = regenc.h; sourceTree = ""; }; + A57162562359689E000CEC60 /* regcomp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regcomp.c; sourceTree = ""; }; + A57162572359689E000CEC60 /* unicode_egcb_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_egcb_data.c; sourceTree = ""; }; + A57162582359689E000CEC60 /* regtrav.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regtrav.c; sourceTree = ""; }; + A57162592359689E000CEC60 /* regsyntax.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regsyntax.c; sourceTree = ""; }; + A571625A2359689E000CEC60 /* OnigurumaIntrinsics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = OnigurumaIntrinsics.c; sourceTree = ""; }; + A571625B2359689E000CEC60 /* regversion.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regversion.c; sourceTree = ""; }; + A571625C2359689E000CEC60 /* OnigurumaUefiPort.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = OnigurumaUefiPort.c; sourceTree = ""; }; + A571625D2359689E000CEC60 /* unicode_property_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_property_data.c; sourceTree = ""; }; + A571625E2359689E000CEC60 /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = ""; }; + A571625F2359689E000CEC60 /* st.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = st.c; sourceTree = ""; }; + A57162602359689E000CEC60 /* oniggnu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = oniggnu.h; sourceTree = ""; }; + A57162612359689E000CEC60 /* onigposix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = onigposix.h; sourceTree = ""; }; + A57162622359689E000CEC60 /* COPYING */ = {isa = PBXFileReference; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; + A57162632359689E000CEC60 /* utf16_le.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = utf16_le.c; sourceTree = ""; }; + A57162642359689E000CEC60 /* oniguruma.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = oniguruma.h; sourceTree = ""; }; + A57162652359689E000CEC60 /* regposerr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regposerr.c; sourceTree = ""; }; + A57162662359689E000CEC60 /* regparse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regparse.c; sourceTree = ""; }; + A57162672359689E000CEC60 /* onig_init.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = onig_init.c; sourceTree = ""; }; + A57162682359689E000CEC60 /* regenc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regenc.c; sourceTree = ""; }; + A57162692359689E000CEC60 /* regerror.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = regerror.c; sourceTree = ""; }; + A571626A2359689E000CEC60 /* OnigurumaUefiPort.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OnigurumaUefiPort.h; sourceTree = ""; }; + A571626B2359689E000CEC60 /* unicode_unfold_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_unfold_key.c; sourceTree = ""; }; + A571626C2359689E000CEC60 /* reggnu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = reggnu.c; sourceTree = ""; }; + A571626D2359689E000CEC60 /* unicode_fold_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode_fold_data.c; sourceTree = ""; }; + A571626E2359689E000CEC60 /* RegularExpressionDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RegularExpressionDxe.c; sourceTree = ""; }; + A57162712359689E000CEC60 /* Measurement.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Measurement.c; sourceTree = ""; }; + A57162722359689E000CEC60 /* SpeculationBarrierDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SpeculationBarrierDxe.c; sourceTree = ""; }; + A57162732359689E000CEC60 /* VariableStandaloneMm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableStandaloneMm.inf; sourceTree = ""; }; + A57162742359689E000CEC60 /* VariableSmm.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableSmm.uni; sourceTree = ""; }; + A57162752359689E000CEC60 /* VariableSmmRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableSmmRuntimeDxeExtra.uni; sourceTree = ""; }; + A57162762359689E000CEC60 /* SpeculationBarrierSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SpeculationBarrierSmm.c; sourceTree = ""; }; + A57162772359689E000CEC60 /* VariableSmm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableSmm.inf; sourceTree = ""; }; + A57162782359689E000CEC60 /* VariableTraditionalMm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableTraditionalMm.c; sourceTree = ""; }; + A57162792359689E000CEC60 /* PrivilegePolymorphic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrivilegePolymorphic.h; sourceTree = ""; }; + A571627A2359689E000CEC60 /* VariableExLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableExLib.c; sourceTree = ""; }; + A571627B2359689E000CEC60 /* Variable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Variable.h; sourceTree = ""; }; + A571627C2359689E000CEC60 /* VariableSmmRuntimeDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableSmmRuntimeDxe.c; sourceTree = ""; }; + A571627D2359689E000CEC60 /* VariableSmmRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableSmmRuntimeDxe.inf; sourceTree = ""; }; + A571627E2359689E000CEC60 /* VariableStandaloneMm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableStandaloneMm.c; sourceTree = ""; }; + A571627F2359689E000CEC60 /* VariableSmmExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableSmmExtra.uni; sourceTree = ""; }; + A57162802359689E000CEC60 /* VariableSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableSmm.c; sourceTree = ""; }; + A57162812359689E000CEC60 /* TcgMorLockSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcgMorLockSmm.c; sourceTree = ""; }; + A57162822359689E000CEC60 /* Reclaim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Reclaim.c; sourceTree = ""; }; + A57162832359689E000CEC60 /* VariableDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableDxe.c; sourceTree = ""; }; + A57162842359689E000CEC60 /* VariableSmmRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableSmmRuntimeDxe.uni; sourceTree = ""; }; + A57162852359689E000CEC60 /* TcgMorLockDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TcgMorLockDxe.c; sourceTree = ""; }; + A57162862359689E000CEC60 /* VarCheck.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheck.c; sourceTree = ""; }; + A57162872359689E000CEC60 /* VariableRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableRuntimeDxe.inf; sourceTree = ""; }; + A57162882359689E000CEC60 /* VariableRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableRuntimeDxeExtra.uni; sourceTree = ""; }; + A57162892359689E000CEC60 /* VariableRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableRuntimeDxe.uni; sourceTree = ""; }; + A571628A2359689E000CEC60 /* Variable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Variable.c; sourceTree = ""; }; + A571628C2359689E000CEC60 /* PeiVariableExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiVariableExtra.uni; sourceTree = ""; }; + A571628D2359689E000CEC60 /* PeiVariable.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiVariable.uni; sourceTree = ""; }; + A571628E2359689E000CEC60 /* Variable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Variable.h; sourceTree = ""; }; + A571628F2359689E000CEC60 /* VariablePei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariablePei.inf; sourceTree = ""; }; + A57162902359689E000CEC60 /* Variable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Variable.c; sourceTree = ""; }; + A57162922359689E000CEC60 /* InputHandler.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InputHandler.c; sourceTree = ""; }; + A57162932359689E000CEC60 /* FormDisplay.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FormDisplay.c; sourceTree = ""; }; + A57162942359689E000CEC60 /* DisplayEngine.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayEngine.uni; sourceTree = ""; }; + A57162952359689E000CEC60 /* FormDisplayStr.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FormDisplayStr.uni; sourceTree = ""; }; + A57162962359689E000CEC60 /* FormDisplay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FormDisplay.h; sourceTree = ""; }; + A57162972359689E000CEC60 /* Popup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Popup.c; sourceTree = ""; }; + A57162982359689E000CEC60 /* ProcessOptions.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ProcessOptions.c; sourceTree = ""; }; + A57162992359689E000CEC60 /* DisplayEngineDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayEngineDxe.inf; sourceTree = ""; }; + A571629A2359689E000CEC60 /* DisplayEngineExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayEngineExtra.uni; sourceTree = ""; }; + A571629C2359689E000CEC60 /* CapsuleOnDiskLoadPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleOnDiskLoadPeiExtra.uni; sourceTree = ""; }; + A571629D2359689E000CEC60 /* CapsuleOnDiskLoadPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleOnDiskLoadPei.c; sourceTree = ""; }; + A571629E2359689E000CEC60 /* CapsuleOnDiskLoadPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleOnDiskLoadPei.inf; sourceTree = ""; }; + A571629F2359689E000CEC60 /* CapsuleOnDiskLoadPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleOnDiskLoadPei.uni; sourceTree = ""; }; + A57162A12359689E000CEC60 /* DriverHealthManagerDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverHealthManagerDxeExtra.uni; sourceTree = ""; }; + A57162A22359689E000CEC60 /* DriverHealthManagerDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverHealthManagerDxe.h; sourceTree = ""; }; + A57162A32359689E000CEC60 /* DriverHealthManagerVfr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverHealthManagerVfr.h; sourceTree = ""; }; + A57162A42359689E000CEC60 /* DriverHealthManagerStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverHealthManagerStrings.uni; sourceTree = ""; }; + A57162A52359689E000CEC60 /* DriverHealthManagerVfr.Vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverHealthManagerVfr.Vfr; sourceTree = ""; }; + A57162A62359689E000CEC60 /* DriverHealthManagerDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverHealthManagerDxe.uni; sourceTree = ""; }; + A57162A72359689E000CEC60 /* DriverHealthConfigureVfr.Vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverHealthConfigureVfr.Vfr; sourceTree = ""; }; + A57162A82359689E000CEC60 /* DriverHealthManagerDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DriverHealthManagerDxe.c; sourceTree = ""; }; + A57162A92359689E000CEC60 /* DriverHealthManagerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverHealthManagerDxe.inf; sourceTree = ""; }; + A57162AB2359689E000CEC60 /* MonotonicCounterRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MonotonicCounterRuntimeDxeExtra.uni; sourceTree = ""; }; + A57162AC2359689E000CEC60 /* MonotonicCounterRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = MonotonicCounterRuntimeDxe.inf; sourceTree = ""; }; + A57162AD2359689E000CEC60 /* MonotonicCounter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MonotonicCounter.c; sourceTree = ""; }; + A57162AE2359689E000CEC60 /* MonotonicCounterRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MonotonicCounterRuntimeDxe.uni; sourceTree = ""; }; + A57162B02359689E000CEC60 /* LegacyRegion2Dxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LegacyRegion2Dxe.uni; sourceTree = ""; }; + A57162B12359689E000CEC60 /* LegacyRegion2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LegacyRegion2.c; sourceTree = ""; }; + A57162B22359689E000CEC60 /* LegacyRegion2Dxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = LegacyRegion2Dxe.inf; sourceTree = ""; }; + A57162B32359689E000CEC60 /* LegacyRegion2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyRegion2.h; sourceTree = ""; }; + A57162B42359689E000CEC60 /* LegacyRegion2DxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LegacyRegion2DxeExtra.uni; sourceTree = ""; }; + A57162B62359689E000CEC60 /* WatchdogTimer.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = WatchdogTimer.inf; sourceTree = ""; }; + A57162B72359689E000CEC60 /* WatchdogTimer.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = WatchdogTimer.uni; sourceTree = ""; }; + A57162B82359689E000CEC60 /* WatchdogTimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WatchdogTimer.c; sourceTree = ""; }; + A57162B92359689E000CEC60 /* WatchdogTimerExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = WatchdogTimerExtra.uni; sourceTree = ""; }; + A57162BA2359689E000CEC60 /* WatchdogTimer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WatchdogTimer.h; sourceTree = ""; }; + A57162BC2359689E000CEC60 /* FaultTolerantWriteSmmDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteSmmDxeExtra.uni; sourceTree = ""; }; + A57162BD2359689E000CEC60 /* FaultTolerantWriteSmmCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FaultTolerantWriteSmmCommon.h; sourceTree = ""; }; + A57162BE2359689E000CEC60 /* FaultTolerantWriteSmmDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FaultTolerantWriteSmmDxe.h; sourceTree = ""; }; + A57162BF2359689E000CEC60 /* FaultTolerantWriteStandaloneMm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteStandaloneMm.inf; sourceTree = ""; }; + A57162C02359689E000CEC60 /* SmmFaultTolerantWriteDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmFaultTolerantWriteDxeExtra.uni; sourceTree = ""; }; + A57162C12359689E000CEC60 /* FaultTolerantWrite.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWrite.c; sourceTree = ""; }; + A57162C22359689E000CEC60 /* FaultTolerantWriteDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteDxe.inf; sourceTree = ""; }; + A57162C32359689E000CEC60 /* FaultTolerantWriteStandaloneMm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWriteStandaloneMm.c; sourceTree = ""; }; + A57162C42359689E000CEC60 /* FaultTolerantWriteSmmDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWriteSmmDxe.c; sourceTree = ""; }; + A57162C52359689E000CEC60 /* FaultTolerantWriteDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteDxeExtra.uni; sourceTree = ""; }; + A57162C62359689E000CEC60 /* FaultTolerantWriteDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteDxe.uni; sourceTree = ""; }; + A57162C72359689E000CEC60 /* FaultTolerantWriteSmm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteSmm.inf; sourceTree = ""; }; + A57162C82359689E000CEC60 /* FaultTolerantWriteTraditionalMm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWriteTraditionalMm.c; sourceTree = ""; }; + A57162C92359689E000CEC60 /* FaultTolerantWriteDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWriteDxe.c; sourceTree = ""; }; + A57162CA2359689E000CEC60 /* FaultTolerantWriteSmmDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteSmmDxe.uni; sourceTree = ""; }; + A57162CB2359689E000CEC60 /* FaultTolerantWriteSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWriteSmm.c; sourceTree = ""; }; + A57162CC2359689E000CEC60 /* FtwMisc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FtwMisc.c; sourceTree = ""; }; + A57162CD2359689E000CEC60 /* SmmFaultTolerantWriteDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmFaultTolerantWriteDxe.uni; sourceTree = ""; }; + A57162CE2359689E000CEC60 /* UpdateWorkingBlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UpdateWorkingBlock.c; sourceTree = ""; }; + A57162CF2359689E000CEC60 /* FaultTolerantWriteSmmDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWriteSmmDxe.inf; sourceTree = ""; }; + A57162D02359689E000CEC60 /* FaultTolerantWrite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FaultTolerantWrite.h; sourceTree = ""; }; + A57162D22359689E000CEC60 /* DevicePath.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePath.c; sourceTree = ""; }; + A57162D32359689E000CEC60 /* DevicePathDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DevicePathDxe.inf; sourceTree = ""; }; + A57162D42359689E000CEC60 /* DevicePathDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DevicePathDxeExtra.uni; sourceTree = ""; }; + A57162D52359689E000CEC60 /* DevicePathDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DevicePathDxe.uni; sourceTree = ""; }; + A57162D72359689E000CEC60 /* NVDataStruc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NVDataStruc.h; sourceTree = ""; }; + A57162D82359689E000CEC60 /* DriverSample.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DriverSample.c; sourceTree = ""; }; + A57162D92359689E000CEC60 /* DriverSampleDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverSampleDxe.inf; sourceTree = ""; }; + A57162DA2359689E000CEC60 /* Inventory.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = Inventory.vfr; sourceTree = ""; }; + A57162DB2359689E000CEC60 /* Vfr.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = Vfr.vfr; sourceTree = ""; }; + A57162DC2359689E000CEC60 /* DriverSample.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverSample.uni; sourceTree = ""; }; + A57162DD2359689E000CEC60 /* InventoryStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = InventoryStrings.uni; sourceTree = ""; }; + A57162DE2359689E000CEC60 /* DriverSampleExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverSampleExtra.uni; sourceTree = ""; }; + A57162DF2359689E000CEC60 /* DriverSample.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverSample.h; sourceTree = ""; }; + A57162E02359689E000CEC60 /* VfrStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VfrStrings.uni; sourceTree = ""; }; + A57162E22359689E000CEC60 /* SmbiosMeasurementDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmbiosMeasurementDxeExtra.uni; sourceTree = ""; }; + A57162E32359689E000CEC60 /* SmbiosMeasurementDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmbiosMeasurementDxe.c; sourceTree = ""; }; + A57162E42359689E000CEC60 /* SmbiosMeasurementDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmbiosMeasurementDxe.inf; sourceTree = ""; }; + A57162E52359689E000CEC60 /* SmbiosMeasurementDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmbiosMeasurementDxe.uni; sourceTree = ""; }; + A57162E72359689E000CEC60 /* HiiResourcesSample.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HiiResourcesSample.c; sourceTree = ""; }; + A57162E82359689E000CEC60 /* HiiResourcesSample.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HiiResourcesSample.uni; sourceTree = ""; }; + A57162E92359689E000CEC60 /* HiiResourcesSampleDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = HiiResourcesSampleDxe.inf; sourceTree = ""; }; + A57162EA2359689E000CEC60 /* HiiResourcesSampleExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HiiResourcesSampleExtra.uni; sourceTree = ""; }; + A57162EB2359689E000CEC60 /* SampleStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SampleStrings.uni; sourceTree = ""; }; + A57162EC2359689E000CEC60 /* Sample.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = Sample.vfr; sourceTree = ""; }; + A57162EE2359689E000CEC60 /* InternalPlatDriOverrideDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalPlatDriOverrideDxe.h; sourceTree = ""; }; + A57162EF2359689E000CEC60 /* Vfr.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = Vfr.vfr; sourceTree = ""; }; + A57162F02359689E000CEC60 /* PlatOverMngr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatOverMngr.h; sourceTree = ""; }; + A57162F12359689E000CEC60 /* PlatformDriOverrideDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformDriOverrideDxe.inf; sourceTree = ""; }; + A57162F22359689E000CEC60 /* PlatDriOverrideLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlatDriOverrideLib.c; sourceTree = ""; }; + A57162F32359689E000CEC60 /* PlatDriOverrideDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatDriOverrideDxe.uni; sourceTree = ""; }; + A57162F42359689E000CEC60 /* PlatDriOverrideDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatDriOverrideDxeExtra.uni; sourceTree = ""; }; + A57162F52359689E000CEC60 /* PlatDriOverrideDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlatDriOverrideDxe.c; sourceTree = ""; }; + A57162F62359689E000CEC60 /* VfrStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VfrStrings.uni; sourceTree = ""; }; + A57162F82359689E000CEC60 /* LoadFileOnFv2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LoadFileOnFv2.c; sourceTree = ""; }; + A57162F92359689E000CEC60 /* LoadFileOnFv2.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = LoadFileOnFv2.inf; sourceTree = ""; }; + A57162FA2359689E000CEC60 /* LoadFileOnFv2.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LoadFileOnFv2.uni; sourceTree = ""; }; + A57162FB2359689E000CEC60 /* LoadFileOnFv2Extra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LoadFileOnFv2Extra.uni; sourceTree = ""; }; + A57162FD2359689E000CEC60 /* BootManagerPolicyDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerPolicyDxe.uni; sourceTree = ""; }; + A57162FE2359689E000CEC60 /* BootManagerPolicyDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerPolicyDxe.inf; sourceTree = ""; }; + A57162FF2359689E000CEC60 /* BootManagerPolicyDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerPolicyDxeExtra.uni; sourceTree = ""; }; + A57163002359689E000CEC60 /* BootManagerPolicyDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootManagerPolicyDxe.c; sourceTree = ""; }; + A57163032359689E000CEC60 /* Pcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Pcd.c; sourceTree = ""; }; + A57163042359689E000CEC60 /* PcdDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcdDxeExtra.uni; sourceTree = ""; }; + A57163052359689E000CEC60 /* Service.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Service.h; sourceTree = ""; }; + A57163062359689E000CEC60 /* Pcd.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Pcd.inf; sourceTree = ""; }; + A57163072359689E000CEC60 /* Service.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Service.c; sourceTree = ""; }; + A57163082359689E000CEC60 /* PcdDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcdDxe.uni; sourceTree = ""; }; + A571630A2359689E000CEC60 /* Pcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Pcd.c; sourceTree = ""; }; + A571630B2359689E000CEC60 /* Service.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Service.h; sourceTree = ""; }; + A571630C2359689E000CEC60 /* Pcd.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Pcd.inf; sourceTree = ""; }; + A571630D2359689E000CEC60 /* PcdPeim.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcdPeim.uni; sourceTree = ""; }; + A571630E2359689E000CEC60 /* PcdPeimExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcdPeimExtra.uni; sourceTree = ""; }; + A571630F2359689E000CEC60 /* Service.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Service.c; sourceTree = ""; }; + A57163112359689E000CEC60 /* SectionExtractionPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SectionExtractionPei.c; sourceTree = ""; }; + A57163122359689E000CEC60 /* SectionExtractionPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SectionExtractionPeiExtra.uni; sourceTree = ""; }; + A57163132359689E000CEC60 /* SectionExtractionPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SectionExtractionPei.uni; sourceTree = ""; }; + A57163142359689E000CEC60 /* SectionExtractionPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SectionExtractionPei.inf; sourceTree = ""; }; + A57163172359689E000CEC60 /* StatusCodeHandlerRuntimeDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StatusCodeHandlerRuntimeDxe.c; sourceTree = ""; }; + A57163182359689E000CEC60 /* MemoryStatusCodeWorker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryStatusCodeWorker.c; sourceTree = ""; }; + A57163192359689E000CEC60 /* StatusCodeHandlerRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerRuntimeDxeExtra.uni; sourceTree = ""; }; + A571631A2359689E000CEC60 /* StatusCodeHandlerRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerRuntimeDxe.uni; sourceTree = ""; }; + A571631B2359689E000CEC60 /* StatusCodeHandlerRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerRuntimeDxe.inf; sourceTree = ""; }; + A571631C2359689E000CEC60 /* StatusCodeHandlerRuntimeDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeHandlerRuntimeDxe.h; sourceTree = ""; }; + A571631D2359689E000CEC60 /* SerialStatusCodeWorker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SerialStatusCodeWorker.c; sourceTree = ""; }; + A571631F2359689E000CEC60 /* StatusCodeHandlerPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerPei.uni; sourceTree = ""; }; + A57163202359689E000CEC60 /* StatusCodeHandlerPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerPeiExtra.uni; sourceTree = ""; }; + A57163212359689E000CEC60 /* StatusCodeHandlerPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerPei.inf; sourceTree = ""; }; + A57163222359689E000CEC60 /* StatusCodeHandlerPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeHandlerPei.h; sourceTree = ""; }; + A57163232359689E000CEC60 /* MemoryStausCodeWorker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryStausCodeWorker.c; sourceTree = ""; }; + A57163242359689E000CEC60 /* SerialStatusCodeWorker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SerialStatusCodeWorker.c; sourceTree = ""; }; + A57163252359689E000CEC60 /* StatusCodeHandlerPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StatusCodeHandlerPei.c; sourceTree = ""; }; + A57163272359689E000CEC60 /* MemoryStatusCodeWorker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryStatusCodeWorker.c; sourceTree = ""; }; + A57163282359689E000CEC60 /* StatusCodeHandlerSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StatusCodeHandlerSmm.c; sourceTree = ""; }; + A57163292359689E000CEC60 /* StatusCodeHandlerSmmExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerSmmExtra.uni; sourceTree = ""; }; + A571632A2359689E000CEC60 /* StatusCodeHandlerSmm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerSmm.inf; sourceTree = ""; }; + A571632B2359689E000CEC60 /* SerialStatusCodeWorker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SerialStatusCodeWorker.c; sourceTree = ""; }; + A571632C2359689E000CEC60 /* StatusCodeHandlerSmm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeHandlerSmm.h; sourceTree = ""; }; + A571632D2359689E000CEC60 /* StatusCodeHandlerSmm.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StatusCodeHandlerSmm.uni; sourceTree = ""; }; + A571632F2359689E000CEC60 /* DebugServicePei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugServicePei.c; sourceTree = ""; }; + A57163302359689E000CEC60 /* DebugService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugService.h; sourceTree = ""; }; + A57163312359689E000CEC60 /* DebugServicePei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugServicePei.inf; sourceTree = ""; }; + A57163322359689E000CEC60 /* DebugServicePei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugServicePei.uni; sourceTree = ""; }; + A57163342359689E000CEC60 /* TimestampDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TimestampDxe.c; sourceTree = ""; }; + A57163352359689E000CEC60 /* TimestampDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TimestampDxe.uni; sourceTree = ""; }; + A57163362359689E000CEC60 /* TimestampDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = TimestampDxe.inf; sourceTree = ""; }; + A57163372359689E000CEC60 /* TimestampDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TimestampDxeExtra.uni; sourceTree = ""; }; + A57163392359689E000CEC60 /* ResetSystemPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemPeiExtra.uni; sourceTree = ""; }; + A571633A2359689E000CEC60 /* ResetSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResetSystem.h; sourceTree = ""; }; + A571633B2359689E000CEC60 /* ResetSystemPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemPei.inf; sourceTree = ""; }; + A571633C2359689E000CEC60 /* ResetSystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ResetSystem.c; sourceTree = ""; }; + A571633D2359689E000CEC60 /* ResetSystemPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemPei.uni; sourceTree = ""; }; + A571633F2359689E000CEC60 /* FvSimpleFileSystemEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FvSimpleFileSystemEntryPoint.c; sourceTree = ""; }; + A57163402359689E000CEC60 /* FvSimpleFileSystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FvSimpleFileSystem.c; sourceTree = ""; }; + A57163412359689E000CEC60 /* FvSimpleFileSystemDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FvSimpleFileSystemDxe.inf; sourceTree = ""; }; + A57163422359689E000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57163432359689E000CEC60 /* FvSimpleFileSystemInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FvSimpleFileSystemInternal.h; sourceTree = ""; }; + A57163442359689E000CEC60 /* FvSimpleFileSystem.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FvSimpleFileSystem.uni; sourceTree = ""; }; + A57163452359689E000CEC60 /* FvSimpleFileSystemExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FvSimpleFileSystemExtra.uni; sourceTree = ""; }; + A57163472359689E000CEC60 /* Defer3rdPartyImageLoad.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Defer3rdPartyImageLoad.c; sourceTree = ""; }; + A57163482359689E000CEC60 /* SecurityStubDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecurityStubDxe.uni; sourceTree = ""; }; + A57163492359689E000CEC60 /* SecurityStub.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SecurityStub.c; sourceTree = ""; }; + A571634A2359689E000CEC60 /* SecurityStubDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecurityStubDxe.inf; sourceTree = ""; }; + A571634B2359689E000CEC60 /* SecurityStubDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecurityStubDxeExtra.uni; sourceTree = ""; }; + A571634C2359689E000CEC60 /* Defer3rdPartyImageLoad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Defer3rdPartyImageLoad.h; sourceTree = ""; }; + A571634F2359689E000CEC60 /* DiskIoDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DiskIoDxe.uni; sourceTree = ""; }; + A57163502359689E000CEC60 /* DiskIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DiskIo.h; sourceTree = ""; }; + A57163512359689E000CEC60 /* DiskIoDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DiskIoDxe.inf; sourceTree = ""; }; + A57163522359689E000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57163532359689E000CEC60 /* DiskIoDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DiskIoDxeExtra.uni; sourceTree = ""; }; + A57163542359689E000CEC60 /* DiskIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DiskIo.c; sourceTree = ""; }; + A57163562359689E000CEC60 /* CdExpressPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CdExpressPei.inf; sourceTree = ""; }; + A57163572359689E000CEC60 /* PeiCdExpress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiCdExpress.c; sourceTree = ""; }; + A57163582359689E000CEC60 /* CdExpressPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CdExpressPei.uni; sourceTree = ""; }; + A57163592359689E000CEC60 /* PeiCdExpress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiCdExpress.h; sourceTree = ""; }; + A571635A2359689E000CEC60 /* CdExpressPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CdExpressPeiExtra.uni; sourceTree = ""; }; + A571635C2359689E000CEC60 /* Partition.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Partition.c; sourceTree = ""; }; + A571635D2359689E000CEC60 /* Udf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Udf.c; sourceTree = ""; }; + A571635E2359689E000CEC60 /* PartitionDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PartitionDxeExtra.uni; sourceTree = ""; }; + A571635F2359689E000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57163602359689E000CEC60 /* ElTorito.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ElTorito.c; sourceTree = ""; }; + A57163612359689E000CEC60 /* PartitionDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PartitionDxe.uni; sourceTree = ""; }; + A57163622359689E000CEC60 /* Partition.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Partition.h; sourceTree = ""; }; + A57163632359689E000CEC60 /* PartitionDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PartitionDxe.inf; sourceTree = ""; }; + A57163642359689E000CEC60 /* Mbr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mbr.c; sourceTree = ""; }; + A57163652359689E000CEC60 /* Gpt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Gpt.c; sourceTree = ""; }; + A57163672359689E000CEC60 /* RamDiskImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RamDiskImpl.h; sourceTree = ""; }; + A57163682359689E000CEC60 /* RamDiskFileExplorer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RamDiskFileExplorer.c; sourceTree = ""; }; + A57163692359689E000CEC60 /* RamDiskNVData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RamDiskNVData.h; sourceTree = ""; }; + A571636A2359689E000CEC60 /* RamDiskHiiStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = RamDiskHiiStrings.uni; sourceTree = ""; }; + A571636B2359689E000CEC60 /* RamDiskImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RamDiskImpl.c; sourceTree = ""; }; + A571636C2359689E000CEC60 /* RamDiskBlockIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RamDiskBlockIo.c; sourceTree = ""; }; + A571636D2359689E000CEC60 /* RamDiskProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RamDiskProtocol.c; sourceTree = ""; }; + A571636E2359689E000CEC60 /* RamDiskHii.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = RamDiskHii.vfr; sourceTree = ""; }; + A571636F2359689E000CEC60 /* RamDisk.asl */ = {isa = PBXFileReference; lastKnownFileType = text; path = RamDisk.asl; sourceTree = ""; }; + A57163702359689E000CEC60 /* RamDiskDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = RamDiskDxe.inf; sourceTree = ""; }; + A57163712359689E000CEC60 /* RamDiskDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RamDiskDriver.c; sourceTree = ""; }; + A57163722359689E000CEC60 /* RamDiskDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = RamDiskDxe.uni; sourceTree = ""; }; + A57163752359689E000CEC60 /* EnglishDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EnglishDxe.uni; sourceTree = ""; }; + A57163762359689F000CEC60 /* EnglishDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EnglishDxeExtra.uni; sourceTree = ""; }; + A57163772359689F000CEC60 /* UnicodeCollationEng.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UnicodeCollationEng.c; sourceTree = ""; }; + A57163782359689F000CEC60 /* EnglishDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EnglishDxe.inf; sourceTree = ""; }; + A57163792359689F000CEC60 /* UnicodeCollationEng.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UnicodeCollationEng.h; sourceTree = ""; }; + A571637B2359689F000CEC60 /* FileName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FileName.c; sourceTree = ""; }; + A571637C2359689F000CEC60 /* Udf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Udf.c; sourceTree = ""; }; + A571637D2359689F000CEC60 /* FileSystemOperations.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FileSystemOperations.c; sourceTree = ""; }; + A571637E2359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571637F2359689F000CEC60 /* UdfDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UdfDxe.inf; sourceTree = ""; }; + A57163802359689F000CEC60 /* Udf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Udf.h; sourceTree = ""; }; + A57163812359689F000CEC60 /* File.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = File.c; sourceTree = ""; }; + A57163842359689F000CEC60 /* LightMemoryTest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LightMemoryTest.c; sourceTree = ""; }; + A57163852359689F000CEC60 /* GenericMemoryTestDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenericMemoryTestDxe.inf; sourceTree = ""; }; + A57163862359689F000CEC60 /* GenericMemoryTestDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenericMemoryTestDxeExtra.uni; sourceTree = ""; }; + A57163872359689F000CEC60 /* GenericMemoryTestDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = GenericMemoryTestDxe.uni; sourceTree = ""; }; + A57163882359689F000CEC60 /* LightMemoryTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LightMemoryTest.h; sourceTree = ""; }; + A571638A2359689F000CEC60 /* NullMemoryTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NullMemoryTest.h; sourceTree = ""; }; + A571638B2359689F000CEC60 /* NullMemoryTestDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NullMemoryTestDxeExtra.uni; sourceTree = ""; }; + A571638C2359689F000CEC60 /* NullMemoryTestDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = NullMemoryTestDxe.inf; sourceTree = ""; }; + A571638D2359689F000CEC60 /* NullMemoryTest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NullMemoryTest.c; sourceTree = ""; }; + A571638E2359689F000CEC60 /* NullMemoryTestDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NullMemoryTestDxe.uni; sourceTree = ""; }; + A57163902359689F000CEC60 /* HiiDatabaseDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = HiiDatabaseDxe.inf; sourceTree = ""; }; + A57163912359689F000CEC60 /* HiiDatabase.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HiiDatabase.uni; sourceTree = ""; }; + A57163922359689F000CEC60 /* Database.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Database.c; sourceTree = ""; }; + A57163932359689F000CEC60 /* ConfigRouting.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ConfigRouting.c; sourceTree = ""; }; + A57163942359689F000CEC60 /* Font.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Font.c; sourceTree = ""; }; + A57163952359689F000CEC60 /* String.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = String.c; sourceTree = ""; }; + A57163962359689F000CEC60 /* Image.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Image.c; sourceTree = ""; }; + A57163972359689F000CEC60 /* HiiDatabaseExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HiiDatabaseExtra.uni; sourceTree = ""; }; + A57163982359689F000CEC60 /* HiiDatabase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiDatabase.h; sourceTree = ""; }; + A57163992359689F000CEC60 /* ConfigKeywordHandler.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ConfigKeywordHandler.c; sourceTree = ""; }; + A571639A2359689F000CEC60 /* HiiDatabaseEntry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HiiDatabaseEntry.c; sourceTree = ""; }; + A571639B2359689F000CEC60 /* ImageEx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ImageEx.c; sourceTree = ""; }; + A571639D2359689F000CEC60 /* PciCfg2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciCfg2.c; sourceTree = ""; }; + A571639E2359689F000CEC60 /* PcatSingleSegmentPciCfg2Pei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcatSingleSegmentPciCfg2Pei.inf; sourceTree = ""; }; + A571639F2359689F000CEC60 /* PcatSingleSegmentPciCfg2Pei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcatSingleSegmentPciCfg2Pei.uni; sourceTree = ""; }; + A57163A02359689F000CEC60 /* PcatSingleSegmentPciCfg2PeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcatSingleSegmentPciCfg2PeiExtra.uni; sourceTree = ""; }; + A57163A22359689F000CEC60 /* FaultTolerantWritePei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWritePei.inf; sourceTree = ""; }; + A57163A32359689F000CEC60 /* FaultTolerantWritePei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWritePei.uni; sourceTree = ""; }; + A57163A42359689F000CEC60 /* FaultTolerantWritePei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FaultTolerantWritePei.c; sourceTree = ""; }; + A57163A52359689F000CEC60 /* FaultTolerantWritePeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FaultTolerantWritePeiExtra.uni; sourceTree = ""; }; + A57163A72359689F000CEC60 /* Language.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Language.h; sourceTree = ""; }; + A57163A82359689F000CEC60 /* BdsEntry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BdsEntry.c; sourceTree = ""; }; + A57163A92359689F000CEC60 /* HwErrRecSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HwErrRecSupport.c; sourceTree = ""; }; + A57163AA2359689F000CEC60 /* BdsDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BdsDxe.inf; sourceTree = ""; }; + A57163AB2359689F000CEC60 /* BdsDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BdsDxeExtra.uni; sourceTree = ""; }; + A57163AC2359689F000CEC60 /* BdsDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BdsDxe.uni; sourceTree = ""; }; + A57163AD2359689F000CEC60 /* Bds.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bds.h; sourceTree = ""; }; + A57163AE2359689F000CEC60 /* Language.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Language.c; sourceTree = ""; }; + A57163AF2359689F000CEC60 /* HwErrRecSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HwErrRecSupport.h; sourceTree = ""; }; + A57163B12359689F000CEC60 /* SmmCommunicationBufferExtraDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCommunicationBufferExtraDxe.uni; sourceTree = ""; }; + A57163B22359689F000CEC60 /* SmmCommunicationBufferDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmCommunicationBufferDxe.c; sourceTree = ""; }; + A57163B32359689F000CEC60 /* SmmCommunicationBufferDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCommunicationBufferDxe.uni; sourceTree = ""; }; + A57163B42359689F000CEC60 /* SmmCommunicationBufferDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCommunicationBufferDxe.inf; sourceTree = ""; }; + A57163B62359689F000CEC60 /* CapsulePei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsulePei.uni; sourceTree = ""; }; + A57163B72359689F000CEC60 /* CapsulePei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsulePei.inf; sourceTree = ""; }; + A57163B82359689F000CEC60 /* CapsuleX64Extra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleX64Extra.uni; sourceTree = ""; }; + A57163B92359689F000CEC60 /* CapsulePeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsulePeiExtra.uni; sourceTree = ""; }; + A57163BB2359689F000CEC60 /* X64Entry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X64Entry.c; sourceTree = ""; }; + A57163BC2359689F000CEC60 /* PageFaultHandler.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = PageFaultHandler.nasm; sourceTree = ""; }; + A57163BE2359689F000CEC60 /* CapsuleCoalesce.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleCoalesce.c; sourceTree = ""; }; + A57163BF2359689F000CEC60 /* CommonHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommonHeader.h; sourceTree = ""; }; + A57163C02359689F000CEC60 /* CapsuleX64.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleX64.uni; sourceTree = ""; }; + A57163C12359689F000CEC60 /* Capsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Capsule.h; sourceTree = ""; }; + A57163C22359689F000CEC60 /* CapsuleX64.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleX64.inf; sourceTree = ""; }; + A57163C32359689F000CEC60 /* UefiCapsule.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiCapsule.c; sourceTree = ""; }; + A57163C52359689F000CEC60 /* ResetSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResetSystem.h; sourceTree = ""; }; + A57163C62359689F000CEC60 /* ResetSystemRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemRuntimeDxeExtra.uni; sourceTree = ""; }; + A57163C72359689F000CEC60 /* ResetSystemRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemRuntimeDxe.uni; sourceTree = ""; }; + A57163C82359689F000CEC60 /* ResetSystemRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemRuntimeDxe.inf; sourceTree = ""; }; + A57163C92359689F000CEC60 /* ResetSystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ResetSystem.c; sourceTree = ""; }; + A57163CB2359689F000CEC60 /* Print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Print.c; sourceTree = ""; }; + A57163CC2359689F000CEC60 /* PrintDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PrintDxeExtra.uni; sourceTree = ""; }; + A57163CD2359689F000CEC60 /* PrintDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PrintDxe.uni; sourceTree = ""; }; + A57163CE2359689F000CEC60 /* PrintDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PrintDxe.inf; sourceTree = ""; }; + A57163D02359689F000CEC60 /* SerialIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SerialIo.c; sourceTree = ""; }; + A57163D12359689F000CEC60 /* SerialDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SerialDxe.inf; sourceTree = ""; }; + A57163D22359689F000CEC60 /* SerialDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SerialDxe.uni; sourceTree = ""; }; + A57163D32359689F000CEC60 /* SerialDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SerialDxeExtra.uni; sourceTree = ""; }; + A57163D62359689F000CEC60 /* SmmLockBoxExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxExtra.uni; sourceTree = ""; }; + A57163D72359689F000CEC60 /* SmmLockBox.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBox.inf; sourceTree = ""; }; + A57163D82359689F000CEC60 /* SmmLockBox.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBox.uni; sourceTree = ""; }; + A57163D92359689F000CEC60 /* SmmLockBox.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmLockBox.c; sourceTree = ""; }; + A57163DB2359689F000CEC60 /* FileExplorerDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FileExplorerDxe.c; sourceTree = ""; }; + A57163DC2359689F000CEC60 /* FileExplorerDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerDxe.uni; sourceTree = ""; }; + A57163DD2359689F000CEC60 /* FileExplorerDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerDxeExtra.uni; sourceTree = ""; }; + A57163DE2359689F000CEC60 /* FileExplorerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerDxe.inf; sourceTree = ""; }; + A57163E12359689F000CEC60 /* ReportStatusCodeRouterRuntimeDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeRouterRuntimeDxe.c; sourceTree = ""; }; + A57163E22359689F000CEC60 /* ReportStatusCodeRouterRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterRuntimeDxeExtra.uni; sourceTree = ""; }; + A57163E32359689F000CEC60 /* ReportStatusCodeRouterRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterRuntimeDxe.uni; sourceTree = ""; }; + A57163E42359689F000CEC60 /* ReportStatusCodeRouterRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterRuntimeDxe.inf; sourceTree = ""; }; + A57163E52359689F000CEC60 /* ReportStatusCodeRouterRuntimeDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReportStatusCodeRouterRuntimeDxe.h; sourceTree = ""; }; + A57163E72359689F000CEC60 /* ReportStatusCodeRouterPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterPei.inf; sourceTree = ""; }; + A57163E82359689F000CEC60 /* ReportStatusCodeRouterPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterPei.uni; sourceTree = ""; }; + A57163E92359689F000CEC60 /* ReportStatusCodeRouterPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterPeiExtra.uni; sourceTree = ""; }; + A57163EA2359689F000CEC60 /* ReportStatusCodeRouterPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReportStatusCodeRouterPei.h; sourceTree = ""; }; + A57163EB2359689F000CEC60 /* ReportStatusCodeRouterPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeRouterPei.c; sourceTree = ""; }; + A57163ED2359689F000CEC60 /* ReportStatusCodeRouterSmm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeRouterSmm.c; sourceTree = ""; }; + A57163EE2359689F000CEC60 /* ReportStatusCodeRouterSmmExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterSmmExtra.uni; sourceTree = ""; }; + A57163EF2359689F000CEC60 /* ReportStatusCodeRouterSmm.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterSmm.uni; sourceTree = ""; }; + A57163F02359689F000CEC60 /* ReportStatusCodeRouterSmm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReportStatusCodeRouterSmm.h; sourceTree = ""; }; + A57163F12359689F000CEC60 /* ReportStatusCodeRouterSmm.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReportStatusCodeRouterSmm.inf; sourceTree = ""; }; + A57163F32359689F000CEC60 /* CapsuleCache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleCache.c; sourceTree = ""; }; + A57163F42359689F000CEC60 /* CapsuleCacheNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleCacheNull.c; sourceTree = ""; }; + A57163F62359689F000CEC60 /* SaveLongModeContext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SaveLongModeContext.c; sourceTree = ""; }; + A57163F72359689F000CEC60 /* CapsuleService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleService.h; sourceTree = ""; }; + A57163F82359689F000CEC60 /* CapsuleRuntimeDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleRuntimeDxe.uni; sourceTree = ""; }; + A57163F92359689F000CEC60 /* CapsuleRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleRuntimeDxe.inf; sourceTree = ""; }; + A57163FA2359689F000CEC60 /* CapsuleRuntimeDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleRuntimeDxeExtra.uni; sourceTree = ""; }; + A57163FB2359689F000CEC60 /* CapsuleReset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleReset.c; sourceTree = ""; }; + A57163FC2359689F000CEC60 /* SaveLongModeContext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SaveLongModeContext.c; sourceTree = ""; }; + A57163FE2359689F000CEC60 /* CapsuleReset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleReset.c; sourceTree = ""; }; + A57163FF2359689F000CEC60 /* CapsuleService.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleService.c; sourceTree = ""; }; + A57164012359689F000CEC60 /* Expression.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Expression.c; sourceTree = ""; }; + A57164022359689F000CEC60 /* SetupBrowserExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SetupBrowserExtra.uni; sourceTree = ""; }; + A57164032359689F000CEC60 /* Setup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Setup.h; sourceTree = ""; }; + A57164042359689F000CEC60 /* Presentation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Presentation.c; sourceTree = ""; }; + A57164052359689F000CEC60 /* SetupBrowserDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SetupBrowserDxe.inf; sourceTree = ""; }; + A57164062359689F000CEC60 /* Setup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Setup.c; sourceTree = ""; }; + A57164072359689F000CEC60 /* Expression.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Expression.h; sourceTree = ""; }; + A57164082359689F000CEC60 /* IfrParse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IfrParse.c; sourceTree = ""; }; + A57164092359689F000CEC60 /* SetupBrowser.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SetupBrowser.uni; sourceTree = ""; }; + A571640C2359689F000CEC60 /* GraphicsConsoleDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = GraphicsConsoleDxeExtra.uni; sourceTree = ""; }; + A571640D2359689F000CEC60 /* GraphicsConsole.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GraphicsConsole.h; sourceTree = ""; }; + A571640E2359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571640F2359689F000CEC60 /* GraphicsConsoleDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = GraphicsConsoleDxe.inf; sourceTree = ""; }; + A57164102359689F000CEC60 /* GraphicsConsoleDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = GraphicsConsoleDxe.uni; sourceTree = ""; }; + A57164112359689F000CEC60 /* LaffStd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LaffStd.c; sourceTree = ""; }; + A57164122359689F000CEC60 /* GraphicsConsole.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GraphicsConsole.c; sourceTree = ""; }; + A57164142359689F000CEC60 /* TerminalDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TerminalDxeExtra.uni; sourceTree = ""; }; + A57164152359689F000CEC60 /* TerminalDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TerminalDxe.uni; sourceTree = ""; }; + A57164162359689F000CEC60 /* TerminalConOut.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TerminalConOut.c; sourceTree = ""; }; + A57164172359689F000CEC60 /* TerminalConIn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TerminalConIn.c; sourceTree = ""; }; + A57164182359689F000CEC60 /* TerminalDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = TerminalDxe.inf; sourceTree = ""; }; + A57164192359689F000CEC60 /* Terminal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Terminal.c; sourceTree = ""; }; + A571641A2359689F000CEC60 /* Vtutf8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Vtutf8.c; sourceTree = ""; }; + A571641B2359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571641C2359689F000CEC60 /* Terminal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Terminal.h; sourceTree = ""; }; + A571641D2359689F000CEC60 /* Ansi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ansi.c; sourceTree = ""; }; + A571641F2359689F000CEC60 /* ConPlatformDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ConPlatformDxeExtra.uni; sourceTree = ""; }; + A57164202359689F000CEC60 /* ConPlatform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ConPlatform.c; sourceTree = ""; }; + A57164212359689F000CEC60 /* ConPlatformDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ConPlatformDxe.inf; sourceTree = ""; }; + A57164222359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57164232359689F000CEC60 /* ConPlatformDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ConPlatformDxe.uni; sourceTree = ""; }; + A57164242359689F000CEC60 /* ConPlatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConPlatform.h; sourceTree = ""; }; + A57164262359689F000CEC60 /* ConSplitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConSplitter.h; sourceTree = ""; }; + A57164272359689F000CEC60 /* ConSplitterGraphics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ConSplitterGraphics.c; sourceTree = ""; }; + A57164282359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57164292359689F000CEC60 /* ConSplitter.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ConSplitter.c; sourceTree = ""; }; + A571642A2359689F000CEC60 /* ConSplitterDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ConSplitterDxe.uni; sourceTree = ""; }; + A571642B2359689F000CEC60 /* ConSplitterDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ConSplitterDxeExtra.uni; sourceTree = ""; }; + A571642C2359689F000CEC60 /* ConSplitterDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ConSplitterDxe.inf; sourceTree = ""; }; + A571642E2359689F000CEC60 /* GraphicsOutput.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GraphicsOutput.h; sourceTree = ""; }; + A571642F2359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57164302359689F000CEC60 /* GraphicsOutputDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = GraphicsOutputDxe.inf; sourceTree = ""; }; + A57164312359689F000CEC60 /* GraphicsOutput.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GraphicsOutput.c; sourceTree = ""; }; + A57164332359689F000CEC60 /* Metronome.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Metronome.inf; sourceTree = ""; }; + A57164342359689F000CEC60 /* Metronome.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Metronome.c; sourceTree = ""; }; + A57164352359689F000CEC60 /* Metronome.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Metronome.uni; sourceTree = ""; }; + A57164362359689F000CEC60 /* MetronomeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MetronomeExtra.uni; sourceTree = ""; }; + A57164372359689F000CEC60 /* Metronome.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Metronome.h; sourceTree = ""; }; + A571643A2359689F000CEC60 /* FmpAuthenticationLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FmpAuthenticationLib.h; sourceTree = ""; }; + A571643B2359689F000CEC60 /* PlatformHookLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformHookLib.h; sourceTree = ""; }; + A571643C2359689F000CEC60 /* UefiBootManagerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiBootManagerLib.h; sourceTree = ""; }; + A571643D2359689F000CEC60 /* HttpLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpLib.h; sourceTree = ""; }; + A571643E2359689F000CEC60 /* TpmMeasurementLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TpmMeasurementLib.h; sourceTree = ""; }; + A571643F2359689F000CEC60 /* PciHostBridgeLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHostBridgeLib.h; sourceTree = ""; }; + A57164402359689F000CEC60 /* SecurityManagementLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecurityManagementLib.h; sourceTree = ""; }; + A57164412359689F000CEC60 /* DisplayUpdateProgressLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DisplayUpdateProgressLib.h; sourceTree = ""; }; + A57164422359689F000CEC60 /* IpmiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiLib.h; sourceTree = ""; }; + A57164432359689F000CEC60 /* DebugAgentLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugAgentLib.h; sourceTree = ""; }; + A57164442359689F000CEC60 /* UefiHiiServicesLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiHiiServicesLib.h; sourceTree = ""; }; + A57164452359689F000CEC60 /* PlatformBootManagerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformBootManagerLib.h; sourceTree = ""; }; + A57164462359689F000CEC60 /* UdpIoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UdpIoLib.h; sourceTree = ""; }; + A57164472359689F000CEC60 /* MemoryProfileLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryProfileLib.h; sourceTree = ""; }; + A57164482359689F000CEC60 /* SmmCorePlatformHookLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCorePlatformHookLib.h; sourceTree = ""; }; + A57164492359689F000CEC60 /* CustomizedDisplayLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomizedDisplayLib.h; sourceTree = ""; }; + A571644A2359689F000CEC60 /* ResetUtilityLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResetUtilityLib.h; sourceTree = ""; }; + A571644B2359689F000CEC60 /* SortLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SortLib.h; sourceTree = ""; }; + A571644C2359689F000CEC60 /* FrameBufferBltLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrameBufferBltLib.h; sourceTree = ""; }; + A571644D2359689F000CEC60 /* NetLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NetLib.h; sourceTree = ""; }; + A571644E2359689F000CEC60 /* OemHookStatusCodeLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OemHookStatusCodeLib.h; sourceTree = ""; }; + A571644F2359689F000CEC60 /* BmpSupportLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BmpSupportLib.h; sourceTree = ""; }; + A57164502359689F000CEC60 /* LockBoxLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LockBoxLib.h; sourceTree = ""; }; + A57164512359689F000CEC60 /* ResetSystemLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResetSystemLib.h; sourceTree = ""; }; + A57164522359689F000CEC60 /* VarCheckLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VarCheckLib.h; sourceTree = ""; }; + A57164532359689F000CEC60 /* RecoveryLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RecoveryLib.h; sourceTree = ""; }; + A57164542359689F000CEC60 /* AuthVariableLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AuthVariableLib.h; sourceTree = ""; }; + A57164552359689F000CEC60 /* HiiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiLib.h; sourceTree = ""; }; + A57164562359689F000CEC60 /* NonDiscoverableDeviceRegistrationLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NonDiscoverableDeviceRegistrationLib.h; sourceTree = ""; }; + A57164572359689F000CEC60 /* TcpIoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcpIoLib.h; sourceTree = ""; }; + A57164582359689F000CEC60 /* BootLogoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootLogoLib.h; sourceTree = ""; }; + A57164592359689F000CEC60 /* PlatformVarCleanupLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformVarCleanupLib.h; sourceTree = ""; }; + A571645A2359689F000CEC60 /* CpuExceptionHandlerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuExceptionHandlerLib.h; sourceTree = ""; }; + A571645B2359689F000CEC60 /* CapsuleLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleLib.h; sourceTree = ""; }; + A571645C2359689F000CEC60 /* S3Lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3Lib.h; sourceTree = ""; }; + A571645D2359689F000CEC60 /* FileExplorerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileExplorerLib.h; sourceTree = ""; }; + A571645F2359689F000CEC60 /* Ps2Policy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ps2Policy.h; sourceTree = ""; }; + A57164602359689F000CEC60 /* FileExplorer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileExplorer.h; sourceTree = ""; }; + A57164612359689F000CEC60 /* UfsHostControllerPlatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsHostControllerPlatform.h; sourceTree = ""; }; + A57164622359689F000CEC60 /* EsrtManagement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EsrtManagement.h; sourceTree = ""; }; + A57164632359689F000CEC60 /* NonDiscoverableDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NonDiscoverableDevice.h; sourceTree = ""; }; + A57164642359689F000CEC60 /* PlatformSpecificResetFilter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformSpecificResetFilter.h; sourceTree = ""; }; + A57164652359689F000CEC60 /* IpmiProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiProtocol.h; sourceTree = ""; }; + A57164662359689F000CEC60 /* SwapAddressRange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwapAddressRange.h; sourceTree = ""; }; + A57164672359689F000CEC60 /* DebuggerConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebuggerConfiguration.h; sourceTree = ""; }; + A57164682359689F000CEC60 /* IoMmu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IoMmu.h; sourceTree = ""; }; + A57164692359689F000CEC60 /* PlatformSpecificResetHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformSpecificResetHandler.h; sourceTree = ""; }; + A571646A2359689F000CEC60 /* LoadPe32Image.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadPe32Image.h; sourceTree = ""; }; + A571646B2359689F000CEC60 /* VarCheck.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VarCheck.h; sourceTree = ""; }; + A571646C2359689F000CEC60 /* FirmwareManagementProgress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareManagementProgress.h; sourceTree = ""; }; + A571646D2359689F000CEC60 /* AtaAtapiPolicy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaAtapiPolicy.h; sourceTree = ""; }; + A571646E2359689F000CEC60 /* SmmMemoryAttribute.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmMemoryAttribute.h; sourceTree = ""; }; + A571646F2359689F000CEC60 /* SdMmcOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdMmcOverride.h; sourceTree = ""; }; + A57164702359689F000CEC60 /* FormBrowserEx2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FormBrowserEx2.h; sourceTree = ""; }; + A57164712359689F000CEC60 /* SmmSwapAddressRange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmSwapAddressRange.h; sourceTree = ""; }; + A57164722359689F000CEC60 /* UfsHostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsHostController.h; sourceTree = ""; }; + A57164732359689F000CEC60 /* SmmFirmwareVolumeBlock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmFirmwareVolumeBlock.h; sourceTree = ""; }; + A57164742359689F000CEC60 /* EbcVmTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EbcVmTest.h; sourceTree = ""; }; + A57164752359689F000CEC60 /* PlatformLogo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformLogo.h; sourceTree = ""; }; + A57164762359689F000CEC60 /* PeCoffImageEmulator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeCoffImageEmulator.h; sourceTree = ""; }; + A57164772359689F000CEC60 /* Print2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Print2.h; sourceTree = ""; }; + A57164782359689F000CEC60 /* BootLogo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootLogo.h; sourceTree = ""; }; + A57164792359689F000CEC60 /* SmmReadyToBoot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmReadyToBoot.h; sourceTree = ""; }; + A571647A2359689F000CEC60 /* SmmLegacyBoot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmLegacyBoot.h; sourceTree = ""; }; + A571647B2359689F000CEC60 /* SmmVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmVariable.h; sourceTree = ""; }; + A571647C2359689F000CEC60 /* SmmFaultTolerantWrite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmFaultTolerantWrite.h; sourceTree = ""; }; + A571647D2359689F000CEC60 /* LockBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LockBox.h; sourceTree = ""; }; + A571647E2359689F000CEC60 /* GenericMemoryTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GenericMemoryTest.h; sourceTree = ""; }; + A571647F2359689F000CEC60 /* DisplayProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DisplayProtocol.h; sourceTree = ""; }; + A57164802359689F000CEC60 /* BootLogo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootLogo2.h; sourceTree = ""; }; + A57164812359689F000CEC60 /* FormBrowserEx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FormBrowserEx.h; sourceTree = ""; }; + A57164822359689F000CEC60 /* VariableLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VariableLock.h; sourceTree = ""; }; + A57164832359689F000CEC60 /* EbcSimpleDebugger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EbcSimpleDebugger.h; sourceTree = ""; }; + A57164842359689F000CEC60 /* SmmVarCheck.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmVarCheck.h; sourceTree = ""; }; + A57164852359689F000CEC60 /* SmmExitBootServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmExitBootServices.h; sourceTree = ""; }; + A57164862359689F000CEC60 /* FaultTolerantWrite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FaultTolerantWrite.h; sourceTree = ""; }; + A57164882359689F000CEC60 /* EndOfS3Resume.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EndOfS3Resume.h; sourceTree = ""; }; + A57164892359689F000CEC60 /* MdeModulePkgTokenSpace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MdeModulePkgTokenSpace.h; sourceTree = ""; }; + A571648A2359689F000CEC60 /* LoadModuleAtFixedAddress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadModuleAtFixedAddress.h; sourceTree = ""; }; + A571648B2359689F000CEC60 /* SystemNvDataGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SystemNvDataGuid.h; sourceTree = ""; }; + A571648C2359689F000CEC60 /* ExtendedFirmwarePerformance.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExtendedFirmwarePerformance.h; sourceTree = ""; }; + A571648D2359689F000CEC60 /* MdeModuleHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MdeModuleHii.h; sourceTree = ""; }; + A571648E2359689F000CEC60 /* NonDiscoverableDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NonDiscoverableDevice.h; sourceTree = ""; }; + A571648F2359689F000CEC60 /* PlatformHasAcpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformHasAcpi.h; sourceTree = ""; }; + A57164902359689F000CEC60 /* SmmVariableCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmVariableCommon.h; sourceTree = ""; }; + A57164912359689F000CEC60 /* MemoryProfile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryProfile.h; sourceTree = ""; }; + A57164922359689F000CEC60 /* RamDiskHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RamDiskHii.h; sourceTree = ""; }; + A57164932359689F000CEC60 /* PcdDataBaseSignatureGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcdDataBaseSignatureGuid.h; sourceTree = ""; }; + A57164942359689F000CEC60 /* VariableIndexTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VariableIndexTable.h; sourceTree = ""; }; + A57164952359689F000CEC60 /* ConsoleInDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConsoleInDevice.h; sourceTree = ""; }; + A57164962359689F000CEC60 /* SerialPortLibVendor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SerialPortLibVendor.h; sourceTree = ""; }; + A57164972359689F000CEC60 /* RecoveryDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RecoveryDevice.h; sourceTree = ""; }; + A57164982359689F000CEC60 /* IdleLoopEvent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IdleLoopEvent.h; sourceTree = ""; }; + A57164992359689F000CEC60 /* Performance.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Performance.h; sourceTree = ""; }; + A571649A2359689F000CEC60 /* UsbKeyBoardLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbKeyBoardLayout.h; sourceTree = ""; }; + A571649B2359689F000CEC60 /* ZeroGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ZeroGuid.h; sourceTree = ""; }; + A571649C2359689F000CEC60 /* PcdDataBaseHobGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcdDataBaseHobGuid.h; sourceTree = ""; }; + A571649D2359689F000CEC60 /* LzmaDecompress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaDecompress.h; sourceTree = ""; }; + A571649E2359689F000CEC60 /* Ip4Config2Hii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Config2Hii.h; sourceTree = ""; }; + A571649F2359689F000CEC60 /* PiSmmMemoryAttributesTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmMemoryAttributesTable.h; sourceTree = ""; }; + A57164A02359689F000CEC60 /* VarErrorFlag.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VarErrorFlag.h; sourceTree = ""; }; + A57164A12359689F000CEC60 /* ConsoleOutDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConsoleOutDevice.h; sourceTree = ""; }; + A57164A22359689F000CEC60 /* SmmLockBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmLockBox.h; sourceTree = ""; }; + A57164A32359689F000CEC60 /* BootScriptExecutorVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootScriptExecutorVariable.h; sourceTree = ""; }; + A57164A42359689F000CEC60 /* MtcVendor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MtcVendor.h; sourceTree = ""; }; + A57164A52359689F000CEC60 /* DriverSampleHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverSampleHii.h; sourceTree = ""; }; + A57164A62359689F000CEC60 /* StandardErrorDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StandardErrorDevice.h; sourceTree = ""; }; + A57164A72359689F000CEC60 /* MemoryStatusCodeRecord.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryStatusCodeRecord.h; sourceTree = ""; }; + A57164A82359689F000CEC60 /* S3SmmInitDone.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3SmmInitDone.h; sourceTree = ""; }; + A57164A92359689F000CEC60 /* StatusCodeDataTypeDebug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeDataTypeDebug.h; sourceTree = ""; }; + A57164AA2359689F000CEC60 /* EventExitBootServiceFailed.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EventExitBootServiceFailed.h; sourceTree = ""; }; + A57164AB2359689F000CEC60 /* S3StorageDeviceInitList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3StorageDeviceInitList.h; sourceTree = ""; }; + A57164AC2359689F000CEC60 /* CapsuleVendor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleVendor.h; sourceTree = ""; }; + A57164AD2359689F000CEC60 /* ConnectConInEvent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConnectConInEvent.h; sourceTree = ""; }; + A57164AE2359689F000CEC60 /* VlanConfigHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VlanConfigHii.h; sourceTree = ""; }; + A57164AF2359689F000CEC60 /* SmiHandlerProfile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmiHandlerProfile.h; sourceTree = ""; }; + A57164B02359689F000CEC60 /* PerformanceMeasurement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PerformanceMeasurement.h; sourceTree = ""; }; + A57164B12359689F000CEC60 /* HiiBootMaintenanceFormset.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiBootMaintenanceFormset.h; sourceTree = ""; }; + A57164B22359689F000CEC60 /* PlatDriOverrideHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatDriOverrideHii.h; sourceTree = ""; }; + A57164B32359689F000CEC60 /* DebugMask.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugMask.h; sourceTree = ""; }; + A57164B42359689F000CEC60 /* VariableFormat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VariableFormat.h; sourceTree = ""; }; + A57164B52359689F000CEC60 /* AcpiS3Context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiS3Context.h; sourceTree = ""; }; + A57164B62359689F000CEC60 /* StatusCodeDataTypeVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeDataTypeVariable.h; sourceTree = ""; }; + A57164B72359689F000CEC60 /* Ip4IScsiConfigHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4IScsiConfigHii.h; sourceTree = ""; }; + A57164B82359689F000CEC60 /* Crc32GuidedSectionExtraction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Crc32GuidedSectionExtraction.h; sourceTree = ""; }; + A57164B92359689F000CEC60 /* TtyTerm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TtyTerm.h; sourceTree = ""; }; + A57164BA2359689F000CEC60 /* PiSmmCommunicationRegionTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmCommunicationRegionTable.h; sourceTree = ""; }; + A57164BB2359689F000CEC60 /* StatusCodeCallbackGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeCallbackGuid.h; sourceTree = ""; }; + A57164BC2359689F000CEC60 /* HiiResourceSampleHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiResourceSampleHii.h; sourceTree = ""; }; + A57164BD2359689F000CEC60 /* MemoryTypeInformation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryTypeInformation.h; sourceTree = ""; }; + A57164BE2359689F000CEC60 /* FirmwarePerformance.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwarePerformance.h; sourceTree = ""; }; + A57164BF2359689F000CEC60 /* FaultTolerantWrite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FaultTolerantWrite.h; sourceTree = ""; }; + A57164C12359689F000CEC60 /* SerialPortPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SerialPortPei.h; sourceTree = ""; }; + A57164C22359689F000CEC60 /* PlatformSpecificResetFilter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformSpecificResetFilter.h; sourceTree = ""; }; + A57164C32359689F000CEC60 /* Debug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Debug.h; sourceTree = ""; }; + A57164C42359689F000CEC60 /* SdMmcHostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdMmcHostController.h; sourceTree = ""; }; + A57164C52359689F000CEC60 /* IoMmu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IoMmu.h; sourceTree = ""; }; + A57164C62359689F000CEC60 /* Usb2HostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Usb2HostController.h; sourceTree = ""; }; + A57164C72359689F000CEC60 /* AtaController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaController.h; sourceTree = ""; }; + A57164C82359689F000CEC60 /* AtaAhciController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaAhciController.h; sourceTree = ""; }; + A57164C92359689F000CEC60 /* PlatformSpecificResetHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformSpecificResetHandler.h; sourceTree = ""; }; + A57164CA2359689F000CEC60 /* AtaPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaPassThru.h; sourceTree = ""; }; + A57164CB2359689F000CEC60 /* IpmiPpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiPpi.h; sourceTree = ""; }; + A57164CC2359689F000CEC60 /* UfsHostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsHostController.h; sourceTree = ""; }; + A57164CD2359689F000CEC60 /* PlatformSpecificResetNotification.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformSpecificResetNotification.h; sourceTree = ""; }; + A57164CE2359689F000CEC60 /* StorageSecurityCommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StorageSecurityCommand.h; sourceTree = ""; }; + A57164CF2359689F000CEC60 /* SmmControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmControl.h; sourceTree = ""; }; + A57164D02359689F000CEC60 /* SmmCommunication.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCommunication.h; sourceTree = ""; }; + A57164D12359689F000CEC60 /* NvmExpressPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPassThru.h; sourceTree = ""; }; + A57164D22359689F000CEC60 /* UsbHostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHostController.h; sourceTree = ""; }; + A57164D32359689F000CEC60 /* UsbIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbIo.h; sourceTree = ""; }; + A57164D42359689F000CEC60 /* NvmExpressHostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressHostController.h; sourceTree = ""; }; + A57164D52359689F000CEC60 /* UsbController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbController.h; sourceTree = ""; }; + A57164D62359689F000CEC60 /* SmmAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmAccess.h; sourceTree = ""; }; + A57164D72359689F000CEC60 /* CapsuleOnDisk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleOnDisk.h; sourceTree = ""; }; + A57164D82359689F000CEC60 /* PostBootScriptTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PostBootScriptTable.h; sourceTree = ""; }; + A57164D92359689F000CEC60 /* SecPerformance.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecPerformance.h; sourceTree = ""; }; + A57164DA2359689F000CEC60 /* MdeModulePkgExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdeModulePkgExtra.uni; sourceTree = ""; }; + A57164DE2359689F000CEC60 /* SdBlockIoPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdBlockIoPei.c; sourceTree = ""; }; + A57164DF2359689F000CEC60 /* SdHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdHcMem.c; sourceTree = ""; }; + A57164E02359689F000CEC60 /* SdBlockIoPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdBlockIoPeiExtra.uni; sourceTree = ""; }; + A57164E12359689F000CEC60 /* SdHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdHci.h; sourceTree = ""; }; + A57164E22359689F000CEC60 /* SdBlockIoPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdBlockIoPei.uni; sourceTree = ""; }; + A57164E32359689F000CEC60 /* SdBlockIoPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdBlockIoPei.inf; sourceTree = ""; }; + A57164E42359689F000CEC60 /* SdHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdHcMem.h; sourceTree = ""; }; + A57164E52359689F000CEC60 /* SdBlockIoPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdBlockIoPei.h; sourceTree = ""; }; + A57164E62359689F000CEC60 /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A57164E72359689F000CEC60 /* SdHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdHci.c; sourceTree = ""; }; + A57164E92359689F000CEC60 /* EmmcHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcHcMem.c; sourceTree = ""; }; + A57164EA2359689F000CEC60 /* EmmcHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcHci.c; sourceTree = ""; }; + A57164EB2359689F000CEC60 /* EmmcBlockIoPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcBlockIoPei.c; sourceTree = ""; }; + A57164EC2359689F000CEC60 /* EmmcBlockIoPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmmcBlockIoPeiExtra.uni; sourceTree = ""; }; + A57164ED2359689F000CEC60 /* EmmcHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmmcHcMem.h; sourceTree = ""; }; + A57164EE2359689F000CEC60 /* EmmcHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmmcHci.h; sourceTree = ""; }; + A57164EF2359689F000CEC60 /* EmmcBlockIoPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmmcBlockIoPei.h; sourceTree = ""; }; + A57164F02359689F000CEC60 /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A57164F12359689F000CEC60 /* EmmcBlockIoPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmmcBlockIoPei.uni; sourceTree = ""; }; + A57164F22359689F000CEC60 /* EmmcBlockIoPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmmcBlockIoPei.inf; sourceTree = ""; }; + A57164F42359689F000CEC60 /* SdBlockIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdBlockIo.c; sourceTree = ""; }; + A57164F52359689F000CEC60 /* SdDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdDxe.uni; sourceTree = ""; }; + A57164F62359689F000CEC60 /* SdDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdDxe.c; sourceTree = ""; }; + A57164F72359689F000CEC60 /* SdDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdDxe.inf; sourceTree = ""; }; + A57164F82359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57164F92359689F000CEC60 /* SdDiskInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdDiskInfo.h; sourceTree = ""; }; + A57164FA2359689F000CEC60 /* SdBlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdBlockIo.h; sourceTree = ""; }; + A57164FB2359689F000CEC60 /* SdDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdDxe.h; sourceTree = ""; }; + A57164FC2359689F000CEC60 /* SdDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdDxeExtra.uni; sourceTree = ""; }; + A57164FD2359689F000CEC60 /* SdDiskInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdDiskInfo.c; sourceTree = ""; }; + A57164FF2359689F000CEC60 /* EmmcDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmmcDxe.h; sourceTree = ""; }; + A57165002359689F000CEC60 /* EmmcDiskInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmmcDiskInfo.h; sourceTree = ""; }; + A57165012359689F000CEC60 /* EmmcDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmmcDxe.uni; sourceTree = ""; }; + A57165022359689F000CEC60 /* EmmcBlockIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcBlockIo.c; sourceTree = ""; }; + A57165032359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57165042359689F000CEC60 /* EmmcDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmmcDxe.inf; sourceTree = ""; }; + A57165052359689F000CEC60 /* EmmcDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcDxe.c; sourceTree = ""; }; + A57165062359689F000CEC60 /* EmmcDiskInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcDiskInfo.c; sourceTree = ""; }; + A57165072359689F000CEC60 /* EmmcBlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EmmcBlockIo.h; sourceTree = ""; }; + A57165082359689F000CEC60 /* EmmcDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmmcDxeExtra.uni; sourceTree = ""; }; + A571650B2359689F000CEC60 /* AtapiPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtapiPeim.h; sourceTree = ""; }; + A571650C2359689F000CEC60 /* IdeBusPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IdeBusPei.uni; sourceTree = ""; }; + A571650D2359689F000CEC60 /* IdeBusPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IdeBusPeiExtra.uni; sourceTree = ""; }; + A571650E2359689F000CEC60 /* IdeBusPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IdeBusPei.inf; sourceTree = ""; }; + A571650F2359689F000CEC60 /* AtapiPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AtapiPeim.c; sourceTree = ""; }; + A57165112359689F000CEC60 /* SdMmcPciHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdMmcPciHci.c; sourceTree = ""; }; + A57165122359689F000CEC60 /* SdMmcPciHcDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdMmcPciHcDxeExtra.uni; sourceTree = ""; }; + A57165132359689F000CEC60 /* SdDevice.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdDevice.c; sourceTree = ""; }; + A57165142359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57165152359689F000CEC60 /* SdMmcPciHcDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdMmcPciHcDxe.h; sourceTree = ""; }; + A57165162359689F000CEC60 /* SdMmcPciHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdMmcPciHci.h; sourceTree = ""; }; + A57165172359689F000CEC60 /* EmmcDevice.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EmmcDevice.c; sourceTree = ""; }; + A57165182359689F000CEC60 /* SdMmcPciHcDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdMmcPciHcDxe.inf; sourceTree = ""; }; + A57165192359689F000CEC60 /* SdMmcPciHcDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdMmcPciHcDxe.uni; sourceTree = ""; }; + A571651A2359689F000CEC60 /* SdMmcPciHcDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdMmcPciHcDxe.c; sourceTree = ""; }; + A571651C2359689F000CEC60 /* IncompatiblePciDeviceSupportDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IncompatiblePciDeviceSupportDxe.inf; sourceTree = ""; }; + A571651D2359689F000CEC60 /* IncompatiblePciDeviceSupportExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IncompatiblePciDeviceSupportExtra.uni; sourceTree = ""; }; + A571651E2359689F000CEC60 /* IncompatiblePciDeviceSupport.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IncompatiblePciDeviceSupport.uni; sourceTree = ""; }; + A571651F2359689F000CEC60 /* IncompatiblePciDeviceSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IncompatiblePciDeviceSupport.c; sourceTree = ""; }; + A57165212359689F000CEC60 /* PciEnumerator.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciEnumerator.c; sourceTree = ""; }; + A57165222359689F000CEC60 /* PciDriverOverride.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciDriverOverride.c; sourceTree = ""; }; + A57165232359689F000CEC60 /* PciResourceSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciResourceSupport.c; sourceTree = ""; }; + A57165242359689F000CEC60 /* PciDeviceSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciDeviceSupport.c; sourceTree = ""; }; + A57165252359689F000CEC60 /* PciIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciIo.c; sourceTree = ""; }; + A57165262359689F000CEC60 /* PciCommand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciCommand.c; sourceTree = ""; }; + A57165272359689F000CEC60 /* PciHotPlugSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciHotPlugSupport.c; sourceTree = ""; }; + A57165282359689F000CEC60 /* PciOptionRomSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciOptionRomSupport.h; sourceTree = ""; }; + A57165292359689F000CEC60 /* PciRomTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciRomTable.h; sourceTree = ""; }; + A571652A2359689F000CEC60 /* PciEnumeratorSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciEnumeratorSupport.c; sourceTree = ""; }; + A571652B2359689F000CEC60 /* PciLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciLib.h; sourceTree = ""; }; + A571652C2359689F000CEC60 /* PciBusDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciBusDxeExtra.uni; sourceTree = ""; }; + A571652D2359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571652E2359689F000CEC60 /* PciBus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciBus.c; sourceTree = ""; }; + A571652F2359689F000CEC60 /* PciPowerManagement.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciPowerManagement.c; sourceTree = ""; }; + A57165302359689F000CEC60 /* PciResourceSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciResourceSupport.h; sourceTree = ""; }; + A57165312359689F000CEC60 /* PciDriverOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciDriverOverride.h; sourceTree = ""; }; + A57165322359689F000CEC60 /* PciEnumerator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciEnumerator.h; sourceTree = ""; }; + A57165332359689F000CEC60 /* PciCommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciCommand.h; sourceTree = ""; }; + A57165342359689F000CEC60 /* PciIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciIo.h; sourceTree = ""; }; + A57165352359689F000CEC60 /* PciDeviceSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciDeviceSupport.h; sourceTree = ""; }; + A57165362359689F000CEC60 /* PciRomTable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciRomTable.c; sourceTree = ""; }; + A57165372359689F000CEC60 /* PciBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciBusDxe.inf; sourceTree = ""; }; + A57165382359689F000CEC60 /* PciOptionRomSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciOptionRomSupport.c; sourceTree = ""; }; + A57165392359689F000CEC60 /* PciHotPlugSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHotPlugSupport.h; sourceTree = ""; }; + A571653A2359689F000CEC60 /* PciPowerManagement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciPowerManagement.h; sourceTree = ""; }; + A571653B2359689F000CEC60 /* PciBus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciBus.h; sourceTree = ""; }; + A571653C2359689F000CEC60 /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A571653D2359689F000CEC60 /* PciBusDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciBusDxe.uni; sourceTree = ""; }; + A571653E2359689F000CEC60 /* PciEnumeratorSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciEnumeratorSupport.h; sourceTree = ""; }; + A571653F2359689F000CEC60 /* PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciLib.c; sourceTree = ""; }; + A57165412359689F000CEC60 /* XhciSched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XhciSched.h; sourceTree = ""; }; + A57165422359689F000CEC60 /* XhciPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = XhciPei.inf; sourceTree = ""; }; + A57165432359689F000CEC60 /* XhcPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XhcPeim.h; sourceTree = ""; }; + A57165442359689F000CEC60 /* XhciPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = XhciPei.uni; sourceTree = ""; }; + A57165452359689F000CEC60 /* UsbHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHcMem.h; sourceTree = ""; }; + A57165462359689F000CEC60 /* XhciSched.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = XhciSched.c; sourceTree = ""; }; + A57165472359689F000CEC60 /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A57165482359689F000CEC60 /* XhciPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = XhciPeiExtra.uni; sourceTree = ""; }; + A57165492359689F000CEC60 /* UsbHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbHcMem.c; sourceTree = ""; }; + A571654A2359689F000CEC60 /* XhciReg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XhciReg.h; sourceTree = ""; }; + A571654B2359689F000CEC60 /* XhcPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = XhcPeim.c; sourceTree = ""; }; + A571654D2359689F000CEC60 /* EhciPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EhciPeiExtra.uni; sourceTree = ""; }; + A571654E2359689F000CEC60 /* EhciUrb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciUrb.h; sourceTree = ""; }; + A571654F2359689F000CEC60 /* EhcPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhcPeim.h; sourceTree = ""; }; + A57165502359689F000CEC60 /* UsbHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHcMem.h; sourceTree = ""; }; + A57165512359689F000CEC60 /* EhciSched.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhciSched.c; sourceTree = ""; }; + A57165522359689F000CEC60 /* EhciPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EhciPei.uni; sourceTree = ""; }; + A57165532359689F000CEC60 /* EhciPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EhciPei.inf; sourceTree = ""; }; + A57165542359689F000CEC60 /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A57165552359689F000CEC60 /* EhciReg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciReg.h; sourceTree = ""; }; + A57165562359689F000CEC60 /* EhcPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhcPeim.c; sourceTree = ""; }; + A57165572359689F000CEC60 /* EhciUrb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhciUrb.c; sourceTree = ""; }; + A57165582359689F000CEC60 /* EhciSched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciSched.h; sourceTree = ""; }; + A57165592359689F000CEC60 /* UsbHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbHcMem.c; sourceTree = ""; }; + A571655B2359689F000CEC60 /* UfsPciHcDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPciHcDxeExtra.uni; sourceTree = ""; }; + A571655C2359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571655D2359689F000CEC60 /* UfsPciHcDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsPciHcDxe.c; sourceTree = ""; }; + A571655E2359689F000CEC60 /* UfsPciHcDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPciHcDxe.uni; sourceTree = ""; }; + A571655F2359689F000CEC60 /* UfsPciHcDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsPciHcDxe.h; sourceTree = ""; }; + A57165602359689F000CEC60 /* UfsPciHcDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPciHcDxe.inf; sourceTree = ""; }; + A57165622359689F000CEC60 /* UhciSched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UhciSched.h; sourceTree = ""; }; + A57165632359689F000CEC60 /* UhciReg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UhciReg.h; sourceTree = ""; }; + A57165642359689F000CEC60 /* UhciDebug.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UhciDebug.c; sourceTree = ""; }; + A57165652359689F000CEC60 /* UhciQueue.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UhciQueue.h; sourceTree = ""; }; + A57165662359689F000CEC60 /* Uhci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Uhci.c; sourceTree = ""; }; + A57165672359689F000CEC60 /* UhciDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UhciDxeExtra.uni; sourceTree = ""; }; + A57165682359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57165692359689F000CEC60 /* UsbHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHcMem.h; sourceTree = ""; }; + A571656A2359689F000CEC60 /* UhciSched.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UhciSched.c; sourceTree = ""; }; + A571656B2359689F000CEC60 /* UhciDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UhciDxe.inf; sourceTree = ""; }; + A571656C2359689F000CEC60 /* UhciDebug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UhciDebug.h; sourceTree = ""; }; + A571656D2359689F000CEC60 /* UhciReg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UhciReg.c; sourceTree = ""; }; + A571656E2359689F000CEC60 /* UhciDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UhciDxe.uni; sourceTree = ""; }; + A571656F2359689F000CEC60 /* UhciQueue.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UhciQueue.c; sourceTree = ""; }; + A57165702359689F000CEC60 /* UsbHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbHcMem.c; sourceTree = ""; }; + A57165712359689F000CEC60 /* Uhci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Uhci.h; sourceTree = ""; }; + A57165722359689F000CEC60 /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A57165742359689F000CEC60 /* DevicePath.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePath.c; sourceTree = ""; }; + A57165752359689F000CEC60 /* NvmExpressPeiHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPeiHci.h; sourceTree = ""; }; + A57165762359689F000CEC60 /* NvmExpressPeiStorageSecurity.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPeiStorageSecurity.h; sourceTree = ""; }; + A57165772359689F000CEC60 /* NvmExpressPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPei.c; sourceTree = ""; }; + A57165782359689F000CEC60 /* NvmExpressPeiBlockIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPeiBlockIo.c; sourceTree = ""; }; + A57165792359689F000CEC60 /* NvmExpressPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NvmExpressPeiExtra.uni; sourceTree = ""; }; + A571657A2359689F000CEC60 /* NvmExpressPeiPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPeiPassThru.h; sourceTree = ""; }; + A571657B2359689F000CEC60 /* NvmExpressPeiS3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPeiS3.c; sourceTree = ""; }; + A571657C2359689F000CEC60 /* NvmExpressPeiStorageSecurity.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPeiStorageSecurity.c; sourceTree = ""; }; + A571657D2359689F000CEC60 /* NvmExpressPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPei.h; sourceTree = ""; }; + A571657E2359689F000CEC60 /* NvmExpressPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = NvmExpressPei.inf; sourceTree = ""; }; + A571657F2359689F000CEC60 /* NvmExpressPeiHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPeiHci.c; sourceTree = ""; }; + A57165802359689F000CEC60 /* NvmExpressPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NvmExpressPei.uni; sourceTree = ""; }; + A57165812359689F000CEC60 /* NvmExpressPeiBlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPeiBlockIo.h; sourceTree = ""; }; + A57165822359689F000CEC60 /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A57165832359689F000CEC60 /* NvmExpressPeiPassThru.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPeiPassThru.c; sourceTree = ""; }; + A57165852359689F000CEC60 /* SdMmcPciHcPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdMmcPciHcPei.inf; sourceTree = ""; }; + A57165862359689F000CEC60 /* SdMmcPciHcPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SdMmcPciHcPei.c; sourceTree = ""; }; + A57165872359689F000CEC60 /* SdMmcPciHcPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdMmcPciHcPei.uni; sourceTree = ""; }; + A57165882359689F000CEC60 /* SdMmcPciHcPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SdMmcPciHcPeiExtra.uni; sourceTree = ""; }; + A57165892359689F000CEC60 /* SdMmcPciHcPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdMmcPciHcPei.h; sourceTree = ""; }; + A571658B2359689F000CEC60 /* SataController.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SataController.c; sourceTree = ""; }; + A571658C2359689F000CEC60 /* SataControllerDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SataControllerDxe.uni; sourceTree = ""; }; + A571658D2359689F000CEC60 /* SataControllerDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SataControllerDxeExtra.uni; sourceTree = ""; }; + A571658E2359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571658F2359689F000CEC60 /* SataControllerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SataControllerDxe.inf; sourceTree = ""; }; + A57165902359689F000CEC60 /* SataController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SataController.h; sourceTree = ""; }; + A57165922359689F000CEC60 /* PciSioSerialDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciSioSerialDxe.inf; sourceTree = ""; }; + A57165932359689F000CEC60 /* Serial.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Serial.c; sourceTree = ""; }; + A57165942359689F000CEC60 /* SerialIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SerialIo.c; sourceTree = ""; }; + A57165952359689F000CEC60 /* PciSioSerialDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciSioSerialDxe.uni; sourceTree = ""; }; + A57165962359689F000CEC60 /* PciSioSerialDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciSioSerialDxeExtra.uni; sourceTree = ""; }; + A57165972359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57165982359689F000CEC60 /* Serial.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Serial.h; sourceTree = ""; }; + A571659A2359689F000CEC60 /* PciRootBridgeIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciRootBridgeIo.c; sourceTree = ""; }; + A571659B2359689F000CEC60 /* PciHostResource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHostResource.h; sourceTree = ""; }; + A571659C2359689F000CEC60 /* PciHostBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHostBridge.h; sourceTree = ""; }; + A571659D2359689F000CEC60 /* PciRootBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciRootBridge.h; sourceTree = ""; }; + A571659E2359689F000CEC60 /* PciHostBridgeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciHostBridgeDxe.inf; sourceTree = ""; }; + A571659F2359689F000CEC60 /* PciHostBridge.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciHostBridge.c; sourceTree = ""; }; + A57165A12359689F000CEC60 /* XhciDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = XhciDxeExtra.uni; sourceTree = ""; }; + A57165A22359689F000CEC60 /* XhciSched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XhciSched.h; sourceTree = ""; }; + A57165A32359689F000CEC60 /* Xhci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Xhci.c; sourceTree = ""; }; + A57165A42359689F000CEC60 /* XhciReg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = XhciReg.c; sourceTree = ""; }; + A57165A52359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57165A62359689F000CEC60 /* UsbHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHcMem.h; sourceTree = ""; }; + A57165A72359689F000CEC60 /* XhciSched.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = XhciSched.c; sourceTree = ""; }; + A57165A82359689F000CEC60 /* XhciDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = XhciDxe.inf; sourceTree = ""; }; + A57165A92359689F000CEC60 /* XhciDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = XhciDxe.uni; sourceTree = ""; }; + A57165AA2359689F000CEC60 /* Xhci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Xhci.h; sourceTree = ""; }; + A57165AB2359689F000CEC60 /* UsbHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbHcMem.c; sourceTree = ""; }; + A57165AC2359689F000CEC60 /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A57165AD2359689F000CEC60 /* XhciReg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XhciReg.h; sourceTree = ""; }; + A57165AF2359689F000CEC60 /* UhcPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UhcPeim.c; sourceTree = ""; }; + A57165B02359689F000CEC60 /* UhciPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UhciPei.inf; sourceTree = ""; }; + A57165B12359689F000CEC60 /* UhciPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UhciPei.uni; sourceTree = ""; }; + A57165B22359689F000CEC60 /* UhciPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UhciPeiExtra.uni; sourceTree = ""; }; + A57165B32359689F000CEC60 /* UhcPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UhcPeim.h; sourceTree = ""; }; + A57165B42359689F000CEC60 /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A57165B62359689F000CEC60 /* NvmExpressHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressHci.c; sourceTree = ""; }; + A57165B72359689F000CEC60 /* NvmExpressPassthru.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressPassthru.c; sourceTree = ""; }; + A57165B82359689F000CEC60 /* NvmExpressBlockIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressBlockIo.c; sourceTree = ""; }; + A57165B92359689F000CEC60 /* NvmExpressDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = NvmExpressDxe.inf; sourceTree = ""; }; + A57165BA2359689F000CEC60 /* NvmExpressDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NvmExpressDxe.uni; sourceTree = ""; }; + A57165BB2359689F000CEC60 /* NvmExpress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpress.c; sourceTree = ""; }; + A57165BC2359689F000CEC60 /* NvmExpressDiskInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressDiskInfo.h; sourceTree = ""; }; + A57165BD2359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57165BE2359689F000CEC60 /* NvmExpressBlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressBlockIo.h; sourceTree = ""; }; + A57165BF2359689F000CEC60 /* NvmExpressHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressHci.h; sourceTree = ""; }; + A57165C02359689F000CEC60 /* NvmExpressDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = NvmExpressDxeExtra.uni; sourceTree = ""; }; + A57165C12359689F000CEC60 /* NvmExpressDiskInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NvmExpressDiskInfo.c; sourceTree = ""; }; + A57165C22359689F000CEC60 /* NvmExpress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpress.h; sourceTree = ""; }; + A57165C42359689F000CEC60 /* NonDiscoverablePciDeviceDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = NonDiscoverablePciDeviceDxe.inf; sourceTree = ""; }; + A57165C52359689F000CEC60 /* NonDiscoverablePciDeviceIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NonDiscoverablePciDeviceIo.c; sourceTree = ""; }; + A57165C62359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57165C72359689F000CEC60 /* NonDiscoverablePciDeviceDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NonDiscoverablePciDeviceDxe.c; sourceTree = ""; }; + A57165C82359689F000CEC60 /* NonDiscoverablePciDeviceIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NonDiscoverablePciDeviceIo.h; sourceTree = ""; }; + A57165CA2359689F000CEC60 /* EhciReg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhciReg.c; sourceTree = ""; }; + A57165CB2359689F000CEC60 /* EhciUrb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciUrb.h; sourceTree = ""; }; + A57165CC2359689F000CEC60 /* EhciDebug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciDebug.h; sourceTree = ""; }; + A57165CD2359689F000CEC60 /* EhciDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EhciDxe.uni; sourceTree = ""; }; + A57165CE2359689F000CEC60 /* Ehci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ehci.h; sourceTree = ""; }; + A57165CF2359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57165D02359689F000CEC60 /* EhciDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = EhciDxe.inf; sourceTree = ""; }; + A57165D12359689F000CEC60 /* UsbHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHcMem.h; sourceTree = ""; }; + A57165D22359689F000CEC60 /* EhciSched.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhciSched.c; sourceTree = ""; }; + A57165D32359689F000CEC60 /* EhciDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = EhciDxeExtra.uni; sourceTree = ""; }; + A57165D42359689F000CEC60 /* Ehci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ehci.c; sourceTree = ""; }; + A57165D52359689F000CEC60 /* EhciDebug.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhciDebug.c; sourceTree = ""; }; + A57165D62359689F000CEC60 /* EhciReg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciReg.h; sourceTree = ""; }; + A57165D72359689F000CEC60 /* EhciUrb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EhciUrb.c; sourceTree = ""; }; + A57165D82359689F000CEC60 /* EhciSched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EhciSched.h; sourceTree = ""; }; + A57165D92359689F000CEC60 /* UsbHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbHcMem.c; sourceTree = ""; }; + A57165DA2359689F000CEC60 /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A57165DC2359689F000CEC60 /* UfsPciHcPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPciHcPei.uni; sourceTree = ""; }; + A57165DD2359689F000CEC60 /* UfsPciHcPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPciHcPei.inf; sourceTree = ""; }; + A57165DE2359689F000CEC60 /* UfsPciHcPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsPciHcPei.h; sourceTree = ""; }; + A57165DF2359689F000CEC60 /* UfsPciHcPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPciHcPeiExtra.uni; sourceTree = ""; }; + A57165E02359689F000CEC60 /* UfsPciHcPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsPciHcPei.c; sourceTree = ""; }; + A57165E32359689F000CEC60 /* IsaBusDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaBusDxeExtra.uni; sourceTree = ""; }; + A57165E42359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57165E52359689F000CEC60 /* IsaBusDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsaBusDxe.h; sourceTree = ""; }; + A57165E62359689F000CEC60 /* IsaBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaBusDxe.inf; sourceTree = ""; }; + A57165E72359689F000CEC60 /* IsaBusDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaBusDxe.uni; sourceTree = ""; }; + A57165E82359689F000CEC60 /* IsaBusDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsaBusDxe.c; sourceTree = ""; }; + A57165E92359689F000CEC60 /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A57165EB2359689F000CEC60 /* Ps2KbdTextIn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2KbdTextIn.c; sourceTree = ""; }; + A57165EC2359689F000CEC60 /* Ps2KeyboardDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2KeyboardDxeExtra.uni; sourceTree = ""; }; + A57165ED2359689F000CEC60 /* Ps2Keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2Keyboard.c; sourceTree = ""; }; + A57165EE2359689F000CEC60 /* Ps2KbdCtrller.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2KbdCtrller.c; sourceTree = ""; }; + A57165EF2359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57165F02359689F000CEC60 /* Ps2KeyboardDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2KeyboardDxe.inf; sourceTree = ""; }; + A57165F12359689F000CEC60 /* Ps2KeyboardDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2KeyboardDxe.uni; sourceTree = ""; }; + A57165F22359689F000CEC60 /* Ps2Keyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ps2Keyboard.h; sourceTree = ""; }; + A57165F42359689F000CEC60 /* Ps2Mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2Mouse.c; sourceTree = ""; }; + A57165F52359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57165F62359689F000CEC60 /* CommPs2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommPs2.h; sourceTree = ""; }; + A57165F72359689F000CEC60 /* Ps2Mouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ps2Mouse.h; sourceTree = ""; }; + A57165F82359689F000CEC60 /* Ps2MouseDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2MouseDxeExtra.uni; sourceTree = ""; }; + A57165F92359689F000CEC60 /* Ps2MouseDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2MouseDxe.inf; sourceTree = ""; }; + A57165FA2359689F000CEC60 /* CommPs2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CommPs2.c; sourceTree = ""; }; + A57165FB2359689F000CEC60 /* Ps2MouseDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2MouseDxe.uni; sourceTree = ""; }; + A57165FE2359689F000CEC60 /* ScsiDiskDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ScsiDiskDxe.inf; sourceTree = ""; }; + A57165FF2359689F000CEC60 /* ScsiDisk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScsiDisk.c; sourceTree = ""; }; + A57166002359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57166012359689F000CEC60 /* ScsiDisk.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ScsiDisk.uni; sourceTree = ""; }; + A57166022359689F000CEC60 /* ScsiDiskExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ScsiDiskExtra.uni; sourceTree = ""; }; + A57166032359689F000CEC60 /* ScsiDisk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScsiDisk.h; sourceTree = ""; }; + A57166052359689F000CEC60 /* ScsiBusExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ScsiBusExtra.uni; sourceTree = ""; }; + A57166062359689F000CEC60 /* ScsiBus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScsiBus.c; sourceTree = ""; }; + A57166072359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57166082359689F000CEC60 /* ScsiBus.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ScsiBus.uni; sourceTree = ""; }; + A57166092359689F000CEC60 /* ScsiBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ScsiBusDxe.inf; sourceTree = ""; }; + A571660A2359689F000CEC60 /* ScsiBus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScsiBus.h; sourceTree = ""; }; + A571660D2359689F000CEC60 /* UfsBlockIoPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsBlockIoPei.inf; sourceTree = ""; }; + A571660E2359689F000CEC60 /* UfsHcMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsHcMem.c; sourceTree = ""; }; + A571660F2359689F000CEC60 /* UfsBlockIoPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsBlockIoPeiExtra.uni; sourceTree = ""; }; + A57166102359689F000CEC60 /* UfsHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsHci.c; sourceTree = ""; }; + A57166112359689F000CEC60 /* UfsBlockIoPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsBlockIoPei.uni; sourceTree = ""; }; + A57166122359689F000CEC60 /* UfsBlockIoPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsBlockIoPei.c; sourceTree = ""; }; + A57166132359689F000CEC60 /* UfsHcMem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsHcMem.h; sourceTree = ""; }; + A57166142359689F000CEC60 /* UfsHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsHci.h; sourceTree = ""; }; + A57166152359689F000CEC60 /* UfsBlockIoPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsBlockIoPei.h; sourceTree = ""; }; + A57166162359689F000CEC60 /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A57166182359689F000CEC60 /* UfsPassThru.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPassThru.uni; sourceTree = ""; }; + A57166192359689F000CEC60 /* UfsPassThruHci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsPassThruHci.c; sourceTree = ""; }; + A571661A2359689F000CEC60 /* UfsPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsPassThru.h; sourceTree = ""; }; + A571661B2359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571661C2359689F000CEC60 /* UfsDevConfigProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsDevConfigProtocol.c; sourceTree = ""; }; + A571661D2359689F000CEC60 /* UfsPassThruHci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsPassThruHci.h; sourceTree = ""; }; + A571661E2359689F000CEC60 /* UfsPassThruDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPassThruDxe.inf; sourceTree = ""; }; + A571661F2359689F000CEC60 /* UfsPassThruExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UfsPassThruExtra.uni; sourceTree = ""; }; + A57166202359689F000CEC60 /* UfsPassThru.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UfsPassThru.c; sourceTree = ""; }; + A57166232359689F000CEC60 /* I2cBusDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cBusDxeExtra.uni; sourceTree = ""; }; + A57166242359689F000CEC60 /* I2cDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cDxeExtra.uni; sourceTree = ""; }; + A57166252359689F000CEC60 /* I2cDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cDxe.inf; sourceTree = ""; }; + A57166262359689F000CEC60 /* I2cBus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = I2cBus.c; sourceTree = ""; }; + A57166272359689F000CEC60 /* I2cDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cDxe.h; sourceTree = ""; }; + A57166282359689F000CEC60 /* I2cDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cDxe.uni; sourceTree = ""; }; + A57166292359689F000CEC60 /* I2cHost.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = I2cHost.c; sourceTree = ""; }; + A571662A2359689F000CEC60 /* I2cBusDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cBusDxe.uni; sourceTree = ""; }; + A571662B2359689F000CEC60 /* I2cBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cBusDxe.inf; sourceTree = ""; }; + A571662C2359689F000CEC60 /* I2cHostDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cHostDxe.inf; sourceTree = ""; }; + A571662D2359689F000CEC60 /* I2cHostDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cHostDxeExtra.uni; sourceTree = ""; }; + A571662E2359689F000CEC60 /* I2cDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = I2cDxe.c; sourceTree = ""; }; + A571662F2359689F000CEC60 /* I2cHostDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = I2cHostDxe.uni; sourceTree = ""; }; + A57166322359689F000CEC60 /* UsbMouseDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMouseDxeExtra.uni; sourceTree = ""; }; + A57166332359689F000CEC60 /* UsbMouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMouse.h; sourceTree = ""; }; + A57166342359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57166352359689F000CEC60 /* UsbMouseDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMouseDxe.inf; sourceTree = ""; }; + A57166362359689F000CEC60 /* UsbMouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMouse.c; sourceTree = ""; }; + A57166372359689F000CEC60 /* MouseHid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MouseHid.c; sourceTree = ""; }; + A57166382359689F000CEC60 /* UsbMouseDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMouseDxe.uni; sourceTree = ""; }; + A571663A2359689F000CEC60 /* UsbMouseAbsolutePointerDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMouseAbsolutePointerDxeExtra.uni; sourceTree = ""; }; + A571663B2359689F000CEC60 /* UsbMouseAbsolutePointer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMouseAbsolutePointer.c; sourceTree = ""; }; + A571663C2359689F000CEC60 /* UsbMouseAbsolutePointerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMouseAbsolutePointerDxe.inf; sourceTree = ""; }; + A571663D2359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571663E2359689F000CEC60 /* UsbMouseAbsolutePointerDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMouseAbsolutePointerDxe.uni; sourceTree = ""; }; + A571663F2359689F000CEC60 /* UsbMouseAbsolutePointer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMouseAbsolutePointer.h; sourceTree = ""; }; + A57166402359689F000CEC60 /* MouseHid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MouseHid.c; sourceTree = ""; }; + A57166422359689F000CEC60 /* UsbEnumer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbEnumer.h; sourceTree = ""; }; + A57166432359689F000CEC60 /* UsbBusDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBusDxe.uni; sourceTree = ""; }; + A57166442359689F000CEC60 /* UsbDesc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbDesc.c; sourceTree = ""; }; + A57166452359689F000CEC60 /* UsbBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBusDxe.inf; sourceTree = ""; }; + A57166462359689F000CEC60 /* UsbHub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHub.h; sourceTree = ""; }; + A57166472359689F000CEC60 /* UsbBus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbBus.c; sourceTree = ""; }; + A57166482359689F000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57166492359689F000CEC60 /* UsbUtility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbUtility.h; sourceTree = ""; }; + A571664A235968A0000CEC60 /* UsbEnumer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbEnumer.c; sourceTree = ""; }; + A571664B235968A0000CEC60 /* UsbBusDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBusDxeExtra.uni; sourceTree = ""; }; + A571664C235968A0000CEC60 /* UsbDesc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbDesc.h; sourceTree = ""; }; + A571664D235968A0000CEC60 /* UsbHub.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbHub.c; sourceTree = ""; }; + A571664E235968A0000CEC60 /* UsbUtility.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbUtility.c; sourceTree = ""; }; + A571664F235968A0000CEC60 /* UsbBus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbBus.h; sourceTree = ""; }; + A5716651235968A0000CEC60 /* UsbKbDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbKbDxeExtra.uni; sourceTree = ""; }; + A5716652235968A0000CEC60 /* KeyBoard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = KeyBoard.c; sourceTree = ""; }; + A5716653235968A0000CEC60 /* UsbKbDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbKbDxe.inf; sourceTree = ""; }; + A5716654235968A0000CEC60 /* EfiKey.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EfiKey.h; sourceTree = ""; }; + A5716655235968A0000CEC60 /* UsbKbDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbKbDxe.uni; sourceTree = ""; }; + A5716656235968A0000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A5716657235968A0000CEC60 /* KeyBoard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KeyBoard.h; sourceTree = ""; }; + A5716658235968A0000CEC60 /* EfiKey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EfiKey.c; sourceTree = ""; }; + A571665A235968A0000CEC60 /* PeiUsbLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiUsbLib.c; sourceTree = ""; }; + A571665B235968A0000CEC60 /* HubPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HubPeim.h; sourceTree = ""; }; + A571665C235968A0000CEC60 /* UsbBusPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBusPeiExtra.uni; sourceTree = ""; }; + A571665D235968A0000CEC60 /* UsbPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbPeim.h; sourceTree = ""; }; + A571665E235968A0000CEC60 /* UsbIoPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbIoPeim.c; sourceTree = ""; }; + A571665F235968A0000CEC60 /* PeiUsbLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiUsbLib.h; sourceTree = ""; }; + A5716660235968A0000CEC60 /* HubPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HubPeim.c; sourceTree = ""; }; + A5716661235968A0000CEC60 /* UsbBusPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBusPei.uni; sourceTree = ""; }; + A5716662235968A0000CEC60 /* UsbPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbPeim.c; sourceTree = ""; }; + A5716663235968A0000CEC60 /* UsbBusPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBusPei.inf; sourceTree = ""; }; + A5716665235968A0000CEC60 /* PeiUsbLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiUsbLib.c; sourceTree = ""; }; + A5716666235968A0000CEC60 /* UsbBotPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBotPeiExtra.uni; sourceTree = ""; }; + A5716667235968A0000CEC60 /* UsbBotPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbBotPeim.h; sourceTree = ""; }; + A5716668235968A0000CEC60 /* UsbPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbPeim.h; sourceTree = ""; }; + A5716669235968A0000CEC60 /* BotPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BotPeim.c; sourceTree = ""; }; + A571666A235968A0000CEC60 /* UsbBotPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBotPei.inf; sourceTree = ""; }; + A571666B235968A0000CEC60 /* PeiUsbLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiUsbLib.h; sourceTree = ""; }; + A571666C235968A0000CEC60 /* PeiAtapi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiAtapi.c; sourceTree = ""; }; + A571666D235968A0000CEC60 /* UsbBotPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbBotPei.uni; sourceTree = ""; }; + A571666E235968A0000CEC60 /* UsbBotPeim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbBotPeim.c; sourceTree = ""; }; + A571666F235968A0000CEC60 /* BotPeim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BotPeim.h; sourceTree = ""; }; + A5716671235968A0000CEC60 /* UsbMassDiskInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMassDiskInfo.c; sourceTree = ""; }; + A5716672235968A0000CEC60 /* UsbMassCbi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMassCbi.h; sourceTree = ""; }; + A5716673235968A0000CEC60 /* UsbMassImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMassImpl.h; sourceTree = ""; }; + A5716674235968A0000CEC60 /* UsbMassBoot.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMassBoot.c; sourceTree = ""; }; + A5716675235968A0000CEC60 /* UsbMassBot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMassBot.h; sourceTree = ""; }; + A5716676235968A0000CEC60 /* UsbMassStorageDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMassStorageDxe.uni; sourceTree = ""; }; + A5716677235968A0000CEC60 /* UsbMassStorageDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMassStorageDxeExtra.uni; sourceTree = ""; }; + A5716678235968A0000CEC60 /* UsbMassStorageDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UsbMassStorageDxe.inf; sourceTree = ""; }; + A5716679235968A0000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A571667A235968A0000CEC60 /* UsbMassCbi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMassCbi.c; sourceTree = ""; }; + A571667B235968A0000CEC60 /* UsbMass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMass.h; sourceTree = ""; }; + A571667C235968A0000CEC60 /* UsbMassImpl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMassImpl.c; sourceTree = ""; }; + A571667D235968A0000CEC60 /* UsbMassDiskInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMassDiskInfo.h; sourceTree = ""; }; + A571667E235968A0000CEC60 /* UsbMassBoot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbMassBoot.h; sourceTree = ""; }; + A571667F235968A0000CEC60 /* UsbMassBot.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbMassBot.c; sourceTree = ""; }; + A5716682235968A0000CEC60 /* DevicePath.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePath.c; sourceTree = ""; }; + A5716683235968A0000CEC60 /* AhciPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = AhciPei.inf; sourceTree = ""; }; + A5716684235968A0000CEC60 /* AhciPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AhciPei.h; sourceTree = ""; }; + A5716685235968A0000CEC60 /* AhciPeiBlockIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciPeiBlockIo.c; sourceTree = ""; }; + A5716686235968A0000CEC60 /* AhciPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AhciPei.uni; sourceTree = ""; }; + A5716687235968A0000CEC60 /* AhciPeiPassThru.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciPeiPassThru.c; sourceTree = ""; }; + A5716688235968A0000CEC60 /* AhciPeiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AhciPeiExtra.uni; sourceTree = ""; }; + A5716689235968A0000CEC60 /* AhciPeiStorageSecurity.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciPeiStorageSecurity.c; sourceTree = ""; }; + A571668A235968A0000CEC60 /* AhciPeiBlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AhciPeiBlockIo.h; sourceTree = ""; }; + A571668B235968A0000CEC60 /* AhciPei.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciPei.c; sourceTree = ""; }; + A571668C235968A0000CEC60 /* AhciPeiPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AhciPeiPassThru.h; sourceTree = ""; }; + A571668D235968A0000CEC60 /* DmaMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DmaMem.c; sourceTree = ""; }; + A571668E235968A0000CEC60 /* AhciPeiStorageSecurity.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AhciPeiStorageSecurity.h; sourceTree = ""; }; + A571668F235968A0000CEC60 /* AhciMode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciMode.c; sourceTree = ""; }; + A5716690235968A0000CEC60 /* AhciPeiS3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciPeiS3.c; sourceTree = ""; }; + A5716692235968A0000CEC60 /* AtaAtapiPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaAtapiPassThru.h; sourceTree = ""; }; + A5716693235968A0000CEC60 /* AhciMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AhciMode.h; sourceTree = ""; }; + A5716694235968A0000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A5716695235968A0000CEC60 /* AtaAtapiPassThru.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = AtaAtapiPassThru.inf; sourceTree = ""; }; + A5716696235968A0000CEC60 /* IdeMode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IdeMode.c; sourceTree = ""; }; + A5716697235968A0000CEC60 /* AtaAtapiPassThruDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AtaAtapiPassThruDxeExtra.uni; sourceTree = ""; }; + A5716698235968A0000CEC60 /* AtaAtapiPassThru.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AtaAtapiPassThru.c; sourceTree = ""; }; + A5716699235968A0000CEC60 /* AtaAtapiPassThruDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AtaAtapiPassThruDxe.uni; sourceTree = ""; }; + A571669A235968A0000CEC60 /* IdeMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IdeMode.h; sourceTree = ""; }; + A571669B235968A0000CEC60 /* AhciMode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AhciMode.c; sourceTree = ""; }; + A571669D235968A0000CEC60 /* AtaBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = AtaBusDxe.inf; sourceTree = ""; }; + A571669E235968A0000CEC60 /* AtaPassThruExecute.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AtaPassThruExecute.c; sourceTree = ""; }; + A571669F235968A0000CEC60 /* AtaBusDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AtaBusDxe.uni; sourceTree = ""; }; + A57166A0235968A0000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A57166A1235968A0000CEC60 /* AtaBus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaBus.h; sourceTree = ""; }; + A57166A2235968A0000CEC60 /* AtaBusDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AtaBusDxeExtra.uni; sourceTree = ""; }; + A57166A3235968A0000CEC60 /* AtaBus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AtaBus.c; sourceTree = ""; }; + A57166A6235968A0000CEC60 /* DxeCapsuleRuntime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleRuntime.c; sourceTree = ""; }; + A57166A7235968A0000CEC60 /* CapsuleOnDisk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleOnDisk.c; sourceTree = ""; }; + A57166A8235968A0000CEC60 /* DxeCapsuleProcessLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleProcessLibNull.c; sourceTree = ""; }; + A57166A9235968A0000CEC60 /* DxeCapsuleReportLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleReportLibNull.c; sourceTree = ""; }; + A57166AA235968A0000CEC60 /* DxeCapsuleProcessLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleProcessLib.c; sourceTree = ""; }; + A57166AB235968A0000CEC60 /* DxeCapsuleReportLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleReportLib.c; sourceTree = ""; }; + A57166AC235968A0000CEC60 /* CapsuleOnDisk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleOnDisk.h; sourceTree = ""; }; + A57166AD235968A0000CEC60 /* DxeRuntimeCapsuleLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimeCapsuleLib.inf; sourceTree = ""; }; + A57166AE235968A0000CEC60 /* DxeCapsuleLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCapsuleLib.uni; sourceTree = ""; }; + A57166AF235968A0000CEC60 /* DxeCapsuleLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleLib.c; sourceTree = ""; }; + A57166B0235968A0000CEC60 /* DxeRuntimeCapsuleLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimeCapsuleLib.uni; sourceTree = ""; }; + A57166B1235968A0000CEC60 /* DxeCapsuleLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCapsuleLib.inf; sourceTree = ""; }; + A57166B3235968A0000CEC60 /* SmmIpmiLibSmmIpmiProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmIpmiLibSmmIpmiProtocol.c; sourceTree = ""; }; + A57166B4235968A0000CEC60 /* SmmIpmiLibSmmIpmiProtocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmIpmiLibSmmIpmiProtocol.inf; sourceTree = ""; }; + A57166B5235968A0000CEC60 /* SmmIpmiLibSmmIpmiProtocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmIpmiLibSmmIpmiProtocol.uni; sourceTree = ""; }; + A57166B7235968A0000CEC60 /* OemHookStatusCodeLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = OemHookStatusCodeLibNull.inf; sourceTree = ""; }; + A57166B8235968A0000CEC60 /* OemHookStatusCodeLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = OemHookStatusCodeLibNull.c; sourceTree = ""; }; + A57166B9235968A0000CEC60 /* OemHookStatusCodeLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = OemHookStatusCodeLibNull.uni; sourceTree = ""; }; + A57166BB235968A0000CEC60 /* DxeCrc32GuidedSectionExtractLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCrc32GuidedSectionExtractLib.c; sourceTree = ""; }; + A57166BC235968A0000CEC60 /* DxeCrc32GuidedSectionExtractLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCrc32GuidedSectionExtractLib.inf; sourceTree = ""; }; + A57166BD235968A0000CEC60 /* DxeCrc32GuidedSectionExtractLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCrc32GuidedSectionExtractLib.uni; sourceTree = ""; }; + A57166BF235968A0000CEC60 /* BootLogoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootLogoLib.c; sourceTree = ""; }; + A57166C0235968A0000CEC60 /* BootLogoLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootLogoLib.inf; sourceTree = ""; }; + A57166C1235968A0000CEC60 /* BootLogoLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootLogoLib.uni; sourceTree = ""; }; + A57166C3235968A0000CEC60 /* LockBoxNullLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = LockBoxNullLib.inf; sourceTree = ""; }; + A57166C4235968A0000CEC60 /* LockBoxNullLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LockBoxNullLib.c; sourceTree = ""; }; + A57166C5235968A0000CEC60 /* LockBoxNullLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LockBoxNullLib.uni; sourceTree = ""; }; + A57166C7235968A0000CEC60 /* FmpAuthenticationLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FmpAuthenticationLibNull.c; sourceTree = ""; }; + A57166C8235968A0000CEC60 /* FmpAuthenticationLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FmpAuthenticationLibNull.inf; sourceTree = ""; }; + A57166C9235968A0000CEC60 /* FmpAuthenticationLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FmpAuthenticationLibNull.uni; sourceTree = ""; }; + A57166CB235968A0000CEC60 /* PlatVarCleanup.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatVarCleanup.vfr; sourceTree = ""; }; + A57166CC235968A0000CEC60 /* PlatVarCleanupLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlatVarCleanupLib.c; sourceTree = ""; }; + A57166CD235968A0000CEC60 /* PlatVarCleanup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatVarCleanup.h; sourceTree = ""; }; + A57166CE235968A0000CEC60 /* PlatformVarCleanupLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformVarCleanupLib.inf; sourceTree = ""; }; + A57166CF235968A0000CEC60 /* PlatVarCleanupHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatVarCleanupHii.h; sourceTree = ""; }; + A57166D0235968A0000CEC60 /* VfrStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VfrStrings.uni; sourceTree = ""; }; + A57166D1235968A0000CEC60 /* PlatformVarCleanupLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformVarCleanupLib.uni; sourceTree = ""; }; + A57166D3235968A0000CEC60 /* PeiIpmiLibIpmiPpi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiIpmiLibIpmiPpi.c; sourceTree = ""; }; + A57166D4235968A0000CEC60 /* PeiIpmiLibIpmiPpi.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiIpmiLibIpmiPpi.inf; sourceTree = ""; }; + A57166D5235968A0000CEC60 /* PeiIpmiLibIpmiPpi.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiIpmiLibIpmiPpi.uni; sourceTree = ""; }; + A57166D7235968A0000CEC60 /* LzmaArchCustomDecompressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaArchCustomDecompressLib.inf; sourceTree = ""; }; + A57166D8235968A0000CEC60 /* F86GuidedSectionExtraction.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = F86GuidedSectionExtraction.c; sourceTree = ""; }; + A57166D9235968A0000CEC60 /* LzmaCustomDecompressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaCustomDecompressLib.inf; sourceTree = ""; }; + A57166DC235968A0000CEC60 /* lzma-sdk.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "lzma-sdk.txt"; sourceTree = ""; }; + A57166DD235968A0000CEC60 /* lzma-history.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "lzma-history.txt"; sourceTree = ""; }; + A57166DF235968A0000CEC60 /* LzHash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzHash.h; sourceTree = ""; }; + A57166E0235968A0000CEC60 /* 7zTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zTypes.h; sourceTree = ""; }; + A57166E1235968A0000CEC60 /* Compiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Compiler.h; sourceTree = ""; }; + A57166E2235968A0000CEC60 /* LzFind.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzFind.c; sourceTree = ""; }; + A57166E3235968A0000CEC60 /* Precomp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Precomp.h; sourceTree = ""; }; + A57166E4235968A0000CEC60 /* CpuArch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuArch.h; sourceTree = ""; }; + A57166E5235968A0000CEC60 /* Bra86.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Bra86.c; sourceTree = ""; }; + A57166E6235968A0000CEC60 /* LzmaDec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzmaDec.c; sourceTree = ""; }; + A57166E7235968A0000CEC60 /* LzFind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzFind.h; sourceTree = ""; }; + A57166E8235968A0000CEC60 /* 7zVersion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 7zVersion.h; sourceTree = ""; }; + A57166E9235968A0000CEC60 /* Bra.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bra.h; sourceTree = ""; }; + A57166EA235968A0000CEC60 /* LzmaDec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaDec.h; sourceTree = ""; }; + A57166EB235968A0000CEC60 /* LzmaDecompressLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LzmaDecompressLibInternal.h; sourceTree = ""; }; + A57166EC235968A0000CEC60 /* LZMA-SDK-README.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LZMA-SDK-README.txt"; sourceTree = ""; }; + A57166ED235968A0000CEC60 /* LzmaArchDecompressLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaArchDecompressLib.uni; sourceTree = ""; }; + A57166EE235968A0000CEC60 /* LzmaDecompress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LzmaDecompress.c; sourceTree = ""; }; + A57166EF235968A0000CEC60 /* LzmaDecompressLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LzmaDecompressLib.uni; sourceTree = ""; }; + A57166F0235968A0000CEC60 /* GuidedSectionExtraction.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GuidedSectionExtraction.c; sourceTree = ""; }; + A57166F1235968A0000CEC60 /* UefiLzma.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiLzma.h; sourceTree = ""; }; + A57166F3235968A0000CEC60 /* DeviceManagerUiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DeviceManagerUiLib.uni; sourceTree = ""; }; + A57166F4235968A0000CEC60 /* DeviceManagerStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DeviceManagerStrings.uni; sourceTree = ""; }; + A57166F5235968A0000CEC60 /* DeviceManagerUiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DeviceManagerUiLib.inf; sourceTree = ""; }; + A57166F6235968A0000CEC60 /* DeviceManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeviceManager.h; sourceTree = ""; }; + A57166F7235968A0000CEC60 /* DeviceManagerVfr.Vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = DeviceManagerVfr.Vfr; sourceTree = ""; }; + A57166F8235968A0000CEC60 /* DeviceManager.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DeviceManager.c; sourceTree = ""; }; + A57166FA235968A0000CEC60 /* BaseIpmiLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseIpmiLibNull.c; sourceTree = ""; }; + A57166FB235968A0000CEC60 /* BaseIpmiLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIpmiLibNull.inf; sourceTree = ""; }; + A57166FC235968A0000CEC60 /* BaseIpmiLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIpmiLibNull.uni; sourceTree = ""; }; + A57166FE235968A0000CEC60 /* PeiCrc32GuidedSectionExtractLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiCrc32GuidedSectionExtractLib.uni; sourceTree = ""; }; + A57166FF235968A0000CEC60 /* PeiCrc32GuidedSectionExtractLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiCrc32GuidedSectionExtractLib.inf; sourceTree = ""; }; + A5716700235968A0000CEC60 /* PeiCrc32GuidedSectionExtractLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiCrc32GuidedSectionExtractLib.c; sourceTree = ""; }; + A5716702235968A0000CEC60 /* BmConnect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmConnect.c; sourceTree = ""; }; + A5716703235968A0000CEC60 /* BmConsole.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmConsole.c; sourceTree = ""; }; + A5716704235968A0000CEC60 /* BmHotkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmHotkey.c; sourceTree = ""; }; + A5716705235968A0000CEC60 /* InternalBm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalBm.h; sourceTree = ""; }; + A5716706235968A0000CEC60 /* UefiBootManagerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiBootManagerLib.inf; sourceTree = ""; }; + A5716707235968A0000CEC60 /* BmLoadOption.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmLoadOption.c; sourceTree = ""; }; + A5716708235968A0000CEC60 /* BmBootDescription.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmBootDescription.c; sourceTree = ""; }; + A5716709235968A0000CEC60 /* UefiBootManagerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiBootManagerLib.uni; sourceTree = ""; }; + A571670A235968A0000CEC60 /* BmDriverHealth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmDriverHealth.c; sourceTree = ""; }; + A571670B235968A0000CEC60 /* BmBoot.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmBoot.c; sourceTree = ""; }; + A571670C235968A0000CEC60 /* BmMisc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmMisc.c; sourceTree = ""; }; + A571670E235968A0000CEC60 /* DxeNetLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeNetLib.inf; sourceTree = ""; }; + A571670F235968A0000CEC60 /* DxeNetLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeNetLib.uni; sourceTree = ""; }; + A5716710235968A0000CEC60 /* NetBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NetBuffer.c; sourceTree = ""; }; + A5716711235968A0000CEC60 /* DxeNetLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeNetLib.c; sourceTree = ""; }; + A5716713235968A0000CEC60 /* FileExplorer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileExplorer.h; sourceTree = ""; }; + A5716714235968A0000CEC60 /* FileExplorerString.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerString.uni; sourceTree = ""; }; + A5716715235968A0000CEC60 /* FormGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FormGuid.h; sourceTree = ""; }; + A5716716235968A0000CEC60 /* FileExplorer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FileExplorer.c; sourceTree = ""; }; + A5716717235968A0000CEC60 /* FileExplorerVfr.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerVfr.vfr; sourceTree = ""; }; + A5716718235968A0000CEC60 /* FileExplorerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerLib.inf; sourceTree = ""; }; + A5716719235968A0000CEC60 /* FileExplorerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FileExplorerLib.uni; sourceTree = ""; }; + A571671B235968A0000CEC60 /* DxeIpmiLibIpmiProtocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIpmiLibIpmiProtocol.uni; sourceTree = ""; }; + A571671C235968A0000CEC60 /* DxeIpmiLibIpmiProtocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIpmiLibIpmiProtocol.inf; sourceTree = ""; }; + A571671D235968A0000CEC60 /* DxeIpmiLibIpmiProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeIpmiLibIpmiProtocol.c; sourceTree = ""; }; + A571671F235968A0000CEC60 /* VarCheckLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckLib.c; sourceTree = ""; }; + A5716720235968A0000CEC60 /* VarCheckLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckLib.inf; sourceTree = ""; }; + A5716721235968A0000CEC60 /* VarCheckLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckLib.uni; sourceTree = ""; }; + A5716723235968A0000CEC60 /* DisplayUpdateProgressLibGraphics.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayUpdateProgressLibGraphics.uni; sourceTree = ""; }; + A5716724235968A0000CEC60 /* DisplayUpdateProgressLibGraphics.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayUpdateProgressLibGraphics.inf; sourceTree = ""; }; + A5716725235968A0000CEC60 /* DisplayUpdateProgressLibGraphics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DisplayUpdateProgressLibGraphics.c; sourceTree = ""; }; + A5716727235968A0000CEC60 /* AuthVariableLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = AuthVariableLibNull.uni; sourceTree = ""; }; + A5716728235968A0000CEC60 /* AuthVariableLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = AuthVariableLibNull.inf; sourceTree = ""; }; + A5716729235968A0000CEC60 /* AuthVariableLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AuthVariableLibNull.c; sourceTree = ""; }; + A571672B235968A0000CEC60 /* SmmReportStatusCodeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmReportStatusCodeLib.uni; sourceTree = ""; }; + A571672C235968A0000CEC60 /* ReportStatusCodeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeLib.c; sourceTree = ""; }; + A571672D235968A0000CEC60 /* SmmReportStatusCodeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmReportStatusCodeLib.inf; sourceTree = ""; }; + A571672F235968A0000CEC60 /* PeiReportStatusCodeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiReportStatusCodeLib.uni; sourceTree = ""; }; + A5716730235968A0000CEC60 /* PeiReportStatusCodeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiReportStatusCodeLib.inf; sourceTree = ""; }; + A5716731235968A0000CEC60 /* ReportStatusCodeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeLib.c; sourceTree = ""; }; + A5716733235968A0000CEC60 /* PeiPerformanceLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPerformanceLib.uni; sourceTree = ""; }; + A5716734235968A0000CEC60 /* PeiPerformanceLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiPerformanceLib.c; sourceTree = ""; }; + A5716735235968A0000CEC60 /* PeiPerformanceLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPerformanceLib.inf; sourceTree = ""; }; + A5716737235968A0000CEC60 /* SmmLockBoxSmmLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmLockBoxSmmLib.c; sourceTree = ""; }; + A5716738235968A0000CEC60 /* SmmLockBoxPeiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxPeiLib.uni; sourceTree = ""; }; + A5716739235968A0000CEC60 /* SmmLockBoxDxeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxDxeLib.uni; sourceTree = ""; }; + A571673A235968A0000CEC60 /* SmmLockBoxPeiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxPeiLib.inf; sourceTree = ""; }; + A571673B235968A0000CEC60 /* SmmLockBoxDxeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxDxeLib.inf; sourceTree = ""; }; + A571673C235968A0000CEC60 /* SmmLockBoxSmmLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxSmmLib.inf; sourceTree = ""; }; + A571673D235968A0000CEC60 /* SmmLockBoxSmmLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLockBoxSmmLib.uni; sourceTree = ""; }; + A571673E235968A0000CEC60 /* SmmLockBoxPeiLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmLockBoxPeiLib.c; sourceTree = ""; }; + A571673F235968A0000CEC60 /* SmmLockBoxLibPrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmLockBoxLibPrivate.h; sourceTree = ""; }; + A5716740235968A0000CEC60 /* SmmLockBoxDxeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmLockBoxDxeLib.c; sourceTree = ""; }; + A5716742235968A0000CEC60 /* DxePerformanceLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxePerformanceLib.c; sourceTree = ""; }; + A5716743235968A0000CEC60 /* DxePerformanceLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxePerformanceLib.uni; sourceTree = ""; }; + A5716744235968A0000CEC60 /* DxePerformanceLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxePerformanceLib.inf; sourceTree = ""; }; + A5716746235968A0000CEC60 /* SmmMemoryAllocationProfileLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmMemoryAllocationProfileLib.uni; sourceTree = ""; }; + A5716747235968A0000CEC60 /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A5716748235968A0000CEC60 /* SmmMemoryAllocationProfileLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmMemoryAllocationProfileLib.inf; sourceTree = ""; }; + A5716749235968A0000CEC60 /* SmmMemoryProfileLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmMemoryProfileLib.c; sourceTree = ""; }; + A571674B235968A0000CEC60 /* PlatformBootManager.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlatformBootManager.c; sourceTree = ""; }; + A571674C235968A0000CEC60 /* PlatformBootManagerLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformBootManagerLibNull.inf; sourceTree = ""; }; + A571674D235968A0000CEC60 /* PlatformBootManagerLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformBootManagerLibNull.uni; sourceTree = ""; }; + A571674F235968A0000CEC60 /* DxeFileExplorerProtocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeFileExplorerProtocol.inf; sourceTree = ""; }; + A5716750235968A0000CEC60 /* DxeFileExplorerProtocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeFileExplorerProtocol.uni; sourceTree = ""; }; + A5716751235968A0000CEC60 /* DxeFileExplorerProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeFileExplorerProtocol.c; sourceTree = ""; }; + A5716753235968A0000CEC60 /* InternalBootScriptLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalBootScriptLib.h; sourceTree = ""; }; + A5716754235968A0000CEC60 /* BootScriptInternalFormat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootScriptInternalFormat.h; sourceTree = ""; }; + A5716755235968A0000CEC60 /* BootScriptSave.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootScriptSave.c; sourceTree = ""; }; + A5716756235968A0000CEC60 /* BootScriptExecute.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootScriptExecute.c; sourceTree = ""; }; + A5716757235968A0000CEC60 /* DxeS3BootScriptLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeS3BootScriptLib.inf; sourceTree = ""; }; + A5716758235968A0000CEC60 /* DxeS3BootScriptLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeS3BootScriptLib.uni; sourceTree = ""; }; + A571675A235968A0000CEC60 /* DxeHttpLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeHttpLib.c; sourceTree = ""; }; + A571675B235968A0000CEC60 /* DxeHttpLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHttpLib.inf; sourceTree = ""; }; + A571675C235968A0000CEC60 /* DxeHttpLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHttpLib.uni; sourceTree = ""; }; + A571675D235968A0000CEC60 /* DxeHttpLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeHttpLib.h; sourceTree = ""; }; + A571675F235968A0000CEC60 /* BasePlatformHookLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePlatformHookLibNull.inf; sourceTree = ""; }; + A5716760235968A0000CEC60 /* BasePlatformHookLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePlatformHookLibNull.uni; sourceTree = ""; }; + A5716761235968A0000CEC60 /* BasePlatformHookLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BasePlatformHookLibNull.c; sourceTree = ""; }; + A5716763235968A0000CEC60 /* BaseResetSystemLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseResetSystemLibNull.uni; sourceTree = ""; }; + A5716764235968A0000CEC60 /* BaseResetSystemLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseResetSystemLibNull.inf; sourceTree = ""; }; + A5716765235968A0000CEC60 /* BaseResetSystemLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseResetSystemLibNull.c; sourceTree = ""; }; + A5716767235968A0000CEC60 /* NonDiscoverableDeviceRegistrationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NonDiscoverableDeviceRegistrationLib.c; sourceTree = ""; }; + A5716768235968A0000CEC60 /* NonDiscoverableDeviceRegistrationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = NonDiscoverableDeviceRegistrationLib.inf; sourceTree = ""; }; + A571676A235968A0000CEC60 /* FrameBufferBltLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FrameBufferBltLib.c; sourceTree = ""; }; + A571676B235968A0000CEC60 /* FrameBufferBltLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = FrameBufferBltLib.inf; sourceTree = ""; }; + A571676D235968A0000CEC60 /* PciHostBridgeLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciHostBridgeLibNull.uni; sourceTree = ""; }; + A571676E235968A0000CEC60 /* PciHostBridgeLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PciHostBridgeLibNull.inf; sourceTree = ""; }; + A571676F235968A0000CEC60 /* PciHostBridgeLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciHostBridgeLibNull.c; sourceTree = ""; }; + A5716771235968A0000CEC60 /* PeiDxeDebugLibReportStatusCode.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDxeDebugLibReportStatusCode.uni; sourceTree = ""; }; + A5716772235968A0000CEC60 /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A5716773235968A0000CEC60 /* PeiDxeDebugLibReportStatusCode.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDxeDebugLibReportStatusCode.inf; sourceTree = ""; }; + A5716775235968A0000CEC60 /* TpmMeasurementLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TpmMeasurementLibNull.uni; sourceTree = ""; }; + A5716776235968A0000CEC60 /* TpmMeasurementLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TpmMeasurementLibNull.c; sourceTree = ""; }; + A5716777235968A0000CEC60 /* TpmMeasurementLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = TpmMeasurementLibNull.inf; sourceTree = ""; }; + A5716779235968A0000CEC60 /* PeiDebugPrintHobLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDebugPrintHobLib.uni; sourceTree = ""; }; + A571677A235968A0000CEC60 /* PeiDebugPrintHobLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiDebugPrintHobLib.c; sourceTree = ""; }; + A571677B235968A0000CEC60 /* PeiDebugPrintHobLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDebugPrintHobLib.inf; sourceTree = ""; }; + A571677D235968A0000CEC60 /* RuntimeDxeReportStatusCodeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeDxeReportStatusCodeLib.inf; sourceTree = ""; }; + A571677E235968A0000CEC60 /* RuntimeDxeReportStatusCodeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeDxeReportStatusCodeLib.uni; sourceTree = ""; }; + A571677F235968A0000CEC60 /* ReportStatusCodeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeLib.c; sourceTree = ""; }; + A5716781235968A0000CEC60 /* UefiSortLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiSortLib.inf; sourceTree = ""; }; + A5716782235968A0000CEC60 /* UefiSortLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiSortLib.c; sourceTree = ""; }; + A5716783235968A0000CEC60 /* UefiSortLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiSortLib.uni; sourceTree = ""; }; + A5716785235968A0000CEC60 /* VarCheckHiiGen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckHiiGen.c; sourceTree = ""; }; + A5716786235968A0000CEC60 /* VarCheckHii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VarCheckHii.h; sourceTree = ""; }; + A5716787235968A0000CEC60 /* VarCheckHiiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckHiiLib.uni; sourceTree = ""; }; + A5716788235968A0000CEC60 /* VarCheckHiiGenFromFv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckHiiGenFromFv.c; sourceTree = ""; }; + A5716789235968A0000CEC60 /* VarCheckHiiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckHiiLib.inf; sourceTree = ""; }; + A571678A235968A0000CEC60 /* InternalVarCheckStructure.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalVarCheckStructure.h; sourceTree = ""; }; + A571678B235968A0000CEC60 /* VarCheckHiiGenFromHii.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckHiiGenFromHii.c; sourceTree = ""; }; + A571678C235968A0000CEC60 /* VarCheckHiiLibNullClass.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckHiiLibNullClass.c; sourceTree = ""; }; + A571678D235968A0000CEC60 /* VarCheckHiiGen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VarCheckHiiGen.h; sourceTree = ""; }; + A571678F235968A0000CEC60 /* BaseMemoryAllocationLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseMemoryAllocationLibNull.c; sourceTree = ""; }; + A5716790235968A0000CEC60 /* BaseMemoryAllocationLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryAllocationLibNull.inf; sourceTree = ""; }; + A5716791235968A0000CEC60 /* BaseMemoryAllocationLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryAllocationLibNull.uni; sourceTree = ""; }; + A5716793235968A0000CEC60 /* DisplayUpdateProgressLibText.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DisplayUpdateProgressLibText.c; sourceTree = ""; }; + A5716794235968A0000CEC60 /* DisplayUpdateProgressLibText.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayUpdateProgressLibText.inf; sourceTree = ""; }; + A5716795235968A0000CEC60 /* DisplayUpdateProgressLibText.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DisplayUpdateProgressLibText.uni; sourceTree = ""; }; + A5716797235968A0000CEC60 /* CustomizedDisplayLibModStrs.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CustomizedDisplayLibModStrs.uni; sourceTree = ""; }; + A5716798235968A0000CEC60 /* Colors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Colors.h; sourceTree = ""; }; + A5716799235968A0000CEC60 /* CustomizedDisplayLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CustomizedDisplayLibInternal.h; sourceTree = ""; }; + A571679A235968A0000CEC60 /* CustomizedDisplayLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CustomizedDisplayLib.inf; sourceTree = ""; }; + A571679B235968A0000CEC60 /* CustomizedDisplayLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CustomizedDisplayLib.uni; sourceTree = ""; }; + A571679C235968A0000CEC60 /* CustomizedDisplayLibInternal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CustomizedDisplayLibInternal.c; sourceTree = ""; }; + A571679D235968A0000CEC60 /* CustomizedDisplayLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CustomizedDisplayLib.c; sourceTree = ""; }; + A571679F235968A0000CEC60 /* SmmCorePlatformHookLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCorePlatformHookLibNull.inf; sourceTree = ""; }; + A57167A0235968A0000CEC60 /* SmmCorePlatformHookLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCorePlatformHookLibNull.uni; sourceTree = ""; }; + A57167A1235968A0000CEC60 /* SmmCorePlatformHookLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmCorePlatformHookLibNull.c; sourceTree = ""; }; + A57167A3235968A0000CEC60 /* DebugAgentLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugAgentLibNull.uni; sourceTree = ""; }; + A57167A4235968A0000CEC60 /* DebugAgentLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DebugAgentLibNull.inf; sourceTree = ""; }; + A57167A5235968A0000CEC60 /* DebugAgentLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugAgentLibNull.c; sourceTree = ""; }; + A57167A7235968A0000CEC60 /* UefiHiiServicesLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiHiiServicesLib.inf; sourceTree = ""; }; + A57167A8235968A0000CEC60 /* UefiHiiServicesLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiHiiServicesLib.uni; sourceTree = ""; }; + A57167A9235968A0000CEC60 /* UefiHiiServicesLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiHiiServicesLib.c; sourceTree = ""; }; + A57167AB235968A0000CEC60 /* BmLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmLib.c; sourceTree = ""; }; + A57167AC235968A0000CEC60 /* BootMaintenanceManagerUiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootMaintenanceManagerUiLib.inf; sourceTree = ""; }; + A57167AD235968A0000CEC60 /* BootOption.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootOption.c; sourceTree = ""; }; + A57167AE235968A0000CEC60 /* BootMaintenanceManagerUiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootMaintenanceManagerUiLib.uni; sourceTree = ""; }; + A57167AF235968A0000CEC60 /* BootMaintenanceManagerCustomizedUiSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootMaintenanceManagerCustomizedUiSupport.c; sourceTree = ""; }; + A57167B0235968A0000CEC60 /* BootMaintenanceManagerCustomizedUi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootMaintenanceManagerCustomizedUi.c; sourceTree = ""; }; + A57167B1235968A0000CEC60 /* BootMaintenanceManager.vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootMaintenanceManager.vfr; sourceTree = ""; }; + A57167B2235968A0000CEC60 /* BootMaintenanceManagerStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootMaintenanceManagerStrings.uni; sourceTree = ""; }; + A57167B3235968A0000CEC60 /* BootMaintenanceManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootMaintenanceManager.h; sourceTree = ""; }; + A57167B4235968A0000CEC60 /* BootMaintenance.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootMaintenance.c; sourceTree = ""; }; + A57167B5235968A0000CEC60 /* FormGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FormGuid.h; sourceTree = ""; }; + A57167B6235968A0000CEC60 /* BootMaintenanceManagerCustomizedUiSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootMaintenanceManagerCustomizedUiSupport.h; sourceTree = ""; }; + A57167B7235968A0000CEC60 /* UpdatePage.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UpdatePage.c; sourceTree = ""; }; + A57167B8235968A0000CEC60 /* Data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Data.c; sourceTree = ""; }; + A57167B9235968A0000CEC60 /* BootMaintenanceManagerCustomizedUi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootMaintenanceManagerCustomizedUi.h; sourceTree = ""; }; + A57167BA235968A0000CEC60 /* ConsoleOption.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ConsoleOption.c; sourceTree = ""; }; + A57167BB235968A0000CEC60 /* Variable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Variable.c; sourceTree = ""; }; + A57167BD235968A0000CEC60 /* PlatformHookLibSerialPortPpi.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformHookLibSerialPortPpi.inf; sourceTree = ""; }; + A57167BE235968A0000CEC60 /* PlatformHookLibSerialPortPpi.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PlatformHookLibSerialPortPpi.uni; sourceTree = ""; }; + A57167BF235968A0000CEC60 /* PlatformHookLibSerialPortPpi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PlatformHookLibSerialPortPpi.c; sourceTree = ""; }; + A57167C1235968A0000CEC60 /* BaseSerialPortLib16550.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseSerialPortLib16550.c; sourceTree = ""; }; + A57167C2235968A0000CEC60 /* BaseSerialPortLib16550.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSerialPortLib16550.inf; sourceTree = ""; }; + A57167C3235968A0000CEC60 /* BaseSerialPortLib16550.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSerialPortLib16550.uni; sourceTree = ""; }; + A57167C5235968A0000CEC60 /* BaseHobLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseHobLibNull.c; sourceTree = ""; }; + A57167C6235968A0000CEC60 /* BaseHobLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseHobLibNull.inf; sourceTree = ""; }; + A57167C7235968A0000CEC60 /* BaseHobLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseHobLibNull.uni; sourceTree = ""; }; + A57167C9235968A0000CEC60 /* SmmPerformanceLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmPerformanceLib.c; sourceTree = ""; }; + A57167CA235968A0000CEC60 /* SmmPerformanceLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPerformanceLib.inf; sourceTree = ""; }; + A57167CB235968A0000CEC60 /* SmmPerformanceLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPerformanceLib.uni; sourceTree = ""; }; + A57167CD235968A0000CEC60 /* DxeCapsuleLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCapsuleLibNull.inf; sourceTree = ""; }; + A57167CE235968A0000CEC60 /* DxeCapsuleLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCapsuleLibNull.uni; sourceTree = ""; }; + A57167CF235968A0000CEC60 /* DxeCapsuleLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCapsuleLibNull.c; sourceTree = ""; }; + A57167D1235968A0000CEC60 /* DxeDebugPrintErrorLevelLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeDebugPrintErrorLevelLib.inf; sourceTree = ""; }; + A57167D2235968A0000CEC60 /* DxeDebugPrintErrorLevelLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeDebugPrintErrorLevelLib.uni; sourceTree = ""; }; + A57167D3235968A0000CEC60 /* DxeDebugPrintErrorLevelLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeDebugPrintErrorLevelLib.c; sourceTree = ""; }; + A57167D5235968A0000CEC60 /* PiSmmCoreSmmServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreSmmServicesTableLib.uni; sourceTree = ""; }; + A57167D6235968A0000CEC60 /* PiSmmCoreSmmServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreSmmServicesTableLib.inf; sourceTree = ""; }; + A57167D7235968A0000CEC60 /* PiSmmCoreSmmServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PiSmmCoreSmmServicesTableLib.c; sourceTree = ""; }; + A57167D9235968A0000CEC60 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + A57167DA235968A0000CEC60 /* BrotliDecompressLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BrotliDecompressLibInternal.h; sourceTree = ""; }; + A57167DC235968A0000CEC60 /* port.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = port.h; sourceTree = ""; }; + A57167DD235968A0000CEC60 /* types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; + A57167DE235968A0000CEC60 /* decode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = decode.h; sourceTree = ""; }; + A57167DF235968A0000CEC60 /* BrotliDecompress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BrotliDecompress.c; sourceTree = ""; }; + A57167E1235968A0000CEC60 /* brotli-comparison-study-2015-09-22.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "brotli-comparison-study-2015-09-22.pdf"; sourceTree = ""; }; + A57167E2235968A0000CEC60 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + A57167E4235968A0000CEC60 /* dictionary.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dictionary.c; sourceTree = ""; }; + A57167E5235968A0000CEC60 /* version.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = version.h; sourceTree = ""; }; + A57167E6235968A0000CEC60 /* transform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = transform.c; sourceTree = ""; }; + A57167E7235968A0000CEC60 /* context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = context.h; sourceTree = ""; }; + A57167E8235968A0000CEC60 /* constants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = constants.h; sourceTree = ""; }; + A57167E9235968A0000CEC60 /* dictionary.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dictionary.h; sourceTree = ""; }; + A57167EA235968A0000CEC60 /* transform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = transform.h; sourceTree = ""; }; + A57167EB235968A0000CEC60 /* platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = ""; }; + A57167ED235968A0000CEC60 /* state.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = state.c; sourceTree = ""; }; + A57167EE235968A0000CEC60 /* bit_reader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bit_reader.h; sourceTree = ""; }; + A57167EF235968A0000CEC60 /* decode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = decode.c; sourceTree = ""; }; + A57167F0235968A0000CEC60 /* huffman.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = huffman.c; sourceTree = ""; }; + A57167F1235968A0000CEC60 /* bit_reader.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bit_reader.c; sourceTree = ""; }; + A57167F2235968A0000CEC60 /* prefix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = prefix.h; sourceTree = ""; }; + A57167F3235968A0000CEC60 /* state.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = state.h; sourceTree = ""; }; + A57167F4235968A0000CEC60 /* huffman.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = huffman.h; sourceTree = ""; }; + A57167F5235968A0000CEC60 /* ReadMe.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReadMe.txt; sourceTree = ""; }; + A57167F6235968A0000CEC60 /* BrotliDecompressLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BrotliDecompressLib.uni; sourceTree = ""; }; + A57167F7235968A0000CEC60 /* BrotliCustomDecompressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BrotliCustomDecompressLib.inf; sourceTree = ""; }; + A57167F8235968A0000CEC60 /* GuidedSectionExtraction.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GuidedSectionExtraction.c; sourceTree = ""; }; + A57167FA235968A0000CEC60 /* ResetUtility.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ResetUtility.c; sourceTree = ""; }; + A57167FB235968A0000CEC60 /* ResetUtilityLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetUtilityLib.inf; sourceTree = ""; }; + A57167FD235968A0000CEC60 /* SmmCorePerformanceLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmCorePerformanceLib.c; sourceTree = ""; }; + A57167FE235968A0000CEC60 /* SmmCorePerformanceLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCorePerformanceLib.uni; sourceTree = ""; }; + A57167FF235968A0000CEC60 /* SmmCorePerformanceLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmCorePerformanceLib.inf; sourceTree = ""; }; + A5716800235968A0000CEC60 /* SmmCorePerformanceLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCorePerformanceLibInternal.h; sourceTree = ""; }; + A5716802235968A0000CEC60 /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A5716803235968A0000CEC60 /* UefiMemoryAllocationProfileLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiMemoryAllocationProfileLib.uni; sourceTree = ""; }; + A5716804235968A0000CEC60 /* UefiMemoryAllocationProfileLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiMemoryAllocationProfileLib.inf; sourceTree = ""; }; + A5716805235968A0000CEC60 /* DxeMemoryProfileLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeMemoryProfileLib.c; sourceTree = ""; }; + A5716807235968A0000CEC60 /* PeiDebugLibDebugPpi.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDebugLibDebugPpi.inf; sourceTree = ""; }; + A5716808235968A0000CEC60 /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A571680A235968A0000CEC60 /* SmmSmiHandlerProfileLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmSmiHandlerProfileLib.c; sourceTree = ""; }; + A571680B235968A0000CEC60 /* SmmSmiHandlerProfileLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmSmiHandlerProfileLib.inf; sourceTree = ""; }; + A571680C235968A0000CEC60 /* SmmSmiHandlerProfileLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmSmiHandlerProfileLib.uni; sourceTree = ""; }; + A571680E235968A0000CEC60 /* DxeReportStatusCodeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeReportStatusCodeLib.inf; sourceTree = ""; }; + A571680F235968A0000CEC60 /* DxeReportStatusCodeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeReportStatusCodeLib.uni; sourceTree = ""; }; + A5716810235968A0000CEC60 /* ReportStatusCodeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReportStatusCodeLib.c; sourceTree = ""; }; + A5716812235968A0000CEC60 /* VarCheckUefiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckUefiLib.inf; sourceTree = ""; }; + A5716813235968A0000CEC60 /* VarCheckUefiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckUefiLib.uni; sourceTree = ""; }; + A5716814235968A0000CEC60 /* VarCheckUefiLibNullClass.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckUefiLibNullClass.c; sourceTree = ""; }; + A5716816235968A0000CEC60 /* RuntimeResetSystemLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeResetSystemLib.inf; sourceTree = ""; }; + A5716817235968A0000CEC60 /* RuntimeResetSystemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RuntimeResetSystemLib.c; sourceTree = ""; }; + A5716818235968A0000CEC60 /* RuntimeResetSystemLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = RuntimeResetSystemLib.uni; sourceTree = ""; }; + A571681A235968A0000CEC60 /* VarCheckPcdLibNullClass.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VarCheckPcdLibNullClass.c; sourceTree = ""; }; + A571681B235968A0000CEC60 /* VarCheckPcdStructure.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VarCheckPcdStructure.h; sourceTree = ""; }; + A571681C235968A0000CEC60 /* VarCheckPcdLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckPcdLib.uni; sourceTree = ""; }; + A571681D235968A0000CEC60 /* VarCheckPcdLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VarCheckPcdLib.inf; sourceTree = ""; }; + A571681F235968A0000CEC60 /* DxeSecurityManagementLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeSecurityManagementLib.c; sourceTree = ""; }; + A5716820235968A0000CEC60 /* DxeSecurityManagementLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeSecurityManagementLib.uni; sourceTree = ""; }; + A5716821235968A0000CEC60 /* DxeSecurityManagementLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeSecurityManagementLib.inf; sourceTree = ""; }; + A5716823235968A0000CEC60 /* PiSmmCoreMemoryProfileLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PiSmmCoreMemoryProfileLib.c; sourceTree = ""; }; + A5716824235968A0000CEC60 /* PiSmmCoreMemoryAllocationServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmCoreMemoryAllocationServices.h; sourceTree = ""; }; + A5716825235968A0000CEC60 /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A5716826235968A0000CEC60 /* PiSmmCoreMemoryProfileServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmCoreMemoryProfileServices.h; sourceTree = ""; }; + A5716827235968A0000CEC60 /* PiSmmCoreMemoryAllocationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreMemoryAllocationLib.uni; sourceTree = ""; }; + A5716828235968A0000CEC60 /* PiSmmCoreMemoryAllocationProfileLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreMemoryAllocationProfileLib.inf; sourceTree = ""; }; + A5716829235968A0000CEC60 /* PiSmmCoreMemoryProfileLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PiSmmCoreMemoryProfileLibNull.c; sourceTree = ""; }; + A571682A235968A0000CEC60 /* PiSmmCoreMemoryAllocationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreMemoryAllocationLib.inf; sourceTree = ""; }; + A571682B235968A0000CEC60 /* PiSmmCoreMemoryAllocationProfileLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PiSmmCoreMemoryAllocationProfileLib.uni; sourceTree = ""; }; + A571682D235968A0000CEC60 /* DxePrintLibPrint2Protocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxePrintLibPrint2Protocol.uni; sourceTree = ""; }; + A571682E235968A0000CEC60 /* PrintLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PrintLib.c; sourceTree = ""; }; + A571682F235968A0000CEC60 /* DxePrintLibPrint2Protocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxePrintLibPrint2Protocol.inf; sourceTree = ""; }; + A5716831235968A0000CEC60 /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A5716832235968A0000CEC60 /* DxeCoreMemoryAllocationServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeCoreMemoryAllocationServices.h; sourceTree = ""; }; + A5716833235968A0000CEC60 /* DxeCoreMemoryProfileServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeCoreMemoryProfileServices.h; sourceTree = ""; }; + A5716834235968A0000CEC60 /* DxeCoreMemoryAllocationProfileLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreMemoryAllocationProfileLib.inf; sourceTree = ""; }; + A5716835235968A0000CEC60 /* DxeCoreMemoryAllocationProfileLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreMemoryAllocationProfileLib.uni; sourceTree = ""; }; + A5716836235968A0000CEC60 /* DxeCoreMemoryProfileLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCoreMemoryProfileLib.c; sourceTree = ""; }; + A5716837235968A0000CEC60 /* DxeCoreMemoryAllocationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreMemoryAllocationLib.uni; sourceTree = ""; }; + A5716838235968A0000CEC60 /* DxeCoreMemoryAllocationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreMemoryAllocationLib.inf; sourceTree = ""; }; + A5716839235968A0000CEC60 /* DxeCoreMemoryProfileLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCoreMemoryProfileLibNull.c; sourceTree = ""; }; + A571683B235968A0000CEC60 /* BootManagerStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerStrings.uni; sourceTree = ""; }; + A571683C235968A0000CEC60 /* BootManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootManager.h; sourceTree = ""; }; + A571683D235968A0000CEC60 /* BootManagerUiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerUiLib.uni; sourceTree = ""; }; + A571683E235968A0000CEC60 /* BootManagerVfr.Vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerVfr.Vfr; sourceTree = ""; }; + A571683F235968A0000CEC60 /* BootManagerUiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerUiLib.inf; sourceTree = ""; }; + A5716840235968A0000CEC60 /* BootManager.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootManager.c; sourceTree = ""; }; + A5716842235968A0000CEC60 /* BmpSupportLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BmpSupportLib.c; sourceTree = ""; }; + A5716843235968A0000CEC60 /* BaseBmpSupportLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseBmpSupportLib.inf; sourceTree = ""; }; + A5716844235968A0000CEC60 /* BaseBmpSupportLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseBmpSupportLib.uni; sourceTree = ""; }; + A5716846235968A0000CEC60 /* CpuExceptionHandlerLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CpuExceptionHandlerLibNull.uni; sourceTree = ""; }; + A5716847235968A0000CEC60 /* CpuExceptionHandlerLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CpuExceptionHandlerLibNull.inf; sourceTree = ""; }; + A5716848235968A0000CEC60 /* CpuExceptionHandlerLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuExceptionHandlerLibNull.c; sourceTree = ""; }; + A571684A235968A0000CEC60 /* HiiLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HiiLib.c; sourceTree = ""; }; + A571684B235968A0000CEC60 /* UefiHiiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiHiiLib.uni; sourceTree = ""; }; + A571684C235968A0000CEC60 /* UefiHiiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiHiiLib.inf; sourceTree = ""; }; + A571684D235968A0000CEC60 /* HiiString.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HiiString.c; sourceTree = ""; }; + A571684E235968A0000CEC60 /* HiiLanguage.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HiiLanguage.c; sourceTree = ""; }; + A571684F235968A0000CEC60 /* InternalHiiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalHiiLib.h; sourceTree = ""; }; + A5716851235968A0000CEC60 /* BaseSortLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSortLib.inf; sourceTree = ""; }; + A5716852235968A0000CEC60 /* BaseSortLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSortLib.uni; sourceTree = ""; }; + A5716853235968A0000CEC60 /* BaseSortLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseSortLib.c; sourceTree = ""; }; + A5716855235968A0000CEC60 /* DxeCorePerformanceLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCorePerformanceLib.c; sourceTree = ""; }; + A5716856235968A0000CEC60 /* DxeCorePerformanceLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeCorePerformanceLibInternal.h; sourceTree = ""; }; + A5716857235968A0000CEC60 /* DxeCorePerformanceLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCorePerformanceLib.inf; sourceTree = ""; }; + A5716858235968A0000CEC60 /* DxeCorePerformanceLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCorePerformanceLib.uni; sourceTree = ""; }; + A571685A235968A0000CEC60 /* DxeResetSystemLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeResetSystemLib.uni; sourceTree = ""; }; + A571685B235968A0000CEC60 /* DxeResetSystemLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeResetSystemLib.inf; sourceTree = ""; }; + A571685C235968A0000CEC60 /* DxeResetSystemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeResetSystemLib.c; sourceTree = ""; }; + A571685E235968A0000CEC60 /* PeiResetSystemLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiResetSystemLib.uni; sourceTree = ""; }; + A571685F235968A0000CEC60 /* PeiResetSystemLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiResetSystemLib.inf; sourceTree = ""; }; + A5716860235968A0000CEC60 /* PeiResetSystemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiResetSystemLib.c; sourceTree = ""; }; + A5716861235968A0000CEC60 /* MdeModulePkgSample.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdeModulePkgSample.dec; sourceTree = ""; }; + A5716863235968A0000CEC60 /* LogoDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LogoDxe.uni; sourceTree = ""; }; + A5716864235968A0000CEC60 /* LogoDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = LogoDxe.inf; sourceTree = ""; }; + A5716865235968A0000CEC60 /* Logo.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = Logo.bmp; sourceTree = ""; }; + A5716866235968A0000CEC60 /* Logo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Logo.uni; sourceTree = ""; }; + A5716867235968A0000CEC60 /* LogoDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LogoDxeExtra.uni; sourceTree = ""; }; + A5716868235968A0000CEC60 /* LogoExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = LogoExtra.uni; sourceTree = ""; }; + A5716869235968A0000CEC60 /* Logo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Logo.inf; sourceTree = ""; }; + A571686A235968A0000CEC60 /* Logo.idf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Logo.idf; sourceTree = ""; }; + A571686B235968A0000CEC60 /* Logo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Logo.c; sourceTree = ""; }; + A571686C235968A0000CEC60 /* MdeModulePkg.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdeModulePkg.uni; sourceTree = ""; }; + A571686D235968A0000CEC60 /* MdeModulePkg.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdeModulePkg.dec; sourceTree = ""; }; + A5716870235968A0000CEC60 /* FrontPage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrontPage.h; sourceTree = ""; }; + A5716871235968A0000CEC60 /* FrontPageCustomizedUi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrontPageCustomizedUi.h; sourceTree = ""; }; + A5716872235968A0000CEC60 /* Ui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ui.h; sourceTree = ""; }; + A5716873235968A0000CEC60 /* FrontPageCustomizedUiSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FrontPageCustomizedUiSupport.c; sourceTree = ""; }; + A5716874235968A0000CEC60 /* FrontPageVfr.Vfr */ = {isa = PBXFileReference; lastKnownFileType = text; path = FrontPageVfr.Vfr; sourceTree = ""; }; + A5716875235968A0000CEC60 /* String.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = String.c; sourceTree = ""; }; + A5716876235968A0000CEC60 /* FrontPageCustomizedUi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FrontPageCustomizedUi.c; sourceTree = ""; }; + A5716877235968A0000CEC60 /* UiApp.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UiApp.uni; sourceTree = ""; }; + A5716878235968A0000CEC60 /* FrontPage.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FrontPage.c; sourceTree = ""; }; + A5716879235968A0000CEC60 /* FrontPageStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = FrontPageStrings.uni; sourceTree = ""; }; + A571687A235968A0000CEC60 /* UiAppExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UiAppExtra.uni; sourceTree = ""; }; + A571687B235968A0000CEC60 /* UiApp.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UiApp.inf; sourceTree = ""; }; + A571687C235968A0000CEC60 /* FrontPageCustomizedUiSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrontPageCustomizedUiSupport.h; sourceTree = ""; }; + A571687D235968A0000CEC60 /* String.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = String.h; sourceTree = ""; }; + A571687F235968A0000CEC60 /* HelloWorldStr.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloWorldStr.uni; sourceTree = ""; }; + A5716880235968A0000CEC60 /* HelloWorld.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloWorld.uni; sourceTree = ""; }; + A5716881235968A0000CEC60 /* HelloWorld.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloWorld.inf; sourceTree = ""; }; + A5716882235968A0000CEC60 /* HelloWorld.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HelloWorld.c; sourceTree = ""; }; + A5716883235968A0000CEC60 /* HelloWorldExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HelloWorldExtra.uni; sourceTree = ""; }; + A5716885235968A0000CEC60 /* BootManagerMenu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootManagerMenu.c; sourceTree = ""; }; + A5716886235968A0000CEC60 /* BootManagerMenuAppExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerMenuAppExtra.uni; sourceTree = ""; }; + A5716887235968A0000CEC60 /* BootManagerMenuStrings.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerMenuStrings.uni; sourceTree = ""; }; + A5716888235968A0000CEC60 /* BootManagerMenu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootManagerMenu.h; sourceTree = ""; }; + A5716889235968A0000CEC60 /* BootManagerMenuApp.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerMenuApp.inf; sourceTree = ""; }; + A571688A235968A0000CEC60 /* BootManagerMenuApp.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BootManagerMenuApp.uni; sourceTree = ""; }; + A571688C235968A0000CEC60 /* CapsuleApp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleApp.h; sourceTree = ""; }; + A571688D235968A0000CEC60 /* CapsuleApp.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleApp.inf; sourceTree = ""; }; + A571688E235968A0000CEC60 /* AppSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AppSupport.c; sourceTree = ""; }; + A571688F235968A0000CEC60 /* CapsuleApp.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleApp.uni; sourceTree = ""; }; + A5716890235968A0000CEC60 /* CapsuleAppExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = CapsuleAppExtra.uni; sourceTree = ""; }; + A5716891235968A0000CEC60 /* CapsuleOnDisk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleOnDisk.c; sourceTree = ""; }; + A5716892235968A0000CEC60 /* CapsuleApp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleApp.c; sourceTree = ""; }; + A5716893235968A0000CEC60 /* CapsuleDump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CapsuleDump.c; sourceTree = ""; }; + A5716895235968A0000CEC60 /* MemoryProfileInfo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = MemoryProfileInfo.inf; sourceTree = ""; }; + A5716896235968A0000CEC60 /* MemoryProfileInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryProfileInfo.c; sourceTree = ""; }; + A5716897235968A0000CEC60 /* MemoryProfileInfo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MemoryProfileInfo.uni; sourceTree = ""; }; + A5716898235968A0000CEC60 /* MemoryProfileInfoExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MemoryProfileInfoExtra.uni; sourceTree = ""; }; + A571689A235968A0000CEC60 /* DumpDynPcd.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DumpDynPcd.inf; sourceTree = ""; }; + A571689B235968A0000CEC60 /* DumpDynPcdStr.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DumpDynPcdStr.uni; sourceTree = ""; }; + A571689C235968A0000CEC60 /* DumpDynPcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DumpDynPcd.c; sourceTree = ""; }; + A571689E235968A0000CEC60 /* VariableInfoExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableInfoExtra.uni; sourceTree = ""; }; + A571689F235968A0000CEC60 /* VariableInfo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableInfo.inf; sourceTree = ""; }; + A57168A0235968A0000CEC60 /* VariableInfo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = VariableInfo.uni; sourceTree = ""; }; + A57168A1235968A0000CEC60 /* VariableInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = VariableInfo.c; sourceTree = ""; }; + A57168A3235968A0000CEC60 /* SmiHandlerProfileInfoExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmiHandlerProfileInfoExtra.uni; sourceTree = ""; }; + A57168A4235968A0000CEC60 /* SmiHandlerProfileInfo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmiHandlerProfileInfo.uni; sourceTree = ""; }; + A57168A5235968A0000CEC60 /* SmiHandlerProfileInfo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmiHandlerProfileInfo.inf; sourceTree = ""; }; + A57168A6235968A0000CEC60 /* SmiHandlerProfileInfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmiHandlerProfileInfo.c; sourceTree = ""; }; + A57168A7235968A0000CEC60 /* MdeModulePkg.dsc */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdeModulePkg.dsc; sourceTree = ""; }; + A57168AA235968A6000CEC60 /* PiPei.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiPei.h; sourceTree = ""; }; + A57168AC235968A6000CEC60 /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A57168AD235968A6000CEC60 /* PiMm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiMm.h; sourceTree = ""; }; + A57168AE235968A6000CEC60 /* Uefi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Uefi.h; sourceTree = ""; }; + A57168B0235968A6000CEC60 /* Nasm.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = Nasm.inc; sourceTree = ""; }; + A57168B1235968A6000CEC60 /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A57168B3235968A6000CEC60 /* UefiAcpiDataTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiAcpiDataTable.h; sourceTree = ""; }; + A57168B4235968A6000CEC60 /* UefiPxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiPxe.h; sourceTree = ""; }; + A57168B5235968A6000CEC60 /* UefiSpec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiSpec.h; sourceTree = ""; }; + A57168B6235968A6000CEC60 /* UefiGpt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiGpt.h; sourceTree = ""; }; + A57168B7235968A6000CEC60 /* UefiBaseType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiBaseType.h; sourceTree = ""; }; + A57168B8235968A6000CEC60 /* UefiInternalFormRepresentation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiInternalFormRepresentation.h; sourceTree = ""; }; + A57168B9235968A6000CEC60 /* UefiMultiPhase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiMultiPhase.h; sourceTree = ""; }; + A57168BB235968A6000CEC60 /* IpmiNetFnFirmware.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnFirmware.h; sourceTree = ""; }; + A57168BC235968A6000CEC60 /* SdramSpdLpDdr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdramSpdLpDdr.h; sourceTree = ""; }; + A57168BD235968A6000CEC60 /* ElTorito.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ElTorito.h; sourceTree = ""; }; + A57168BE235968A6000CEC60 /* SdramSpdDdr3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdramSpdDdr3.h; sourceTree = ""; }; + A57168BF235968A6000CEC60 /* Acpi62.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi62.h; sourceTree = ""; }; + A57168C0235968A6000CEC60 /* WindowsSmmSecurityMitigationTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WindowsSmmSecurityMitigationTable.h; sourceTree = ""; }; + A57168C1235968A6000CEC60 /* Nvme.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Nvme.h; sourceTree = ""; }; + A57168C2235968A6000CEC60 /* IoRemappingTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IoRemappingTable.h; sourceTree = ""; }; + A57168C3235968A6000CEC60 /* LowPowerIdleTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LowPowerIdleTable.h; sourceTree = ""; }; + A57168C4235968A6000CEC60 /* Emmc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Emmc.h; sourceTree = ""; }; + A57168C5235968A6000CEC60 /* WatchdogActionTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WatchdogActionTable.h; sourceTree = ""; }; + A57168C6235968A6000CEC60 /* DmaRemappingReportingTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DmaRemappingReportingTable.h; sourceTree = ""; }; + A57168C7235968A6000CEC60 /* AlertStandardFormatTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AlertStandardFormatTable.h; sourceTree = ""; }; + A57168C8235968A6000CEC60 /* Acpi40.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi40.h; sourceTree = ""; }; + A57168C9235968A6000CEC60 /* Bmp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bmp.h; sourceTree = ""; }; + A57168CA235968A6000CEC60 /* UefiTcgPlatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiTcgPlatform.h; sourceTree = ""; }; + A57168CB235968A6000CEC60 /* SerialPortConsoleRedirectionTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SerialPortConsoleRedirectionTable.h; sourceTree = ""; }; + A57168CC235968A6000CEC60 /* Pci22.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pci22.h; sourceTree = ""; }; + A57168CD235968A6000CEC60 /* Mbr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mbr.h; sourceTree = ""; }; + A57168CE235968A6000CEC60 /* Acpi61.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi61.h; sourceTree = ""; }; + A57168CF235968A6000CEC60 /* SdramSpdDdr4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdramSpdDdr4.h; sourceTree = ""; }; + A57168D0235968A6000CEC60 /* TcgStorageOpal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcgStorageOpal.h; sourceTree = ""; }; + A57168D1235968A6000CEC60 /* IpmiNetFnChassis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnChassis.h; sourceTree = ""; }; + A57168D2235968A6000CEC60 /* Acpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi.h; sourceTree = ""; }; + A57168D3235968A6000CEC60 /* Tpm2Acpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tpm2Acpi.h; sourceTree = ""; }; + A57168D4235968A6000CEC60 /* PeImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeImage.h; sourceTree = ""; }; + A57168D5235968A6000CEC60 /* PciExpress30.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciExpress30.h; sourceTree = ""; }; + A57168D6235968A6000CEC60 /* SdramSpd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdramSpd.h; sourceTree = ""; }; + A57168D7235968A6000CEC60 /* Acpi10.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi10.h; sourceTree = ""; }; + A57168D8235968A6000CEC60 /* MemoryMappedConfigurationSpaceAccessTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryMappedConfigurationSpaceAccessTable.h; sourceTree = ""; }; + A57168D9235968A6000CEC60 /* IpmiFruInformationStorage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiFruInformationStorage.h; sourceTree = ""; }; + A57168DA235968A6000CEC60 /* IpmiNetFnStorage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnStorage.h; sourceTree = ""; }; + A57168DB235968A6000CEC60 /* IScsiBootFirmwareTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiBootFirmwareTable.h; sourceTree = ""; }; + A57168DC235968A6000CEC60 /* Bluetooth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bluetooth.h; sourceTree = ""; }; + A57168DD235968A6000CEC60 /* AcpiAml.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiAml.h; sourceTree = ""; }; + A57168DE235968A6000CEC60 /* Acpi50.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi50.h; sourceTree = ""; }; + A57168DF235968A6000CEC60 /* Tpm20.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tpm20.h; sourceTree = ""; }; + A57168E0235968A6000CEC60 /* PciCodeId.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciCodeId.h; sourceTree = ""; }; + A57168E1235968A6000CEC60 /* IpmiNetFnTransport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnTransport.h; sourceTree = ""; }; + A57168E2235968A6000CEC60 /* Dhcp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp.h; sourceTree = ""; }; + A57168E3235968A6000CEC60 /* TpmPtp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TpmPtp.h; sourceTree = ""; }; + A57168E4235968A6000CEC60 /* Acpi20.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi20.h; sourceTree = ""; }; + A57168E5235968A6000CEC60 /* Pci23.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pci23.h; sourceTree = ""; }; + A57168E6235968A6000CEC60 /* IpmiNetFnApp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnApp.h; sourceTree = ""; }; + A57168E7235968A6000CEC60 /* PciExpress40.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciExpress40.h; sourceTree = ""; }; + A57168E8235968A6000CEC60 /* IpmiNetFnSensorEvent.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnSensorEvent.h; sourceTree = ""; }; + A57168E9235968A6000CEC60 /* Acpi60.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi60.h; sourceTree = ""; }; + A57168EA235968A6000CEC60 /* PciExpress21.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciExpress21.h; sourceTree = ""; }; + A57168EB235968A6000CEC60 /* PciExpress31.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciExpress31.h; sourceTree = ""; }; + A57168EC235968A6000CEC60 /* TcgStorageCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcgStorageCore.h; sourceTree = ""; }; + A57168ED235968A6000CEC60 /* HighPrecisionEventTimerTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HighPrecisionEventTimerTable.h; sourceTree = ""; }; + A57168EE235968A6000CEC60 /* Usb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Usb.h; sourceTree = ""; }; + A57168EF235968A6000CEC60 /* Acpi51.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi51.h; sourceTree = ""; }; + A57168F0235968A6000CEC60 /* Sd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sd.h; sourceTree = ""; }; + A57168F1235968A6000CEC60 /* WatchdogResourceTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WatchdogResourceTable.h; sourceTree = ""; }; + A57168F2235968A6000CEC60 /* Acpi30.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi30.h; sourceTree = ""; }; + A57168F3235968A6000CEC60 /* Udf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Udf.h; sourceTree = ""; }; + A57168F4235968A6000CEC60 /* DebugPortTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugPortTable.h; sourceTree = ""; }; + A57168F5235968A6000CEC60 /* SmBios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmBios.h; sourceTree = ""; }; + A57168F6235968A6000CEC60 /* MemoryOverwriteRequestControlLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryOverwriteRequestControlLock.h; sourceTree = ""; }; + A57168F7235968A6000CEC60 /* Atapi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Atapi.h; sourceTree = ""; }; + A57168F8235968A6000CEC60 /* TcpaAcpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcpaAcpi.h; sourceTree = ""; }; + A57168F9235968A6000CEC60 /* LegacyBiosMpTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyBiosMpTable.h; sourceTree = ""; }; + A57168FA235968A6000CEC60 /* TpmTis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TpmTis.h; sourceTree = ""; }; + A57168FB235968A6000CEC60 /* Acpi63.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi63.h; sourceTree = ""; }; + A57168FC235968A6000CEC60 /* SmBus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmBus.h; sourceTree = ""; }; + A57168FD235968A6000CEC60 /* Http11.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Http11.h; sourceTree = ""; }; + A57168FE235968A6000CEC60 /* TcgPhysicalPresence.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcgPhysicalPresence.h; sourceTree = ""; }; + A57168FF235968A6000CEC60 /* IpmiNetFnGroupExtension.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnGroupExtension.h; sourceTree = ""; }; + A5716900235968A6000CEC60 /* Tls1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tls1.h; sourceTree = ""; }; + A5716901235968A6000CEC60 /* Pci.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pci.h; sourceTree = ""; }; + A5716902235968A6000CEC60 /* DebugPort2Table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugPort2Table.h; sourceTree = ""; }; + A5716903235968A6000CEC60 /* Scsi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Scsi.h; sourceTree = ""; }; + A5716904235968A6000CEC60 /* Pci30.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pci30.h; sourceTree = ""; }; + A5716905235968A6000CEC60 /* Hsti.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Hsti.h; sourceTree = ""; }; + A5716906235968A6000CEC60 /* WindowsUxCapsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WindowsUxCapsule.h; sourceTree = ""; }; + A5716907235968A6000CEC60 /* Tpm12.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tpm12.h; sourceTree = ""; }; + A5716908235968A6000CEC60 /* Ipmi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ipmi.h; sourceTree = ""; }; + A5716909235968A6000CEC60 /* IpmiNetFnBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpmiNetFnBridge.h; sourceTree = ""; }; + A571690A235968A6000CEC60 /* ServiceProcessorManagementInterfaceTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ServiceProcessorManagementInterfaceTable.h; sourceTree = ""; }; + A571690C235968A6000CEC60 /* OrderedCollectionLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OrderedCollectionLib.h; sourceTree = ""; }; + A571690D235968A6000CEC60 /* TimerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TimerLib.h; sourceTree = ""; }; + A571690E235968A6000CEC60 /* PeiServicesTablePointerLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiServicesTablePointerLib.h; sourceTree = ""; }; + A571690F235968A6000CEC60 /* SmiHandlerProfileLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmiHandlerProfileLib.h; sourceTree = ""; }; + A5716910235968A6000CEC60 /* UefiUsbLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiUsbLib.h; sourceTree = ""; }; + A5716911235968A6000CEC60 /* UefiDecompressLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiDecompressLib.h; sourceTree = ""; }; + A5716912235968A6000CEC60 /* UefiRuntimeServicesTableLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiRuntimeServicesTableLib.h; sourceTree = ""; }; + A5716913235968A6000CEC60 /* PeimEntryPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeimEntryPoint.h; sourceTree = ""; }; + A5716914235968A6000CEC60 /* RngLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RngLib.h; sourceTree = ""; }; + A5716915235968A6000CEC60 /* PciCf8Lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciCf8Lib.h; sourceTree = ""; }; + A5716916235968A6000CEC60 /* SmmPeriodicSmiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmPeriodicSmiLib.h; sourceTree = ""; }; + A5716917235968A6000CEC60 /* PeiCoreEntryPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiCoreEntryPoint.h; sourceTree = ""; }; + A5716918235968A6000CEC60 /* S3PciLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3PciLib.h; sourceTree = ""; }; + A5716919235968A6000CEC60 /* PciSegmentLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciSegmentLib.h; sourceTree = ""; }; + A571691A235968A6000CEC60 /* DebugLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugLib.h; sourceTree = ""; }; + A571691B235968A6000CEC60 /* SynchronizationLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SynchronizationLib.h; sourceTree = ""; }; + A571691C235968A6000CEC60 /* SafeIntLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SafeIntLib.h; sourceTree = ""; }; + A571691D235968A6000CEC60 /* S3SmbusLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3SmbusLib.h; sourceTree = ""; }; + A571691E235968A6000CEC60 /* DevicePathLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DevicePathLib.h; sourceTree = ""; }; + A571691F235968A6000CEC60 /* PcdLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcdLib.h; sourceTree = ""; }; + A5716920235968A6000CEC60 /* FileHandleLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileHandleLib.h; sourceTree = ""; }; + A5716921235968A6000CEC60 /* UefiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiLib.h; sourceTree = ""; }; + A5716922235968A6000CEC60 /* SmmMemLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmMemLib.h; sourceTree = ""; }; + A5716923235968A6000CEC60 /* PostCodeLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PostCodeLib.h; sourceTree = ""; }; + A5716924235968A6000CEC60 /* S3StallLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3StallLib.h; sourceTree = ""; }; + A5716925235968A6000CEC60 /* PciLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciLib.h; sourceTree = ""; }; + A5716926235968A6000CEC60 /* UefiBootServicesTableLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiBootServicesTableLib.h; sourceTree = ""; }; + A5716927235968A6000CEC60 /* MmServicesTableLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmServicesTableLib.h; sourceTree = ""; }; + A5716928235968A6000CEC60 /* PeCoffExtraActionLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeCoffExtraActionLib.h; sourceTree = ""; }; + A5716929235968A6000CEC60 /* PciExpressLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciExpressLib.h; sourceTree = ""; }; + A571692A235968A6000CEC60 /* S3IoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3IoLib.h; sourceTree = ""; }; + A571692B235968A6000CEC60 /* ReportStatusCodeLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReportStatusCodeLib.h; sourceTree = ""; }; + A571692C235968A6000CEC60 /* UefiScsiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiScsiLib.h; sourceTree = ""; }; + A571692D235968A6000CEC60 /* UefiRuntimeLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiRuntimeLib.h; sourceTree = ""; }; + A571692E235968A6000CEC60 /* SmmServicesTableLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmServicesTableLib.h; sourceTree = ""; }; + A571692F235968A6000CEC60 /* SerialPortLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SerialPortLib.h; sourceTree = ""; }; + A5716930235968A6000CEC60 /* DxeCoreEntryPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeCoreEntryPoint.h; sourceTree = ""; }; + A5716931235968A6000CEC60 /* PeCoffGetEntryPointLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeCoffGetEntryPointLib.h; sourceTree = ""; }; + A5716932235968A6000CEC60 /* UefiDriverEntryPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiDriverEntryPoint.h; sourceTree = ""; }; + A5716933235968A6000CEC60 /* BaseMemoryLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseMemoryLib.h; sourceTree = ""; }; + A5716934235968A6000CEC60 /* DxeServicesLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeServicesLib.h; sourceTree = ""; }; + A5716935235968A6000CEC60 /* PeCoffLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeCoffLib.h; sourceTree = ""; }; + A5716936235968A6000CEC60 /* S3PciSegmentLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3PciSegmentLib.h; sourceTree = ""; }; + A5716937235968A6000CEC60 /* BaseLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseLib.h; sourceTree = ""; }; + A5716938235968A6000CEC60 /* SmmLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmLib.h; sourceTree = ""; }; + A5716939235968A6000CEC60 /* PeiServicesLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiServicesLib.h; sourceTree = ""; }; + A571693A235968A6000CEC60 /* DxeServicesTableLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeServicesTableLib.h; sourceTree = ""; }; + A571693B235968A6000CEC60 /* SmbusLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmbusLib.h; sourceTree = ""; }; + A571693C235968A6000CEC60 /* MemoryAllocationLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryAllocationLib.h; sourceTree = ""; }; + A571693D235968A6000CEC60 /* HstiLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HstiLib.h; sourceTree = ""; }; + A571693E235968A6000CEC60 /* ExtractGuidedSectionLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExtractGuidedSectionLib.h; sourceTree = ""; }; + A571693F235968A6000CEC60 /* ResourcePublicationLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResourcePublicationLib.h; sourceTree = ""; }; + A5716940235968A6000CEC60 /* S3BootScriptLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3BootScriptLib.h; sourceTree = ""; }; + A5716941235968A6000CEC60 /* CacheMaintenanceLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CacheMaintenanceLib.h; sourceTree = ""; }; + A5716942235968A6000CEC60 /* CpuLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuLib.h; sourceTree = ""; }; + A5716943235968A6000CEC60 /* StandaloneMmDriverEntryPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StandaloneMmDriverEntryPoint.h; sourceTree = ""; }; + A5716944235968A6000CEC60 /* SmmIoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmIoLib.h; sourceTree = ""; }; + A5716945235968A6000CEC60 /* IoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IoLib.h; sourceTree = ""; }; + A5716946235968A6000CEC60 /* PrintLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrintLib.h; sourceTree = ""; }; + A5716947235968A6000CEC60 /* UefiApplicationEntryPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiApplicationEntryPoint.h; sourceTree = ""; }; + A5716948235968A6000CEC60 /* PerformanceLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PerformanceLib.h; sourceTree = ""; }; + A5716949235968A6000CEC60 /* HobLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HobLib.h; sourceTree = ""; }; + A571694A235968A6000CEC60 /* DebugPrintErrorLevelLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugPrintErrorLevelLib.h; sourceTree = ""; }; + A571694B235968A6000CEC60 /* PciSegmentInfoLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciSegmentInfoLib.h; sourceTree = ""; }; + A571694D235968A6000CEC60 /* LegacySpiController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacySpiController.h; sourceTree = ""; }; + A571694E235968A6000CEC60 /* SpiHc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiHc.h; sourceTree = ""; }; + A571694F235968A6000CEC60 /* Tcp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tcp4.h; sourceTree = ""; }; + A5716950235968A6000CEC60 /* DriverFamilyOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverFamilyOverride.h; sourceTree = ""; }; + A5716951235968A6000CEC60 /* MmSxDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmSxDispatch.h; sourceTree = ""; }; + A5716952235968A6000CEC60 /* MmCpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmCpu.h; sourceTree = ""; }; + A5716953235968A6000CEC60 /* TcgService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TcgService.h; sourceTree = ""; }; + A5716954235968A6000CEC60 /* WiFi2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WiFi2.h; sourceTree = ""; }; + A5716955235968A6000CEC60 /* PartitionInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PartitionInfo.h; sourceTree = ""; }; + A5716956235968A6000CEC60 /* SmmReportStatusCodeHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmReportStatusCodeHandler.h; sourceTree = ""; }; + A5716957235968A6000CEC60 /* UgaDraw.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UgaDraw.h; sourceTree = ""; }; + A5716958235968A6000CEC60 /* Bis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bis.h; sourceTree = ""; }; + A5716959235968A6000CEC60 /* SmartCardEdge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmartCardEdge.h; sourceTree = ""; }; + A571695A235968A6000CEC60 /* EapConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EapConfiguration.h; sourceTree = ""; }; + A571695B235968A6000CEC60 /* ShellDynamicCommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShellDynamicCommand.h; sourceTree = ""; }; + A571695C235968A6000CEC60 /* Rest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Rest.h; sourceTree = ""; }; + A571695D235968A6000CEC60 /* NvdimmLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvdimmLabel.h; sourceTree = ""; }; + A571695E235968A6000CEC60 /* Udp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Udp4.h; sourceTree = ""; }; + A571695F235968A6000CEC60 /* LoadedImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadedImage.h; sourceTree = ""; }; + A5716960235968A6000CEC60 /* WiFi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WiFi.h; sourceTree = ""; }; + A5716961235968A6000CEC60 /* SmmSwDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmSwDispatch2.h; sourceTree = ""; }; + A5716962235968A6000CEC60 /* FormBrowser2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FormBrowser2.h; sourceTree = ""; }; + A5716963235968A6000CEC60 /* I2cHost.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cHost.h; sourceTree = ""; }; + A5716964235968A6000CEC60 /* DevicePathFromText.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DevicePathFromText.h; sourceTree = ""; }; + A5716965235968A6000CEC60 /* Shell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Shell.h; sourceTree = ""; }; + A5716966235968A6000CEC60 /* IpSec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpSec.h; sourceTree = ""; }; + A5716967235968A6000CEC60 /* SimpleTextInEx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleTextInEx.h; sourceTree = ""; }; + A5716968235968A6000CEC60 /* CpuIo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuIo2.h; sourceTree = ""; }; + A5716969235968A6000CEC60 /* Ip4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4.h; sourceTree = ""; }; + A571696A235968A6000CEC60 /* DriverConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverConfiguration.h; sourceTree = ""; }; + A571696B235968A6000CEC60 /* SpiSmmConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiSmmConfiguration.h; sourceTree = ""; }; + A571696C235968A6000CEC60 /* DiskIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DiskIo.h; sourceTree = ""; }; + A571696D235968A6000CEC60 /* Tls.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tls.h; sourceTree = ""; }; + A571696E235968A6000CEC60 /* MmReadyToLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmReadyToLock.h; sourceTree = ""; }; + A571696F235968A6000CEC60 /* SimpleFileSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleFileSystem.h; sourceTree = ""; }; + A5716970235968A6000CEC60 /* MmStatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmStatusCode.h; sourceTree = ""; }; + A5716971235968A6000CEC60 /* Http.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Http.h; sourceTree = ""; }; + A5716972235968A6000CEC60 /* ScsiPassThruExt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScsiPassThruExt.h; sourceTree = ""; }; + A5716973235968A6000CEC60 /* HiiConfigAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiConfigAccess.h; sourceTree = ""; }; + A5716974235968A6000CEC60 /* SmbusHc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmbusHc.h; sourceTree = ""; }; + A5716975235968A6000CEC60 /* DevicePathToText.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DevicePathToText.h; sourceTree = ""; }; + A5716976235968A6000CEC60 /* MmCpuIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmCpuIo.h; sourceTree = ""; }; + A5716977235968A6000CEC60 /* ServiceBinding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ServiceBinding.h; sourceTree = ""; }; + A5716978235968A6000CEC60 /* DriverConfiguration2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverConfiguration2.h; sourceTree = ""; }; + A5716979235968A6000CEC60 /* Usb2HostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Usb2HostController.h; sourceTree = ""; }; + A571697A235968A6000CEC60 /* FirmwareManagement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareManagement.h; sourceTree = ""; }; + A571697B235968A6000CEC60 /* EdidDiscovered.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdidDiscovered.h; sourceTree = ""; }; + A571697C235968A6000CEC60 /* MmEndOfDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmEndOfDxe.h; sourceTree = ""; }; + A571697D235968A6000CEC60 /* BootManagerPolicy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootManagerPolicy.h; sourceTree = ""; }; + A571697E235968A6000CEC60 /* RealTimeClock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RealTimeClock.h; sourceTree = ""; }; + A571697F235968A6000CEC60 /* SimplePointer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimplePointer.h; sourceTree = ""; }; + A5716980235968A6000CEC60 /* Ip6Config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6Config.h; sourceTree = ""; }; + A5716981235968A6000CEC60 /* I2cIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cIo.h; sourceTree = ""; }; + A5716982235968A6000CEC60 /* Dns6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dns6.h; sourceTree = ""; }; + A5716983235968A6000CEC60 /* UfsDeviceConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UfsDeviceConfig.h; sourceTree = ""; }; + A5716984235968A6000CEC60 /* DeviceIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeviceIo.h; sourceTree = ""; }; + A5716985235968A6000CEC60 /* ReportStatusCodeHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReportStatusCodeHandler.h; sourceTree = ""; }; + A5716986235968A6000CEC60 /* TlsConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TlsConfig.h; sourceTree = ""; }; + A5716987235968A6000CEC60 /* ScsiIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScsiIo.h; sourceTree = ""; }; + A5716988235968A6000CEC60 /* Security.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Security.h; sourceTree = ""; }; + A5716989235968A6000CEC60 /* SmmSxDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmSxDispatch2.h; sourceTree = ""; }; + A571698A235968A6000CEC60 /* MmControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmControl.h; sourceTree = ""; }; + A571698B235968A6000CEC60 /* NetworkInterfaceIdentifier.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NetworkInterfaceIdentifier.h; sourceTree = ""; }; + A571698C235968A6000CEC60 /* MmPowerButtonDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmPowerButtonDispatch.h; sourceTree = ""; }; + A571698D235968A6000CEC60 /* Security2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Security2.h; sourceTree = ""; }; + A571698E235968A6000CEC60 /* EdidActive.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdidActive.h; sourceTree = ""; }; + A571698F235968A6000CEC60 /* UserCredential.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserCredential.h; sourceTree = ""; }; + A5716990235968A6000CEC60 /* MmAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmAccess.h; sourceTree = ""; }; + A5716991235968A6000CEC60 /* UnicodeCollation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UnicodeCollation.h; sourceTree = ""; }; + A5716992235968A6000CEC60 /* MonotonicCounter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MonotonicCounter.h; sourceTree = ""; }; + A5716993235968A6000CEC60 /* BluetoothHc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BluetoothHc.h; sourceTree = ""; }; + A5716994235968A6000CEC60 /* PlatformDriverOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformDriverOverride.h; sourceTree = ""; }; + A5716995235968A6000CEC60 /* ManagedNetwork.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ManagedNetwork.h; sourceTree = ""; }; + A5716996235968A6000CEC60 /* DriverDiagnostics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverDiagnostics.h; sourceTree = ""; }; + A5716997235968A6000CEC60 /* HiiImageDecoder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiImageDecoder.h; sourceTree = ""; }; + A5716998235968A6000CEC60 /* SimpleNetwork.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleNetwork.h; sourceTree = ""; }; + A5716999235968A6000CEC60 /* HiiString.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiString.h; sourceTree = ""; }; + A571699A235968A6000CEC60 /* TrEEProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TrEEProtocol.h; sourceTree = ""; }; + A571699B235968A6000CEC60 /* VariableWrite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VariableWrite.h; sourceTree = ""; }; + A571699C235968A6000CEC60 /* BluetoothLeConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BluetoothLeConfig.h; sourceTree = ""; }; + A571699D235968A6000CEC60 /* Ip4Config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Config.h; sourceTree = ""; }; + A571699E235968A6000CEC60 /* MmMp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmMp.h; sourceTree = ""; }; + A571699F235968A6000CEC60 /* HiiPopup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiPopup.h; sourceTree = ""; }; + A57169A0235968A6000CEC60 /* GraphicsOutput.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GraphicsOutput.h; sourceTree = ""; }; + A57169A1235968A6000CEC60 /* IScsiInitiatorName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IScsiInitiatorName.h; sourceTree = ""; }; + A57169A2235968A6000CEC60 /* Ftp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ftp4.h; sourceTree = ""; }; + A57169A3235968A6000CEC60 /* AtaPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtaPassThru.h; sourceTree = ""; }; + A57169A4235968A6000CEC60 /* SimpleTextOut.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleTextOut.h; sourceTree = ""; }; + A57169A5235968A6000CEC60 /* HiiConfigKeyword.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiConfigKeyword.h; sourceTree = ""; }; + A57169A6235968A6000CEC60 /* PciOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciOverride.h; sourceTree = ""; }; + A57169A7235968A6000CEC60 /* DiskIo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DiskIo2.h; sourceTree = ""; }; + A57169A8235968A6000CEC60 /* IsaHc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsaHc.h; sourceTree = ""; }; + A57169A9235968A6000CEC60 /* ComponentName2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName2.h; sourceTree = ""; }; + A57169AA235968A6000CEC60 /* SmmStatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmStatusCode.h; sourceTree = ""; }; + A57169AB235968A6000CEC60 /* PciPlatform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciPlatform.h; sourceTree = ""; }; + A57169AC235968A6000CEC60 /* DriverDiagnostics2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverDiagnostics2.h; sourceTree = ""; }; + A57169AD235968A6000CEC60 /* Rng.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Rng.h; sourceTree = ""; }; + A57169AE235968A6000CEC60 /* Dhcp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp4.h; sourceTree = ""; }; + A57169AF235968A6000CEC60 /* PxeBaseCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PxeBaseCode.h; sourceTree = ""; }; + A57169B0235968A6000CEC60 /* GuidedSectionExtraction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GuidedSectionExtraction.h; sourceTree = ""; }; + A57169B1235968A6000CEC60 /* Variable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Variable.h; sourceTree = ""; }; + A57169B2235968A6000CEC60 /* MmReportStatusCodeHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmReportStatusCodeHandler.h; sourceTree = ""; }; + A57169B3235968A6000CEC60 /* DxeMmReadyToLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeMmReadyToLock.h; sourceTree = ""; }; + A57169B4235968A6000CEC60 /* DriverBinding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverBinding.h; sourceTree = ""; }; + A57169B5235968A6000CEC60 /* FirmwareVolume2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolume2.h; sourceTree = ""; }; + A57169B6235968A6000CEC60 /* BlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIo.h; sourceTree = ""; }; + A57169B7235968A6000CEC60 /* MmBase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmBase.h; sourceTree = ""; }; + A57169B8235968A6000CEC60 /* SmmCpuIo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCpuIo2.h; sourceTree = ""; }; + A57169B9235968A6000CEC60 /* SmmUsbDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmUsbDispatch2.h; sourceTree = ""; }; + A57169BA235968A6000CEC60 /* Mtftp6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mtftp6.h; sourceTree = ""; }; + A57169BB235968A6000CEC60 /* S3SmmSaveState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3SmmSaveState.h; sourceTree = ""; }; + A57169BC235968A6000CEC60 /* SpiNorFlash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiNorFlash.h; sourceTree = ""; }; + A57169BD235968A6000CEC60 /* Metronome.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Metronome.h; sourceTree = ""; }; + A57169BE235968A6000CEC60 /* SmmPowerButtonDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmPowerButtonDispatch2.h; sourceTree = ""; }; + A57169BF235968A6000CEC60 /* Runtime.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Runtime.h; sourceTree = ""; }; + A57169C0235968A6000CEC60 /* LegacySpiSmmFlash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacySpiSmmFlash.h; sourceTree = ""; }; + A57169C1235968A6000CEC60 /* PlatformToDriverConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlatformToDriverConfiguration.h; sourceTree = ""; }; + A57169C2235968A6000CEC60 /* Timer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Timer.h; sourceTree = ""; }; + A57169C3235968A6000CEC60 /* DevicePathUtilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DevicePathUtilities.h; sourceTree = ""; }; + A57169C4235968A6000CEC60 /* PxeBaseCodeCallBack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PxeBaseCodeCallBack.h; sourceTree = ""; }; + A57169C5235968A6000CEC60 /* LegacySpiSmmController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacySpiSmmController.h; sourceTree = ""; }; + A57169C6235968A6000CEC60 /* LegacyRegion2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacyRegion2.h; sourceTree = ""; }; + A57169C7235968A6000CEC60 /* DebugPort.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugPort.h; sourceTree = ""; }; + A57169C8235968A6000CEC60 /* Tcp6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tcp6.h; sourceTree = ""; }; + A57169C9235968A6000CEC60 /* PciRootBridgeIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciRootBridgeIo.h; sourceTree = ""; }; + A57169CA235968A6000CEC60 /* Pcd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pcd.h; sourceTree = ""; }; + A57169CB235968A6000CEC60 /* UgaIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UgaIo.h; sourceTree = ""; }; + A57169CC235968A6000CEC60 /* SpiSmmNorFlash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiSmmNorFlash.h; sourceTree = ""; }; + A57169CD235968A6000CEC60 /* Hash2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Hash2.h; sourceTree = ""; }; + A57169CE235968A6000CEC60 /* SpiConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiConfiguration.h; sourceTree = ""; }; + A57169CF235968A6000CEC60 /* SuperIoControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SuperIoControl.h; sourceTree = ""; }; + A57169D0235968A6000CEC60 /* DevicePath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DevicePath.h; sourceTree = ""; }; + A57169D1235968A6000CEC60 /* TapeIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TapeIo.h; sourceTree = ""; }; + A57169D2235968A6000CEC60 /* SmmCpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCpu.h; sourceTree = ""; }; + A57169D3235968A6000CEC60 /* DriverSupportedEfiVersion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverSupportedEfiVersion.h; sourceTree = ""; }; + A57169D4235968A6000CEC60 /* StorageSecurityCommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StorageSecurityCommand.h; sourceTree = ""; }; + A57169D5235968A6000CEC60 /* UserManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserManager.h; sourceTree = ""; }; + A57169D6235968A6000CEC60 /* PiPcd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiPcd.h; sourceTree = ""; }; + A57169D7235968A6000CEC60 /* SecurityPolicy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecurityPolicy.h; sourceTree = ""; }; + A57169D8235968A6000CEC60 /* UsbFunctionIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbFunctionIo.h; sourceTree = ""; }; + A57169D9235968A6000CEC60 /* BusSpecificDriverOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BusSpecificDriverOverride.h; sourceTree = ""; }; + A57169DA235968A6000CEC60 /* MmSwDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmSwDispatch.h; sourceTree = ""; }; + A57169DB235968A6000CEC60 /* Supplicant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Supplicant.h; sourceTree = ""; }; + A57169DC235968A6000CEC60 /* Udp6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Udp6.h; sourceTree = ""; }; + A57169DD235968A6000CEC60 /* SmmReadyToLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmReadyToLock.h; sourceTree = ""; }; + A57169DE235968A6000CEC60 /* PciHotPlugRequest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHotPlugRequest.h; sourceTree = ""; }; + A57169DF235968A6000CEC60 /* AuthenticationInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AuthenticationInfo.h; sourceTree = ""; }; + A57169E0235968A6000CEC60 /* Ip4Config2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip4Config2.h; sourceTree = ""; }; + A57169E1235968A6000CEC60 /* MmCommunication.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmCommunication.h; sourceTree = ""; }; + A57169E2235968A6000CEC60 /* EapManagement2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EapManagement2.h; sourceTree = ""; }; + A57169E3235968A6000CEC60 /* Decompress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Decompress.h; sourceTree = ""; }; + A57169E4235968A6000CEC60 /* PiPcdInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiPcdInfo.h; sourceTree = ""; }; + A57169E5235968A6000CEC60 /* PciHostBridgeResourceAllocation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHostBridgeResourceAllocation.h; sourceTree = ""; }; + A57169E6235968A6000CEC60 /* HiiPackageList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiPackageList.h; sourceTree = ""; }; + A57169E7235968A6000CEC60 /* SpiIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiIo.h; sourceTree = ""; }; + A57169E8235968A6000CEC60 /* HiiImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiImage.h; sourceTree = ""; }; + A57169E9235968A6000CEC60 /* Pkcs7Verify.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pkcs7Verify.h; sourceTree = ""; }; + A57169EA235968A6000CEC60 /* SmmGpiDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmGpiDispatch2.h; sourceTree = ""; }; + A57169EB235968A6000CEC60 /* SmmCommunication.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCommunication.h; sourceTree = ""; }; + A57169EC235968A6000CEC60 /* NvmExpressPassthru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NvmExpressPassthru.h; sourceTree = ""; }; + A57169ED235968A6000CEC60 /* IpSecConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IpSecConfig.h; sourceTree = ""; }; + A57169EE235968A6000CEC60 /* DeferredImageLoad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeferredImageLoad.h; sourceTree = ""; }; + A57169EF235968A6000CEC60 /* MmUsbDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmUsbDispatch.h; sourceTree = ""; }; + A57169F0235968A6000CEC60 /* SmmStandbyButtonDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmStandbyButtonDispatch2.h; sourceTree = ""; }; + A57169F1235968A6000CEC60 /* Capsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Capsule.h; sourceTree = ""; }; + A57169F2235968A6000CEC60 /* SuperIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SuperIo.h; sourceTree = ""; }; + A57169F3235968A6000CEC60 /* RegularExpressionProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RegularExpressionProtocol.h; sourceTree = ""; }; + A57169F4235968A6000CEC60 /* IdeControllerInit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IdeControllerInit.h; sourceTree = ""; }; + A57169F5235968A6000CEC60 /* Cpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Cpu.h; sourceTree = ""; }; + A57169F6235968A6000CEC60 /* AbsolutePointer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AbsolutePointer.h; sourceTree = ""; }; + A57169F7235968A6000CEC60 /* UsbHostController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbHostController.h; sourceTree = ""; }; + A57169F8235968A6000CEC60 /* UsbIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UsbIo.h; sourceTree = ""; }; + A57169F9235968A6000CEC60 /* HiiConfigRouting.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiConfigRouting.h; sourceTree = ""; }; + A57169FA235968A6000CEC60 /* BluetoothAttribute.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BluetoothAttribute.h; sourceTree = ""; }; + A57169FB235968A6000CEC60 /* Ip6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ip6.h; sourceTree = ""; }; + A57169FC235968A6000CEC60 /* BlockIo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIo2.h; sourceTree = ""; }; + A57169FD235968A6000CEC60 /* Dns4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dns4.h; sourceTree = ""; }; + A57169FE235968A6000CEC60 /* HiiDatabase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiDatabase.h; sourceTree = ""; }; + A57169FF235968A6000CEC60 /* HiiImageEx.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiImageEx.h; sourceTree = ""; }; + A5716A00235968A6000CEC60 /* PciIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciIo.h; sourceTree = ""; }; + A5716A01235968A6000CEC60 /* MmPeriodicTimerDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmPeriodicTimerDispatch.h; sourceTree = ""; }; + A5716A02235968A6000CEC60 /* RamDisk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RamDisk.h; sourceTree = ""; }; + A5716A03235968A6000CEC60 /* ScsiPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScsiPassThru.h; sourceTree = ""; }; + A5716A04235968A6000CEC60 /* DiskInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DiskInfo.h; sourceTree = ""; }; + A5716A05235968A6000CEC60 /* Bds.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bds.h; sourceTree = ""; }; + A5716A06235968A6000CEC60 /* SerialIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SerialIo.h; sourceTree = ""; }; + A5716A07235968A6000CEC60 /* DriverHealth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DriverHealth.h; sourceTree = ""; }; + A5716A08235968A6000CEC60 /* Arp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Arp.h; sourceTree = ""; }; + A5716A09235968A6000CEC60 /* ShellParameters.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShellParameters.h; sourceTree = ""; }; + A5716A0A235968A6000CEC60 /* IncompatiblePciDeviceSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IncompatiblePciDeviceSupport.h; sourceTree = ""; }; + A5716A0B235968A6000CEC60 /* LegacySpiFlash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LegacySpiFlash.h; sourceTree = ""; }; + A5716A0C235968A6000CEC60 /* I2cMaster.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cMaster.h; sourceTree = ""; }; + A5716A0D235968A6000CEC60 /* Smbios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Smbios.h; sourceTree = ""; }; + A5716A0E235968A6000CEC60 /* EapManagement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EapManagement.h; sourceTree = ""; }; + A5716A0F235968A6000CEC60 /* EraseBlock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EraseBlock.h; sourceTree = ""; }; + A5716A10235968A6000CEC60 /* Tcg2Protocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tcg2Protocol.h; sourceTree = ""; }; + A5716A11235968A6000CEC60 /* AcpiSystemDescriptionTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiSystemDescriptionTable.h; sourceTree = ""; }; + A5716A12235968A6000CEC60 /* PciEnumerationComplete.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciEnumerationComplete.h; sourceTree = ""; }; + A5716A13235968A6000CEC60 /* ResetNotification.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResetNotification.h; sourceTree = ""; }; + A5716A14235968A6000CEC60 /* PciHotPlugInit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciHotPlugInit.h; sourceTree = ""; }; + A5716A15235968A6000CEC60 /* Kms.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Kms.h; sourceTree = ""; }; + A5716A16235968A6000CEC60 /* MmPciRootBridgeIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmPciRootBridgeIo.h; sourceTree = ""; }; + A5716A17235968A6000CEC60 /* I2cBusConfigurationManagement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cBusConfigurationManagement.h; sourceTree = ""; }; + A5716A18235968A6000CEC60 /* LoadFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadFile.h; sourceTree = ""; }; + A5716A19235968A6000CEC60 /* PcdInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcdInfo.h; sourceTree = ""; }; + A5716A1A235968A6000CEC60 /* WatchdogTimer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WatchdogTimer.h; sourceTree = ""; }; + A5716A1B235968A6000CEC60 /* SmmEndOfDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmEndOfDxe.h; sourceTree = ""; }; + A5716A1C235968A6000CEC60 /* MmConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmConfiguration.h; sourceTree = ""; }; + A5716A1D235968A6000CEC60 /* SmmPeriodicTimerDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmPeriodicTimerDispatch2.h; sourceTree = ""; }; + A5716A1E235968A6000CEC60 /* S3SaveState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3SaveState.h; sourceTree = ""; }; + A5716A1F235968A6000CEC60 /* SdMmcPassThru.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SdMmcPassThru.h; sourceTree = ""; }; + A5716A20235968A6000CEC60 /* Reset.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reset.h; sourceTree = ""; }; + A5716A21235968A6000CEC60 /* Dhcp6.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dhcp6.h; sourceTree = ""; }; + A5716A22235968A6000CEC60 /* DxeSmmReadyToLock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeSmmReadyToLock.h; sourceTree = ""; }; + A5716A23235968A6000CEC60 /* MpService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MpService.h; sourceTree = ""; }; + A5716A24235968A6000CEC60 /* SmmConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmConfiguration.h; sourceTree = ""; }; + A5716A25235968A6000CEC60 /* MmGpiDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmGpiDispatch.h; sourceTree = ""; }; + A5716A26235968A6000CEC60 /* SmmControl2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmControl2.h; sourceTree = ""; }; + A5716A27235968A6000CEC60 /* StatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCode.h; sourceTree = ""; }; + A5716A28235968A6000CEC60 /* Timestamp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Timestamp.h; sourceTree = ""; }; + A5716A29235968A6000CEC60 /* BlockIoCrypto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIoCrypto.h; sourceTree = ""; }; + A5716A2A235968A6000CEC60 /* SmartCardReader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmartCardReader.h; sourceTree = ""; }; + A5716A2B235968A6000CEC60 /* FirmwareVolumeBlock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolumeBlock.h; sourceTree = ""; }; + A5716A2C235968A6000CEC60 /* HttpBootCallback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBootCallback.h; sourceTree = ""; }; + A5716A2D235968A6000CEC60 /* SimpleTextIn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleTextIn.h; sourceTree = ""; }; + A5716A2E235968A6000CEC60 /* MmIoTrapDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmIoTrapDispatch.h; sourceTree = ""; }; + A5716A2F235968A6000CEC60 /* Hash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Hash.h; sourceTree = ""; }; + A5716A30235968A6000CEC60 /* VlanConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VlanConfig.h; sourceTree = ""; }; + A5716A31235968A6000CEC60 /* HiiFont.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiFont.h; sourceTree = ""; }; + A5716A32235968A6000CEC60 /* SmmAccess2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmAccess2.h; sourceTree = ""; }; + A5716A33235968A6000CEC60 /* UserCredential2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserCredential2.h; sourceTree = ""; }; + A5716A34235968A6000CEC60 /* AcpiTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AcpiTable.h; sourceTree = ""; }; + A5716A35235968A6000CEC60 /* EdidOverride.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EdidOverride.h; sourceTree = ""; }; + A5716A36235968A6000CEC60 /* I2cEnumerate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cEnumerate.h; sourceTree = ""; }; + A5716A37235968A6000CEC60 /* BluetoothConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BluetoothConfig.h; sourceTree = ""; }; + A5716A38235968A6000CEC60 /* BluetoothIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BluetoothIo.h; sourceTree = ""; }; + A5716A39235968A6000CEC60 /* MmStandbyButtonDispatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmStandbyButtonDispatch.h; sourceTree = ""; }; + A5716A3A235968A6000CEC60 /* Mtftp4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mtftp4.h; sourceTree = ""; }; + A5716A3B235968A6000CEC60 /* SmmIoTrapDispatch2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmIoTrapDispatch2.h; sourceTree = ""; }; + A5716A3C235968A6000CEC60 /* SpiSmmHc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpiSmmHc.h; sourceTree = ""; }; + A5716A3D235968A6000CEC60 /* Ebc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ebc.h; sourceTree = ""; }; + A5716A3E235968A6000CEC60 /* DebugSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugSupport.h; sourceTree = ""; }; + A5716A3F235968A6000CEC60 /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A5716A40235968A6000CEC60 /* Eap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Eap.h; sourceTree = ""; }; + A5716A41235968A6000CEC60 /* AdapterInformation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AdapterInformation.h; sourceTree = ""; }; + A5716A42235968A6000CEC60 /* SmmBase2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmBase2.h; sourceTree = ""; }; + A5716A43235968A6000CEC60 /* SmmPciRootBridgeIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmPciRootBridgeIo.h; sourceTree = ""; }; + A5716A44235968A6000CEC60 /* HttpUtilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpUtilities.h; sourceTree = ""; }; + A5716A45235968A6000CEC60 /* LoadFile2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadFile2.h; sourceTree = ""; }; + A5716A47235968A6000CEC60 /* PiFirmwareVolume.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiFirmwareVolume.h; sourceTree = ""; }; + A5716A48235968A6000CEC60 /* PiMmCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiMmCis.h; sourceTree = ""; }; + A5716A49235968A6000CEC60 /* PiDxeCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiDxeCis.h; sourceTree = ""; }; + A5716A4A235968A6000CEC60 /* PiStatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiStatusCode.h; sourceTree = ""; }; + A5716A4B235968A6000CEC60 /* PiBootMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiBootMode.h; sourceTree = ""; }; + A5716A4C235968A6000CEC60 /* PiHob.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiHob.h; sourceTree = ""; }; + A5716A4D235968A6000CEC60 /* PiPeiCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiPeiCis.h; sourceTree = ""; }; + A5716A4E235968A6000CEC60 /* PiSmmCis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmmCis.h; sourceTree = ""; }; + A5716A4F235968A6000CEC60 /* PiDependency.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiDependency.h; sourceTree = ""; }; + A5716A50235968A6000CEC60 /* PiS3BootScript.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiS3BootScript.h; sourceTree = ""; }; + A5716A51235968A6000CEC60 /* PiMultiPhase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiMultiPhase.h; sourceTree = ""; }; + A5716A52235968A6000CEC60 /* PiFirmwareFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiFirmwareFile.h; sourceTree = ""; }; + A5716A53235968A6000CEC60 /* PiI2c.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiI2c.h; sourceTree = ""; }; + A5716A55235968A6000CEC60 /* Nasm.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = Nasm.inc; sourceTree = ""; }; + A5716A56235968A6000CEC60 /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A5716A57235968A6000CEC60 /* PiSmm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiSmm.h; sourceTree = ""; }; + A5716A5A235968A6000CEC60 /* Microcode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Microcode.h; sourceTree = ""; }; + A5716A5B235968A6000CEC60 /* SmramSaveStateMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmramSaveStateMap.h; sourceTree = ""; }; + A5716A5D235968A6000CEC60 /* Pentium4Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pentium4Msr.h; sourceTree = ""; }; + A5716A5E235968A6000CEC60 /* GoldmontPlusMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GoldmontPlusMsr.h; sourceTree = ""; }; + A5716A5F235968A6000CEC60 /* IvyBridgeMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IvyBridgeMsr.h; sourceTree = ""; }; + A5716A60235968A6000CEC60 /* BroadwellMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BroadwellMsr.h; sourceTree = ""; }; + A5716A61235968A6000CEC60 /* HaswellEMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HaswellEMsr.h; sourceTree = ""; }; + A5716A62235968A6000CEC60 /* XeonE7Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XeonE7Msr.h; sourceTree = ""; }; + A5716A63235968A6000CEC60 /* Core2Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Core2Msr.h; sourceTree = ""; }; + A5716A64235968A6000CEC60 /* NehalemMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NehalemMsr.h; sourceTree = ""; }; + A5716A65235968A6000CEC60 /* SandyBridgeMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SandyBridgeMsr.h; sourceTree = ""; }; + A5716A66235968A6000CEC60 /* P6Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = P6Msr.h; sourceTree = ""; }; + A5716A67235968A6000CEC60 /* PentiumMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PentiumMsr.h; sourceTree = ""; }; + A5716A68235968A6000CEC60 /* SilvermontMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SilvermontMsr.h; sourceTree = ""; }; + A5716A69235968A6000CEC60 /* Xeon5600Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Xeon5600Msr.h; sourceTree = ""; }; + A5716A6A235968A6000CEC60 /* SkylakeMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SkylakeMsr.h; sourceTree = ""; }; + A5716A6B235968A6000CEC60 /* CoreMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreMsr.h; sourceTree = ""; }; + A5716A6C235968A6000CEC60 /* XeonDMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XeonDMsr.h; sourceTree = ""; }; + A5716A6D235968A6000CEC60 /* XeonPhiMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XeonPhiMsr.h; sourceTree = ""; }; + A5716A6E235968A6000CEC60 /* PentiumMMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PentiumMMsr.h; sourceTree = ""; }; + A5716A6F235968A6000CEC60 /* GoldmontMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GoldmontMsr.h; sourceTree = ""; }; + A5716A70235968A6000CEC60 /* HaswellMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HaswellMsr.h; sourceTree = ""; }; + A5716A71235968A6000CEC60 /* AtomMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtomMsr.h; sourceTree = ""; }; + A5716A72235968A6000CEC60 /* Cpuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Cpuid.h; sourceTree = ""; }; + A5716A73235968A6000CEC60 /* StmStatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StmStatusCode.h; sourceTree = ""; }; + A5716A74235968A6000CEC60 /* StmResourceDescriptor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StmResourceDescriptor.h; sourceTree = ""; }; + A5716A75235968A6000CEC60 /* LocalApic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LocalApic.h; sourceTree = ""; }; + A5716A76235968A6000CEC60 /* StmApi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StmApi.h; sourceTree = ""; }; + A5716A77235968A6000CEC60 /* ArchitecturalMsr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ArchitecturalMsr.h; sourceTree = ""; }; + A5716A78235968A6000CEC60 /* Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Msr.h; sourceTree = ""; }; + A5716A7A235968A6000CEC60 /* Cpuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Cpuid.h; sourceTree = ""; }; + A5716A7B235968A6000CEC60 /* Fam17Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Fam17Msr.h; sourceTree = ""; }; + A5716A7C235968A6000CEC60 /* Msr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Msr.h; sourceTree = ""; }; + A5716A7D235968A6000CEC60 /* PiDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiDxe.h; sourceTree = ""; }; + A5716A7F235968A6000CEC60 /* MdePkgTokenSpace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MdePkgTokenSpace.h; sourceTree = ""; }; + A5716A80235968A6000CEC60 /* SmramMemoryReserve.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmramMemoryReserve.h; sourceTree = ""; }; + A5716A81235968A6000CEC60 /* FileInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileInfo.h; sourceTree = ""; }; + A5716A82235968A6000CEC60 /* SystemResourceTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SystemResourceTable.h; sourceTree = ""; }; + A5716A83235968A6000CEC60 /* AprioriFileName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AprioriFileName.h; sourceTree = ""; }; + A5716A84235968A6000CEC60 /* PropertiesTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PropertiesTable.h; sourceTree = ""; }; + A5716A85235968A6000CEC60 /* MemoryAllocationHob.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryAllocationHob.h; sourceTree = ""; }; + A5716A86235968A6000CEC60 /* EventGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EventGroup.h; sourceTree = ""; }; + A5716A87235968A6000CEC60 /* FirmwareFileSystem3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareFileSystem3.h; sourceTree = ""; }; + A5716A88235968A6000CEC60 /* Cper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Cper.h; sourceTree = ""; }; + A5716A89235968A6000CEC60 /* MemoryOverwriteControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryOverwriteControl.h; sourceTree = ""; }; + A5716A8A235968A6000CEC60 /* Gpt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Gpt.h; sourceTree = ""; }; + A5716A8B235968A6000CEC60 /* MemoryAttributesTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryAttributesTable.h; sourceTree = ""; }; + A5716A8C235968A6000CEC60 /* EventLegacyBios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EventLegacyBios.h; sourceTree = ""; }; + A5716A8D235968A6000CEC60 /* FmpCapsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FmpCapsule.h; sourceTree = ""; }; + A5716A8E235968A6000CEC60 /* FirmwareContentsSigned.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareContentsSigned.h; sourceTree = ""; }; + A5716A8F235968A6000CEC60 /* Acpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Acpi.h; sourceTree = ""; }; + A5716A90235968A6000CEC60 /* Apriori.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Apriori.h; sourceTree = ""; }; + A5716A91235968A6000CEC60 /* DxeServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeServices.h; sourceTree = ""; }; + A5716A92235968A6000CEC60 /* Btt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Btt.h; sourceTree = ""; }; + A5716A93235968A6000CEC60 /* HobList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HobList.h; sourceTree = ""; }; + A5716A94235968A6000CEC60 /* GraphicsInfoHob.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GraphicsInfoHob.h; sourceTree = ""; }; + A5716A95235968A6000CEC60 /* HiiFormMapMethodGuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiFormMapMethodGuid.h; sourceTree = ""; }; + A5716A96235968A6000CEC60 /* FileSystemVolumeLabelInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileSystemVolumeLabelInfo.h; sourceTree = ""; }; + A5716A97235968A6000CEC60 /* FirmwareFileSystem2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareFileSystem2.h; sourceTree = ""; }; + A5716A98235968A6000CEC60 /* StatusCodeDataTypeId.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCodeDataTypeId.h; sourceTree = ""; }; + A5716A99235968A6000CEC60 /* DebugImageInfoTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DebugImageInfoTable.h; sourceTree = ""; }; + A5716A9A235968A6000CEC60 /* HiiKeyBoardLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiKeyBoardLayout.h; sourceTree = ""; }; + A5716A9B235968A6000CEC60 /* WinCertificate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WinCertificate.h; sourceTree = ""; }; + A5716A9C235968A6000CEC60 /* SmBios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmBios.h; sourceTree = ""; }; + A5716A9D235968A6000CEC60 /* ImageAuthentication.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageAuthentication.h; sourceTree = ""; }; + A5716A9E235968A6000CEC60 /* VectorHandoffTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VectorHandoffTable.h; sourceTree = ""; }; + A5716A9F235968A6000CEC60 /* FileSystemInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileSystemInfo.h; sourceTree = ""; }; + A5716AA0235968A6000CEC60 /* HardwareErrorVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HardwareErrorVariable.h; sourceTree = ""; }; + A5716AA1235968A6000CEC60 /* Mps.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mps.h; sourceTree = ""; }; + A5716AA2235968A6000CEC60 /* PcAnsi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcAnsi.h; sourceTree = ""; }; + A5716AA3235968A6000CEC60 /* GlobalVariable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GlobalVariable.h; sourceTree = ""; }; + A5716AA4235968A6000CEC60 /* HiiPlatformSetupFormset.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiiPlatformSetupFormset.h; sourceTree = ""; }; + A5716AA5235968A6000CEC60 /* CapsuleReport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CapsuleReport.h; sourceTree = ""; }; + A5716AA7235968A6000CEC60 /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A5716AA9235968A6000CEC60 /* PeiCoreFvLocation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PeiCoreFvLocation.h; sourceTree = ""; }; + A5716AAA235968A6000CEC60 /* SecHobData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecHobData.h; sourceTree = ""; }; + A5716AAB235968A6000CEC60 /* VectorHandoffInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VectorHandoffInfo.h; sourceTree = ""; }; + A5716AAC235968A6000CEC60 /* ReadOnlyVariable2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReadOnlyVariable2.h; sourceTree = ""; }; + A5716AAD235968A7000CEC60 /* ReportStatusCodeHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReportStatusCodeHandler.h; sourceTree = ""; }; + A5716AAE235968A7000CEC60 /* S3Resume2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S3Resume2.h; sourceTree = ""; }; + A5716AAF235968A7000CEC60 /* MmControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmControl.h; sourceTree = ""; }; + A5716AB0235968A7000CEC60 /* Reset2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reset2.h; sourceTree = ""; }; + A5716AB1235968A7000CEC60 /* Security2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Security2.h; sourceTree = ""; }; + A5716AB2235968A7000CEC60 /* MmAccess.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MmAccess.h; sourceTree = ""; }; + A5716AB3235968A7000CEC60 /* EndOfPeiPhase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EndOfPeiPhase.h; sourceTree = ""; }; + A5716AB4235968A7000CEC60 /* Smbus2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Smbus2.h; sourceTree = ""; }; + A5716AB5235968A7000CEC60 /* BootInRecoveryMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BootInRecoveryMode.h; sourceTree = ""; }; + A5716AB6235968A7000CEC60 /* IsaHc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsaHc.h; sourceTree = ""; }; + A5716AB7235968A7000CEC60 /* DxeIpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeIpl.h; sourceTree = ""; }; + A5716AB8235968A7000CEC60 /* GuidedSectionExtraction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GuidedSectionExtraction.h; sourceTree = ""; }; + A5716AB9235968A7000CEC60 /* MemoryDiscovered.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemoryDiscovered.h; sourceTree = ""; }; + A5716ABA235968A7000CEC60 /* BlockIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIo.h; sourceTree = ""; }; + A5716ABB235968A7000CEC60 /* Pcd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Pcd.h; sourceTree = ""; }; + A5716ABC235968A7000CEC60 /* LoadImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadImage.h; sourceTree = ""; }; + A5716ABD235968A7000CEC60 /* FirmwareVolumeInfo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolumeInfo2.h; sourceTree = ""; }; + A5716ABE235968A7000CEC60 /* PiPcd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiPcd.h; sourceTree = ""; }; + A5716ABF235968A7000CEC60 /* Stall.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Stall.h; sourceTree = ""; }; + A5716AC0235968A7000CEC60 /* PciCfg2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciCfg2.h; sourceTree = ""; }; + A5716AC1235968A7000CEC60 /* Decompress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Decompress.h; sourceTree = ""; }; + A5716AC2235968A7000CEC60 /* PiPcdInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PiPcdInfo.h; sourceTree = ""; }; + A5716AC3235968A7000CEC60 /* MasterBootMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MasterBootMode.h; sourceTree = ""; }; + A5716AC4235968A7000CEC60 /* Capsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Capsule.h; sourceTree = ""; }; + A5716AC5235968A7000CEC60 /* SuperIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SuperIo.h; sourceTree = ""; }; + A5716AC6235968A7000CEC60 /* BlockIo2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BlockIo2.h; sourceTree = ""; }; + A5716AC7235968A7000CEC60 /* FirmwareVolumeInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolumeInfo.h; sourceTree = ""; }; + A5716AC8235968A7000CEC60 /* I2cMaster.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = I2cMaster.h; sourceTree = ""; }; + A5716AC9235968A7000CEC60 /* RecoveryModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RecoveryModule.h; sourceTree = ""; }; + A5716ACA235968A7000CEC60 /* SecPlatformInformation2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecPlatformInformation2.h; sourceTree = ""; }; + A5716ACB235968A7000CEC60 /* Graphics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Graphics.h; sourceTree = ""; }; + A5716ACC235968A7000CEC60 /* MpServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MpServices.h; sourceTree = ""; }; + A5716ACD235968A7000CEC60 /* TemporaryRamSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TemporaryRamSupport.h; sourceTree = ""; }; + A5716ACE235968A7000CEC60 /* TemporaryRamDone.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TemporaryRamDone.h; sourceTree = ""; }; + A5716ACF235968A7000CEC60 /* DeviceRecoveryModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeviceRecoveryModule.h; sourceTree = ""; }; + A5716AD0235968A7000CEC60 /* LoadFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoadFile.h; sourceTree = ""; }; + A5716AD1235968A7000CEC60 /* PcdInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcdInfo.h; sourceTree = ""; }; + A5716AD2235968A7000CEC60 /* Reset.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reset.h; sourceTree = ""; }; + A5716AD3235968A7000CEC60 /* StatusCode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StatusCode.h; sourceTree = ""; }; + A5716AD4235968A7000CEC60 /* SecPlatformInformation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecPlatformInformation.h; sourceTree = ""; }; + A5716AD5235968A7000CEC60 /* CpuIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CpuIo.h; sourceTree = ""; }; + A5716AD6235968A7000CEC60 /* FirmwareVolume.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirmwareVolume.h; sourceTree = ""; }; + A5716AD8235968A7000CEC60 /* ProcessorBind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProcessorBind.h; sourceTree = ""; }; + A5716AD9235968A7000CEC60 /* Base.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Base.h; sourceTree = ""; }; + A5716ADC235968A7000CEC60 /* PeiServicesTablePointerLibIdt.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiServicesTablePointerLibIdt.uni; sourceTree = ""; }; + A5716ADD235968A7000CEC60 /* PeiServicesTablePointerLibIdt.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiServicesTablePointerLibIdt.inf; sourceTree = ""; }; + A5716ADE235968A7000CEC60 /* PeiServicesTablePointer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiServicesTablePointer.c; sourceTree = ""; }; + A5716AE0235968A7000CEC60 /* StandaloneMmServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StandaloneMmServicesTableLib.c; sourceTree = ""; }; + A5716AE1235968A7000CEC60 /* StandaloneMmServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = StandaloneMmServicesTableLib.inf; sourceTree = ""; }; + A5716AE2235968A7000CEC60 /* StandaloneMmServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StandaloneMmServicesTableLib.uni; sourceTree = ""; }; + A5716AE4235968A7000CEC60 /* PeiPciLibPciCfg2.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPciLibPciCfg2.uni; sourceTree = ""; }; + A5716AE5235968A7000CEC60 /* PeiPciLibPciCfg2.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPciLibPciCfg2.inf; sourceTree = ""; }; + A5716AE6235968A7000CEC60 /* PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciLib.c; sourceTree = ""; }; + A5716AE8235968A7000CEC60 /* SmbusLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmbusLib.c; sourceTree = ""; }; + A5716AE9235968A7000CEC60 /* InternalSmbusLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalSmbusLib.h; sourceTree = ""; }; + A5716AEA235968A7000CEC60 /* PeiSmbusLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiSmbusLib.c; sourceTree = ""; }; + A5716AEB235968A7000CEC60 /* PeiSmbusLibSmbus2Ppi.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiSmbusLibSmbus2Ppi.inf; sourceTree = ""; }; + A5716AEC235968A7000CEC60 /* PeiSmbusLibSmbus2Ppi.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiSmbusLibSmbus2Ppi.uni; sourceTree = ""; }; + A5716AEE235968A7000CEC60 /* BaseDebugPrintErrorLevelLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseDebugPrintErrorLevelLib.c; sourceTree = ""; }; + A5716AEF235968A7000CEC60 /* BaseDebugPrintErrorLevelLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseDebugPrintErrorLevelLib.inf; sourceTree = ""; }; + A5716AF0235968A7000CEC60 /* BaseDebugPrintErrorLevelLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseDebugPrintErrorLevelLib.uni; sourceTree = ""; }; + A5716AF2235968A7000CEC60 /* BaseCacheMaintenanceLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseCacheMaintenanceLib.inf; sourceTree = ""; }; + A5716AF3235968A7000CEC60 /* BaseCacheMaintenanceLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseCacheMaintenanceLib.uni; sourceTree = ""; }; + A5716AF4235968A7000CEC60 /* X86Cache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86Cache.c; sourceTree = ""; }; + A5716AF5235968A7000CEC60 /* ArmCache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ArmCache.c; sourceTree = ""; }; + A5716AF6235968A7000CEC60 /* EbcCache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EbcCache.c; sourceTree = ""; }; + A5716AF8235968A7000CEC60 /* IoLibMmioBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibMmioBuffer.c; sourceTree = ""; }; + A5716AF9235968A7000CEC60 /* IoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLib.c; sourceTree = ""; }; + A5716AFA235968A7000CEC60 /* IoHighLevel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoHighLevel.c; sourceTree = ""; }; + A5716AFB235968A7000CEC60 /* DxeIoLibCpuIo2.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIoLibCpuIo2.uni; sourceTree = ""; }; + A5716AFC235968A7000CEC60 /* DxeCpuIo2LibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DxeCpuIo2LibInternal.h; sourceTree = ""; }; + A5716AFD235968A7000CEC60 /* DxeIoLibCpuIo2.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeIoLibCpuIo2.inf; sourceTree = ""; }; + A5716AFF235968A7000CEC60 /* BasePciLibCf8.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciLibCf8.inf; sourceTree = ""; }; + A5716B00235968A7000CEC60 /* BasePciLibCf8.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciLibCf8.uni; sourceTree = ""; }; + A5716B01235968A7000CEC60 /* PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciLib.c; sourceTree = ""; }; + A5716B03235968A7000CEC60 /* PeiServicesTablePointerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiServicesTablePointerLib.uni; sourceTree = ""; }; + A5716B04235968A7000CEC60 /* PeiServicesTablePointerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiServicesTablePointerLib.inf; sourceTree = ""; }; + A5716B05235968A7000CEC60 /* PeiServicesTablePointer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiServicesTablePointer.c; sourceTree = ""; }; + A5716B07235968A7000CEC60 /* BaseDebugLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseDebugLibNull.inf; sourceTree = ""; }; + A5716B08235968A7000CEC60 /* BaseDebugLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseDebugLibNull.uni; sourceTree = ""; }; + A5716B09235968A7000CEC60 /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A5716B0B235968A7000CEC60 /* PciSegmentLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciSegmentLib.h; sourceTree = ""; }; + A5716B0C235968A7000CEC60 /* UefiPciSegmentLibPciRootBridgeIo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiPciSegmentLibPciRootBridgeIo.inf; sourceTree = ""; }; + A5716B0D235968A7000CEC60 /* UefiPciSegmentLibPciRootBridgeIo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiPciSegmentLibPciRootBridgeIo.uni; sourceTree = ""; }; + A5716B0E235968A7000CEC60 /* PciSegmentLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciSegmentLib.c; sourceTree = ""; }; + A5716B10235968A7000CEC60 /* PeiServicesLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiServicesLib.inf; sourceTree = ""; }; + A5716B11235968A7000CEC60 /* PeiServicesLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiServicesLib.c; sourceTree = ""; }; + A5716B12235968A7000CEC60 /* PeiServicesLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiServicesLib.uni; sourceTree = ""; }; + A5716B14235968A7000CEC60 /* BasePciExpressLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciExpressLib.uni; sourceTree = ""; }; + A5716B15235968A7000CEC60 /* BasePciExpressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciExpressLib.inf; sourceTree = ""; }; + A5716B16235968A7000CEC60 /* PciExpressLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciExpressLib.c; sourceTree = ""; }; + A5716B18235968A7000CEC60 /* BaseS3SmbusLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3SmbusLib.inf; sourceTree = ""; }; + A5716B19235968A7000CEC60 /* BaseS3SmbusLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3SmbusLib.uni; sourceTree = ""; }; + A5716B1A235968A7000CEC60 /* S3SmbusLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3SmbusLib.c; sourceTree = ""; }; + A5716B1C235968A7000CEC60 /* Allocate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Allocate.c; sourceTree = ""; }; + A5716B1D235968A7000CEC60 /* DxeServicesLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeServicesLib.c; sourceTree = ""; }; + A5716B1F235968A7000CEC60 /* Allocate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Allocate.c; sourceTree = ""; }; + A5716B20235968A7000CEC60 /* DxeServicesLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeServicesLib.uni; sourceTree = ""; }; + A5716B21235968A7000CEC60 /* DxeServicesLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeServicesLib.inf; sourceTree = ""; }; + A5716B23235968A7000CEC60 /* X86TimerLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86TimerLib.c; sourceTree = ""; }; + A5716B24235968A7000CEC60 /* SecPeiDxeTimerLibCpu.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecPeiDxeTimerLibCpu.inf; sourceTree = ""; }; + A5716B25235968A7000CEC60 /* SecPeiDxeTimerLibCpu.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SecPeiDxeTimerLibCpu.uni; sourceTree = ""; }; + A5716B27235968A7000CEC60 /* StandaloneMmDriverEntryPoint.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = StandaloneMmDriverEntryPoint.inf; sourceTree = ""; }; + A5716B28235968A7000CEC60 /* StandaloneMmDriverEntryPoint.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = StandaloneMmDriverEntryPoint.uni; sourceTree = ""; }; + A5716B29235968A7000CEC60 /* StandaloneMmDriverEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = StandaloneMmDriverEntryPoint.c; sourceTree = ""; }; + A5716B2B235968A7000CEC60 /* SmmPciLibPciRootBridgeIo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPciLibPciRootBridgeIo.uni; sourceTree = ""; }; + A5716B2C235968A7000CEC60 /* SmmPciLibPciRootBridgeIo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPciLibPciRootBridgeIo.inf; sourceTree = ""; }; + A5716B2D235968A7000CEC60 /* PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciLib.c; sourceTree = ""; }; + A5716B2F235968A7000CEC60 /* SwapBytes32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SwapBytes32.c; sourceTree = ""; }; + A5716B30235968A7000CEC60 /* X86ReadIdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86ReadIdtr.c; sourceTree = ""; }; + A5716B32235968A7000CEC60 /* CpuBreakpoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuBreakpoint.c; sourceTree = ""; }; + A5716B33235968A7000CEC60 /* SwitchStack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SwitchStack.c; sourceTree = ""; }; + A5716B34235968A7000CEC60 /* SetJumpLongJump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetJumpLongJump.c; sourceTree = ""; }; + A5716B35235968A7000CEC60 /* SpeculationBarrier.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SpeculationBarrier.c; sourceTree = ""; }; + A5716B36235968A7000CEC60 /* BaseLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseLibInternals.h; sourceTree = ""; }; + A5716B37235968A7000CEC60 /* DivS64x64Remainder.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivS64x64Remainder.c; sourceTree = ""; }; + A5716B38235968A7000CEC60 /* X86WriteIdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86WriteIdtr.c; sourceTree = ""; }; + A5716B39235968A7000CEC60 /* FilePaths.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FilePaths.c; sourceTree = ""; }; + A5716B3A235968A7000CEC60 /* BaseLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseLib.uni; sourceTree = ""; }; + A5716B3B235968A7000CEC60 /* X86FxRestore.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86FxRestore.c; sourceTree = ""; }; + A5716B3C235968A7000CEC60 /* RRotU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RRotU64.c; sourceTree = ""; }; + A5716B3D235968A7000CEC60 /* LongJump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LongJump.c; sourceTree = ""; }; + A5716B3E235968A7000CEC60 /* Cpu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Cpu.c; sourceTree = ""; }; + A5716B3F235968A7000CEC60 /* BaseLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseLib.inf; sourceTree = ""; }; + A5716B40235968A7000CEC60 /* GetPowerOfTwo64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GetPowerOfTwo64.c; sourceTree = ""; }; + A5716B42235968A7000CEC60 /* WriteMm4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm4.nasm; sourceTree = ""; }; + A5716B43235968A7000CEC60 /* WriteDr6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr6.nasm; sourceTree = ""; }; + A5716B44235968A7000CEC60 /* Nasm.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.pascal; path = Nasm.inc; sourceTree = ""; }; + A5716B45235968A7000CEC60 /* WriteTr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteTr.nasm; sourceTree = ""; }; + A5716B46235968A7000CEC60 /* WriteCr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr4.nasm; sourceTree = ""; }; + A5716B47235968A7000CEC60 /* Mwait.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Mwait.nasm; sourceTree = ""; }; + A5716B48235968A7000CEC60 /* ReadFs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadFs.nasm; sourceTree = ""; }; + A5716B49235968A7000CEC60 /* ReadDs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDs.nasm; sourceTree = ""; }; + A5716B4A235968A7000CEC60 /* FxRestore.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = FxRestore.nasm; sourceTree = ""; }; + A5716B4B235968A7000CEC60 /* ReadMm4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm4.nasm; sourceTree = ""; }; + A5716B4C235968A7000CEC60 /* ReadDr6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr6.nasm; sourceTree = ""; }; + A5716B4D235968A7000CEC60 /* CpuPause.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuPause.nasm; sourceTree = ""; }; + A5716B4E235968A7000CEC60 /* ReadCr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr4.nasm; sourceTree = ""; }; + A5716B4F235968A7000CEC60 /* WriteLdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteLdtr.nasm; sourceTree = ""; }; + A5716B50235968A7000CEC60 /* ReadDr7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr7.nasm; sourceTree = ""; }; + A5716B51235968A7000CEC60 /* SwitchStack.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SwitchStack.nasm; sourceTree = ""; }; + A5716B52235968A7000CEC60 /* ReadMm5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm5.nasm; sourceTree = ""; }; + A5716B53235968A7000CEC60 /* WriteMsr64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMsr64.nasm; sourceTree = ""; }; + A5716B54235968A7000CEC60 /* ReadIdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadIdtr.nasm; sourceTree = ""; }; + A5716B55235968A7000CEC60 /* WriteDr7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr7.nasm; sourceTree = ""; }; + A5716B56235968A7000CEC60 /* WriteMm5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm5.nasm; sourceTree = ""; }; + A5716B57235968A7000CEC60 /* ReadMm2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm2.nasm; sourceTree = ""; }; + A5716B58235968A7000CEC60 /* ReadDr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr0.nasm; sourceTree = ""; }; + A5716B59235968A7000CEC60 /* ReadEs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadEs.nasm; sourceTree = ""; }; + A5716B5A235968A7000CEC60 /* ReadCr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr2.nasm; sourceTree = ""; }; + A5716B5B235968A7000CEC60 /* EnableCache.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnableCache.nasm; sourceTree = ""; }; + A5716B5C235968A7000CEC60 /* CpuIdEx.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuIdEx.nasm; sourceTree = ""; }; + A5716B5D235968A7000CEC60 /* SetJump.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetJump.nasm; sourceTree = ""; }; + A5716B5E235968A7000CEC60 /* WriteMm2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm2.nasm; sourceTree = ""; }; + A5716B5F235968A7000CEC60 /* EnableInterrupts.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnableInterrupts.nasm; sourceTree = ""; }; + A5716B60235968A7000CEC60 /* RdRand.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = RdRand.nasm; sourceTree = ""; }; + A5716B61235968A7000CEC60 /* WriteDr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr0.nasm; sourceTree = ""; }; + A5716B62235968A7000CEC60 /* DisableCache.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DisableCache.nasm; sourceTree = ""; }; + A5716B63235968A7000CEC60 /* WriteCr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr2.nasm; sourceTree = ""; }; + A5716B64235968A7000CEC60 /* ReadGs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadGs.nasm; sourceTree = ""; }; + A5716B65235968A7000CEC60 /* WriteGdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteGdtr.nasm; sourceTree = ""; }; + A5716B66235968A7000CEC60 /* ReadCs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCs.nasm; sourceTree = ""; }; + A5716B67235968A7000CEC60 /* EnableDisableInterrupts.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnableDisableInterrupts.nasm; sourceTree = ""; }; + A5716B68235968A7000CEC60 /* WriteCr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr3.nasm; sourceTree = ""; }; + A5716B69235968A7000CEC60 /* WriteDr1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr1.nasm; sourceTree = ""; }; + A5716B6A235968A7000CEC60 /* ReadMsr64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMsr64.c; sourceTree = ""; }; + A5716B6B235968A7000CEC60 /* WriteMm3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm3.nasm; sourceTree = ""; }; + A5716B6C235968A7000CEC60 /* Thunk16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Thunk16.nasm; sourceTree = ""; }; + A5716B6D235968A7000CEC60 /* ReadCr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr3.nasm; sourceTree = ""; }; + A5716B6E235968A7000CEC60 /* ReadDr1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr1.nasm; sourceTree = ""; }; + A5716B6F235968A7000CEC60 /* ReadMm3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm3.nasm; sourceTree = ""; }; + A5716B70235968A7000CEC60 /* ReadCr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr0.nasm; sourceTree = ""; }; + A5716B71235968A7000CEC60 /* DisableInterrupts.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DisableInterrupts.nasm; sourceTree = ""; }; + A5716B72235968A7000CEC60 /* ReadDr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr2.nasm; sourceTree = ""; }; + A5716B73235968A7000CEC60 /* Lfence.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Lfence.nasm; sourceTree = ""; }; + A5716B74235968A7000CEC60 /* ReadMm0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm0.nasm; sourceTree = ""; }; + A5716B75235968A7000CEC60 /* DisablePaging64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DisablePaging64.nasm; sourceTree = ""; }; + A5716B76235968A7000CEC60 /* WriteCr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr0.nasm; sourceTree = ""; }; + A5716B77235968A7000CEC60 /* WriteDr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr2.nasm; sourceTree = ""; }; + A5716B78235968A7000CEC60 /* WriteMm0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm0.nasm; sourceTree = ""; }; + A5716B79235968A7000CEC60 /* GccInline.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GccInline.c; sourceTree = ""; }; + A5716B7A235968A7000CEC60 /* CpuBreakpoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuBreakpoint.c; sourceTree = ""; }; + A5716B7B235968A7000CEC60 /* WriteMm1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm1.nasm; sourceTree = ""; }; + A5716B7C235968A7000CEC60 /* ReadTr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadTr.nasm; sourceTree = ""; }; + A5716B7D235968A7000CEC60 /* WriteDr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr3.nasm; sourceTree = ""; }; + A5716B7E235968A7000CEC60 /* ReadMm1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm1.nasm; sourceTree = ""; }; + A5716B7F235968A7000CEC60 /* ReadDr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr3.nasm; sourceTree = ""; }; + A5716B80235968A7000CEC60 /* CpuBreakpoint.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuBreakpoint.nasm; sourceTree = ""; }; + A5716B81235968A7000CEC60 /* Invd.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Invd.nasm; sourceTree = ""; }; + A5716B82235968A7000CEC60 /* LongJump.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = LongJump.nasm; sourceTree = ""; }; + A5716B83235968A7000CEC60 /* ReadGdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadGdtr.nasm; sourceTree = ""; }; + A5716B84235968A7000CEC60 /* Wbinvd.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Wbinvd.nasm; sourceTree = ""; }; + A5716B85235968A7000CEC60 /* ReadEflags.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadEflags.nasm; sourceTree = ""; }; + A5716B86235968A7000CEC60 /* WriteMsr64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMsr64.c; sourceTree = ""; }; + A5716B87235968A7000CEC60 /* Non-existing.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "Non-existing.c"; sourceTree = ""; }; + A5716B88235968A7000CEC60 /* WriteDr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr4.nasm; sourceTree = ""; }; + A5716B89235968A7000CEC60 /* FlushCacheLine.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = FlushCacheLine.nasm; sourceTree = ""; }; + A5716B8A235968A7000CEC60 /* WriteMm6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm6.nasm; sourceTree = ""; }; + A5716B8B235968A7000CEC60 /* ReadLdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadLdtr.nasm; sourceTree = ""; }; + A5716B8C235968A7000CEC60 /* WriteIdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteIdtr.nasm; sourceTree = ""; }; + A5716B8D235968A7000CEC60 /* FxSave.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = FxSave.nasm; sourceTree = ""; }; + A5716B8E235968A7000CEC60 /* Monitor.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Monitor.nasm; sourceTree = ""; }; + A5716B8F235968A7000CEC60 /* ReadDr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr4.nasm; sourceTree = ""; }; + A5716B90235968A7000CEC60 /* ReadMm6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm6.nasm; sourceTree = ""; }; + A5716B91235968A7000CEC60 /* ReadMsr64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMsr64.nasm; sourceTree = ""; }; + A5716B92235968A7000CEC60 /* ReadMm7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm7.nasm; sourceTree = ""; }; + A5716B93235968A7000CEC60 /* ReadDr5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr5.nasm; sourceTree = ""; }; + A5716B94235968A7000CEC60 /* ReadSs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadSs.nasm; sourceTree = ""; }; + A5716B95235968A7000CEC60 /* WriteMm7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm7.nasm; sourceTree = ""; }; + A5716B96235968A7000CEC60 /* CpuId.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuId.nasm; sourceTree = ""; }; + A5716B97235968A7000CEC60 /* WriteDr5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr5.nasm; sourceTree = ""; }; + A5716B98235968A7000CEC60 /* ReadPmc.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadPmc.nasm; sourceTree = ""; }; + A5716B99235968A7000CEC60 /* ReadTsc.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadTsc.nasm; sourceTree = ""; }; + A5716B9A235968A7000CEC60 /* X86Msr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86Msr.c; sourceTree = ""; }; + A5716B9B235968A7000CEC60 /* DivU64x64Remainder.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivU64x64Remainder.c; sourceTree = ""; }; + A5716B9C235968A7000CEC60 /* X86Thunk.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86Thunk.c; sourceTree = ""; }; + A5716B9D235968A7000CEC60 /* CpuDeadLoop.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuDeadLoop.c; sourceTree = ""; }; + A5716B9E235968A7000CEC60 /* LowBitSet64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LowBitSet64.c; sourceTree = ""; }; + A5716B9F235968A7000CEC60 /* LRotU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LRotU64.c; sourceTree = ""; }; + A5716BA0235968A7000CEC60 /* X86PatchInstruction.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86PatchInstruction.c; sourceTree = ""; }; + A5716BA1235968A7000CEC60 /* X86FxSave.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86FxSave.c; sourceTree = ""; }; + A5716BA2235968A7000CEC60 /* X86GetInterruptState.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86GetInterruptState.c; sourceTree = ""; }; + A5716BA3235968A7000CEC60 /* CheckSum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CheckSum.c; sourceTree = ""; }; + A5716BA4235968A7000CEC60 /* MultU64x32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MultU64x32.c; sourceTree = ""; }; + A5716BA5235968A7000CEC60 /* String.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = String.c; sourceTree = ""; }; + A5716BA6235968A7000CEC60 /* X86DisablePaging32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86DisablePaging32.c; sourceTree = ""; }; + A5716BA7235968A7000CEC60 /* BitField.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BitField.c; sourceTree = ""; }; + A5716BA8235968A7000CEC60 /* X86EnablePaging64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86EnablePaging64.c; sourceTree = ""; }; + A5716BA9235968A7000CEC60 /* HighBitSet64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HighBitSet64.c; sourceTree = ""; }; + A5716BAA235968A7000CEC60 /* LShiftU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LShiftU64.c; sourceTree = ""; }; + A5716BAB235968A7000CEC60 /* SafeString.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SafeString.c; sourceTree = ""; }; + A5716BAC235968A7000CEC60 /* MultS64x64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MultS64x64.c; sourceTree = ""; }; + A5716BAD235968A7000CEC60 /* Unaligned.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Unaligned.c; sourceTree = ""; }; + A5716BAF235968A7000CEC60 /* EnablePaging32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EnablePaging32.c; sourceTree = ""; }; + A5716BB0235968A7000CEC60 /* WriteMm4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm4.nasm; sourceTree = ""; }; + A5716BB1235968A7000CEC60 /* WriteDr3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr3.c; sourceTree = ""; }; + A5716BB2235968A7000CEC60 /* ReadGdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadGdtr.c; sourceTree = ""; }; + A5716BB3235968A7000CEC60 /* WriteDr6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr6.nasm; sourceTree = ""; }; + A5716BB4235968A7000CEC60 /* WriteTr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteTr.nasm; sourceTree = ""; }; + A5716BB5235968A7000CEC60 /* WriteCr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr4.nasm; sourceTree = ""; }; + A5716BB6235968A7000CEC60 /* ReadDr2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr2.c; sourceTree = ""; }; + A5716BB7235968A7000CEC60 /* Mwait.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Mwait.nasm; sourceTree = ""; }; + A5716BB8235968A7000CEC60 /* ReadFs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadFs.nasm; sourceTree = ""; }; + A5716BB9235968A7000CEC60 /* ReadDs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDs.nasm; sourceTree = ""; }; + A5716BBA235968A7000CEC60 /* FxRestore.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = FxRestore.nasm; sourceTree = ""; }; + A5716BBB235968A7000CEC60 /* ReadSs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadSs.c; sourceTree = ""; }; + A5716BBC235968A7000CEC60 /* ReadMm4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm4.nasm; sourceTree = ""; }; + A5716BBD235968A7000CEC60 /* DivS64x64Remainder.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivS64x64Remainder.c; sourceTree = ""; }; + A5716BBE235968A7000CEC60 /* Monitor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Monitor.c; sourceTree = ""; }; + A5716BBF235968A7000CEC60 /* ReadDr6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr6.nasm; sourceTree = ""; }; + A5716BC0235968A7000CEC60 /* WriteGdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteGdtr.c; sourceTree = ""; }; + A5716BC1235968A7000CEC60 /* CpuPause.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuPause.nasm; sourceTree = ""; }; + A5716BC2235968A7000CEC60 /* ReadDr6.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr6.c; sourceTree = ""; }; + A5716BC3235968A7000CEC60 /* ReadPmc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadPmc.c; sourceTree = ""; }; + A5716BC4235968A7000CEC60 /* Wbinvd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Wbinvd.c; sourceTree = ""; }; + A5716BC5235968A7000CEC60 /* DisablePaging32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DisablePaging32.c; sourceTree = ""; }; + A5716BC6235968A7000CEC60 /* RShiftU64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = RShiftU64.nasm; sourceTree = ""; }; + A5716BC7235968A7000CEC60 /* ReadCr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr4.nasm; sourceTree = ""; }; + A5716BC8235968A7000CEC60 /* Invd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Invd.c; sourceTree = ""; }; + A5716BC9235968A7000CEC60 /* WriteDr7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr7.c; sourceTree = ""; }; + A5716BCA235968A7000CEC60 /* WriteMm7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm7.c; sourceTree = ""; }; + A5716BCB235968A7000CEC60 /* RRotU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RRotU64.c; sourceTree = ""; }; + A5716BCC235968A7000CEC60 /* ReadCr2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadCr2.c; sourceTree = ""; }; + A5716BCD235968A7000CEC60 /* LShiftU64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = LShiftU64.nasm; sourceTree = ""; }; + A5716BCE235968A7000CEC60 /* ReadTr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadTr.c; sourceTree = ""; }; + A5716BCF235968A7000CEC60 /* ReadMm6.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm6.c; sourceTree = ""; }; + A5716BD0235968A7000CEC60 /* WriteLdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteLdtr.nasm; sourceTree = ""; }; + A5716BD1235968A7000CEC60 /* ReadDr7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr7.nasm; sourceTree = ""; }; + A5716BD2235968A7000CEC60 /* ReadMm5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm5.nasm; sourceTree = ""; }; + A5716BD3235968A7000CEC60 /* WriteCr3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteCr3.c; sourceTree = ""; }; + A5716BD4235968A7000CEC60 /* WriteMsr64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMsr64.nasm; sourceTree = ""; }; + A5716BD5235968A7000CEC60 /* CpuPause.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuPause.c; sourceTree = ""; }; + A5716BD6235968A7000CEC60 /* ReadMm2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm2.c; sourceTree = ""; }; + A5716BD7235968A7000CEC60 /* ReadIdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadIdtr.nasm; sourceTree = ""; }; + A5716BD8235968A7000CEC60 /* WriteDr7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr7.nasm; sourceTree = ""; }; + A5716BD9235968A7000CEC60 /* CpuIdEx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuIdEx.c; sourceTree = ""; }; + A5716BDA235968A7000CEC60 /* WriteMm3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm3.c; sourceTree = ""; }; + A5716BDB235968A7000CEC60 /* WriteMm5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm5.nasm; sourceTree = ""; }; + A5716BDC235968A7000CEC60 /* ReadDr1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr1.c; sourceTree = ""; }; + A5716BDD235968A7000CEC60 /* ReadMm2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm2.nasm; sourceTree = ""; }; + A5716BDE235968A7000CEC60 /* ReadDr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr0.nasm; sourceTree = ""; }; + A5716BDF235968A7000CEC60 /* ReadEs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadEs.nasm; sourceTree = ""; }; + A5716BE0235968A7000CEC60 /* ReadEs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadEs.c; sourceTree = ""; }; + A5716BE1235968A7000CEC60 /* FlushCacheLine.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FlushCacheLine.c; sourceTree = ""; }; + A5716BE2235968A7000CEC60 /* ReadCr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr2.nasm; sourceTree = ""; }; + A5716BE3235968A7000CEC60 /* WriteDr0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr0.c; sourceTree = ""; }; + A5716BE4235968A7000CEC60 /* DisableInterrupts.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DisableInterrupts.c; sourceTree = ""; }; + A5716BE5235968A7000CEC60 /* EnableCache.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnableCache.nasm; sourceTree = ""; }; + A5716BE6235968A7000CEC60 /* CpuIdEx.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuIdEx.nasm; sourceTree = ""; }; + A5716BE7235968A7000CEC60 /* SetJump.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetJump.nasm; sourceTree = ""; }; + A5716BE8235968A7000CEC60 /* WriteMm2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm2.nasm; sourceTree = ""; }; + A5716BE9235968A7000CEC60 /* EnableInterrupts.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnableInterrupts.nasm; sourceTree = ""; }; + A5716BEA235968A7000CEC60 /* RdRand.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = RdRand.nasm; sourceTree = ""; }; + A5716BEB235968A7000CEC60 /* WriteDr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr0.nasm; sourceTree = ""; }; + A5716BEC235968A7000CEC60 /* DisableCache.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DisableCache.nasm; sourceTree = ""; }; + A5716BED235968A7000CEC60 /* LRotU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LRotU64.c; sourceTree = ""; }; + A5716BEE235968A7000CEC60 /* WriteDr4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr4.c; sourceTree = ""; }; + A5716BEF235968A7000CEC60 /* WriteCr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr2.nasm; sourceTree = ""; }; + A5716BF0235968A7000CEC60 /* ReadGs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadGs.nasm; sourceTree = ""; }; + A5716BF1235968A7000CEC60 /* WriteGdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteGdtr.nasm; sourceTree = ""; }; + A5716BF2235968A7000CEC60 /* ReadDr5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr5.c; sourceTree = ""; }; + A5716BF3235968A7000CEC60 /* EnableCache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EnableCache.c; sourceTree = ""; }; + A5716BF4235968A7000CEC60 /* ReadMm5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm5.c; sourceTree = ""; }; + A5716BF5235968A7000CEC60 /* ReadCs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCs.nasm; sourceTree = ""; }; + A5716BF6235968A7000CEC60 /* EnableInterrupts.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EnableInterrupts.c; sourceTree = ""; }; + A5716BF7235968A7000CEC60 /* WriteCr0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteCr0.c; sourceTree = ""; }; + A5716BF8235968A7000CEC60 /* EnableDisableInterrupts.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnableDisableInterrupts.nasm; sourceTree = ""; }; + A5716BF9235968A7000CEC60 /* MultU64x32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MultU64x32.c; sourceTree = ""; }; + A5716BFA235968A7000CEC60 /* WriteCr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr3.nasm; sourceTree = ""; }; + A5716BFB235968A7000CEC60 /* DivU64x64Remainder.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DivU64x64Remainder.nasm; sourceTree = ""; }; + A5716BFC235968A7000CEC60 /* WriteMm4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm4.c; sourceTree = ""; }; + A5716BFD235968A7000CEC60 /* WriteDr1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr1.nasm; sourceTree = ""; }; + A5716BFE235968A7000CEC60 /* WriteLdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteLdtr.c; sourceTree = ""; }; + A5716BFF235968A7000CEC60 /* ReadMsr64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMsr64.c; sourceTree = ""; }; + A5716C00235968A7000CEC60 /* WriteMm3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm3.nasm; sourceTree = ""; }; + A5716C01235968A7000CEC60 /* Thunk16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Thunk16.nasm; sourceTree = ""; }; + A5716C02235968A7000CEC60 /* ReadCr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr3.nasm; sourceTree = ""; }; + A5716C03235968A7000CEC60 /* WriteMm0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm0.c; sourceTree = ""; }; + A5716C04235968A7000CEC60 /* ReadDs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDs.c; sourceTree = ""; }; + A5716C05235968A7000CEC60 /* FxSave.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FxSave.c; sourceTree = ""; }; + A5716C06235968A7000CEC60 /* WriteCr4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteCr4.c; sourceTree = ""; }; + A5716C07235968A7000CEC60 /* ReadDr1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr1.nasm; sourceTree = ""; }; + A5716C08235968A7000CEC60 /* ReadMm1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm1.c; sourceTree = ""; }; + A5716C09235968A7000CEC60 /* ReadMm3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm3.nasm; sourceTree = ""; }; + A5716C0A235968A7000CEC60 /* ReadLdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadLdtr.c; sourceTree = ""; }; + A5716C0B235968A7000CEC60 /* ARShiftU64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ARShiftU64.nasm; sourceTree = ""; }; + A5716C0C235968A7000CEC60 /* LShiftU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LShiftU64.c; sourceTree = ""; }; + A5716C0D235968A7000CEC60 /* ReadCr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadCr0.nasm; sourceTree = ""; }; + A5716C0E235968A7000CEC60 /* ReadDr0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr0.c; sourceTree = ""; }; + A5716C0F235968A7000CEC60 /* DisableInterrupts.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DisableInterrupts.nasm; sourceTree = ""; }; + A5716C10235968A7000CEC60 /* SwapBytes64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SwapBytes64.nasm; sourceTree = ""; }; + A5716C11235968A7000CEC60 /* ReadCs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadCs.c; sourceTree = ""; }; + A5716C12235968A7000CEC60 /* ReadDr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr2.nasm; sourceTree = ""; }; + A5716C13235968A7000CEC60 /* Lfence.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Lfence.nasm; sourceTree = ""; }; + A5716C14235968A7000CEC60 /* ReadMm0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm0.nasm; sourceTree = ""; }; + A5716C15235968A7000CEC60 /* WriteDr1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr1.c; sourceTree = ""; }; + A5716C16235968A7000CEC60 /* MultU64x64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = MultU64x64.nasm; sourceTree = ""; }; + A5716C17235968A7000CEC60 /* WriteDr5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr5.c; sourceTree = ""; }; + A5716C18235968A7000CEC60 /* LRotU64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = LRotU64.nasm; sourceTree = ""; }; + A5716C19235968A7000CEC60 /* Mwait.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Mwait.c; sourceTree = ""; }; + A5716C1A235968A7000CEC60 /* WriteCr0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteCr0.nasm; sourceTree = ""; }; + A5716C1B235968A7000CEC60 /* RRotU64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = RRotU64.nasm; sourceTree = ""; }; + A5716C1C235968A7000CEC60 /* ReadDr4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr4.c; sourceTree = ""; }; + A5716C1D235968A7000CEC60 /* ReadGs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadGs.c; sourceTree = ""; }; + A5716C1E235968A7000CEC60 /* WriteDr2.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr2.nasm; sourceTree = ""; }; + A5716C1F235968A7000CEC60 /* WriteMm0.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm0.nasm; sourceTree = ""; }; + A5716C20235968A7000CEC60 /* GccInline.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GccInline.c; sourceTree = ""; }; + A5716C21235968A7000CEC60 /* CpuBreakpoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuBreakpoint.c; sourceTree = ""; }; + A5716C22235968A7000CEC60 /* WriteMm1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm1.nasm; sourceTree = ""; }; + A5716C23235968A7000CEC60 /* ReadTr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadTr.nasm; sourceTree = ""; }; + A5716C24235968A7000CEC60 /* InternalSwitchStack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InternalSwitchStack.c; sourceTree = ""; }; + A5716C25235968A7000CEC60 /* DivU64x32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivU64x32.c; sourceTree = ""; }; + A5716C26235968A7000CEC60 /* ReadMm4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm4.c; sourceTree = ""; }; + A5716C27235968A7000CEC60 /* DivU64x32Remainder.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivU64x32Remainder.c; sourceTree = ""; }; + A5716C28235968A7000CEC60 /* WriteDr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr3.nasm; sourceTree = ""; }; + A5716C29235968A7000CEC60 /* ReadFs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadFs.c; sourceTree = ""; }; + A5716C2A235968A7000CEC60 /* ReadCr0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadCr0.c; sourceTree = ""; }; + A5716C2B235968A7000CEC60 /* CpuId.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuId.c; sourceTree = ""; }; + A5716C2C235968A7000CEC60 /* MultU64x32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = MultU64x32.nasm; sourceTree = ""; }; + A5716C2D235968A7000CEC60 /* WriteMm5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm5.c; sourceTree = ""; }; + A5716C2E235968A7000CEC60 /* DisablePaging32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DisablePaging32.nasm; sourceTree = ""; }; + A5716C2F235968A7000CEC60 /* SwapBytes64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SwapBytes64.c; sourceTree = ""; }; + A5716C30235968A7000CEC60 /* RShiftU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RShiftU64.c; sourceTree = ""; }; + A5716C31235968A7000CEC60 /* ReadMm1.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm1.nasm; sourceTree = ""; }; + A5716C32235968A7000CEC60 /* WriteMm1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm1.c; sourceTree = ""; }; + A5716C33235968A7000CEC60 /* ReadDr3.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr3.nasm; sourceTree = ""; }; + A5716C34235968A7000CEC60 /* ReadCr4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadCr4.c; sourceTree = ""; }; + A5716C35235968A7000CEC60 /* DivU64x32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DivU64x32.nasm; sourceTree = ""; }; + A5716C36235968A7000CEC60 /* CpuBreakpoint.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuBreakpoint.nasm; sourceTree = ""; }; + A5716C37235968A7000CEC60 /* Invd.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Invd.nasm; sourceTree = ""; }; + A5716C38235968A7000CEC60 /* ReadMm0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm0.c; sourceTree = ""; }; + A5716C39235968A7000CEC60 /* LongJump.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = LongJump.nasm; sourceTree = ""; }; + A5716C3A235968A7000CEC60 /* DisableCache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DisableCache.c; sourceTree = ""; }; + A5716C3B235968A7000CEC60 /* ReadGdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadGdtr.nasm; sourceTree = ""; }; + A5716C3C235968A7000CEC60 /* Wbinvd.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Wbinvd.nasm; sourceTree = ""; }; + A5716C3D235968A7000CEC60 /* ReadEflags.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadEflags.nasm; sourceTree = ""; }; + A5716C3E235968A7000CEC60 /* FxRestore.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = FxRestore.c; sourceTree = ""; }; + A5716C3F235968A7000CEC60 /* WriteMsr64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMsr64.c; sourceTree = ""; }; + A5716C40235968A7000CEC60 /* Non-existing.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "Non-existing.c"; sourceTree = ""; }; + A5716C41235968A7000CEC60 /* WriteDr2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr2.c; sourceTree = ""; }; + A5716C42235968A7000CEC60 /* EnablePaging64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnablePaging64.nasm; sourceTree = ""; }; + A5716C43235968A7000CEC60 /* WriteDr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr4.nasm; sourceTree = ""; }; + A5716C44235968A7000CEC60 /* FlushCacheLine.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = FlushCacheLine.nasm; sourceTree = ""; }; + A5716C45235968A7000CEC60 /* WriteIdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteIdtr.c; sourceTree = ""; }; + A5716C46235968A7000CEC60 /* ReadDr3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr3.c; sourceTree = ""; }; + A5716C47235968A7000CEC60 /* WriteMm6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm6.nasm; sourceTree = ""; }; + A5716C48235968A7000CEC60 /* ReadLdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadLdtr.nasm; sourceTree = ""; }; + A5716C49235968A7000CEC60 /* ReadDr7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadDr7.c; sourceTree = ""; }; + A5716C4A235968A7000CEC60 /* ReadEflags.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadEflags.c; sourceTree = ""; }; + A5716C4B235968A7000CEC60 /* WriteIdtr.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteIdtr.nasm; sourceTree = ""; }; + A5716C4C235968A7000CEC60 /* MultU64x64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MultU64x64.c; sourceTree = ""; }; + A5716C4D235968A7000CEC60 /* DivU64x32Remainder.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = DivU64x32Remainder.nasm; sourceTree = ""; }; + A5716C4E235968A7000CEC60 /* FxSave.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = FxSave.nasm; sourceTree = ""; }; + A5716C4F235968A7000CEC60 /* Monitor.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = Monitor.nasm; sourceTree = ""; }; + A5716C50235968A7000CEC60 /* WriteDr6.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteDr6.c; sourceTree = ""; }; + A5716C51235968A7000CEC60 /* ReadDr4.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr4.nasm; sourceTree = ""; }; + A5716C52235968A7000CEC60 /* ReadMm6.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm6.nasm; sourceTree = ""; }; + A5716C53235968A7000CEC60 /* ReadMsr64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMsr64.nasm; sourceTree = ""; }; + A5716C54235968A7000CEC60 /* ReadIdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadIdtr.c; sourceTree = ""; }; + A5716C55235968A7000CEC60 /* ARShiftU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ARShiftU64.c; sourceTree = ""; }; + A5716C56235968A7000CEC60 /* ReadCr3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadCr3.c; sourceTree = ""; }; + A5716C57235968A7000CEC60 /* ReadMm7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadMm7.nasm; sourceTree = ""; }; + A5716C58235968A7000CEC60 /* ReadDr5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadDr5.nasm; sourceTree = ""; }; + A5716C59235968A7000CEC60 /* WriteMm6.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm6.c; sourceTree = ""; }; + A5716C5A235968A7000CEC60 /* ReadTsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadTsc.c; sourceTree = ""; }; + A5716C5B235968A7000CEC60 /* WriteCr2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteCr2.c; sourceTree = ""; }; + A5716C5C235968A7000CEC60 /* ModU64x32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ModU64x32.c; sourceTree = ""; }; + A5716C5D235968A7000CEC60 /* ReadSs.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadSs.nasm; sourceTree = ""; }; + A5716C5E235968A7000CEC60 /* ReadMm7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm7.c; sourceTree = ""; }; + A5716C5F235968A7000CEC60 /* EnableDisableInterrupts.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = EnableDisableInterrupts.c; sourceTree = ""; }; + A5716C60235968A7000CEC60 /* WriteMm7.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteMm7.nasm; sourceTree = ""; }; + A5716C61235968A7000CEC60 /* ReadMm3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ReadMm3.c; sourceTree = ""; }; + A5716C62235968A7000CEC60 /* CpuId.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuId.nasm; sourceTree = ""; }; + A5716C63235968A7000CEC60 /* InternalSwitchStack.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InternalSwitchStack.nasm; sourceTree = ""; }; + A5716C64235968A7000CEC60 /* WriteDr5.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = WriteDr5.nasm; sourceTree = ""; }; + A5716C65235968A7000CEC60 /* ReadPmc.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadPmc.nasm; sourceTree = ""; }; + A5716C66235968A7000CEC60 /* WriteMm2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WriteMm2.c; sourceTree = ""; }; + A5716C67235968A7000CEC60 /* ModU64x32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ModU64x32.nasm; sourceTree = ""; }; + A5716C68235968A7000CEC60 /* ReadTsc.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ReadTsc.nasm; sourceTree = ""; }; + A5716C69235968A7000CEC60 /* EnablePaging32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = EnablePaging32.nasm; sourceTree = ""; }; + A5716C6A235968A7000CEC60 /* GetPowerOfTwo32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GetPowerOfTwo32.c; sourceTree = ""; }; + A5716C6B235968A7000CEC60 /* Math64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Math64.c; sourceTree = ""; }; + A5716C6C235968A7000CEC60 /* RRotU32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RRotU32.c; sourceTree = ""; }; + A5716C6D235968A7000CEC60 /* DivU64x32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivU64x32.c; sourceTree = ""; }; + A5716C6E235968A7000CEC60 /* DivU64x32Remainder.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DivU64x32Remainder.c; sourceTree = ""; }; + A5716C6F235968A7000CEC60 /* X86MemoryFence.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86MemoryFence.c; sourceTree = ""; }; + A5716C70235968A7000CEC60 /* SwapBytes64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SwapBytes64.c; sourceTree = ""; }; + A5716C71235968A7000CEC60 /* RShiftU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RShiftU64.c; sourceTree = ""; }; + A5716C72235968A7000CEC60 /* SwitchStack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SwitchStack.c; sourceTree = ""; }; + A5716C73235968A7000CEC60 /* ChkStkGcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ChkStkGcc.c; sourceTree = ""; }; + A5716C74235968A7000CEC60 /* SetJump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetJump.c; sourceTree = ""; }; + A5716C75235968A7000CEC60 /* X86EnablePaging32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86EnablePaging32.c; sourceTree = ""; }; + A5716C76235968A7000CEC60 /* X86WriteGdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86WriteGdtr.c; sourceTree = ""; }; + A5716C77235968A7000CEC60 /* SwapBytes16.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SwapBytes16.c; sourceTree = ""; }; + A5716C78235968A7000CEC60 /* HighBitSet32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HighBitSet32.c; sourceTree = ""; }; + A5716C79235968A7000CEC60 /* X86RdRand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86RdRand.c; sourceTree = ""; }; + A5716C7B235968A7000CEC60 /* Math64.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = Math64.S; sourceTree = ""; }; + A5716C7C235968A7000CEC60 /* CpuPause.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuPause.asm; sourceTree = ""; }; + A5716C7D235968A7000CEC60 /* EnableInterrupts.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = EnableInterrupts.asm; sourceTree = ""; }; + A5716C7E235968A7000CEC60 /* SwitchStack.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SwitchStack.S; sourceTree = ""; }; + A5716C7F235968A7000CEC60 /* CpuBreakpoint.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuBreakpoint.S; sourceTree = ""; }; + A5716C80235968A7000CEC60 /* SetJumpLongJump.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SetJumpLongJump.asm; sourceTree = ""; }; + A5716C81235968A7000CEC60 /* CpuBreakpoint.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuBreakpoint.asm; sourceTree = ""; }; + A5716C82235968A7000CEC60 /* GetInterruptsState.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = GetInterruptsState.S; sourceTree = ""; }; + A5716C83235968A7000CEC60 /* MemoryFence.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = MemoryFence.asm; sourceTree = ""; }; + A5716C84235968A7000CEC60 /* SpeculationBarrier.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SpeculationBarrier.S; sourceTree = ""; }; + A5716C85235968A7000CEC60 /* DisableInterrupts.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = DisableInterrupts.asm; sourceTree = ""; }; + A5716C86235968A7000CEC60 /* SetJumpLongJump.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SetJumpLongJump.S; sourceTree = ""; }; + A5716C87235968A7000CEC60 /* GetInterruptsState.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = GetInterruptsState.asm; sourceTree = ""; }; + A5716C88235968A7000CEC60 /* Unaligned.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Unaligned.c; sourceTree = ""; }; + A5716C89235968A7000CEC60 /* InternalSwitchStack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InternalSwitchStack.c; sourceTree = ""; }; + A5716C8A235968A7000CEC60 /* SpeculationBarrier.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SpeculationBarrier.asm; sourceTree = ""; }; + A5716C8B235968A7000CEC60 /* MemoryFence.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = MemoryFence.S; sourceTree = ""; }; + A5716C8C235968A7000CEC60 /* DisableInterrupts.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = DisableInterrupts.S; sourceTree = ""; }; + A5716C8D235968A7000CEC60 /* SwitchStack.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SwitchStack.asm; sourceTree = ""; }; + A5716C8E235968A7000CEC60 /* EnableInterrupts.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = EnableInterrupts.S; sourceTree = ""; }; + A5716C8F235968A7000CEC60 /* MultU64x64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MultU64x64.c; sourceTree = ""; }; + A5716C90235968A7000CEC60 /* X86DisablePaging64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86DisablePaging64.c; sourceTree = ""; }; + A5716C91235968A7000CEC60 /* X86ReadGdtr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86ReadGdtr.c; sourceTree = ""; }; + A5716C92235968A7000CEC60 /* ARShiftU64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ARShiftU64.c; sourceTree = ""; }; + A5716C94235968A7000CEC60 /* EnableInterrupts.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = EnableInterrupts.asm; sourceTree = ""; }; + A5716C95235968A7000CEC60 /* SwitchStack.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SwitchStack.S; sourceTree = ""; }; + A5716C96235968A7000CEC60 /* CpuBreakpoint.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuBreakpoint.S; sourceTree = ""; }; + A5716C97235968A7000CEC60 /* SetJumpLongJump.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SetJumpLongJump.asm; sourceTree = ""; }; + A5716C98235968A7000CEC60 /* CpuBreakpoint.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuBreakpoint.asm; sourceTree = ""; }; + A5716C99235968A7000CEC60 /* GetInterruptsState.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = GetInterruptsState.S; sourceTree = ""; }; + A5716C9A235968A7000CEC60 /* MemoryFence.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = MemoryFence.asm; sourceTree = ""; }; + A5716C9B235968A7000CEC60 /* SpeculationBarrier.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SpeculationBarrier.S; sourceTree = ""; }; + A5716C9C235968A7000CEC60 /* DisableInterrupts.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = DisableInterrupts.asm; sourceTree = ""; }; + A5716C9D235968A7000CEC60 /* SetJumpLongJump.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SetJumpLongJump.S; sourceTree = ""; }; + A5716C9E235968A7000CEC60 /* GetInterruptsState.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = GetInterruptsState.asm; sourceTree = ""; }; + A5716C9F235968A7000CEC60 /* SpeculationBarrier.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SpeculationBarrier.asm; sourceTree = ""; }; + A5716CA0235968A7000CEC60 /* MemoryFence.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = MemoryFence.S; sourceTree = ""; }; + A5716CA1235968A7000CEC60 /* DisableInterrupts.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = DisableInterrupts.S; sourceTree = ""; }; + A5716CA2235968A7000CEC60 /* SwitchStack.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SwitchStack.asm; sourceTree = ""; }; + A5716CA3235968A7000CEC60 /* EnableInterrupts.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = EnableInterrupts.S; sourceTree = ""; }; + A5716CA4235968A7000CEC60 /* LowBitSet32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LowBitSet32.c; sourceTree = ""; }; + A5716CA5235968A7000CEC60 /* LRotU32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LRotU32.c; sourceTree = ""; }; + A5716CA6235968A7000CEC60 /* ModU64x32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ModU64x32.c; sourceTree = ""; }; + A5716CA7235968A7000CEC60 /* LinkedList.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LinkedList.c; sourceTree = ""; }; + A5716CA8235968A7000CEC60 /* X86SpeculationBarrier.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = X86SpeculationBarrier.c; sourceTree = ""; }; + A5716CAA235968A7000CEC60 /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A5716CAB235968A7000CEC60 /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A5716CAC235968A7000CEC60 /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A5716CAD235968A7000CEC60 /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A5716CAF235968A7000CEC60 /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A5716CB0235968A7000CEC60 /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A5716CB1235968A7000CEC60 /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A5716CB2235968A7000CEC60 /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A5716CB3235968A7000CEC60 /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A5716CB4235968A7000CEC60 /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A5716CB5235968A7000CEC60 /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A5716CB6235968A7000CEC60 /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A5716CB7235968A7000CEC60 /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A5716CB8235968A7000CEC60 /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A5716CB9235968A7000CEC60 /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A5716CBA235968A7000CEC60 /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A5716CBB235968A7000CEC60 /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A5716CBC235968A7000CEC60 /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A5716CBE235968A7000CEC60 /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A5716CBF235968A7000CEC60 /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A5716CC0235968A7000CEC60 /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A5716CC1235968A7000CEC60 /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A5716CC2235968A7000CEC60 /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A5716CC3235968A7000CEC60 /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A5716CC4235968A7000CEC60 /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A5716CC5235968A7000CEC60 /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A5716CC6235968A7000CEC60 /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A5716CC7235968A7000CEC60 /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A5716CC8235968A7000CEC60 /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A5716CC9235968A7000CEC60 /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A5716CCA235968A7000CEC60 /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A5716CCB235968A7000CEC60 /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A5716CCC235968A7000CEC60 /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A5716CCD235968A7000CEC60 /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A5716CCE235968A7000CEC60 /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A5716CCF235968A7000CEC60 /* BaseMemoryLibRepStr.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibRepStr.uni; sourceTree = ""; }; + A5716CD0235968A7000CEC60 /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A5716CD1235968A7000CEC60 /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A5716CD2235968A7000CEC60 /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A5716CD3235968A7000CEC60 /* BaseMemoryLibRepStr.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibRepStr.inf; sourceTree = ""; }; + A5716CD5235968A7000CEC60 /* BaseSynchronizationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSynchronizationLib.uni; sourceTree = ""; }; + A5716CD7235968A7000CEC60 /* Synchronization.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Synchronization.c; sourceTree = ""; }; + A5716CD8235968A7000CEC60 /* BaseSynchronizationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSynchronizationLib.inf; sourceTree = ""; }; + A5716CDA235968A7000CEC60 /* InterlockedCompareExchange64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedCompareExchange64.c; sourceTree = ""; }; + A5716CDB235968A7000CEC60 /* InterlockedIncrement.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedIncrement.nasm; sourceTree = ""; }; + A5716CDC235968A7000CEC60 /* InterlockedCompareExchange16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedCompareExchange16.nasm; sourceTree = ""; }; + A5716CDD235968A7000CEC60 /* InterlockedCompareExchange16.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedCompareExchange16.c; sourceTree = ""; }; + A5716CDE235968A7000CEC60 /* GccInline.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GccInline.c; sourceTree = ""; }; + A5716CDF235968A7000CEC60 /* InterlockedCompareExchange32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedCompareExchange32.c; sourceTree = ""; }; + A5716CE0235968A7000CEC60 /* InterlockedCompareExchange64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedCompareExchange64.nasm; sourceTree = ""; }; + A5716CE1235968A7000CEC60 /* InterlockedCompareExchange32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedCompareExchange32.nasm; sourceTree = ""; }; + A5716CE2235968A7000CEC60 /* InterlockedDecrement.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedDecrement.nasm; sourceTree = ""; }; + A5716CE3235968A7000CEC60 /* InterlockedIncrementMsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedIncrementMsc.c; sourceTree = ""; }; + A5716CE5235968A7000CEC60 /* InterlockedCompareExchange64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedCompareExchange64.c; sourceTree = ""; }; + A5716CE6235968A7000CEC60 /* InternalGetSpinLockProperties.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InternalGetSpinLockProperties.c; sourceTree = ""; }; + A5716CE7235968A7000CEC60 /* InterlockedIncrement.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedIncrement.nasm; sourceTree = ""; }; + A5716CE8235968A7000CEC60 /* InterlockedCompareExchange16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedCompareExchange16.nasm; sourceTree = ""; }; + A5716CE9235968A7000CEC60 /* InterlockedCompareExchange16.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedCompareExchange16.c; sourceTree = ""; }; + A5716CEA235968A7000CEC60 /* GccInline.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GccInline.c; sourceTree = ""; }; + A5716CEB235968A7000CEC60 /* InterlockedCompareExchange32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedCompareExchange32.c; sourceTree = ""; }; + A5716CEC235968A7000CEC60 /* InterlockedCompareExchange64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedCompareExchange64.nasm; sourceTree = ""; }; + A5716CED235968A7000CEC60 /* InterlockedCompareExchange32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedCompareExchange32.nasm; sourceTree = ""; }; + A5716CEE235968A7000CEC60 /* InterlockedDecrement.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = InterlockedDecrement.nasm; sourceTree = ""; }; + A5716CEF235968A7000CEC60 /* BaseSynchronizationLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseSynchronizationLibInternals.h; sourceTree = ""; }; + A5716CF0235968A7000CEC60 /* SynchronizationMsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SynchronizationMsc.c; sourceTree = ""; }; + A5716CF1235968A7000CEC60 /* Synchronization.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Synchronization.c; sourceTree = ""; }; + A5716CF3235968A7000CEC60 /* Synchronization.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = Synchronization.S; sourceTree = ""; }; + A5716CF4235968A7000CEC60 /* Synchronization.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = Synchronization.asm; sourceTree = ""; }; + A5716CF6235968A7000CEC60 /* Synchronization.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = Synchronization.S; sourceTree = ""; }; + A5716CF7235968A7000CEC60 /* Synchronization.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = Synchronization.asm; sourceTree = ""; }; + A5716CF8235968A7000CEC60 /* SynchronizationGcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SynchronizationGcc.c; sourceTree = ""; }; + A5716CF9235968A7000CEC60 /* InterlockedDecrementMsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = InterlockedDecrementMsc.c; sourceTree = ""; }; + A5716CFB235968A7000CEC60 /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A5716CFC235968A7000CEC60 /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A5716CFD235968A7000CEC60 /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A5716CFE235968A7000CEC60 /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A5716CFF235968A7000CEC60 /* MemLibGeneric.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGeneric.c; sourceTree = ""; }; + A5716D00235968A7000CEC60 /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A5716D01235968A7000CEC60 /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A5716D02235968A7000CEC60 /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A5716D03235968A7000CEC60 /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A5716D04235968A7000CEC60 /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A5716D05235968A7000CEC60 /* MemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLib.c; sourceTree = ""; }; + A5716D06235968A7000CEC60 /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A5716D07235968A7000CEC60 /* UefiMemoryLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiMemoryLib.inf; sourceTree = ""; }; + A5716D08235968A7000CEC60 /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A5716D09235968A7000CEC60 /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A5716D0A235968A7000CEC60 /* UefiMemoryLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiMemoryLib.uni; sourceTree = ""; }; + A5716D0B235968A7000CEC60 /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A5716D0C235968A7000CEC60 /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A5716D0E235968A7000CEC60 /* PciSegmentLibCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PciSegmentLibCommon.h; sourceTree = ""; }; + A5716D0F235968A7000CEC60 /* DxeRuntimePciSegmentLibSegmentInfo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimePciSegmentLibSegmentInfo.inf; sourceTree = ""; }; + A5716D10235968A7000CEC60 /* BasePciSegmentLibSegmentInfo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciSegmentLibSegmentInfo.inf; sourceTree = ""; }; + A5716D11235968A7000CEC60 /* DxeRuntimePciSegmentLibSegmentInfo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimePciSegmentLibSegmentInfo.uni; sourceTree = ""; }; + A5716D12235968A7000CEC60 /* BasePciSegmentLibSegmentInfo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciSegmentLibSegmentInfo.uni; sourceTree = ""; }; + A5716D13235968A7000CEC60 /* BasePciSegmentLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BasePciSegmentLib.c; sourceTree = ""; }; + A5716D14235968A7000CEC60 /* PciSegmentLibCommon.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciSegmentLibCommon.c; sourceTree = ""; }; + A5716D15235968A7000CEC60 /* DxeRuntimePciSegmentLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeRuntimePciSegmentLib.c; sourceTree = ""; }; + A5716D18235968A7000CEC60 /* CpuSleepFlushTlb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuSleepFlushTlb.c; sourceTree = ""; }; + A5716D1A235968A7000CEC60 /* CpuSleep.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuSleep.nasm; sourceTree = ""; }; + A5716D1B235968A7000CEC60 /* CpuFlushTlb.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuFlushTlb.nasm; sourceTree = ""; }; + A5716D1C235968A7000CEC60 /* BaseCpuLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseCpuLib.uni; sourceTree = ""; }; + A5716D1D235968A7000CEC60 /* BaseCpuLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseCpuLib.inf; sourceTree = ""; }; + A5716D1F235968A7000CEC60 /* CpuSleep.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuSleep.c; sourceTree = ""; }; + A5716D20235968A7000CEC60 /* CpuFlushTlbGcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuFlushTlbGcc.c; sourceTree = ""; }; + A5716D21235968A7000CEC60 /* CpuFlushTlb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuFlushTlb.c; sourceTree = ""; }; + A5716D22235968A7000CEC60 /* CpuSleep.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuSleep.nasm; sourceTree = ""; }; + A5716D23235968A7000CEC60 /* CpuFlushTlb.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CpuFlushTlb.nasm; sourceTree = ""; }; + A5716D24235968A7000CEC60 /* CpuSleepGcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CpuSleepGcc.c; sourceTree = ""; }; + A5716D26235968A7000CEC60 /* CpuFlushTlb.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuFlushTlb.S; sourceTree = ""; }; + A5716D27235968A7000CEC60 /* CpuFlushTlb.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuFlushTlb.asm; sourceTree = ""; }; + A5716D28235968A7000CEC60 /* CpuSleep.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuSleep.asm; sourceTree = ""; }; + A5716D29235968A7000CEC60 /* CpuSleep.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuSleep.S; sourceTree = ""; }; + A5716D2B235968A7000CEC60 /* CpuFlushTlb.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuFlushTlb.S; sourceTree = ""; }; + A5716D2C235968A7000CEC60 /* CpuFlushTlb.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuFlushTlb.asm; sourceTree = ""; }; + A5716D2D235968A7000CEC60 /* CpuSleep.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CpuSleep.asm; sourceTree = ""; }; + A5716D2E235968A7000CEC60 /* CpuSleep.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CpuSleep.S; sourceTree = ""; }; + A5716D30235968A7000CEC60 /* PeiExtractGuidedSectionLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiExtractGuidedSectionLib.c; sourceTree = ""; }; + A5716D31235968A7000CEC60 /* PeiExtractGuidedSectionLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiExtractGuidedSectionLib.uni; sourceTree = ""; }; + A5716D32235968A7000CEC60 /* PeiExtractGuidedSectionLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiExtractGuidedSectionLib.inf; sourceTree = ""; }; + A5716D34235968A7000CEC60 /* DriverEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DriverEntryPoint.c; sourceTree = ""; }; + A5716D35235968A7000CEC60 /* UefiDriverEntryPoint.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDriverEntryPoint.inf; sourceTree = ""; }; + A5716D36235968A7000CEC60 /* UefiDriverEntryPoint.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDriverEntryPoint.uni; sourceTree = ""; }; + A5716D38235968A7000CEC60 /* DebugLibConstructor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLibConstructor.c; sourceTree = ""; }; + A5716D39235968A7000CEC60 /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A5716D3A235968A7000CEC60 /* UefiDebugLibDebugPortProtocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDebugLibDebugPortProtocol.uni; sourceTree = ""; }; + A5716D3B235968A7000CEC60 /* UefiDebugLibDebugPortProtocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDebugLibDebugPortProtocol.inf; sourceTree = ""; }; + A5716D3D235968A7000CEC60 /* SmmPciExpressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPciExpressLib.inf; sourceTree = ""; }; + A5716D3E235968A7000CEC60 /* PciExpressLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciExpressLib.c; sourceTree = ""; }; + A5716D40235968A7000CEC60 /* DxeRuntimePciExpressLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimePciExpressLib.uni; sourceTree = ""; }; + A5716D41235968A7000CEC60 /* DxeRuntimePciExpressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimePciExpressLib.inf; sourceTree = ""; }; + A5716D42235968A7000CEC60 /* PciExpressLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciExpressLib.c; sourceTree = ""; }; + A5716D44235968A7000CEC60 /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A5716D45235968A7000CEC60 /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A5716D46235968A7000CEC60 /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A5716D47235968A7000CEC60 /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A5716D49235968A7000CEC60 /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A5716D4A235968A7000CEC60 /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A5716D4B235968A7000CEC60 /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A5716D4C235968A8000CEC60 /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A5716D4D235968A8000CEC60 /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A5716D4E235968A8000CEC60 /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A5716D4F235968A8000CEC60 /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A5716D50235968A8000CEC60 /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A5716D51235968A8000CEC60 /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A5716D52235968A8000CEC60 /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A5716D53235968A8000CEC60 /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A5716D54235968A8000CEC60 /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A5716D55235968A8000CEC60 /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A5716D56235968A8000CEC60 /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A5716D58235968A8000CEC60 /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A5716D59235968A8000CEC60 /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A5716D5A235968A8000CEC60 /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A5716D5B235968A8000CEC60 /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A5716D5C235968A8000CEC60 /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A5716D5D235968A8000CEC60 /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A5716D5E235968A8000CEC60 /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A5716D5F235968A8000CEC60 /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A5716D60235968A8000CEC60 /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A5716D61235968A8000CEC60 /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A5716D62235968A8000CEC60 /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A5716D63235968A8000CEC60 /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A5716D64235968A8000CEC60 /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A5716D65235968A8000CEC60 /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A5716D66235968A8000CEC60 /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A5716D67235968A8000CEC60 /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A5716D69235968A8000CEC60 /* ScanMemGeneric.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMemGeneric.c; sourceTree = ""; }; + A5716D6A235968A8000CEC60 /* CompareMem.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CompareMem.asm; sourceTree = ""; }; + A5716D6B235968A8000CEC60 /* CopyMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CopyMem.S; sourceTree = ""; }; + A5716D6C235968A8000CEC60 /* SetMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SetMem.S; sourceTree = ""; }; + A5716D6D235968A8000CEC60 /* ScanMem.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = ScanMem.asm; sourceTree = ""; }; + A5716D6E235968A8000CEC60 /* CopyMem.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CopyMem.asm; sourceTree = ""; }; + A5716D6F235968A8000CEC60 /* CompareMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CompareMem.S; sourceTree = ""; }; + A5716D70235968A8000CEC60 /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A5716D71235968A8000CEC60 /* SetMem.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = SetMem.asm; sourceTree = ""; }; + A5716D72235968A8000CEC60 /* CompareGuid.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = CompareGuid.asm; sourceTree = ""; }; + A5716D73235968A8000CEC60 /* CompareGuid.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CompareGuid.S; sourceTree = ""; }; + A5716D74235968A8000CEC60 /* ScanMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = ScanMem.S; sourceTree = ""; }; + A5716D75235968A8000CEC60 /* BaseMemoryLibOptDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibOptDxe.uni; sourceTree = ""; }; + A5716D76235968A8000CEC60 /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A5716D77235968A8000CEC60 /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A5716D79235968A8000CEC60 /* CopyMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CopyMem.S; sourceTree = ""; }; + A5716D7A235968A8000CEC60 /* SetMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = SetMem.S; sourceTree = ""; }; + A5716D7B235968A8000CEC60 /* CompareMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CompareMem.S; sourceTree = ""; }; + A5716D7C235968A8000CEC60 /* CompareGuid.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = CompareGuid.S; sourceTree = ""; }; + A5716D7D235968A8000CEC60 /* ScanMem.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = ScanMem.S; sourceTree = ""; }; + A5716D7E235968A8000CEC60 /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A5716D7F235968A8000CEC60 /* BaseMemoryLibOptDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibOptDxe.inf; sourceTree = ""; }; + A5716D80235968A8000CEC60 /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A5716D82235968A8000CEC60 /* PerformanceLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PerformanceLib.c; sourceTree = ""; }; + A5716D83235968A8000CEC60 /* BasePerformanceLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePerformanceLibNull.inf; sourceTree = ""; }; + A5716D84235968A8000CEC60 /* BasePerformanceLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePerformanceLibNull.uni; sourceTree = ""; }; + A5716D86235968A8000CEC60 /* BasePciSegmentLibPci.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciSegmentLibPci.inf; sourceTree = ""; }; + A5716D87235968A8000CEC60 /* BasePciSegmentLibPci.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciSegmentLibPci.uni; sourceTree = ""; }; + A5716D88235968A8000CEC60 /* PciSegmentLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciSegmentLib.c; sourceTree = ""; }; + A5716D8A235968A8000CEC60 /* PostCode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PostCode.c; sourceTree = ""; }; + A5716D8B235968A8000CEC60 /* PeiDxePostCodeLibReportStatusCode.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDxePostCodeLibReportStatusCode.inf; sourceTree = ""; }; + A5716D8C235968A8000CEC60 /* PeiDxePostCodeLibReportStatusCode.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiDxePostCodeLibReportStatusCode.uni; sourceTree = ""; }; + A5716D8E235968A8000CEC60 /* BasePcdLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePcdLibNull.uni; sourceTree = ""; }; + A5716D8F235968A8000CEC60 /* BasePcdLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePcdLibNull.inf; sourceTree = ""; }; + A5716D90235968A8000CEC60 /* PcdLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PcdLib.c; sourceTree = ""; }; + A5716D92235968A8000CEC60 /* BaseStackCheckGcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseStackCheckGcc.c; sourceTree = ""; }; + A5716D93235968A8000CEC60 /* BaseStackCheckLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseStackCheckLib.uni; sourceTree = ""; }; + A5716D94235968A8000CEC60 /* BaseStackCheckNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseStackCheckNull.c; sourceTree = ""; }; + A5716D95235968A8000CEC60 /* BaseStackCheckLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseStackCheckLib.inf; sourceTree = ""; }; + A5716D97235968A8000CEC60 /* BaseRngLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseRngLib.uni; sourceTree = ""; }; + A5716D98235968A8000CEC60 /* BaseRngLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseRngLib.inf; sourceTree = ""; }; + A5716D99235968A8000CEC60 /* BaseRng.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseRng.c; sourceTree = ""; }; + A5716D9B235968A8000CEC60 /* DxeCoreEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeCoreEntryPoint.c; sourceTree = ""; }; + A5716D9C235968A8000CEC60 /* DxeCoreEntryPoint.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreEntryPoint.uni; sourceTree = ""; }; + A5716D9D235968A8000CEC60 /* DxeCoreEntryPoint.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreEntryPoint.inf; sourceTree = ""; }; + A5716D9F235968A8000CEC60 /* PostCode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PostCode.c; sourceTree = ""; }; + A5716DA0235968A8000CEC60 /* BasePostCodeLibPort80.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePostCodeLibPort80.inf; sourceTree = ""; }; + A5716DA1235968A8000CEC60 /* BasePostCodeLibPort80.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePostCodeLibPort80.uni; sourceTree = ""; }; + A5716DA3235968A8000CEC60 /* PeiCoreEntryPoint.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiCoreEntryPoint.uni; sourceTree = ""; }; + A5716DA4235968A8000CEC60 /* PeiCoreEntryPoint.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiCoreEntryPoint.inf; sourceTree = ""; }; + A5716DA5235968A8000CEC60 /* PeiCoreEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiCoreEntryPoint.c; sourceTree = ""; }; + A5716DA7235968A8000CEC60 /* BasePeCoffLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BasePeCoffLibInternals.h; sourceTree = ""; }; + A5716DA8235968A8000CEC60 /* BasePeCoff.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BasePeCoff.c; sourceTree = ""; }; + A5716DA9235968A8000CEC60 /* PeCoffLoaderEx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeCoffLoaderEx.c; sourceTree = ""; }; + A5716DAB235968A8000CEC60 /* PeCoffLoaderEx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeCoffLoaderEx.c; sourceTree = ""; }; + A5716DAC235968A8000CEC60 /* BasePeCoffLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePeCoffLib.uni; sourceTree = ""; }; + A5716DAD235968A8000CEC60 /* BasePeCoffLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePeCoffLib.inf; sourceTree = ""; }; + A5716DAF235968A8000CEC60 /* SmmLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLibNull.uni; sourceTree = ""; }; + A5716DB0235968A8000CEC60 /* SmmLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmLibNull.inf; sourceTree = ""; }; + A5716DB1235968A8000CEC60 /* SmmLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmLibNull.c; sourceTree = ""; }; + A5716DB3235968A8000CEC60 /* BasePciCf8Lib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciCf8Lib.uni; sourceTree = ""; }; + A5716DB4235968A8000CEC60 /* BasePciCf8Lib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciCf8Lib.inf; sourceTree = ""; }; + A5716DB5235968A8000CEC60 /* PciCf8Lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciCf8Lib.c; sourceTree = ""; }; + A5716DB7235968A8000CEC60 /* MmServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MmServicesTableLib.uni; sourceTree = ""; }; + A5716DB8235968A8000CEC60 /* MmServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = MmServicesTableLib.inf; sourceTree = ""; }; + A5716DB9235968A8000CEC60 /* MmServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MmServicesTableLib.c; sourceTree = ""; }; + A5716DBB235968A8000CEC60 /* SafeIntLib64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SafeIntLib64.c; sourceTree = ""; }; + A5716DBC235968A8000CEC60 /* SafeIntLibEbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SafeIntLibEbc.c; sourceTree = ""; }; + A5716DBD235968A8000CEC60 /* BaseSafeIntLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSafeIntLib.inf; sourceTree = ""; }; + A5716DBE235968A8000CEC60 /* SafeIntLib32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SafeIntLib32.c; sourceTree = ""; }; + A5716DBF235968A8000CEC60 /* SafeIntLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SafeIntLib.c; sourceTree = ""; }; + A5716DC1235968A8000CEC60 /* SmmServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmServicesTableLib.c; sourceTree = ""; }; + A5716DC2235968A8000CEC60 /* SmmServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmServicesTableLib.inf; sourceTree = ""; }; + A5716DC3235968A8000CEC60 /* SmmServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmServicesTableLib.uni; sourceTree = ""; }; + A5716DC5235968A8000CEC60 /* DxeExtractGuidedSectionLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeExtractGuidedSectionLib.uni; sourceTree = ""; }; + A5716DC6235968A8000CEC60 /* DxeExtractGuidedSectionLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeExtractGuidedSectionLib.inf; sourceTree = ""; }; + A5716DC7235968A8000CEC60 /* DxeExtractGuidedSectionLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeExtractGuidedSectionLib.c; sourceTree = ""; }; + A5716DC9235968A8000CEC60 /* UefiApplicationEntryPoint.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiApplicationEntryPoint.uni; sourceTree = ""; }; + A5716DCA235968A8000CEC60 /* UefiApplicationEntryPoint.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiApplicationEntryPoint.inf; sourceTree = ""; }; + A5716DCB235968A8000CEC60 /* ApplicationEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ApplicationEntryPoint.c; sourceTree = ""; }; + A5716DCD235968A8000CEC60 /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A5716DCE235968A8000CEC60 /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A5716DCF235968A8000CEC60 /* BaseMemoryLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLib.inf; sourceTree = ""; }; + A5716DD0235968A8000CEC60 /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A5716DD1235968A8000CEC60 /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A5716DD2235968A8000CEC60 /* BaseMemoryLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLib.uni; sourceTree = ""; }; + A5716DD3235968A8000CEC60 /* MemLibGeneric.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGeneric.c; sourceTree = ""; }; + A5716DD4235968A8000CEC60 /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A5716DD5235968A8000CEC60 /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A5716DD6235968A8000CEC60 /* CopyMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMem.c; sourceTree = ""; }; + A5716DD7235968A8000CEC60 /* SetMem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem.c; sourceTree = ""; }; + A5716DD8235968A8000CEC60 /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A5716DD9235968A8000CEC60 /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A5716DDA235968A8000CEC60 /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A5716DDB235968A8000CEC60 /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A5716DDC235968A8000CEC60 /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A5716DDD235968A8000CEC60 /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A5716DDE235968A8000CEC60 /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A5716DDF235968A8000CEC60 /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A5716DE1235968A8000CEC60 /* IoLibMmioBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibMmioBuffer.c; sourceTree = ""; }; + A5716DE2235968A8000CEC60 /* IoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLib.c; sourceTree = ""; }; + A5716DE3235968A8000CEC60 /* IoHighLevel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoHighLevel.c; sourceTree = ""; }; + A5716DE4235968A8000CEC60 /* SmmCpuIoLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SmmCpuIoLibInternal.h; sourceTree = ""; }; + A5716DE5235968A8000CEC60 /* SmmIoLibSmmCpuIo2.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmIoLibSmmCpuIo2.uni; sourceTree = ""; }; + A5716DE6235968A8000CEC60 /* SmmIoLibSmmCpuIo2.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmIoLibSmmCpuIo2.inf; sourceTree = ""; }; + A5716DE8235968A8000CEC60 /* DxeSmbusLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeSmbusLib.c; sourceTree = ""; }; + A5716DE9235968A8000CEC60 /* SmbusLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmbusLib.c; sourceTree = ""; }; + A5716DEA235968A8000CEC60 /* InternalSmbusLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalSmbusLib.h; sourceTree = ""; }; + A5716DEB235968A8000CEC60 /* DxeSmbusLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeSmbusLib.inf; sourceTree = ""; }; + A5716DEC235968A8000CEC60 /* DxeSmbusLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeSmbusLib.uni; sourceTree = ""; }; + A5716DEE235968A8000CEC60 /* BaseSmbusLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseSmbusLibNull.c; sourceTree = ""; }; + A5716DEF235968A8000CEC60 /* BaseSmbusLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSmbusLibNull.uni; sourceTree = ""; }; + A5716DF0235968A8000CEC60 /* BaseSmbusLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSmbusLibNull.inf; sourceTree = ""; }; + A5716DF2235968A8000CEC60 /* BaseTimerLibNullTemplate.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseTimerLibNullTemplate.uni; sourceTree = ""; }; + A5716DF3235968A8000CEC60 /* BaseTimerLibNullTemplate.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseTimerLibNullTemplate.inf; sourceTree = ""; }; + A5716DF4235968A8000CEC60 /* TimerLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = TimerLibNull.c; sourceTree = ""; }; + A5716DF6235968A8000CEC60 /* BaseS3IoLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3IoLib.inf; sourceTree = ""; }; + A5716DF7235968A8000CEC60 /* BaseS3IoLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3IoLib.uni; sourceTree = ""; }; + A5716DF8235968A8000CEC60 /* S3IoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3IoLib.c; sourceTree = ""; }; + A5716DFA235968A8000CEC60 /* BaseDebugLibSerialPort.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseDebugLibSerialPort.uni; sourceTree = ""; }; + A5716DFB235968A8000CEC60 /* BaseDebugLibSerialPort.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseDebugLibSerialPort.inf; sourceTree = ""; }; + A5716DFC235968A8000CEC60 /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A5716DFE235968A8000CEC60 /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A5716DFF235968A8000CEC60 /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A5716E00235968A8000CEC60 /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A5716E01235968A8000CEC60 /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A5716E03235968A8000CEC60 /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A5716E04235968A8000CEC60 /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A5716E05235968A8000CEC60 /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A5716E06235968A8000CEC60 /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A5716E07235968A8000CEC60 /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A5716E08235968A8000CEC60 /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A5716E09235968A8000CEC60 /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A5716E0A235968A8000CEC60 /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A5716E0B235968A8000CEC60 /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A5716E0C235968A8000CEC60 /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A5716E0D235968A8000CEC60 /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A5716E0E235968A8000CEC60 /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A5716E0F235968A8000CEC60 /* BaseMemoryLibSse2.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibSse2.uni; sourceTree = ""; }; + A5716E10235968A8000CEC60 /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A5716E11235968A8000CEC60 /* BaseMemoryLibSse2.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibSse2.inf; sourceTree = ""; }; + A5716E12235968A8000CEC60 /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A5716E14235968A8000CEC60 /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A5716E15235968A8000CEC60 /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A5716E16235968A8000CEC60 /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A5716E17235968A8000CEC60 /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A5716E18235968A8000CEC60 /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A5716E19235968A8000CEC60 /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A5716E1A235968A8000CEC60 /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A5716E1B235968A8000CEC60 /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A5716E1C235968A8000CEC60 /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A5716E1D235968A8000CEC60 /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A5716E1E235968A8000CEC60 /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A5716E1F235968A8000CEC60 /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A5716E20235968A8000CEC60 /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A5716E21235968A8000CEC60 /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A5716E22235968A8000CEC60 /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A5716E23235968A8000CEC60 /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A5716E24235968A8000CEC60 /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A5716E25235968A8000CEC60 /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A5716E26235968A8000CEC60 /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A5716E27235968A8000CEC60 /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A5716E29235968A8000CEC60 /* BaseUefiDecompressLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseUefiDecompressLib.uni; sourceTree = ""; }; + A5716E2A235968A8000CEC60 /* BaseUefiDecompressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseUefiDecompressLib.inf; sourceTree = ""; }; + A5716E2B235968A8000CEC60 /* BaseUefiDecompressLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseUefiDecompressLibInternals.h; sourceTree = ""; }; + A5716E2C235968A8000CEC60 /* BaseUefiTianoCustomDecompressLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseUefiTianoCustomDecompressLib.inf; sourceTree = ""; }; + A5716E2D235968A8000CEC60 /* BaseUefiDecompressLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseUefiDecompressLib.c; sourceTree = ""; }; + A5716E2E235968A8000CEC60 /* BaseUefiTianoCustomDecompressLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseUefiTianoCustomDecompressLib.c; sourceTree = ""; }; + A5716E30235968A8000CEC60 /* BaseSerialPortLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSerialPortLibNull.uni; sourceTree = ""; }; + A5716E31235968A8000CEC60 /* BaseSerialPortLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseSerialPortLibNull.inf; sourceTree = ""; }; + A5716E32235968A8000CEC60 /* BaseSerialPortLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseSerialPortLibNull.c; sourceTree = ""; }; + A5716E34235968A8000CEC60 /* BaseS3BootScriptLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3BootScriptLibNull.inf; sourceTree = ""; }; + A5716E35235968A8000CEC60 /* BootScriptLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BootScriptLib.c; sourceTree = ""; }; + A5716E36235968A8000CEC60 /* BaseS3BootScriptLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3BootScriptLibNull.uni; sourceTree = ""; }; + A5716E38235968A8000CEC60 /* DxePcdLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxePcdLib.c; sourceTree = ""; }; + A5716E39235968A8000CEC60 /* DxePcdLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxePcdLib.uni; sourceTree = ""; }; + A5716E3A235968A8000CEC60 /* DxePcdLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxePcdLib.inf; sourceTree = ""; }; + A5716E3C235968A8000CEC60 /* SmmPeriodicSmiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPeriodicSmiLib.inf; sourceTree = ""; }; + A5716E3D235968A8000CEC60 /* SmmPeriodicSmiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmPeriodicSmiLib.uni; sourceTree = ""; }; + A5716E3E235968A8000CEC60 /* SmmPeriodicSmiLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmPeriodicSmiLib.c; sourceTree = ""; }; + A5716E40235968A8000CEC60 /* UefiScsiLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiScsiLib.c; sourceTree = ""; }; + A5716E41235968A8000CEC60 /* UefiScsiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiScsiLib.uni; sourceTree = ""; }; + A5716E42235968A8000CEC60 /* UefiScsiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiScsiLib.inf; sourceTree = ""; }; + A5716E44235968A8000CEC60 /* PeiResourcePublicationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiResourcePublicationLib.c; sourceTree = ""; }; + A5716E45235968A8000CEC60 /* PeiResourcePublicationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiResourcePublicationLib.inf; sourceTree = ""; }; + A5716E46235968A8000CEC60 /* PeiResourcePublicationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiResourcePublicationLib.uni; sourceTree = ""; }; + A5716E48235968A8000CEC60 /* DxeHobLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHobLib.inf; sourceTree = ""; }; + A5716E49235968A8000CEC60 /* DxeHobLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHobLib.uni; sourceTree = ""; }; + A5716E4A235968A8000CEC60 /* HobLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HobLib.c; sourceTree = ""; }; + A5716E4C235968A8000CEC60 /* S3PciSegmentLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3PciSegmentLib.c; sourceTree = ""; }; + A5716E4D235968A8000CEC60 /* BaseS3PciSegmentLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3PciSegmentLib.uni; sourceTree = ""; }; + A5716E4E235968A8000CEC60 /* BaseS3PciSegmentLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3PciSegmentLib.inf; sourceTree = ""; }; + A5716E50235968A8000CEC60 /* BasePciSegmentInfoLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciSegmentInfoLibNull.inf; sourceTree = ""; }; + A5716E51235968A8000CEC60 /* BasePciSegmentInfoLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciSegmentInfoLibNull.uni; sourceTree = ""; }; + A5716E52235968A8000CEC60 /* PciSegmentInfoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciSegmentInfoLib.c; sourceTree = ""; }; + A5716E54235968A8000CEC60 /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A5716E55235968A8000CEC60 /* SmmMemoryAllocationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmMemoryAllocationLib.uni; sourceTree = ""; }; + A5716E56235968A8000CEC60 /* SmmMemoryAllocationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmMemoryAllocationLib.inf; sourceTree = ""; }; + A5716E58235968A8000CEC60 /* BaseExtractGuidedSectionLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseExtractGuidedSectionLib.uni; sourceTree = ""; }; + A5716E59235968A8000CEC60 /* BaseExtractGuidedSectionLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseExtractGuidedSectionLib.inf; sourceTree = ""; }; + A5716E5A235968A8000CEC60 /* BaseExtractGuidedSectionLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseExtractGuidedSectionLib.c; sourceTree = ""; }; + A5716E5C235968A8000CEC60 /* UefiBootServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiBootServicesTableLib.uni; sourceTree = ""; }; + A5716E5D235968A8000CEC60 /* UefiBootServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiBootServicesTableLib.inf; sourceTree = ""; }; + A5716E5E235968A8000CEC60 /* UefiBootServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiBootServicesTableLib.c; sourceTree = ""; }; + A5716E60235968A8000CEC60 /* DebugLibConstructor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLibConstructor.c; sourceTree = ""; }; + A5716E61235968A8000CEC60 /* UefiDebugLibStdErr.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDebugLibStdErr.uni; sourceTree = ""; }; + A5716E62235968A8000CEC60 /* UefiDebugLibStdErr.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDebugLibStdErr.inf; sourceTree = ""; }; + A5716E63235968A8000CEC60 /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A5716E65235968A8000CEC60 /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A5716E66235968A8000CEC60 /* PeiMemoryAllocationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiMemoryAllocationLib.uni; sourceTree = ""; }; + A5716E67235968A8000CEC60 /* PeiMemoryAllocationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiMemoryAllocationLib.inf; sourceTree = ""; }; + A5716E69235968A8000CEC60 /* DevicePathUtilities.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePathUtilities.c; sourceTree = ""; }; + A5716E6A235968A8000CEC60 /* UefiDevicePathLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiDevicePathLib.c; sourceTree = ""; }; + A5716E6B235968A8000CEC60 /* DevicePathFromText.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePathFromText.c; sourceTree = ""; }; + A5716E6C235968A8000CEC60 /* UefiDevicePathLibOptionalDevicePathProtocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDevicePathLibOptionalDevicePathProtocol.uni; sourceTree = ""; }; + A5716E6D235968A8000CEC60 /* DevicePathToText.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DevicePathToText.c; sourceTree = ""; }; + A5716E6E235968A8000CEC60 /* UefiDevicePathLibOptionalDevicePathProtocol.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiDevicePathLibOptionalDevicePathProtocol.c; sourceTree = ""; }; + A5716E6F235968A8000CEC60 /* UefiDevicePathLibOptionalDevicePathProtocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDevicePathLibOptionalDevicePathProtocol.inf; sourceTree = ""; }; + A5716E70235968A8000CEC60 /* UefiDevicePathLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDevicePathLib.uni; sourceTree = ""; }; + A5716E71235968A8000CEC60 /* UefiDevicePathLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDevicePathLib.inf; sourceTree = ""; }; + A5716E72235968A8000CEC60 /* UefiDevicePathLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiDevicePathLib.h; sourceTree = ""; }; + A5716E74235968A8000CEC60 /* PeiHobLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiHobLib.uni; sourceTree = ""; }; + A5716E75235968A8000CEC60 /* PeiHobLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiHobLib.inf; sourceTree = ""; }; + A5716E76235968A8000CEC60 /* HobLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HobLib.c; sourceTree = ""; }; + A5716E78235968A8000CEC60 /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A5716E79235968A8000CEC60 /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A5716E7A235968A8000CEC60 /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A5716E7B235968A8000CEC60 /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A5716E7C235968A8000CEC60 /* MemLibGeneric.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGeneric.c; sourceTree = ""; }; + A5716E7D235968A8000CEC60 /* PeiMemoryLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiMemoryLib.inf; sourceTree = ""; }; + A5716E7E235968A8000CEC60 /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A5716E7F235968A8000CEC60 /* PeiMemoryLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiMemoryLib.uni; sourceTree = ""; }; + A5716E80235968A8000CEC60 /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A5716E81235968A8000CEC60 /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A5716E82235968A8000CEC60 /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A5716E83235968A8000CEC60 /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A5716E84235968A8000CEC60 /* MemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLib.c; sourceTree = ""; }; + A5716E85235968A8000CEC60 /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A5716E86235968A8000CEC60 /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A5716E87235968A8000CEC60 /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A5716E88235968A8000CEC60 /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A5716E89235968A8000CEC60 /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A5716E8B235968A8000CEC60 /* BaseIoLibIntrinsic.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoLibIntrinsic.inf; sourceTree = ""; }; + A5716E8C235968A8000CEC60 /* IoLibEbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibEbc.c; sourceTree = ""; }; + A5716E8D235968A8000CEC60 /* BaseIoLibIntrinsic.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoLibIntrinsic.uni; sourceTree = ""; }; + A5716E8E235968A8000CEC60 /* IoLibGcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibGcc.c; sourceTree = ""; }; + A5716E8F235968A8000CEC60 /* BaseIoLibIntrinsicSev.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoLibIntrinsicSev.inf; sourceTree = ""; }; + A5716E90235968A8000CEC60 /* BaseIoLibIntrinsicInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseIoLibIntrinsicInternal.h; sourceTree = ""; }; + A5716E91235968A8000CEC60 /* IoLibMmioBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibMmioBuffer.c; sourceTree = ""; }; + A5716E93235968A8000CEC60 /* IoFifo.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IoFifo.nasm; sourceTree = ""; }; + A5716E94235968A8000CEC60 /* IoFifoSev.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IoFifoSev.nasm; sourceTree = ""; }; + A5716E95235968A8000CEC60 /* IoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLib.c; sourceTree = ""; }; + A5716E96235968A8000CEC60 /* IoHighLevel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoHighLevel.c; sourceTree = ""; }; + A5716E97235968A8000CEC60 /* IoLibMsc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibMsc.c; sourceTree = ""; }; + A5716E99235968A8000CEC60 /* IoFifo.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IoFifo.nasm; sourceTree = ""; }; + A5716E9A235968A8000CEC60 /* IoFifoSev.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IoFifoSev.nasm; sourceTree = ""; }; + A5716E9B235968A8000CEC60 /* IoLibArm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibArm.c; sourceTree = ""; }; + A5716E9D235968A8000CEC60 /* ArmVirtMmio.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = ArmVirtMmio.S; sourceTree = ""; }; + A5716E9E235968A8000CEC60 /* ArmVirtMmio.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = ArmVirtMmio.asm; sourceTree = ""; }; + A5716E9F235968A8000CEC60 /* BaseIoLibIntrinsicArmVirt.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoLibIntrinsicArmVirt.inf; sourceTree = ""; }; + A5716EA1235968A8000CEC60 /* ArmVirtMmio.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = ArmVirtMmio.S; sourceTree = ""; }; + A5716EA2235968A8000CEC60 /* ArmVirtMmio.asm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm.asm; path = ArmVirtMmio.asm; sourceTree = ""; }; + A5716EA3235968A8000CEC60 /* IoLibArmVirt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibArmVirt.c; sourceTree = ""; }; + A5716EA4235968A8000CEC60 /* BaseIoLibIntrinsicArmVirt.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoLibIntrinsicArmVirt.uni; sourceTree = ""; }; + A5716EA6235968A8000CEC60 /* PeiPciSegmentLibPciCfg2.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPciSegmentLibPciCfg2.inf; sourceTree = ""; }; + A5716EA7235968A8000CEC60 /* PeiPciSegmentLibPciCfg2.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPciSegmentLibPciCfg2.uni; sourceTree = ""; }; + A5716EA8235968A8000CEC60 /* PciSegmentLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciSegmentLib.c; sourceTree = ""; }; + A5716EAA235968A8000CEC60 /* BasePeCoffGetEntryPointLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePeCoffGetEntryPointLib.uni; sourceTree = ""; }; + A5716EAB235968A8000CEC60 /* BasePeCoffGetEntryPointLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePeCoffGetEntryPointLib.inf; sourceTree = ""; }; + A5716EAC235968A8000CEC60 /* PeCoffGetEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeCoffGetEntryPoint.c; sourceTree = ""; }; + A5716EAE235968A8000CEC60 /* UefiDevicePathLibDevicePathProtocol.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDevicePathLibDevicePathProtocol.inf; sourceTree = ""; }; + A5716EAF235968A8000CEC60 /* UefiDevicePathLibDevicePathProtocol.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDevicePathLibDevicePathProtocol.uni; sourceTree = ""; }; + A5716EB0235968A8000CEC60 /* UefiDevicePathLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiDevicePathLib.c; sourceTree = ""; }; + A5716EB2235968A8000CEC60 /* SmmIoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmIoLib.c; sourceTree = ""; }; + A5716EB3235968A8000CEC60 /* SmmIoLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmIoLib.uni; sourceTree = ""; }; + A5716EB4235968A8000CEC60 /* SmmIoLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmIoLib.inf; sourceTree = ""; }; + A5716EB6235968A8000CEC60 /* HobLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HobLib.c; sourceTree = ""; }; + A5716EB7235968A8000CEC60 /* DxeCoreHobLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreHobLib.inf; sourceTree = ""; }; + A5716EB8235968A8000CEC60 /* DxeCoreHobLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeCoreHobLib.uni; sourceTree = ""; }; + A5716EBA235968A8000CEC60 /* UefiRuntimeServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiRuntimeServicesTableLib.uni; sourceTree = ""; }; + A5716EBB235968A8000CEC60 /* UefiRuntimeServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiRuntimeServicesTableLib.inf; sourceTree = ""; }; + A5716EBC235968A8000CEC60 /* UefiRuntimeServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiRuntimeServicesTableLib.c; sourceTree = ""; }; + A5716EBE235968A8000CEC60 /* PeiPcdLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiPcdLib.c; sourceTree = ""; }; + A5716EBF235968A8000CEC60 /* PeiPcdLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPcdLib.inf; sourceTree = ""; }; + A5716EC0235968A8000CEC60 /* PeiPcdLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiPcdLib.uni; sourceTree = ""; }; + A5716EC2235968A8000CEC60 /* SmmMemLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmMemLib.uni; sourceTree = ""; }; + A5716EC3235968A8000CEC60 /* SmmMemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmmMemLib.c; sourceTree = ""; }; + A5716EC4235968A8000CEC60 /* SmmMemLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmmMemLib.inf; sourceTree = ""; }; + A5716EC6235968A8000CEC60 /* UefiFileHandleLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiFileHandleLib.inf; sourceTree = ""; }; + A5716EC7235968A8000CEC60 /* UefiFileHandleLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiFileHandleLib.uni; sourceTree = ""; }; + A5716EC8235968A8000CEC60 /* UefiFileHandleLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiFileHandleLib.c; sourceTree = ""; }; + A5716ECA235968A8000CEC60 /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A5716ECB235968A8000CEC60 /* DxeRuntimeDebugLibSerialPort.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimeDebugLibSerialPort.inf; sourceTree = ""; }; + A5716ECC235968A8000CEC60 /* DxeRuntimeDebugLibSerialPort.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeRuntimeDebugLibSerialPort.uni; sourceTree = ""; }; + A5716ECE235968A8000CEC60 /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A5716ECF235968A8000CEC60 /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A5716ED0235968A8000CEC60 /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A5716ED1235968A8000CEC60 /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A5716ED3235968A8000CEC60 /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A5716ED4235968A8000CEC60 /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A5716ED5235968A8000CEC60 /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A5716ED6235968A8000CEC60 /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A5716ED7235968A8000CEC60 /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A5716ED8235968A8000CEC60 /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A5716ED9235968A8000CEC60 /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A5716EDA235968A8000CEC60 /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A5716EDB235968A8000CEC60 /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A5716EDC235968A8000CEC60 /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A5716EDD235968A8000CEC60 /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A5716EDE235968A8000CEC60 /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A5716EDF235968A8000CEC60 /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A5716EE0235968A8000CEC60 /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A5716EE2235968A8000CEC60 /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A5716EE3235968A8000CEC60 /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A5716EE4235968A8000CEC60 /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A5716EE5235968A8000CEC60 /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A5716EE6235968A8000CEC60 /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A5716EE7235968A8000CEC60 /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A5716EE8235968A8000CEC60 /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A5716EE9235968A8000CEC60 /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A5716EEA235968A8000CEC60 /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A5716EEB235968A8000CEC60 /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A5716EEC235968A8000CEC60 /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A5716EED235968A8000CEC60 /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A5716EEE235968A8000CEC60 /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A5716EEF235968A8000CEC60 /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A5716EF0235968A8000CEC60 /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A5716EF1235968A8000CEC60 /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A5716EF2235968A8000CEC60 /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A5716EF3235968A8000CEC60 /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A5716EF4235968A8000CEC60 /* BaseMemoryLibMmx.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibMmx.inf; sourceTree = ""; }; + A5716EF5235968A8000CEC60 /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A5716EF6235968A8000CEC60 /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A5716EF7235968A8000CEC60 /* BaseMemoryLibMmx.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibMmx.uni; sourceTree = ""; }; + A5716EF9235968A8000CEC60 /* BaseOrderedCollectionRedBlackTreeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseOrderedCollectionRedBlackTreeLib.inf; sourceTree = ""; }; + A5716EFA235968A8000CEC60 /* BaseOrderedCollectionRedBlackTreeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseOrderedCollectionRedBlackTreeLib.uni; sourceTree = ""; }; + A5716EFB235968A8000CEC60 /* BaseOrderedCollectionRedBlackTreeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseOrderedCollectionRedBlackTreeLib.c; sourceTree = ""; }; + A5716EFD235968A8000CEC60 /* UefiMemoryAllocationLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiMemoryAllocationLib.inf; sourceTree = ""; }; + A5716EFE235968A8000CEC60 /* MemoryAllocationLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemoryAllocationLib.c; sourceTree = ""; }; + A5716EFF235968A8000CEC60 /* UefiMemoryAllocationLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiMemoryAllocationLib.uni; sourceTree = ""; }; + A5716F01235968A8000CEC60 /* UefiRuntimeLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiRuntimeLib.uni; sourceTree = ""; }; + A5716F02235968A8000CEC60 /* UefiRuntimeLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiRuntimeLib.inf; sourceTree = ""; }; + A5716F03235968A8000CEC60 /* RuntimeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = RuntimeLib.c; sourceTree = ""; }; + A5716F05235968A8000CEC60 /* UefiDebugLibConOut.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDebugLibConOut.inf; sourceTree = ""; }; + A5716F06235968A8000CEC60 /* UefiDebugLibConOut.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiDebugLibConOut.uni; sourceTree = ""; }; + A5716F07235968A8000CEC60 /* DebugLibConstructor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLibConstructor.c; sourceTree = ""; }; + A5716F08235968A8000CEC60 /* DebugLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DebugLib.c; sourceTree = ""; }; + A5716F0A235968A8000CEC60 /* BasePciLibPciExpress.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciLibPciExpress.uni; sourceTree = ""; }; + A5716F0B235968A8000CEC60 /* BasePciLibPciExpress.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePciLibPciExpress.inf; sourceTree = ""; }; + A5716F0C235968A8000CEC60 /* PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciLib.c; sourceTree = ""; }; + A5716F0E235968A8000CEC60 /* UefiLibPrint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiLibPrint.c; sourceTree = ""; }; + A5716F0F235968A8000CEC60 /* UefiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiLib.uni; sourceTree = ""; }; + A5716F10235968A8000CEC60 /* UefiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiLib.inf; sourceTree = ""; }; + A5716F11235968A8000CEC60 /* UefiDriverModel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiDriverModel.c; sourceTree = ""; }; + A5716F12235968A8000CEC60 /* UefiNotTiano.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiNotTiano.c; sourceTree = ""; }; + A5716F13235968A8000CEC60 /* Console.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Console.c; sourceTree = ""; }; + A5716F14235968A8000CEC60 /* UefiLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UefiLib.c; sourceTree = ""; }; + A5716F15235968A8000CEC60 /* UefiLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiLibInternal.h; sourceTree = ""; }; + A5716F16235968A8000CEC60 /* Acpi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Acpi.c; sourceTree = ""; }; + A5716F18235968A8000CEC60 /* DxeHstiLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHstiLib.uni; sourceTree = ""; }; + A5716F19235968A8000CEC60 /* HstiDxe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HstiDxe.c; sourceTree = ""; }; + A5716F1A235968A8000CEC60 /* DxeHstiLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeHstiLib.inf; sourceTree = ""; }; + A5716F1B235968A8000CEC60 /* HstiAip.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HstiAip.c; sourceTree = ""; }; + A5716F1C235968A8000CEC60 /* HstiDxe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HstiDxe.h; sourceTree = ""; }; + A5716F1E235968A8000CEC60 /* PostCode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PostCode.c; sourceTree = ""; }; + A5716F1F235968A8000CEC60 /* BasePostCodeLibDebug.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePostCodeLibDebug.uni; sourceTree = ""; }; + A5716F20235968A8000CEC60 /* BasePostCodeLibDebug.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePostCodeLibDebug.inf; sourceTree = ""; }; + A5716F22235968A8000CEC60 /* BaseS3StallLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3StallLib.inf; sourceTree = ""; }; + A5716F23235968A8000CEC60 /* BaseS3StallLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3StallLib.uni; sourceTree = ""; }; + A5716F24235968A8000CEC60 /* S3StallLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3StallLib.c; sourceTree = ""; }; + A5716F26235968A8000CEC60 /* SetMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem64Wrapper.c; sourceTree = ""; }; + A5716F27235968A8000CEC60 /* ZeroMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ZeroMemWrapper.c; sourceTree = ""; }; + A5716F28235968A8000CEC60 /* BaseMemoryLibOptPei.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibOptPei.uni; sourceTree = ""; }; + A5716F29235968A8000CEC60 /* CopyMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CopyMemWrapper.c; sourceTree = ""; }; + A5716F2A235968A8000CEC60 /* ScanMem64Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem64Wrapper.c; sourceTree = ""; }; + A5716F2B235968A8000CEC60 /* BaseMemoryLibOptPei.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseMemoryLibOptPei.inf; sourceTree = ""; }; + A5716F2D235968A8000CEC60 /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A5716F2E235968A8000CEC60 /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A5716F2F235968A8000CEC60 /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A5716F30235968A8000CEC60 /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A5716F31235968A8000CEC60 /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A5716F32235968A8000CEC60 /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A5716F33235968A8000CEC60 /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A5716F34235968A8000CEC60 /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A5716F35235968A8000CEC60 /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A5716F36235968A8000CEC60 /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A5716F37235968A8000CEC60 /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A5716F38235968A8000CEC60 /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A5716F39235968A8000CEC60 /* ScanMem8Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem8Wrapper.c; sourceTree = ""; }; + A5716F3A235968A8000CEC60 /* SetMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem32Wrapper.c; sourceTree = ""; }; + A5716F3C235968A8000CEC60 /* ZeroMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ZeroMem.nasm; sourceTree = ""; }; + A5716F3D235968A8000CEC60 /* CompareMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CompareMem.nasm; sourceTree = ""; }; + A5716F3E235968A8000CEC60 /* SetMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem16.nasm; sourceTree = ""; }; + A5716F3F235968A8000CEC60 /* ScanMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem64.nasm; sourceTree = ""; }; + A5716F40235968A8000CEC60 /* ScanMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem32.nasm; sourceTree = ""; }; + A5716F41235968A8000CEC60 /* SetMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem.nasm; sourceTree = ""; }; + A5716F42235968A8000CEC60 /* IsZeroBuffer.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = IsZeroBuffer.nasm; sourceTree = ""; }; + A5716F43235968A8000CEC60 /* SetMem64.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem64.nasm; sourceTree = ""; }; + A5716F44235968A8000CEC60 /* ScanMem8.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem8.nasm; sourceTree = ""; }; + A5716F45235968A8000CEC60 /* SetMem32.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = SetMem32.nasm; sourceTree = ""; }; + A5716F46235968A8000CEC60 /* ScanMem16.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = ScanMem16.nasm; sourceTree = ""; }; + A5716F47235968A8000CEC60 /* CopyMem.nasm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.nasm; path = CopyMem.nasm; sourceTree = ""; }; + A5716F48235968A8000CEC60 /* ScanMem32Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem32Wrapper.c; sourceTree = ""; }; + A5716F49235968A8000CEC60 /* IsZeroBufferWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsZeroBufferWrapper.c; sourceTree = ""; }; + A5716F4A235968A8000CEC60 /* SetMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMemWrapper.c; sourceTree = ""; }; + A5716F4B235968A8000CEC60 /* CompareMemWrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CompareMemWrapper.c; sourceTree = ""; }; + A5716F4C235968A8000CEC60 /* SetMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SetMem16Wrapper.c; sourceTree = ""; }; + A5716F4D235968A8000CEC60 /* MemLibGuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = MemLibGuid.c; sourceTree = ""; }; + A5716F4E235968A8000CEC60 /* MemLibInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemLibInternals.h; sourceTree = ""; }; + A5716F4F235968A8000CEC60 /* ScanMem16Wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ScanMem16Wrapper.c; sourceTree = ""; }; + A5716F51235968A8000CEC60 /* UefiPciLibPciRootBridgeIo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiPciLibPciRootBridgeIo.uni; sourceTree = ""; }; + A5716F52235968A8000CEC60 /* UefiPciLibPciRootBridgeIo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiPciLibPciRootBridgeIo.inf; sourceTree = ""; }; + A5716F53235968A8000CEC60 /* PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PciLib.c; sourceTree = ""; }; + A5716F55235968A8000CEC60 /* PeimEntryPoint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeimEntryPoint.c; sourceTree = ""; }; + A5716F56235968A8000CEC60 /* PeimEntryPoint.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeimEntryPoint.uni; sourceTree = ""; }; + A5716F57235968A8000CEC60 /* PeimEntryPoint.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeimEntryPoint.inf; sourceTree = ""; }; + A5716F59235968A8000CEC60 /* SmiHandlerProfileLibNull.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SmiHandlerProfileLibNull.c; sourceTree = ""; }; + A5716F5A235968A8000CEC60 /* SmiHandlerProfileLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmiHandlerProfileLibNull.inf; sourceTree = ""; }; + A5716F5B235968A8000CEC60 /* SmiHandlerProfileLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = SmiHandlerProfileLibNull.uni; sourceTree = ""; }; + A5716F5D235968A8000CEC60 /* S3PciLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = S3PciLib.c; sourceTree = ""; }; + A5716F5E235968A8000CEC60 /* BaseS3PciLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3PciLib.uni; sourceTree = ""; }; + A5716F5F235968A8000CEC60 /* BaseS3PciLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseS3PciLib.inf; sourceTree = ""; }; + A5716F61235968A8000CEC60 /* PrintLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrintLibInternal.h; sourceTree = ""; }; + A5716F62235968A8000CEC60 /* PrintLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PrintLib.c; sourceTree = ""; }; + A5716F63235968A8000CEC60 /* BasePrintLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePrintLib.inf; sourceTree = ""; }; + A5716F64235968A8000CEC60 /* BasePrintLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePrintLib.uni; sourceTree = ""; }; + A5716F65235968A8000CEC60 /* PrintLibInternal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PrintLibInternal.c; sourceTree = ""; }; + A5716F67235968A8000CEC60 /* IoLibMmioBuffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLibMmioBuffer.c; sourceTree = ""; }; + A5716F68235968A8000CEC60 /* IoLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoLib.c; sourceTree = ""; }; + A5716F69235968A8000CEC60 /* IoHighLevel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoHighLevel.c; sourceTree = ""; }; + A5716F6A235968A8000CEC60 /* PeiIoLibCpuIo.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiIoLibCpuIo.uni; sourceTree = ""; }; + A5716F6B235968A8000CEC60 /* PeiIoLibCpuIo.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiIoLibCpuIo.inf; sourceTree = ""; }; + A5716F6D235968A9000CEC60 /* BaseReportStatusCodeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseReportStatusCodeLib.c; sourceTree = ""; }; + A5716F6E235968A9000CEC60 /* BaseReportStatusCodeLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseReportStatusCodeLibNull.uni; sourceTree = ""; }; + A5716F6F235968A9000CEC60 /* BaseReportStatusCodeLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseReportStatusCodeLibNull.inf; sourceTree = ""; }; + A5716F71235968A9000CEC60 /* DxeServicesTableLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeServicesTableLib.c; sourceTree = ""; }; + A5716F72235968A9000CEC60 /* DxeServicesTableLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeServicesTableLib.inf; sourceTree = ""; }; + A5716F73235968A9000CEC60 /* DxeServicesTableLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeServicesTableLib.uni; sourceTree = ""; }; + A5716F75235968A9000CEC60 /* BasePeCoffExtraActionLibNull.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BasePeCoffExtraActionLibNull.inf; sourceTree = ""; }; + A5716F76235968A9000CEC60 /* PeCoffExtraActionLibNull.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeCoffExtraActionLibNull.uni; sourceTree = ""; }; + A5716F77235968A9000CEC60 /* PeCoffExtraActionLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeCoffExtraActionLib.c; sourceTree = ""; }; + A5716F79235968A9000CEC60 /* UsbDxeLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = UsbDxeLib.c; sourceTree = ""; }; + A5716F7A235968A9000CEC60 /* UefiUsbLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiUsbLib.inf; sourceTree = ""; }; + A5716F7B235968A9000CEC60 /* UefiUsbLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = UefiUsbLib.uni; sourceTree = ""; }; + A5716F7C235968A9000CEC60 /* Hid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Hid.c; sourceTree = ""; }; + A5716F7D235968A9000CEC60 /* UefiUsbLibInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UefiUsbLibInternal.h; sourceTree = ""; }; + A5716F7E235968A9000CEC60 /* MdePkg.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdePkg.dec; sourceTree = ""; }; + A5716F7F235968A9000CEC60 /* MdePkg.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdePkg.uni; sourceTree = ""; }; + A5716F80235968A9000CEC60 /* MdePkgExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdePkgExtra.uni; sourceTree = ""; }; + A5716F81235968A9000CEC60 /* MdePkg.dsc */ = {isa = PBXFileReference; lastKnownFileType = text; path = MdePkg.dsc; sourceTree = ""; }; + A5716F82235968BE000CEC60 /* Nasm.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = Nasm.inc; path = ../../Nasm.inc; sourceTree = ""; }; + A5716F85235968CC000CEC60 /* PcAtChipsetPkg.dec */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcAtChipsetPkg.dec; sourceTree = ""; }; + A5716F86235968CC000CEC60 /* PcAtChipsetPkg.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcAtChipsetPkg.uni; sourceTree = ""; }; + A5716F88235968CC000CEC60 /* IsaAcpi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsaAcpi.c; sourceTree = ""; }; + A5716F89235968CC000CEC60 /* IsaAcpiExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaAcpiExtra.uni; sourceTree = ""; }; + A5716F8A235968CC000CEC60 /* PcatIsaAcpi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcatIsaAcpi.h; sourceTree = ""; }; + A5716F8B235968CC000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A5716F8C235968CC000CEC60 /* IsaAcpi.c.bak */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaAcpi.c.bak; sourceTree = ""; }; + A5716F8D235968CC000CEC60 /* PcatIsaAcpi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PcatIsaAcpi.c; sourceTree = ""; }; + A5716F8E235968CC000CEC60 /* IsaAcpi.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaAcpi.inf; sourceTree = ""; }; + A5716F8F235968CC000CEC60 /* IsaAcpi.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaAcpi.uni; sourceTree = ""; }; + A5716F91235968CC000CEC60 /* HpetTimerDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HpetTimerDxe.uni; sourceTree = ""; }; + A5716F92235968CC000CEC60 /* HpetTimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = HpetTimer.c; sourceTree = ""; }; + A5716F93235968CC000CEC60 /* HpetTimerDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = HpetTimerDxeExtra.uni; sourceTree = ""; }; + A5716F94235968CC000CEC60 /* HpetTimerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = HpetTimerDxe.inf; sourceTree = ""; }; + A5716F95235968CC000CEC60 /* PcAtChipsetPkg.dsc */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcAtChipsetPkg.dsc; sourceTree = ""; }; + A5716F98235968CC000CEC60 /* IoApicLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IoApicLib.h; sourceTree = ""; }; + A5716F9A235968CC000CEC60 /* IoApic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IoApic.h; sourceTree = ""; }; + A5716F9B235968CC000CEC60 /* Hpet.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Hpet.h; sourceTree = ""; }; + A5716F9D235968CC000CEC60 /* PcAtChipsetTokenSpace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcAtChipsetTokenSpace.h; sourceTree = ""; }; + A5716FA1235968CC000CEC60 /* IdeController.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IdeController.c; sourceTree = ""; }; + A5716FA2235968CC000CEC60 /* IdeControllerExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IdeControllerExtra.uni; sourceTree = ""; }; + A5716FA3235968CC000CEC60 /* IdeControllerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IdeControllerDxe.inf; sourceTree = ""; }; + A5716FA4235968CC000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A5716FA5235968CC000CEC60 /* IdeController.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IdeController.uni; sourceTree = ""; }; + A5716FA6235968CC000CEC60 /* IdeController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IdeController.h; sourceTree = ""; }; + A5716FA9235968CC000CEC60 /* DxeAcpiTimerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeAcpiTimerLib.uni; sourceTree = ""; }; + A5716FAA235968CC000CEC60 /* DxeAcpiTimerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DxeAcpiTimerLib.inf; sourceTree = ""; }; + A5716FAB235968CC000CEC60 /* BaseAcpiTimerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseAcpiTimerLib.uni; sourceTree = ""; }; + A5716FAC235968CC000CEC60 /* BaseAcpiTimerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseAcpiTimerLib.inf; sourceTree = ""; }; + A5716FAD235968CC000CEC60 /* BaseAcpiTimerLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = BaseAcpiTimerLib.c; sourceTree = ""; }; + A5716FAE235968CC000CEC60 /* PeiAcpiTimerLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiAcpiTimerLib.inf; sourceTree = ""; }; + A5716FAF235968CC000CEC60 /* PeiAcpiTimerLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PeiAcpiTimerLib.uni; sourceTree = ""; }; + A5716FB0235968CC000CEC60 /* DxeAcpiTimerLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DxeAcpiTimerLib.c; sourceTree = ""; }; + A5716FB1235968CC000CEC60 /* PeiAcpiTimerLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PeiAcpiTimerLib.c; sourceTree = ""; }; + A5716FB2235968CC000CEC60 /* AcpiTimerLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = AcpiTimerLib.c; sourceTree = ""; }; + A5716FB4235968CC000CEC60 /* BaseIoApicLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoApicLib.uni; sourceTree = ""; }; + A5716FB5235968CC000CEC60 /* BaseIoApicLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = BaseIoApicLib.inf; sourceTree = ""; }; + A5716FB6235968CC000CEC60 /* IoApicLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IoApicLib.c; sourceTree = ""; }; + A5716FB8235968CC000CEC60 /* ResetSystemLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ResetSystemLib.c; sourceTree = ""; }; + A5716FB9235968CC000CEC60 /* ResetSystemLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemLib.uni; sourceTree = ""; }; + A5716FBA235968CC000CEC60 /* ResetSystemLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = ResetSystemLib.inf; sourceTree = ""; }; + A5716FBC235968CC000CEC60 /* SerialPortLib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SerialPortLib.c; sourceTree = ""; }; + A5716FBD235968CC000CEC60 /* SerialIoLib.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = SerialIoLib.inf; sourceTree = ""; }; + A5716FBE235968CC000CEC60 /* PcAtSerialPortLib.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcAtSerialPortLib.uni; sourceTree = ""; }; + A5716FC0235968CC000CEC60 /* Legacy8259Extra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Legacy8259Extra.uni; sourceTree = ""; }; + A5716FC1235968CC000CEC60 /* 8259.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = 8259.c; sourceTree = ""; }; + A5716FC2235968CC000CEC60 /* 8259.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = 8259.inf; sourceTree = ""; }; + A5716FC3235968CC000CEC60 /* Legacy8259.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Legacy8259.uni; sourceTree = ""; }; + A5716FC4235968CC000CEC60 /* 8259.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 8259.h; sourceTree = ""; }; + A5716FC5235968CC000CEC60 /* PcAtChipsetPkgExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcAtChipsetPkgExtra.uni; sourceTree = ""; }; + A5716FC7235968CC000CEC60 /* Timer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Timer.c; sourceTree = ""; }; + A5716FC8235968CC000CEC60 /* Timer.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Timer.uni; sourceTree = ""; }; + A5716FC9235968CC000CEC60 /* 8254Timer.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = 8254Timer.inf; sourceTree = ""; }; + A5716FCA235968CC000CEC60 /* Timer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Timer.h; sourceTree = ""; }; + A5716FCB235968CC000CEC60 /* TimerExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = TimerExtra.uni; sourceTree = ""; }; + A5716FCD235968CC000CEC60 /* PcatRealTimeClockRuntimeDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcatRealTimeClockRuntimeDxe.inf; sourceTree = ""; }; + A5716FCE235968CC000CEC60 /* PcRtc.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcRtc.uni; sourceTree = ""; }; + A5716FCF235968CC000CEC60 /* PcRtc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PcRtc.c; sourceTree = ""; }; + A5716FD0235968CC000CEC60 /* PcRtcEntry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = PcRtcEntry.c; sourceTree = ""; }; + A5716FD1235968CC000CEC60 /* PcRtcExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = PcRtcExtra.uni; sourceTree = ""; }; + A5716FD2235968CC000CEC60 /* PcRtc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PcRtc.h; sourceTree = ""; }; + A5716FD5235A1576000CEC60 /* InternalIsaBus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalIsaBus.h; sourceTree = ""; }; + A5716FD6235A1576000CEC60 /* IsaBusDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaBusDxeExtra.uni; sourceTree = ""; }; + A5716FD7235A1576000CEC60 /* IsaIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsaIo.c; sourceTree = ""; }; + A5716FD8235A1576000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A5716FD9235A1576000CEC60 /* IsaBusDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaBusDxe.inf; sourceTree = ""; }; + A5716FDA235A1576000CEC60 /* InternalIsaIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InternalIsaIo.h; sourceTree = ""; }; + A5716FDB235A1576000CEC60 /* IsaBusDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaBusDxe.uni; sourceTree = ""; }; + A5716FDC235A1576000CEC60 /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A5716FDD235A1576000CEC60 /* IsaBus.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsaBus.c; sourceTree = ""; }; + A5716FDF235A1576000CEC60 /* IsaIoDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaIoDxeExtra.uni; sourceTree = ""; }; + A5716FE0235A1576000CEC60 /* IsaIoDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaIoDxe.inf; sourceTree = ""; }; + A5716FE1235A1576000CEC60 /* IsaDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsaDriver.h; sourceTree = ""; }; + A5716FE2235A1576000CEC60 /* IsaIo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsaIo.c; sourceTree = ""; }; + A5716FE3235A1576000CEC60 /* IsaIoDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaIoDxe.uni; sourceTree = ""; }; + A5716FE4235A1576000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A5716FE5235A1576000CEC60 /* IsaIo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IsaIo.h; sourceTree = ""; }; + A5716FE6235A1576000CEC60 /* IsaDriver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = IsaDriver.c; sourceTree = ""; }; + A5716FE7235A1576000CEC60 /* ComponentName.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ComponentName.h; sourceTree = ""; }; + A5716FE9235A1576000CEC60 /* Ps2MouseAbsolutePointerDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2MouseAbsolutePointerDxeExtra.uni; sourceTree = ""; }; + A5716FEA235A1576000CEC60 /* Ps2MouseAbsolutePointer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2MouseAbsolutePointer.c; sourceTree = ""; }; + A5716FEB235A1576000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A5716FEC235A1576000CEC60 /* CommPs2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommPs2.h; sourceTree = ""; }; + A5716FED235A1576000CEC60 /* Ps2MouseAbsolutePointerDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2MouseAbsolutePointerDxe.inf; sourceTree = ""; }; + A5716FEE235A1576000CEC60 /* CommPs2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CommPs2.c; sourceTree = ""; }; + A5716FEF235A1576000CEC60 /* Ps2MouseAbsolutePointerDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2MouseAbsolutePointerDxe.uni; sourceTree = ""; }; + A5716FF0235A1576000CEC60 /* Ps2MouseAbsolutePointer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ps2MouseAbsolutePointer.h; sourceTree = ""; }; + A5716FF2235A1576000CEC60 /* Ps2KbdTextIn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2KbdTextIn.c; sourceTree = ""; }; + A5716FF3235A1576000CEC60 /* Ps2KeyboardDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2KeyboardDxeExtra.uni; sourceTree = ""; }; + A5716FF4235A1576000CEC60 /* Ps2Keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2Keyboard.c; sourceTree = ""; }; + A5716FF5235A1576000CEC60 /* Ps2KbdCtrller.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2KbdCtrller.c; sourceTree = ""; }; + A5716FF6235A1576000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A5716FF7235A1576000CEC60 /* Ps2keyboardDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2keyboardDxe.inf; sourceTree = ""; }; + A5716FF8235A1576000CEC60 /* Ps2KeyboardDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2KeyboardDxe.uni; sourceTree = ""; }; + A5716FF9235A1576000CEC60 /* Ps2Keyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ps2Keyboard.h; sourceTree = ""; }; + A5716FFB235A1576000CEC60 /* Serial.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Serial.c; sourceTree = ""; }; + A5716FFC235A1576000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A5716FFD235A1576000CEC60 /* Serial.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Serial.h; sourceTree = ""; }; + A5716FFE235A1576000CEC60 /* IsaSerialDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaSerialDxe.inf; sourceTree = ""; }; + A5716FFF235A1576000CEC60 /* IsaSerialDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaSerialDxeExtra.uni; sourceTree = ""; }; + A5717000235A1576000CEC60 /* IsaSerialDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = IsaSerialDxe.uni; sourceTree = ""; }; + A5717002235A1576000CEC60 /* Ps2Mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Ps2Mouse.c; sourceTree = ""; }; + A5717003235A1576000CEC60 /* ComponentName.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ComponentName.c; sourceTree = ""; }; + A5717004235A1576000CEC60 /* CommPs2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommPs2.h; sourceTree = ""; }; + A5717005235A1576000CEC60 /* Ps2Mouse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ps2Mouse.h; sourceTree = ""; }; + A5717006235A1576000CEC60 /* Ps2MouseDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = Ps2MouseDxe.inf; sourceTree = ""; }; + A5717007235A1576000CEC60 /* CommPs2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CommPs2.c; sourceTree = ""; }; + A5717009235A1871000CEC60 /* DataHub.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DataHub.c; sourceTree = ""; }; + A571700A235A1871000CEC60 /* DataHubDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DataHubDxe.uni; sourceTree = ""; }; + A571700B235A1871000CEC60 /* DataHubDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DataHubDxe.inf; sourceTree = ""; }; + A571700C235A1871000CEC60 /* DataHubDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DataHubDxeExtra.uni; sourceTree = ""; }; + A571700D235A1871000CEC60 /* DataHub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DataHub.h; sourceTree = ""; }; + A571700F235A187C000CEC60 /* DataHubStdErrDxeExtra.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DataHubStdErrDxeExtra.uni; sourceTree = ""; }; + A5717010235A187C000CEC60 /* DataHubStdErr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DataHubStdErr.c; sourceTree = ""; }; + A5717011235A187C000CEC60 /* DataHubStdErrDxe.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DataHubStdErrDxe.inf; sourceTree = ""; }; + A5717012235A187C000CEC60 /* DataHubStdErrDxe.uni */ = {isa = PBXFileReference; lastKnownFileType = text; path = DataHubStdErrDxe.uni; sourceTree = ""; }; + A5717014235A188B000CEC60 /* DriverOverride.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DriverOverride.c; sourceTree = ""; }; + A5717015235A188B000CEC60 /* DriverOverride.inf */ = {isa = PBXFileReference; lastKnownFileType = text; path = DriverOverride.inf; 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 = ""; }; @@ -6168,6 +5559,10 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + A5715F9B23596842000CEC60 /* CompilerIntrinsicsLib.lib in Frameworks */, + A5715F9A23596842000CEC60 /* CompilerIntrinsicsLib.lib in Frameworks */, + A5715F9C23596842000CEC60 /* CompilerIntrinsicsLib.lib in Frameworks */, + A5715F9923596842000CEC60 /* CompilerIntrinsicsLib.lib in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6352,6 +5747,9 @@ 12AAF5051DBE167600A52B12 /* AppleUITheme */, A5E284202347AE900068ED34 /* AptioInputFix */, 12AAF3C41DB7743E00A52B12 /* DriverOverride */, + A5717008235A1871000CEC60 /* DataHubDxe */, + A571700E235A187C000CEC60 /* DataHubStdErrDxe */, + A5717013235A188B000CEC60 /* DriverOverride */, 12AAF3C71DB7744B00A52B12 /* DumpUefiCalls */, 12AAF3E01DB7745A00A52B12 /* EmuVariableUefi */, 12AAF3A21DB75DAA00A52B12 /* FirmwareVolume */, @@ -7514,9 +6912,9 @@ A51C783521E0981C001385A7 /* AudioDxe */, 12C86C641DE4272F00BF4974 /* DVDBus */, 12C86C691DE4272F00BF4974 /* DVDDisk */, + A5716FD3235A1576000CEC60 /* Isa */, 12C86C6E1DE4272F00BF4974 /* OhciDxe */, 12C86C7F1DE4272F00BF4974 /* PartitionDxe */, - 12C86C881DE4272F00BF4974 /* Ps2MouseDxe */, 12C86C8F1DE4272F00BF4974 /* SataControllerDxe */, 12C86C941DE4272F00BF4974 /* UsbBusDxe */, 12C86CA31DE4272F00BF4974 /* UsbKbDxe */, @@ -7615,19 +7013,6 @@ path = PartitionDxe; sourceTree = ""; }; - 12C86C881DE4272F00BF4974 /* Ps2MouseDxe */ = { - isa = PBXGroup; - children = ( - 12C86C891DE4272F00BF4974 /* CommPs2.c */, - 12C86C8A1DE4272F00BF4974 /* CommPs2.h */, - 12C86C8B1DE4272F00BF4974 /* ComponentName.c */, - 12C86C8C1DE4272F00BF4974 /* Ps2Mouse.c */, - 12C86C8D1DE4272F00BF4974 /* Ps2Mouse.h */, - 12C86C8E1DE4272F00BF4974 /* Ps2MouseDxe.inf */, - ); - path = Ps2MouseDxe; - sourceTree = ""; - }; 12C86C8F1DE4272F00BF4974 /* SataControllerDxe */ = { isa = PBXGroup; children = ( @@ -7948,6 +7333,7 @@ isa = PBXGroup; children = ( A571B3282320523B003BC0AA /* FromEDK2 */, + A5716F82235968BE000CEC60 /* Nasm.inc */, 126151371A15BB7700903E7B /* CloverGUI */, 2C794ADD1A0AA85900D845B0 /* Include */, 12C865541DE426F600BF4974 /* Library */, @@ -8168,10475 +7554,9371 @@ path = HdaController; sourceTree = ""; }; - A542921A233538600001F42A /* BaseTools */ = { + A5715BCE23596841000CEC60 /* BaseTools */ = { isa = PBXGroup; children = ( - A542921B233538600001F42A /* GNUmakefile */, - A542921C233538600001F42A /* Bin */, - A5429244233538600001F42A /* Makefile */, - A5429245233538600001F42A /* BinWrappers */, - A5429276233538600001F42A /* Source */, - A5429788233538630001F42A /* set_vsprefix_envs.bat */, - A5429789233538630001F42A /* Tests */, - A542979B233538630001F42A /* toolsetup.bat */, - A542979C233538630001F42A /* .gitignore */, - A542979D233538630001F42A /* Scripts */, - A54297CD233538630001F42A /* ReadMe.txt */, - A54297CE233538630001F42A /* UserManuals */, - A54297E3233538630001F42A /* Change_to_BaseTools.txt */, - A54297E4233538630001F42A /* Conf */, - A54297EE233538630001F42A /* get_vsvars.bat */, - A54297EF233538630001F42A /* BuildEnv */, + A5715BCF23596841000CEC60 /* GNUmakefile */, + A5715BD023596841000CEC60 /* Bin */, + A5715BF823596841000CEC60 /* Makefile */, + A5715BF923596841000CEC60 /* BinWrappers */, + A5715C2A23596841000CEC60 /* Source */, + A5715F3823596842000CEC60 /* set_vsprefix_envs.bat */, + A5715F3923596842000CEC60 /* Tests */, + A5715F4423596842000CEC60 /* toolsetup.bat */, + A5715F4523596842000CEC60 /* .gitignore */, + A5715F4623596842000CEC60 /* Scripts */, + A5715F7623596842000CEC60 /* ReadMe.txt */, + A5715F7723596842000CEC60 /* UserManuals */, + A5715F8C23596842000CEC60 /* Change_to_BaseTools.txt */, + A5715F8D23596842000CEC60 /* Conf */, + A5715F9723596842000CEC60 /* get_vsvars.bat */, + A5715F9823596842000CEC60 /* BuildEnv */, ); name = BaseTools; path = ../../../BaseTools; sourceTree = ""; }; - A542921C233538600001F42A /* Bin */ = { + A5715BD023596841000CEC60 /* Bin */ = { isa = PBXGroup; children = ( - A542921D233538600001F42A /* CYGWIN_NT-5.1-i686 */, - A5429239233538600001F42A /* Darwin-i386 */, - A5429243233538600001F42A /* externals.txt */, + A5715BED23596841000CEC60 /* Darwin-i386 */, + A5715BF723596841000CEC60 /* externals.txt */, ); path = Bin; sourceTree = ""; }; - A542921D233538600001F42A /* CYGWIN_NT-5.1-i686 */ = { + A5715BED23596841000CEC60 /* Darwin-i386 */ = { isa = PBXGroup; children = ( - A542921E233538600001F42A /* GenFds */, - A542921F233538600001F42A /* Split */, - A5429220233538600001F42A /* LzmaF86Compress */, - A5429221233538600001F42A /* GenSec */, - A5429222233538600001F42A /* GenFw */, - A5429223233538600001F42A /* EfiLdrImage */, - A5429224233538600001F42A /* GnuGenBootSector */, - A5429225233538600001F42A /* GenFv */, - A5429226233538600001F42A /* RunToolFromSource */, - A5429227233538600001F42A /* RunBinToolFromBuildDir */, - A5429228233538600001F42A /* LzmaCompress */, - A5429229233538600001F42A /* GenVtf */, - A542922A233538600001F42A /* GenCrc32 */, - A542922B233538600001F42A /* Trim */, - A542922C233538600001F42A /* GenDepex */, - A542922D233538600001F42A /* GenPage */, - A542922E233538600001F42A /* VolInfo */, - A542922F233538600001F42A /* TianoCompress */, - A5429230233538600001F42A /* build */, - A5429231233538600001F42A /* armcc_wrapper.py */, - A5429232233538600001F42A /* BootSectImage */, - A5429233233538600001F42A /* TargetTool */, - A5429234233538600001F42A /* GenFfs */, - A5429235233538600001F42A /* Ecc */, - A5429236233538600001F42A /* BuildEnv */, - A5429237233538600001F42A /* VfrCompile */, - A5429238233538600001F42A /* EfiRom */, - ); - path = "CYGWIN_NT-5.1-i686"; - sourceTree = ""; - }; - A5429239233538600001F42A /* Darwin-i386 */ = { - isa = PBXGroup; - children = ( - A542923A233538600001F42A /* Arm */, + A5715BEE23596841000CEC60 /* Arm */, ); path = "Darwin-i386"; sourceTree = ""; }; - A542923A233538600001F42A /* Arm */ = { + A5715BEE23596841000CEC60 /* Arm */ = { isa = PBXGroup; children = ( - A542923B233538600001F42A /* RELEASE_XCODE31 */, - A542923D233538600001F42A /* DEBUG_XCODE32 */, - A542923F233538600001F42A /* RELEASE_XCODE32 */, - A5429241233538600001F42A /* DEBUG_XCODE31 */, + A5715BEF23596841000CEC60 /* RELEASE_XCODE31 */, + A5715BF123596841000CEC60 /* DEBUG_XCODE32 */, + A5715BF323596841000CEC60 /* RELEASE_XCODE32 */, + A5715BF523596841000CEC60 /* DEBUG_XCODE31 */, ); path = Arm; sourceTree = ""; }; - A542923B233538600001F42A /* RELEASE_XCODE31 */ = { + A5715BEF23596841000CEC60 /* RELEASE_XCODE31 */ = { isa = PBXGroup; children = ( - A542923C233538600001F42A /* CompilerIntrinsicsLib.lib */, + A5715BF023596841000CEC60 /* CompilerIntrinsicsLib.lib */, ); path = RELEASE_XCODE31; sourceTree = ""; }; - A542923D233538600001F42A /* DEBUG_XCODE32 */ = { + A5715BF123596841000CEC60 /* DEBUG_XCODE32 */ = { isa = PBXGroup; children = ( - A542923E233538600001F42A /* CompilerIntrinsicsLib.lib */, + A5715BF223596841000CEC60 /* CompilerIntrinsicsLib.lib */, ); path = DEBUG_XCODE32; sourceTree = ""; }; - A542923F233538600001F42A /* RELEASE_XCODE32 */ = { + A5715BF323596841000CEC60 /* RELEASE_XCODE32 */ = { isa = PBXGroup; children = ( - A5429240233538600001F42A /* CompilerIntrinsicsLib.lib */, + A5715BF423596841000CEC60 /* CompilerIntrinsicsLib.lib */, ); path = RELEASE_XCODE32; sourceTree = ""; }; - A5429241233538600001F42A /* DEBUG_XCODE31 */ = { + A5715BF523596841000CEC60 /* DEBUG_XCODE31 */ = { isa = PBXGroup; children = ( - A5429242233538600001F42A /* CompilerIntrinsicsLib.lib */, + A5715BF623596841000CEC60 /* CompilerIntrinsicsLib.lib */, ); path = DEBUG_XCODE31; sourceTree = ""; }; - A5429245233538600001F42A /* BinWrappers */ = { + A5715BF923596841000CEC60 /* BinWrappers */ = { isa = PBXGroup; children = ( - A5429246233538600001F42A /* WindowsLike */, - A5429256233538600001F42A /* PosixLike */, + A5715BFA23596841000CEC60 /* WindowsLike */, + A5715C0A23596841000CEC60 /* PosixLike */, ); path = BinWrappers; sourceTree = ""; }; - A5429246233538600001F42A /* WindowsLike */ = { + A5715BFA23596841000CEC60 /* WindowsLike */ = { isa = PBXGroup; children = ( - A5429247233538600001F42A /* BPDG.bat */, - A5429248233538600001F42A /* UPT.bat */, - A5429249233538600001F42A /* PatchPcdValue.bat */, - A542924A233538600001F42A /* GenFds.bat */, - A542924B233538600001F42A /* GenerateCapsule.bat */, - A542924C233538600001F42A /* TargetTool.bat */, - A542924D233538600001F42A /* build.bat */, - A542924E233538600001F42A /* Rsa2048Sha256Sign.bat */, - A542924F233538600001F42A /* Rsa2048Sha256GenerateKeys.bat */, - A5429250233538600001F42A /* GenDepex.bat */, - A5429251233538600001F42A /* Pkcs7Sign.bat */, - A5429252233538600001F42A /* Ecc.bat */, - A5429253233538600001F42A /* GenPatchPcdTable.bat */, - A5429254233538600001F42A /* Trim.bat */, - A5429255233538600001F42A /* BrotliCompress.bat */, + A5715BFB23596841000CEC60 /* BPDG.bat */, + A5715BFC23596841000CEC60 /* UPT.bat */, + A5715BFD23596841000CEC60 /* PatchPcdValue.bat */, + A5715BFE23596841000CEC60 /* GenFds.bat */, + A5715BFF23596841000CEC60 /* GenerateCapsule.bat */, + A5715C0023596841000CEC60 /* TargetTool.bat */, + A5715C0123596841000CEC60 /* build.bat */, + A5715C0223596841000CEC60 /* Rsa2048Sha256Sign.bat */, + A5715C0323596841000CEC60 /* Rsa2048Sha256GenerateKeys.bat */, + A5715C0423596841000CEC60 /* GenDepex.bat */, + A5715C0523596841000CEC60 /* Pkcs7Sign.bat */, + A5715C0623596841000CEC60 /* Ecc.bat */, + A5715C0723596841000CEC60 /* GenPatchPcdTable.bat */, + A5715C0823596841000CEC60 /* Trim.bat */, + A5715C0923596841000CEC60 /* BrotliCompress.bat */, ); path = WindowsLike; sourceTree = ""; }; - A5429256233538600001F42A /* PosixLike */ = { + A5715C0A23596841000CEC60 /* PosixLike */ = { isa = PBXGroup; children = ( - A5429257233538600001F42A /* GenFds */, - A5429258233538600001F42A /* Split */, - A5429259233538600001F42A /* LzmaF86Compress */, - A542925A233538600001F42A /* BrotliCompress */, - A542925B233538600001F42A /* GenSec */, - A542925C233538600001F42A /* UPT */, - A542925D233538600001F42A /* GenFw */, - A542925E233538600001F42A /* EfiLdrImage */, - A542925F233538600001F42A /* GenerateCapsule */, - A5429260233538600001F42A /* GenFv */, - A5429261233538600001F42A /* Brotli */, - A5429262233538600001F42A /* LzmaCompress */, - A5429263233538600001F42A /* PatchPcdValue */, - A5429264233538600001F42A /* GenCrc32 */, - A5429265233538600001F42A /* Trim */, - A5429266233538600001F42A /* GenDepex */, - A5429267233538600001F42A /* GenPage */, - A5429268233538600001F42A /* VolInfo */, - A5429269233538600001F42A /* TianoCompress */, - A542926A233538600001F42A /* BPDG */, - A542926B233538600001F42A /* DevicePath */, - A542926C233538600001F42A /* build */, - A542926D233538600001F42A /* TargetTool */, - A542926E233538600001F42A /* GenFfs */, - A542926F233538600001F42A /* Ecc */, - A5429270233538600001F42A /* Rsa2048Sha256GenerateKeys */, - A5429271233538600001F42A /* Pkcs7Sign */, - A5429272233538600001F42A /* GenPatchPcdTable */, - A5429273233538600001F42A /* Rsa2048Sha256Sign */, - A5429274233538600001F42A /* VfrCompile */, - A5429275233538600001F42A /* EfiRom */, + A5715C0B23596841000CEC60 /* GenFds */, + A5715C0C23596841000CEC60 /* Split */, + A5715C0D23596841000CEC60 /* LzmaF86Compress */, + A5715C0E23596841000CEC60 /* BrotliCompress */, + A5715C0F23596841000CEC60 /* GenSec */, + A5715C1023596841000CEC60 /* UPT */, + A5715C1123596841000CEC60 /* GenFw */, + A5715C1223596841000CEC60 /* EfiLdrImage */, + A5715C1323596841000CEC60 /* GenerateCapsule */, + A5715C1423596841000CEC60 /* GenFv */, + A5715C1523596841000CEC60 /* Brotli */, + A5715C1623596841000CEC60 /* LzmaCompress */, + A5715C1723596841000CEC60 /* PatchPcdValue */, + A5715C1823596841000CEC60 /* GenCrc32 */, + A5715C1923596841000CEC60 /* Trim */, + A5715C1A23596841000CEC60 /* GenDepex */, + A5715C1B23596841000CEC60 /* GenPage */, + A5715C1C23596841000CEC60 /* VolInfo */, + A5715C1D23596841000CEC60 /* TianoCompress */, + A5715C1E23596841000CEC60 /* BPDG */, + A5715C1F23596841000CEC60 /* DevicePath */, + A5715C2023596841000CEC60 /* build */, + A5715C2123596841000CEC60 /* TargetTool */, + A5715C2223596841000CEC60 /* GenFfs */, + A5715C2323596841000CEC60 /* Ecc */, + A5715C2423596841000CEC60 /* Rsa2048Sha256GenerateKeys */, + A5715C2523596841000CEC60 /* Pkcs7Sign */, + A5715C2623596841000CEC60 /* GenPatchPcdTable */, + A5715C2723596841000CEC60 /* Rsa2048Sha256Sign */, + A5715C2823596841000CEC60 /* VfrCompile */, + A5715C2923596841000CEC60 /* EfiRom */, ); path = PosixLike; sourceTree = ""; }; - A5429276233538600001F42A /* Source */ = { + A5715C2A23596841000CEC60 /* Source */ = { isa = PBXGroup; children = ( - A5429277233538600001F42A /* Python */, - A54294F8233538610001F42A /* C */, + A5715C2B23596841000CEC60 /* Python */, + A5715D7623596842000CEC60 /* C */, ); path = Source; sourceTree = ""; }; - A5429277233538600001F42A /* Python */ = { + A5715C2B23596841000CEC60 /* Python */ = { isa = PBXGroup; children = ( - A5429278233538600001F42A /* GenFds */, - A54292B2233538600001F42A /* GNUmakefile */, - A54292B3233538600001F42A /* UPT */, - A5429387233538610001F42A /* Makefile */, - A5429388233538610001F42A /* Capsule */, - A5429390233538610001F42A /* Workspace */, - A54293A8233538610001F42A /* PatchPcdValue */, - A54293AE233538610001F42A /* __pycache__ */, - A54293B0233538610001F42A /* sitecustomize.py */, - A54293B1233538610001F42A /* Trim */, - A54293B5233538610001F42A /* Common */, - A54293F9233538610001F42A /* Table */, - A5429417233538610001F42A /* BPDG */, - A5429421233538610001F42A /* build */, - A5429429233538610001F42A /* TargetTool */, - A542942F233538610001F42A /* Ecc */, - A5429473233538610001F42A /* CommonDataClass */, - A542947F233538610001F42A /* AutoGen */, - A54294A9233538610001F42A /* Pkcs7Sign */, - A54294B7233538610001F42A /* Eot */, - A54294E9233538610001F42A /* GenPatchPcdTable */, - A54294EF233538610001F42A /* Rsa2048Sha256Sign */, + A5715C2C23596841000CEC60 /* GenFds */, + A5715C4923596841000CEC60 /* GNUmakefile */, + A5715C4A23596841000CEC60 /* UPT */, + A5715CB423596841000CEC60 /* Makefile */, + A5715CB523596841000CEC60 /* Capsule */, + A5715CB923596841000CEC60 /* Workspace */, + A5715CC523596841000CEC60 /* PatchPcdValue */, + A5715CC823596841000CEC60 /* sitecustomize.py */, + A5715CC923596841000CEC60 /* Trim */, + A5715CCB23596841000CEC60 /* Common */, + A5715CED23596841000CEC60 /* Table */, + A5715CFC23596841000CEC60 /* BPDG */, + A5715D0123596841000CEC60 /* build */, + A5715D0523596841000CEC60 /* TargetTool */, + A5715D0823596841000CEC60 /* Ecc */, + A5715D2C23596842000CEC60 /* CommonDataClass */, + A5715D3223596842000CEC60 /* AutoGen */, + A5715D4723596842000CEC60 /* Pkcs7Sign */, + A5715D5323596842000CEC60 /* Eot */, + A5715D6D23596842000CEC60 /* GenPatchPcdTable */, + A5715D7023596842000CEC60 /* Rsa2048Sha256Sign */, ); path = Python; sourceTree = ""; }; - A5429278233538600001F42A /* GenFds */ = { + A5715C2C23596841000CEC60 /* GenFds */ = { isa = PBXGroup; children = ( - A5429279233538600001F42A /* Capsule.py */, - A542927A233538600001F42A /* Ffs.py */, - A542927B233538600001F42A /* DepexSection.py */, - A542927C233538600001F42A /* CapsuleData.py */, - A542927D233538600001F42A /* CompressSection.py */, - A542927E233538600001F42A /* Region.py */, - A542927F233538600001F42A /* FvImageSection.py */, - A5429280233538600001F42A /* OptionRom.py */, - A5429281233538600001F42A /* FdfParser.py */, - A5429282233538600001F42A /* __init__.py */, - A5429283233538600001F42A /* RuleComplexFile.py */, - A5429284233538600001F42A /* GuidSection.py */, - A5429285233538600001F42A /* FfsFileStatement.py */, - A5429286233538600001F42A /* UiSection.py */, - A5429287233538600001F42A /* __pycache__ */, - A54292A4233538600001F42A /* Section.py */, - A54292A5233538600001F42A /* DataSection.py */, - A54292A6233538600001F42A /* GenFdsGlobalVariable.py */, - A54292A7233538600001F42A /* Fv.py */, - A54292A8233538600001F42A /* FfsInfStatement.py */, - A54292A9233538600001F42A /* AprioriSection.py */, - A54292AA233538600001F42A /* OptRomInfStatement.py */, - A54292AB233538600001F42A /* Rule.py */, - A54292AC233538600001F42A /* RuleSimpleFile.py */, - A54292AD233538600001F42A /* EfiSection.py */, - A54292AE233538600001F42A /* VerSection.py */, - A54292AF233538600001F42A /* OptRomFileStatement.py */, - A54292B0233538600001F42A /* GenFds.py */, - A54292B1233538600001F42A /* Fd.py */, + A5715C2D23596841000CEC60 /* Capsule.py */, + A5715C2E23596841000CEC60 /* Ffs.py */, + A5715C2F23596841000CEC60 /* DepexSection.py */, + A5715C3023596841000CEC60 /* CapsuleData.py */, + A5715C3123596841000CEC60 /* CompressSection.py */, + A5715C3223596841000CEC60 /* Region.py */, + A5715C3323596841000CEC60 /* FvImageSection.py */, + A5715C3423596841000CEC60 /* OptionRom.py */, + A5715C3523596841000CEC60 /* FdfParser.py */, + A5715C3623596841000CEC60 /* __init__.py */, + A5715C3723596841000CEC60 /* RuleComplexFile.py */, + A5715C3823596841000CEC60 /* GuidSection.py */, + A5715C3923596841000CEC60 /* FfsFileStatement.py */, + A5715C3A23596841000CEC60 /* UiSection.py */, + A5715C3B23596841000CEC60 /* Section.py */, + A5715C3C23596841000CEC60 /* DataSection.py */, + A5715C3D23596841000CEC60 /* GenFdsGlobalVariable.py */, + A5715C3E23596841000CEC60 /* Fv.py */, + A5715C3F23596841000CEC60 /* FfsInfStatement.py */, + A5715C4023596841000CEC60 /* AprioriSection.py */, + A5715C4123596841000CEC60 /* OptRomInfStatement.py */, + A5715C4223596841000CEC60 /* Rule.py */, + A5715C4323596841000CEC60 /* RuleSimpleFile.py */, + A5715C4423596841000CEC60 /* EfiSection.py */, + A5715C4523596841000CEC60 /* VerSection.py */, + A5715C4623596841000CEC60 /* OptRomFileStatement.py */, + A5715C4723596841000CEC60 /* GenFds.py */, + A5715C4823596841000CEC60 /* Fd.py */, ); path = GenFds; sourceTree = ""; }; - A5429287233538600001F42A /* __pycache__ */ = { + A5715C4A23596841000CEC60 /* UPT */ = { isa = PBXGroup; children = ( - A5429288233538600001F42A /* Section.cpython-36.pyc */, - A5429289233538600001F42A /* GuidSection.cpython-36.pyc */, - A542928A233538600001F42A /* FvImageSection.cpython-36.pyc */, - A542928B233538600001F42A /* GenFdsGlobalVariable.cpython-36.pyc */, - A542928C233538600001F42A /* FfsFileStatement.cpython-36.pyc */, - A542928D233538600001F42A /* Fv.cpython-36.pyc */, - A542928E233538600001F42A /* Region.cpython-36.pyc */, - A542928F233538600001F42A /* OptionRom.cpython-36.pyc */, - A5429290233538600001F42A /* EfiSection.cpython-36.pyc */, - A5429291233538600001F42A /* DataSection.cpython-36.pyc */, - A5429292233538600001F42A /* FdfParser.cpython-36.pyc */, - A5429293233538600001F42A /* Ffs.cpython-36.pyc */, - A5429294233538600001F42A /* OptRomInfStatement.cpython-36.pyc */, - A5429295233538600001F42A /* OptRomFileStatement.cpython-36.pyc */, - A5429296233538600001F42A /* UiSection.cpython-36.pyc */, - A5429297233538600001F42A /* Fd.cpython-36.pyc */, - A5429298233538600001F42A /* Capsule.cpython-36.pyc */, - A5429299233538600001F42A /* CapsuleData.cpython-36.pyc */, - A542929A233538600001F42A /* CompressSection.cpython-36.pyc */, - A542929B233538600001F42A /* RuleSimpleFile.cpython-36.pyc */, - A542929C233538600001F42A /* VerSection.cpython-36.pyc */, - A542929D233538600001F42A /* FfsInfStatement.cpython-36.pyc */, - A542929E233538600001F42A /* DepexSection.cpython-36.pyc */, - A542929F233538600001F42A /* RuleComplexFile.cpython-36.pyc */, - A54292A0233538600001F42A /* AprioriSection.cpython-36.pyc */, - A54292A1233538600001F42A /* GenFds.cpython-36.pyc */, - A54292A2233538600001F42A /* Rule.cpython-36.pyc */, - A54292A3233538600001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54292B3233538600001F42A /* UPT */ = { - isa = PBXGroup; - children = ( - A54292B4233538600001F42A /* MkPkg.py */, - A54292B5233538600001F42A /* ReplacePkg.py */, - A54292B6233538600001F42A /* UnitTest */, - A54292C2233538600001F42A /* Core */, - A54292D0233538600001F42A /* Logger */, - A54292DA233538600001F42A /* BuildVersion.py */, - A54292DB233538600001F42A /* Library */, - A54292F9233538600001F42A /* __pycache__ */, - A5429302233538600001F42A /* Parser */, - A5429324233538600001F42A /* Xml */, - A5429338233538600001F42A /* UPT.py */, - A5429339233538600001F42A /* Object */, - A542936D233538610001F42A /* PomAdapter */, - A5429377233538610001F42A /* InventoryWs.py */, - A5429378233538610001F42A /* TestInstall.py */, - A5429379233538610001F42A /* GenMetaFile */, - A5429385233538610001F42A /* RmPkg.py */, - A5429386233538610001F42A /* InstallPkg.py */, + A5715C4B23596841000CEC60 /* MkPkg.py */, + A5715C4C23596841000CEC60 /* ReplacePkg.py */, + A5715C4D23596841000CEC60 /* UnitTest */, + A5715C5323596841000CEC60 /* Core */, + A5715C5A23596841000CEC60 /* Logger */, + A5715C5F23596841000CEC60 /* BuildVersion.py */, + A5715C6023596841000CEC60 /* Library */, + A5715C6F23596841000CEC60 /* Parser */, + A5715C8023596841000CEC60 /* Xml */, + A5715C8A23596841000CEC60 /* UPT.py */, + A5715C8B23596841000CEC60 /* Object */, + A5715CA523596841000CEC60 /* PomAdapter */, + A5715CAA23596841000CEC60 /* InventoryWs.py */, + A5715CAB23596841000CEC60 /* TestInstall.py */, + A5715CAC23596841000CEC60 /* GenMetaFile */, + A5715CB223596841000CEC60 /* RmPkg.py */, + A5715CB323596841000CEC60 /* InstallPkg.py */, ); path = UPT; sourceTree = ""; }; - A54292B6233538600001F42A /* UnitTest */ = { + A5715C4D23596841000CEC60 /* UnitTest */ = { isa = PBXGroup; children = ( - A54292B7233538600001F42A /* __pycache__ */, - A54292BD233538600001F42A /* DecParserUnitTest.py */, - A54292BE233538600001F42A /* InfBinarySectionTest.py */, - A54292BF233538600001F42A /* CommentParsingUnitTest.py */, - A54292C0233538600001F42A /* CommentGeneratingUnitTest.py */, - A54292C1233538600001F42A /* DecParserTest.py */, + A5715C4E23596841000CEC60 /* DecParserUnitTest.py */, + A5715C4F23596841000CEC60 /* InfBinarySectionTest.py */, + A5715C5023596841000CEC60 /* CommentParsingUnitTest.py */, + A5715C5123596841000CEC60 /* CommentGeneratingUnitTest.py */, + A5715C5223596841000CEC60 /* DecParserTest.py */, ); path = UnitTest; sourceTree = ""; }; - A54292B7233538600001F42A /* __pycache__ */ = { + A5715C5323596841000CEC60 /* Core */ = { isa = PBXGroup; children = ( - A54292B8233538600001F42A /* CommentParsingUnitTest.cpython-36.pyc */, - A54292B9233538600001F42A /* CommentGeneratingUnitTest.cpython-36.pyc */, - A54292BA233538600001F42A /* InfBinarySectionTest.cpython-36.pyc */, - A54292BB233538600001F42A /* DecParserUnitTest.cpython-36.pyc */, - A54292BC233538600001F42A /* DecParserTest.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54292C2233538600001F42A /* Core */ = { - isa = PBXGroup; - children = ( - A54292C3233538600001F42A /* DependencyRules.py */, - A54292C4233538600001F42A /* FileHook.py */, - A54292C5233538600001F42A /* PackageFile.py */, - A54292C6233538600001F42A /* __init__.py */, - A54292C7233538600001F42A /* __pycache__ */, - A54292CE233538600001F42A /* DistributionPackageClass.py */, - A54292CF233538600001F42A /* IpiDb.py */, + A5715C5423596841000CEC60 /* DependencyRules.py */, + A5715C5523596841000CEC60 /* FileHook.py */, + A5715C5623596841000CEC60 /* PackageFile.py */, + A5715C5723596841000CEC60 /* __init__.py */, + A5715C5823596841000CEC60 /* DistributionPackageClass.py */, + A5715C5923596841000CEC60 /* IpiDb.py */, ); path = Core; sourceTree = ""; }; - A54292C7233538600001F42A /* __pycache__ */ = { + A5715C5A23596841000CEC60 /* Logger */ = { isa = PBXGroup; children = ( - A54292C8233538600001F42A /* IpiDb.cpython-36.pyc */, - A54292C9233538600001F42A /* PackageFile.cpython-36.pyc */, - A54292CA233538600001F42A /* DependencyRules.cpython-36.pyc */, - A54292CB233538600001F42A /* DistributionPackageClass.cpython-36.pyc */, - A54292CC233538600001F42A /* __init__.cpython-36.pyc */, - A54292CD233538600001F42A /* FileHook.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54292D0233538600001F42A /* Logger */ = { - isa = PBXGroup; - children = ( - A54292D1233538600001F42A /* StringTable.py */, - A54292D2233538600001F42A /* Log.py */, - A54292D3233538600001F42A /* __init__.py */, - A54292D4233538600001F42A /* __pycache__ */, - A54292D9233538600001F42A /* ToolError.py */, + A5715C5B23596841000CEC60 /* StringTable.py */, + A5715C5C23596841000CEC60 /* Log.py */, + A5715C5D23596841000CEC60 /* __init__.py */, + A5715C5E23596841000CEC60 /* ToolError.py */, ); path = Logger; sourceTree = ""; }; - A54292D4233538600001F42A /* __pycache__ */ = { + A5715C6023596841000CEC60 /* Library */ = { isa = PBXGroup; children = ( - A54292D5233538600001F42A /* StringTable.cpython-36.pyc */, - A54292D6233538600001F42A /* ToolError.cpython-36.pyc */, - A54292D7233538600001F42A /* Log.cpython-36.pyc */, - A54292D8233538600001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54292DB233538600001F42A /* Library */ = { - isa = PBXGroup; - children = ( - A54292DC233538600001F42A /* Misc.py */, - A54292DD233538600001F42A /* UniClassObject.py */, - A54292DE233538600001F42A /* GlobalData.py */, - A54292DF233538600001F42A /* Parsing.py */, - A54292E0233538600001F42A /* StringUtils.py */, - A54292E1233538600001F42A /* __init__.py */, - A54292E2233538600001F42A /* __pycache__ */, - A54292EE233538600001F42A /* Xml */, - A54292F4233538600001F42A /* ExpressionValidate.py */, - A54292F5233538600001F42A /* CommentGenerating.py */, - A54292F6233538600001F42A /* DataType.py */, - A54292F7233538600001F42A /* CommentParsing.py */, - A54292F8233538600001F42A /* ParserValidate.py */, + A5715C6123596841000CEC60 /* Misc.py */, + A5715C6223596841000CEC60 /* UniClassObject.py */, + A5715C6323596841000CEC60 /* GlobalData.py */, + A5715C6423596841000CEC60 /* Parsing.py */, + A5715C6523596841000CEC60 /* StringUtils.py */, + A5715C6623596841000CEC60 /* __init__.py */, + A5715C6723596841000CEC60 /* Xml */, + A5715C6A23596841000CEC60 /* ExpressionValidate.py */, + A5715C6B23596841000CEC60 /* CommentGenerating.py */, + A5715C6C23596841000CEC60 /* DataType.py */, + A5715C6D23596841000CEC60 /* CommentParsing.py */, + A5715C6E23596841000CEC60 /* ParserValidate.py */, ); path = Library; sourceTree = ""; }; - A54292E2233538600001F42A /* __pycache__ */ = { + A5715C6723596841000CEC60 /* Xml */ = { isa = PBXGroup; children = ( - A54292E3233538600001F42A /* GlobalData.cpython-36.pyc */, - A54292E4233538600001F42A /* ParserValidate.cpython-36.pyc */, - A54292E5233538600001F42A /* UniClassObject.cpython-36.pyc */, - A54292E6233538600001F42A /* ExpressionValidate.cpython-36.pyc */, - A54292E7233538600001F42A /* DataType.cpython-36.pyc */, - A54292E8233538600001F42A /* CommentGenerating.cpython-36.pyc */, - A54292E9233538600001F42A /* Parsing.cpython-36.pyc */, - A54292EA233538600001F42A /* __init__.cpython-36.pyc */, - A54292EB233538600001F42A /* Misc.cpython-36.pyc */, - A54292EC233538600001F42A /* CommentParsing.cpython-36.pyc */, - A54292ED233538600001F42A /* StringUtils.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54292EE233538600001F42A /* Xml */ = { - isa = PBXGroup; - children = ( - A54292EF233538600001F42A /* XmlRoutines.py */, - A54292F0233538600001F42A /* __init__.py */, - A54292F1233538600001F42A /* __pycache__ */, + A5715C6823596841000CEC60 /* XmlRoutines.py */, + A5715C6923596841000CEC60 /* __init__.py */, ); path = Xml; sourceTree = ""; }; - A54292F1233538600001F42A /* __pycache__ */ = { + A5715C6F23596841000CEC60 /* Parser */ = { isa = PBXGroup; children = ( - A54292F2233538600001F42A /* __init__.cpython-36.pyc */, - A54292F3233538600001F42A /* XmlRoutines.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54292F9233538600001F42A /* __pycache__ */ = { - isa = PBXGroup; - children = ( - A54292FA233538600001F42A /* RmPkg.cpython-36.pyc */, - A54292FB233538600001F42A /* UPT.cpython-36.pyc */, - A54292FC233538600001F42A /* MkPkg.cpython-36.pyc */, - A54292FD233538600001F42A /* InventoryWs.cpython-36.pyc */, - A54292FE233538600001F42A /* ReplacePkg.cpython-36.pyc */, - A54292FF233538600001F42A /* TestInstall.cpython-36.pyc */, - A5429300233538600001F42A /* InstallPkg.cpython-36.pyc */, - A5429301233538600001F42A /* BuildVersion.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429302233538600001F42A /* Parser */ = { - isa = PBXGroup; - children = ( - A5429303233538600001F42A /* InfPcdSectionParser.py */, - A5429304233538600001F42A /* InfDepexSectionParser.py */, - A5429305233538600001F42A /* InfParser.py */, - A5429306233538600001F42A /* InfBuildOptionSectionParser.py */, - A5429307233538600001F42A /* InfBinarySectionParser.py */, - A5429308233538600001F42A /* InfSourceSectionParser.py */, - A5429309233538600001F42A /* InfGuidPpiProtocolSectionParser.py */, - A542930A233538600001F42A /* __init__.py */, - A542930B233538600001F42A /* __pycache__ */, - A542931C233538600001F42A /* InfAsBuiltProcess.py */, - A542931D233538600001F42A /* InfParserMisc.py */, - A542931E233538600001F42A /* DecParserMisc.py */, - A542931F233538600001F42A /* InfLibrarySectionParser.py */, - A5429320233538600001F42A /* DecParser.py */, - A5429321233538600001F42A /* InfSectionParser.py */, - A5429322233538600001F42A /* InfPackageSectionParser.py */, - A5429323233538600001F42A /* InfDefineSectionParser.py */, + A5715C7023596841000CEC60 /* InfPcdSectionParser.py */, + A5715C7123596841000CEC60 /* InfDepexSectionParser.py */, + A5715C7223596841000CEC60 /* InfParser.py */, + A5715C7323596841000CEC60 /* InfBuildOptionSectionParser.py */, + A5715C7423596841000CEC60 /* InfBinarySectionParser.py */, + A5715C7523596841000CEC60 /* InfSourceSectionParser.py */, + A5715C7623596841000CEC60 /* InfGuidPpiProtocolSectionParser.py */, + A5715C7723596841000CEC60 /* __init__.py */, + A5715C7823596841000CEC60 /* InfAsBuiltProcess.py */, + A5715C7923596841000CEC60 /* InfParserMisc.py */, + A5715C7A23596841000CEC60 /* DecParserMisc.py */, + A5715C7B23596841000CEC60 /* InfLibrarySectionParser.py */, + A5715C7C23596841000CEC60 /* DecParser.py */, + A5715C7D23596841000CEC60 /* InfSectionParser.py */, + A5715C7E23596841000CEC60 /* InfPackageSectionParser.py */, + A5715C7F23596841000CEC60 /* InfDefineSectionParser.py */, ); path = Parser; sourceTree = ""; }; - A542930B233538600001F42A /* __pycache__ */ = { + A5715C8023596841000CEC60 /* Xml */ = { isa = PBXGroup; children = ( - A542930C233538600001F42A /* InfBuildOptionSectionParser.cpython-36.pyc */, - A542930D233538600001F42A /* InfBinarySectionParser.cpython-36.pyc */, - A542930E233538600001F42A /* InfParser.cpython-36.pyc */, - A542930F233538600001F42A /* InfGuidPpiProtocolSectionParser.cpython-36.pyc */, - A5429310233538600001F42A /* InfSectionParser.cpython-36.pyc */, - A5429311233538600001F42A /* InfParserMisc.cpython-36.pyc */, - A5429312233538600001F42A /* InfDepexSectionParser.cpython-36.pyc */, - A5429313233538600001F42A /* InfPcdSectionParser.cpython-36.pyc */, - A5429314233538600001F42A /* InfLibrarySectionParser.cpython-36.pyc */, - A5429315233538600001F42A /* InfAsBuiltProcess.cpython-36.pyc */, - A5429316233538600001F42A /* InfSourceSectionParser.cpython-36.pyc */, - A5429317233538600001F42A /* DecParser.cpython-36.pyc */, - A5429318233538600001F42A /* InfPackageSectionParser.cpython-36.pyc */, - A5429319233538600001F42A /* __init__.cpython-36.pyc */, - A542931A233538600001F42A /* DecParserMisc.cpython-36.pyc */, - A542931B233538600001F42A /* InfDefineSectionParser.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429324233538600001F42A /* Xml */ = { - isa = PBXGroup; - children = ( - A5429325233538600001F42A /* XmlParserMisc.py */, - A5429326233538600001F42A /* CommonXml.py */, - A5429327233538600001F42A /* PcdXml.py */, - A5429328233538600001F42A /* __init__.py */, - A5429329233538600001F42A /* __pycache__ */, - A5429333233538600001F42A /* GuidProtocolPpiXml.py */, - A5429334233538600001F42A /* ModuleSurfaceAreaXml.py */, - A5429335233538600001F42A /* XmlParser.py */, - A5429336233538600001F42A /* IniToXml.py */, - A5429337233538600001F42A /* PackageSurfaceAreaXml.py */, + A5715C8123596841000CEC60 /* XmlParserMisc.py */, + A5715C8223596841000CEC60 /* CommonXml.py */, + A5715C8323596841000CEC60 /* PcdXml.py */, + A5715C8423596841000CEC60 /* __init__.py */, + A5715C8523596841000CEC60 /* GuidProtocolPpiXml.py */, + A5715C8623596841000CEC60 /* ModuleSurfaceAreaXml.py */, + A5715C8723596841000CEC60 /* XmlParser.py */, + A5715C8823596841000CEC60 /* IniToXml.py */, + A5715C8923596841000CEC60 /* PackageSurfaceAreaXml.py */, ); path = Xml; sourceTree = ""; }; - A5429329233538600001F42A /* __pycache__ */ = { + A5715C8B23596841000CEC60 /* Object */ = { isa = PBXGroup; children = ( - A542932A233538600001F42A /* XmlParser.cpython-36.pyc */, - A542932B233538600001F42A /* XmlParserMisc.cpython-36.pyc */, - A542932C233538600001F42A /* CommonXml.cpython-36.pyc */, - A542932D233538600001F42A /* PackageSurfaceAreaXml.cpython-36.pyc */, - A542932E233538600001F42A /* ModuleSurfaceAreaXml.cpython-36.pyc */, - A542932F233538600001F42A /* PcdXml.cpython-36.pyc */, - A5429330233538600001F42A /* IniToXml.cpython-36.pyc */, - A5429331233538600001F42A /* GuidProtocolPpiXml.cpython-36.pyc */, - A5429332233538600001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429339233538600001F42A /* Object */ = { - isa = PBXGroup; - children = ( - A542933A233538600001F42A /* POM */, - A5429344233538600001F42A /* __init__.py */, - A5429345233538600001F42A /* __pycache__ */, - A5429347233538600001F42A /* Parser */, + A5715C8C23596841000CEC60 /* POM */, + A5715C9123596841000CEC60 /* __init__.py */, + A5715C9223596841000CEC60 /* Parser */, ); path = Object; sourceTree = ""; }; - A542933A233538600001F42A /* POM */ = { + A5715C8C23596841000CEC60 /* POM */ = { isa = PBXGroup; children = ( - A542933B233538600001F42A /* CommonObject.py */, - A542933C233538600001F42A /* __init__.py */, - A542933D233538600001F42A /* __pycache__ */, - A5429342233538600001F42A /* ModuleObject.py */, - A5429343233538600001F42A /* PackageObject.py */, + A5715C8D23596841000CEC60 /* CommonObject.py */, + A5715C8E23596841000CEC60 /* __init__.py */, + A5715C8F23596841000CEC60 /* ModuleObject.py */, + A5715C9023596841000CEC60 /* PackageObject.py */, ); path = POM; sourceTree = ""; }; - A542933D233538600001F42A /* __pycache__ */ = { + A5715C9223596841000CEC60 /* Parser */ = { isa = PBXGroup; children = ( - A542933E233538600001F42A /* PackageObject.cpython-36.pyc */, - A542933F233538600001F42A /* __init__.cpython-36.pyc */, - A5429340233538600001F42A /* ModuleObject.cpython-36.pyc */, - A5429341233538600001F42A /* CommonObject.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429345233538600001F42A /* __pycache__ */ = { - isa = PBXGroup; - children = ( - A5429346233538600001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429347233538600001F42A /* Parser */ = { - isa = PBXGroup; - children = ( - A5429348233538600001F42A /* DecObject.py */, - A5429349233538600001F42A /* InfGuidObject.py */, - A542934A233538600001F42A /* InfCommonObject.py */, - A542934B233538600001F42A /* InfSoucesObject.py */, - A542934C233538600001F42A /* InfPcdObject.py */, - A542934D233538600001F42A /* InfDefineObject.py */, - A542934E233538600001F42A /* InfDepexObject.py */, - A542934F233538600001F42A /* __init__.py */, - A5429350233538600001F42A /* InfPpiObject.py */, - A5429351233538600001F42A /* InfMisc.py */, - A5429352233538600001F42A /* __pycache__ */, - A5429365233538600001F42A /* InfBinaryObject.py */, - A5429366233538600001F42A /* InfPackagesObject.py */, - A5429367233538600001F42A /* InfHeaderObject.py */, - A5429368233538600001F42A /* InfLibraryClassesObject.py */, - A5429369233538600001F42A /* InfBuildOptionObject.py */, - A542936A233538600001F42A /* InfDefineCommonObject.py */, - A542936B233538610001F42A /* InfUserExtensionObject.py */, - A542936C233538610001F42A /* InfProtocolObject.py */, + A5715C9323596841000CEC60 /* DecObject.py */, + A5715C9423596841000CEC60 /* InfGuidObject.py */, + A5715C9523596841000CEC60 /* InfCommonObject.py */, + A5715C9623596841000CEC60 /* InfSoucesObject.py */, + A5715C9723596841000CEC60 /* InfPcdObject.py */, + A5715C9823596841000CEC60 /* InfDefineObject.py */, + A5715C9923596841000CEC60 /* InfDepexObject.py */, + A5715C9A23596841000CEC60 /* __init__.py */, + A5715C9B23596841000CEC60 /* InfPpiObject.py */, + A5715C9C23596841000CEC60 /* InfMisc.py */, + A5715C9D23596841000CEC60 /* InfBinaryObject.py */, + A5715C9E23596841000CEC60 /* InfPackagesObject.py */, + A5715C9F23596841000CEC60 /* InfHeaderObject.py */, + A5715CA023596841000CEC60 /* InfLibraryClassesObject.py */, + A5715CA123596841000CEC60 /* InfBuildOptionObject.py */, + A5715CA223596841000CEC60 /* InfDefineCommonObject.py */, + A5715CA323596841000CEC60 /* InfUserExtensionObject.py */, + A5715CA423596841000CEC60 /* InfProtocolObject.py */, ); path = Parser; sourceTree = ""; }; - A5429352233538600001F42A /* __pycache__ */ = { + A5715CA523596841000CEC60 /* PomAdapter */ = { isa = PBXGroup; children = ( - A5429353233538600001F42A /* InfMisc.cpython-36.pyc */, - A5429354233538600001F42A /* InfDepexObject.cpython-36.pyc */, - A5429355233538600001F42A /* InfPcdObject.cpython-36.pyc */, - A5429356233538600001F42A /* InfSoucesObject.cpython-36.pyc */, - A5429357233538600001F42A /* InfHeaderObject.cpython-36.pyc */, - A5429358233538600001F42A /* DecObject.cpython-36.pyc */, - A5429359233538600001F42A /* InfBinaryObject.cpython-36.pyc */, - A542935A233538600001F42A /* InfUserExtensionObject.cpython-36.pyc */, - A542935B233538600001F42A /* InfDefineCommonObject.cpython-36.pyc */, - A542935C233538600001F42A /* InfBuildOptionObject.cpython-36.pyc */, - A542935D233538600001F42A /* InfProtocolObject.cpython-36.pyc */, - A542935E233538600001F42A /* InfLibraryClassesObject.cpython-36.pyc */, - A542935F233538600001F42A /* InfPpiObject.cpython-36.pyc */, - A5429360233538600001F42A /* InfGuidObject.cpython-36.pyc */, - A5429361233538600001F42A /* InfCommonObject.cpython-36.pyc */, - A5429362233538600001F42A /* InfPackagesObject.cpython-36.pyc */, - A5429363233538600001F42A /* __init__.cpython-36.pyc */, - A5429364233538600001F42A /* InfDefineObject.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A542936D233538610001F42A /* PomAdapter */ = { - isa = PBXGroup; - children = ( - A542936E233538610001F42A /* InfPomAlignmentMisc.py */, - A542936F233538610001F42A /* DecPomAlignment.py */, - A5429370233538610001F42A /* __init__.py */, - A5429371233538610001F42A /* InfPomAlignment.py */, - A5429372233538610001F42A /* __pycache__ */, + A5715CA623596841000CEC60 /* InfPomAlignmentMisc.py */, + A5715CA723596841000CEC60 /* DecPomAlignment.py */, + A5715CA823596841000CEC60 /* __init__.py */, + A5715CA923596841000CEC60 /* InfPomAlignment.py */, ); path = PomAdapter; sourceTree = ""; }; - A5429372233538610001F42A /* __pycache__ */ = { + A5715CAC23596841000CEC60 /* GenMetaFile */ = { isa = PBXGroup; children = ( - A5429373233538610001F42A /* DecPomAlignment.cpython-36.pyc */, - A5429374233538610001F42A /* InfPomAlignment.cpython-36.pyc */, - A5429375233538610001F42A /* __init__.cpython-36.pyc */, - A5429376233538610001F42A /* InfPomAlignmentMisc.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429379233538610001F42A /* GenMetaFile */ = { - isa = PBXGroup; - children = ( - A542937A233538610001F42A /* __init__.py */, - A542937B233538610001F42A /* GenMetaFileMisc.py */, - A542937C233538610001F42A /* __pycache__ */, - A5429382233538610001F42A /* GenInfFile.py */, - A5429383233538610001F42A /* GenDecFile.py */, - A5429384233538610001F42A /* GenXmlFile.py */, + A5715CAD23596841000CEC60 /* __init__.py */, + A5715CAE23596841000CEC60 /* GenMetaFileMisc.py */, + A5715CAF23596841000CEC60 /* GenInfFile.py */, + A5715CB023596841000CEC60 /* GenDecFile.py */, + A5715CB123596841000CEC60 /* GenXmlFile.py */, ); path = GenMetaFile; sourceTree = ""; }; - A542937C233538610001F42A /* __pycache__ */ = { + A5715CB523596841000CEC60 /* Capsule */ = { isa = PBXGroup; children = ( - A542937D233538610001F42A /* GenInfFile.cpython-36.pyc */, - A542937E233538610001F42A /* GenMetaFileMisc.cpython-36.pyc */, - A542937F233538610001F42A /* GenDecFile.cpython-36.pyc */, - A5429380233538610001F42A /* GenXmlFile.cpython-36.pyc */, - A5429381233538610001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429388233538610001F42A /* Capsule */ = { - isa = PBXGroup; - children = ( - A5429389233538610001F42A /* GenerateWindowsDriver.py */, - A542938A233538610001F42A /* __pycache__ */, - A542938E233538610001F42A /* GenerateCapsule.py */, - A542938F233538610001F42A /* WindowsCapsuleSupportHelper.py */, + A5715CB623596841000CEC60 /* GenerateWindowsDriver.py */, + A5715CB723596841000CEC60 /* GenerateCapsule.py */, + A5715CB823596841000CEC60 /* WindowsCapsuleSupportHelper.py */, ); path = Capsule; sourceTree = ""; }; - A542938A233538610001F42A /* __pycache__ */ = { + A5715CB923596841000CEC60 /* Workspace */ = { isa = PBXGroup; children = ( - A542938B233538610001F42A /* GenerateCapsule.cpython-36.pyc */, - A542938C233538610001F42A /* WindowsCapsuleSupportHelper.cpython-36.pyc */, - A542938D233538610001F42A /* GenerateWindowsDriver.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429390233538610001F42A /* Workspace */ = { - isa = PBXGroup; - children = ( - A5429391233538610001F42A /* WorkspaceCommon.py */, - A5429392233538610001F42A /* BuildClassObject.py */, - A5429393233538610001F42A /* __init__.py */, - A5429394233538610001F42A /* WorkspaceDatabase.py */, - A5429395233538610001F42A /* __pycache__ */, - A54293A1233538610001F42A /* DscBuildData.py */, - A54293A2233538610001F42A /* MetaFileTable.py */, - A54293A3233538610001F42A /* MetaFileCommentParser.py */, - A54293A4233538610001F42A /* MetaDataTable.py */, - A54293A5233538610001F42A /* MetaFileParser.py */, - A54293A6233538610001F42A /* DecBuildData.py */, - A54293A7233538610001F42A /* InfBuildData.py */, + A5715CBA23596841000CEC60 /* WorkspaceCommon.py */, + A5715CBB23596841000CEC60 /* BuildClassObject.py */, + A5715CBC23596841000CEC60 /* __init__.py */, + A5715CBD23596841000CEC60 /* WorkspaceDatabase.py */, + A5715CBE23596841000CEC60 /* DscBuildData.py */, + A5715CBF23596841000CEC60 /* MetaFileTable.py */, + A5715CC023596841000CEC60 /* MetaFileCommentParser.py */, + A5715CC123596841000CEC60 /* MetaDataTable.py */, + A5715CC223596841000CEC60 /* MetaFileParser.py */, + A5715CC323596841000CEC60 /* DecBuildData.py */, + A5715CC423596841000CEC60 /* InfBuildData.py */, ); path = Workspace; sourceTree = ""; }; - A5429395233538610001F42A /* __pycache__ */ = { + A5715CC523596841000CEC60 /* PatchPcdValue */ = { isa = PBXGroup; children = ( - A5429396233538610001F42A /* DecBuildData.cpython-36.pyc */, - A5429397233538610001F42A /* MetaFileCommentParser.cpython-36.pyc */, - A5429398233538610001F42A /* BuildClassObject.cpython-36.pyc */, - A5429399233538610001F42A /* MetaDataTable.cpython-36.pyc */, - A542939A233538610001F42A /* WorkspaceCommon.cpython-36.pyc */, - A542939B233538610001F42A /* InfBuildData.cpython-36.pyc */, - A542939C233538610001F42A /* MetaFileTable.cpython-36.pyc */, - A542939D233538610001F42A /* WorkspaceDatabase.cpython-36.pyc */, - A542939E233538610001F42A /* MetaFileParser.cpython-36.pyc */, - A542939F233538610001F42A /* __init__.cpython-36.pyc */, - A54293A0233538610001F42A /* DscBuildData.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54293A8233538610001F42A /* PatchPcdValue */ = { - isa = PBXGroup; - children = ( - A54293A9233538610001F42A /* __init__.py */, - A54293AA233538610001F42A /* __pycache__ */, - A54293AD233538610001F42A /* PatchPcdValue.py */, + A5715CC623596841000CEC60 /* __init__.py */, + A5715CC723596841000CEC60 /* PatchPcdValue.py */, ); path = PatchPcdValue; sourceTree = ""; }; - A54293AA233538610001F42A /* __pycache__ */ = { + A5715CC923596841000CEC60 /* Trim */ = { isa = PBXGroup; children = ( - A54293AB233538610001F42A /* PatchPcdValue.cpython-36.pyc */, - A54293AC233538610001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54293AE233538610001F42A /* __pycache__ */ = { - isa = PBXGroup; - children = ( - A54293AF233538610001F42A /* sitecustomize.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54293B1233538610001F42A /* Trim */ = { - isa = PBXGroup; - children = ( - A54293B2233538610001F42A /* __pycache__ */, - A54293B4233538610001F42A /* Trim.py */, + A5715CCA23596841000CEC60 /* Trim.py */, ); path = Trim; sourceTree = ""; }; - A54293B2233538610001F42A /* __pycache__ */ = { + A5715CCB23596841000CEC60 /* Common */ = { isa = PBXGroup; children = ( - A54293B3233538610001F42A /* Trim.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54293B5233538610001F42A /* Common */ = { - isa = PBXGroup; - children = ( - A54293B6233538610001F42A /* EdkLogger.py */, - A54293B7233538610001F42A /* Misc.py */, - A54293B8233538610001F42A /* TargetTxtClassObject.py */, - A54293B9233538610001F42A /* GlobalData.py */, - A54293BA233538610001F42A /* Parsing.py */, - A54293BB233538610001F42A /* Uefi */, - A54293C9233538610001F42A /* BuildVersion.py */, - A54293CA233538610001F42A /* RangeExpression.py */, - A54293CB233538610001F42A /* StringUtils.py */, - A54293CC233538610001F42A /* LongFilePathOs.py */, - A54293CD233538610001F42A /* __init__.py */, - A54293CE233538610001F42A /* buildoptions.py */, - A54293CF233538610001F42A /* MultipleWorkspace.py */, - A54293D0233538610001F42A /* __pycache__ */, - A54293E6233538610001F42A /* ToolDefClassObject.py */, - A54293E7233538610001F42A /* caching.py */, - A54293E8233538610001F42A /* DataType.py */, - A54293E9233538610001F42A /* VpdInfoFile.py */, - A54293EA233538610001F42A /* BuildToolError.py */, - A54293EB233538610001F42A /* Expression.py */, - A54293EC233538610001F42A /* LongFilePathSupport.py */, - A54293ED233538610001F42A /* Edk2 */, - A54293F7233538610001F42A /* VariableAttributes.py */, - A54293F8233538610001F42A /* LongFilePathOsPath.py */, + A5715CCC23596841000CEC60 /* EdkLogger.py */, + A5715CCD23596841000CEC60 /* Misc.py */, + A5715CCE23596841000CEC60 /* TargetTxtClassObject.py */, + A5715CCF23596841000CEC60 /* GlobalData.py */, + A5715CD023596841000CEC60 /* Parsing.py */, + A5715CD123596841000CEC60 /* Uefi */, + A5715CD823596841000CEC60 /* BuildVersion.py */, + A5715CD923596841000CEC60 /* RangeExpression.py */, + A5715CDA23596841000CEC60 /* StringUtils.py */, + A5715CDB23596841000CEC60 /* LongFilePathOs.py */, + A5715CDC23596841000CEC60 /* __init__.py */, + A5715CDD23596841000CEC60 /* buildoptions.py */, + A5715CDE23596841000CEC60 /* MultipleWorkspace.py */, + A5715CDF23596841000CEC60 /* ToolDefClassObject.py */, + A5715CE023596841000CEC60 /* caching.py */, + A5715CE123596841000CEC60 /* DataType.py */, + A5715CE223596841000CEC60 /* VpdInfoFile.py */, + A5715CE323596841000CEC60 /* BuildToolError.py */, + A5715CE423596841000CEC60 /* Expression.py */, + A5715CE523596841000CEC60 /* LongFilePathSupport.py */, + A5715CE623596841000CEC60 /* Edk2 */, + A5715CEB23596841000CEC60 /* VariableAttributes.py */, + A5715CEC23596841000CEC60 /* LongFilePathOsPath.py */, ); path = Common; sourceTree = ""; }; - A54293BB233538610001F42A /* Uefi */ = { + A5715CD123596841000CEC60 /* Uefi */ = { isa = PBXGroup; children = ( - A54293BC233538610001F42A /* Capsule */, - A54293C6233538610001F42A /* __init__.py */, - A54293C7233538610001F42A /* __pycache__ */, + A5715CD223596841000CEC60 /* Capsule */, + A5715CD723596841000CEC60 /* __init__.py */, ); path = Uefi; sourceTree = ""; }; - A54293BC233538610001F42A /* Capsule */ = { + A5715CD223596841000CEC60 /* Capsule */ = { isa = PBXGroup; children = ( - A54293BD233538610001F42A /* FmpCapsuleHeader.py */, - A54293BE233538610001F42A /* FmpAuthHeader.py */, - A54293BF233538610001F42A /* __init__.py */, - A54293C0233538610001F42A /* __pycache__ */, - A54293C5233538610001F42A /* UefiCapsuleHeader.py */, + A5715CD323596841000CEC60 /* FmpCapsuleHeader.py */, + A5715CD423596841000CEC60 /* FmpAuthHeader.py */, + A5715CD523596841000CEC60 /* __init__.py */, + A5715CD623596841000CEC60 /* UefiCapsuleHeader.py */, ); path = Capsule; sourceTree = ""; }; - A54293C0233538610001F42A /* __pycache__ */ = { + A5715CE623596841000CEC60 /* Edk2 */ = { isa = PBXGroup; children = ( - A54293C1233538610001F42A /* FmpAuthHeader.cpython-36.pyc */, - A54293C2233538610001F42A /* FmpCapsuleHeader.cpython-36.pyc */, - A54293C3233538610001F42A /* __init__.cpython-36.pyc */, - A54293C4233538610001F42A /* UefiCapsuleHeader.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54293C7233538610001F42A /* __pycache__ */ = { - isa = PBXGroup; - children = ( - A54293C8233538610001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54293D0233538610001F42A /* __pycache__ */ = { - isa = PBXGroup; - children = ( - A54293D1233538610001F42A /* GlobalData.cpython-36.pyc */, - A54293D2233538610001F42A /* LongFilePathOs.cpython-36.pyc */, - A54293D3233538610001F42A /* EdkLogger.cpython-36.pyc */, - A54293D4233538610001F42A /* VpdInfoFile.cpython-36.pyc */, - A54293D5233538610001F42A /* LongFilePathSupport.cpython-36.pyc */, - A54293D6233538610001F42A /* buildoptions.cpython-36.pyc */, - A54293D7233538610001F42A /* RangeExpression.cpython-36.pyc */, - A54293D8233538610001F42A /* caching.cpython-36.pyc */, - A54293D9233538610001F42A /* Expression.cpython-36.pyc */, - A54293DA233538610001F42A /* DataType.cpython-36.pyc */, - A54293DB233538610001F42A /* MultipleWorkspace.cpython-36.pyc */, - A54293DC233538610001F42A /* BuildToolError.cpython-36.pyc */, - A54293DD233538610001F42A /* Parsing.cpython-36.pyc */, - A54293DE233538610001F42A /* TargetTxtClassObject.cpython-36.pyc */, - A54293DF233538610001F42A /* VariableAttributes.cpython-36.pyc */, - A54293E0233538610001F42A /* BuildVersion.cpython-36.pyc */, - A54293E1233538610001F42A /* __init__.cpython-36.pyc */, - A54293E2233538610001F42A /* LongFilePathOsPath.cpython-36.pyc */, - A54293E3233538610001F42A /* ToolDefClassObject.cpython-36.pyc */, - A54293E4233538610001F42A /* Misc.cpython-36.pyc */, - A54293E5233538610001F42A /* StringUtils.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54293ED233538610001F42A /* Edk2 */ = { - isa = PBXGroup; - children = ( - A54293EE233538610001F42A /* Capsule */, - A54293F4233538610001F42A /* __init__.py */, - A54293F5233538610001F42A /* __pycache__ */, + A5715CE723596841000CEC60 /* Capsule */, + A5715CEA23596841000CEC60 /* __init__.py */, ); path = Edk2; sourceTree = ""; }; - A54293EE233538610001F42A /* Capsule */ = { + A5715CE723596841000CEC60 /* Capsule */ = { isa = PBXGroup; children = ( - A54293EF233538610001F42A /* __init__.py */, - A54293F0233538610001F42A /* __pycache__ */, - A54293F3233538610001F42A /* FmpPayloadHeader.py */, + A5715CE823596841000CEC60 /* __init__.py */, + A5715CE923596841000CEC60 /* FmpPayloadHeader.py */, ); path = Capsule; sourceTree = ""; }; - A54293F0233538610001F42A /* __pycache__ */ = { + A5715CED23596841000CEC60 /* Table */ = { isa = PBXGroup; children = ( - A54293F1233538610001F42A /* __init__.cpython-36.pyc */, - A54293F2233538610001F42A /* FmpPayloadHeader.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54293F5233538610001F42A /* __pycache__ */ = { - isa = PBXGroup; - children = ( - A54293F6233538610001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54293F9233538610001F42A /* Table */ = { - isa = PBXGroup; - children = ( - A54293FA233538610001F42A /* TableIdentifier.py */, - A54293FB233538610001F42A /* TableReport.py */, - A54293FC233538610001F42A /* TableDataModel.py */, - A54293FD233538610001F42A /* TableFunction.py */, - A54293FE233538610001F42A /* TableDsc.py */, - A54293FF233538610001F42A /* TableFile.py */, - A5429400233538610001F42A /* __init__.py */, - A5429401233538610001F42A /* TableDec.py */, - A5429402233538610001F42A /* __pycache__ */, - A5429411233538610001F42A /* TablePcd.py */, - A5429412233538610001F42A /* TableFdf.py */, - A5429413233538610001F42A /* TableQuery.py */, - A5429414233538610001F42A /* TableInf.py */, - A5429415233538610001F42A /* Table.py */, - A5429416233538610001F42A /* TableEotReport.py */, + A5715CEE23596841000CEC60 /* TableIdentifier.py */, + A5715CEF23596841000CEC60 /* TableReport.py */, + A5715CF023596841000CEC60 /* TableDataModel.py */, + A5715CF123596841000CEC60 /* TableFunction.py */, + A5715CF223596841000CEC60 /* TableDsc.py */, + A5715CF323596841000CEC60 /* TableFile.py */, + A5715CF423596841000CEC60 /* __init__.py */, + A5715CF523596841000CEC60 /* TableDec.py */, + A5715CF623596841000CEC60 /* TablePcd.py */, + A5715CF723596841000CEC60 /* TableFdf.py */, + A5715CF823596841000CEC60 /* TableQuery.py */, + A5715CF923596841000CEC60 /* TableInf.py */, + A5715CFA23596841000CEC60 /* Table.py */, + A5715CFB23596841000CEC60 /* TableEotReport.py */, ); path = Table; sourceTree = ""; }; - A5429402233538610001F42A /* __pycache__ */ = { + A5715CFC23596841000CEC60 /* BPDG */ = { isa = PBXGroup; children = ( - A5429403233538610001F42A /* TableDataModel.cpython-36.pyc */, - A5429404233538610001F42A /* TableIdentifier.cpython-36.pyc */, - A5429405233538610001F42A /* TableDec.cpython-36.pyc */, - A5429406233538610001F42A /* TableEotReport.cpython-36.pyc */, - A5429407233538610001F42A /* TableInf.cpython-36.pyc */, - A5429408233538610001F42A /* TablePcd.cpython-36.pyc */, - A5429409233538610001F42A /* Table.cpython-36.pyc */, - A542940A233538610001F42A /* TableFdf.cpython-36.pyc */, - A542940B233538610001F42A /* TableFunction.cpython-36.pyc */, - A542940C233538610001F42A /* TableQuery.cpython-36.pyc */, - A542940D233538610001F42A /* TableDsc.cpython-36.pyc */, - A542940E233538610001F42A /* TableReport.cpython-36.pyc */, - A542940F233538610001F42A /* __init__.cpython-36.pyc */, - A5429410233538610001F42A /* TableFile.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429417233538610001F42A /* BPDG */ = { - isa = PBXGroup; - children = ( - A5429418233538610001F42A /* StringTable.py */, - A5429419233538610001F42A /* GenVpd.py */, - A542941A233538610001F42A /* __init__.py */, - A542941B233538610001F42A /* __pycache__ */, - A5429420233538610001F42A /* BPDG.py */, + A5715CFD23596841000CEC60 /* StringTable.py */, + A5715CFE23596841000CEC60 /* GenVpd.py */, + A5715CFF23596841000CEC60 /* __init__.py */, + A5715D0023596841000CEC60 /* BPDG.py */, ); path = BPDG; sourceTree = ""; }; - A542941B233538610001F42A /* __pycache__ */ = { + A5715D0123596841000CEC60 /* build */ = { isa = PBXGroup; children = ( - A542941C233538610001F42A /* GenVpd.cpython-36.pyc */, - A542941D233538610001F42A /* StringTable.cpython-36.pyc */, - A542941E233538610001F42A /* BPDG.cpython-36.pyc */, - A542941F233538610001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429421233538610001F42A /* build */ = { - isa = PBXGroup; - children = ( - A5429422233538610001F42A /* build.py */, - A5429423233538610001F42A /* __init__.py */, - A5429424233538610001F42A /* __pycache__ */, - A5429428233538610001F42A /* BuildReport.py */, + A5715D0223596841000CEC60 /* build.py */, + A5715D0323596841000CEC60 /* __init__.py */, + A5715D0423596841000CEC60 /* BuildReport.py */, ); path = build; sourceTree = ""; }; - A5429424233538610001F42A /* __pycache__ */ = { + A5715D0523596841000CEC60 /* TargetTool */ = { isa = PBXGroup; children = ( - A5429425233538610001F42A /* build.cpython-36.pyc */, - A5429426233538610001F42A /* BuildReport.cpython-36.pyc */, - A5429427233538610001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429429233538610001F42A /* TargetTool */ = { - isa = PBXGroup; - children = ( - A542942A233538610001F42A /* __init__.py */, - A542942B233538610001F42A /* __pycache__ */, - A542942E233538610001F42A /* TargetTool.py */, + A5715D0623596841000CEC60 /* __init__.py */, + A5715D0723596841000CEC60 /* TargetTool.py */, ); path = TargetTool; sourceTree = ""; }; - A542942B233538610001F42A /* __pycache__ */ = { + A5715D0823596841000CEC60 /* Ecc */ = { isa = PBXGroup; children = ( - A542942C233538610001F42A /* TargetTool.cpython-36.pyc */, - A542942D233538610001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A542942F233538610001F42A /* Ecc */ = { - isa = PBXGroup; - children = ( - A5429430233538610001F42A /* Configuration.py */, - A5429431233538610001F42A /* MetaFileWorkspace */, - A542943B233538610001F42A /* Exception.py */, - A542943C233538610001F42A /* EccToolError.py */, - A542943D233538610001F42A /* Check.py */, - A542943E233538610001F42A /* Database.py */, - A542943F233538610001F42A /* FileProfile.py */, - A5429440233538610001F42A /* __init__.py */, - A5429441233538610001F42A /* __pycache__ */, - A5429450233538610001F42A /* CParser3 */, - A5429458233538610001F42A /* Xml */, - A542945E233538610001F42A /* CParser4 */, - A5429469233538610001F42A /* C.g */, - A542946A233538610001F42A /* config.ini */, - A542946B233538610001F42A /* c.py */, - A542946C233538610001F42A /* EccGlobalData.py */, - A542946D233538610001F42A /* ParserWarning.py */, - A542946E233538610001F42A /* CodeFragmentCollector.py */, - A542946F233538610001F42A /* CodeFragment.py */, - A5429470233538610001F42A /* exception.xml */, - A5429471233538610001F42A /* MetaDataParser.py */, - A5429472233538610001F42A /* EccMain.py */, + A5715D0923596841000CEC60 /* Configuration.py */, + A5715D0A23596841000CEC60 /* MetaFileWorkspace */, + A5715D0F23596841000CEC60 /* Exception.py */, + A5715D1023596841000CEC60 /* EccToolError.py */, + A5715D1123596841000CEC60 /* Check.py */, + A5715D1223596841000CEC60 /* Database.py */, + A5715D1323596841000CEC60 /* FileProfile.py */, + A5715D1423596841000CEC60 /* __init__.py */, + A5715D1523596841000CEC60 /* CParser3 */, + A5715D1923596841000CEC60 /* Xml */, + A5715D1C23596841000CEC60 /* CParser4 */, + A5715D2223596841000CEC60 /* C.g */, + A5715D2323596841000CEC60 /* config.ini */, + A5715D2423596841000CEC60 /* c.py */, + A5715D2523596841000CEC60 /* EccGlobalData.py */, + A5715D2623596841000CEC60 /* ParserWarning.py */, + A5715D2723596841000CEC60 /* CodeFragmentCollector.py */, + A5715D2823596841000CEC60 /* CodeFragment.py */, + A5715D2923596841000CEC60 /* exception.xml */, + A5715D2A23596842000CEC60 /* MetaDataParser.py */, + A5715D2B23596842000CEC60 /* EccMain.py */, ); path = Ecc; sourceTree = ""; }; - A5429431233538610001F42A /* MetaFileWorkspace */ = { + A5715D0A23596841000CEC60 /* MetaFileWorkspace */ = { isa = PBXGroup; children = ( - A5429432233538610001F42A /* __init__.py */, - A5429433233538610001F42A /* __pycache__ */, - A5429438233538610001F42A /* MetaFileTable.py */, - A5429439233538610001F42A /* MetaDataTable.py */, - A542943A233538610001F42A /* MetaFileParser.py */, + A5715D0B23596841000CEC60 /* __init__.py */, + A5715D0C23596841000CEC60 /* MetaFileTable.py */, + A5715D0D23596841000CEC60 /* MetaDataTable.py */, + A5715D0E23596841000CEC60 /* MetaFileParser.py */, ); path = MetaFileWorkspace; sourceTree = ""; }; - A5429433233538610001F42A /* __pycache__ */ = { + A5715D1523596841000CEC60 /* CParser3 */ = { isa = PBXGroup; children = ( - A5429434233538610001F42A /* MetaDataTable.cpython-36.pyc */, - A5429435233538610001F42A /* MetaFileTable.cpython-36.pyc */, - A5429436233538610001F42A /* MetaFileParser.cpython-36.pyc */, - A5429437233538610001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429441233538610001F42A /* __pycache__ */ = { - isa = PBXGroup; - children = ( - A5429442233538610001F42A /* Database.cpython-36.pyc */, - A5429443233538610001F42A /* EccGlobalData.cpython-36.pyc */, - A5429444233538610001F42A /* Check.cpython-36.pyc */, - A5429445233538610001F42A /* FileProfile.cpython-36.pyc */, - A5429446233538610001F42A /* CodeFragmentCollector.cpython-36.pyc */, - A5429447233538610001F42A /* EccMain.cpython-36.pyc */, - A5429448233538610001F42A /* Configuration.cpython-36.pyc */, - A5429449233538610001F42A /* c.cpython-36.pyc */, - A542944A233538610001F42A /* ParserWarning.cpython-36.pyc */, - A542944B233538610001F42A /* Exception.cpython-36.pyc */, - A542944C233538610001F42A /* EccToolError.cpython-36.pyc */, - A542944D233538610001F42A /* __init__.cpython-36.pyc */, - A542944E233538610001F42A /* MetaDataParser.cpython-36.pyc */, - A542944F233538610001F42A /* CodeFragment.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429450233538610001F42A /* CParser3 */ = { - isa = PBXGroup; - children = ( - A5429451233538610001F42A /* CLexer.py */, - A5429452233538610001F42A /* __init__.py */, - A5429453233538610001F42A /* __pycache__ */, - A5429457233538610001F42A /* CParser.py */, + A5715D1623596841000CEC60 /* CLexer.py */, + A5715D1723596841000CEC60 /* __init__.py */, + A5715D1823596841000CEC60 /* CParser.py */, ); path = CParser3; sourceTree = ""; }; - A5429453233538610001F42A /* __pycache__ */ = { + A5715D1923596841000CEC60 /* Xml */ = { isa = PBXGroup; children = ( - A5429454233538610001F42A /* CParser.cpython-36.pyc */, - A5429455233538610001F42A /* __init__.cpython-36.pyc */, - A5429456233538610001F42A /* CLexer.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429458233538610001F42A /* Xml */ = { - isa = PBXGroup; - children = ( - A5429459233538610001F42A /* XmlRoutines.py */, - A542945A233538610001F42A /* __init__.py */, - A542945B233538610001F42A /* __pycache__ */, + A5715D1A23596841000CEC60 /* XmlRoutines.py */, + A5715D1B23596841000CEC60 /* __init__.py */, ); path = Xml; sourceTree = ""; }; - A542945B233538610001F42A /* __pycache__ */ = { + A5715D1C23596841000CEC60 /* CParser4 */ = { isa = PBXGroup; children = ( - A542945C233538610001F42A /* __init__.cpython-36.pyc */, - A542945D233538610001F42A /* XmlRoutines.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A542945E233538610001F42A /* CParser4 */ = { - isa = PBXGroup; - children = ( - A542945F233538610001F42A /* C.g4 */, - A5429460233538610001F42A /* CLexer.py */, - A5429461233538610001F42A /* __init__.py */, - A5429462233538610001F42A /* __pycache__ */, - A5429467233538610001F42A /* CParser.py */, - A5429468233538610001F42A /* CListener.py */, + A5715D1D23596841000CEC60 /* C.g4 */, + A5715D1E23596841000CEC60 /* CLexer.py */, + A5715D1F23596841000CEC60 /* __init__.py */, + A5715D2023596841000CEC60 /* CParser.py */, + A5715D2123596841000CEC60 /* CListener.py */, ); path = CParser4; sourceTree = ""; }; - A5429462233538610001F42A /* __pycache__ */ = { + A5715D2C23596842000CEC60 /* CommonDataClass */ = { isa = PBXGroup; children = ( - A5429463233538610001F42A /* CParser.cpython-36.pyc */, - A5429464233538610001F42A /* CListener.cpython-36.pyc */, - A5429465233538610001F42A /* __init__.cpython-36.pyc */, - A5429466233538610001F42A /* CLexer.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A5429473233538610001F42A /* CommonDataClass */ = { - isa = PBXGroup; - children = ( - A5429474233538610001F42A /* FdfClass.py */, - A5429475233538610001F42A /* DataClass.py */, - A5429476233538610001F42A /* __init__.py */, - A5429477233538610001F42A /* CommonClass.py */, - A5429478233538610001F42A /* __pycache__ */, - A542947E233538610001F42A /* Exceptions.py */, + A5715D2D23596842000CEC60 /* FdfClass.py */, + A5715D2E23596842000CEC60 /* DataClass.py */, + A5715D2F23596842000CEC60 /* __init__.py */, + A5715D3023596842000CEC60 /* CommonClass.py */, + A5715D3123596842000CEC60 /* Exceptions.py */, ); path = CommonDataClass; sourceTree = ""; }; - A5429478233538610001F42A /* __pycache__ */ = { + A5715D3223596842000CEC60 /* AutoGen */ = { isa = PBXGroup; children = ( - A5429479233538610001F42A /* Exceptions.cpython-36.pyc */, - A542947A233538610001F42A /* CommonClass.cpython-36.pyc */, - A542947B233538610001F42A /* DataClass.cpython-36.pyc */, - A542947C233538610001F42A /* FdfClass.cpython-36.pyc */, - A542947D233538610001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A542947F233538610001F42A /* AutoGen */ = { - isa = PBXGroup; - children = ( - A5429480233538610001F42A /* GenPcdDb.py */, - A5429481233538610001F42A /* GenC.py */, - A5429482233538610001F42A /* CacheIR.py */, - A5429483233538610001F42A /* UniClassObject.py */, - A5429484233538610001F42A /* GenMake.py */, - A5429485233538610001F42A /* ValidCheckingInfoObject.py */, - A5429486233538610001F42A /* ModuleAutoGenHelper.py */, - A5429487233538610001F42A /* DataPipe.py */, - A5429488233538610001F42A /* __init__.py */, - A5429489233538610001F42A /* GenVar.py */, - A542948A233538610001F42A /* AutoGenWorker.py */, - A542948B233538610001F42A /* AutoGen.py */, - A542948C233538610001F42A /* __pycache__ */, - A54294A1233538610001F42A /* IdfClassObject.py */, - A54294A2233538610001F42A /* BuildEngine.py */, - A54294A3233538610001F42A /* InfSectionParser.py */, - A54294A4233538610001F42A /* GenDepex.py */, - A54294A5233538610001F42A /* ModuleAutoGen.py */, - A54294A6233538610001F42A /* PlatformAutoGen.py */, - A54294A7233538610001F42A /* WorkspaceAutoGen.py */, - A54294A8233538610001F42A /* StrGather.py */, + A5715D3323596842000CEC60 /* GenPcdDb.py */, + A5715D3423596842000CEC60 /* GenC.py */, + A5715D3523596842000CEC60 /* CacheIR.py */, + A5715D3623596842000CEC60 /* UniClassObject.py */, + A5715D3723596842000CEC60 /* GenMake.py */, + A5715D3823596842000CEC60 /* ValidCheckingInfoObject.py */, + A5715D3923596842000CEC60 /* ModuleAutoGenHelper.py */, + A5715D3A23596842000CEC60 /* DataPipe.py */, + A5715D3B23596842000CEC60 /* __init__.py */, + A5715D3C23596842000CEC60 /* GenVar.py */, + A5715D3D23596842000CEC60 /* AutoGenWorker.py */, + A5715D3E23596842000CEC60 /* AutoGen.py */, + A5715D3F23596842000CEC60 /* IdfClassObject.py */, + A5715D4023596842000CEC60 /* BuildEngine.py */, + A5715D4123596842000CEC60 /* InfSectionParser.py */, + A5715D4223596842000CEC60 /* GenDepex.py */, + A5715D4323596842000CEC60 /* ModuleAutoGen.py */, + A5715D4423596842000CEC60 /* PlatformAutoGen.py */, + A5715D4523596842000CEC60 /* WorkspaceAutoGen.py */, + A5715D4623596842000CEC60 /* StrGather.py */, ); path = AutoGen; sourceTree = ""; }; - A542948C233538610001F42A /* __pycache__ */ = { + A5715D4723596842000CEC60 /* Pkcs7Sign */ = { isa = PBXGroup; children = ( - A542948D233538610001F42A /* ValidCheckingInfoObject.cpython-36.pyc */, - A542948E233538610001F42A /* GenVar.cpython-36.pyc */, - A542948F233538610001F42A /* GenPcdDb.cpython-36.pyc */, - A5429490233538610001F42A /* BuildEngine.cpython-36.pyc */, - A5429491233538610001F42A /* AutoGen.cpython-36.pyc */, - A5429492233538610001F42A /* ModuleAutoGenHelper.cpython-36.pyc */, - A5429493233538610001F42A /* CacheIR.cpython-36.pyc */, - A5429494233538610001F42A /* ModuleAutoGen.cpython-36.pyc */, - A5429495233538610001F42A /* InfSectionParser.cpython-36.pyc */, - A5429496233538610001F42A /* IdfClassObject.cpython-36.pyc */, - A5429497233538610001F42A /* UniClassObject.cpython-36.pyc */, - A5429498233538610001F42A /* AutoGenWorker.cpython-36.pyc */, - A5429499233538610001F42A /* GenMake.cpython-36.pyc */, - A542949A233538610001F42A /* StrGather.cpython-36.pyc */, - A542949B233538610001F42A /* PlatformAutoGen.cpython-36.pyc */, - A542949C233538610001F42A /* DataPipe.cpython-36.pyc */, - A542949D233538610001F42A /* GenC.cpython-36.pyc */, - A542949E233538610001F42A /* GenDepex.cpython-36.pyc */, - A542949F233538610001F42A /* __init__.cpython-36.pyc */, - A54294A0233538610001F42A /* WorkspaceAutoGen.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54294A9233538610001F42A /* Pkcs7Sign */ = { - isa = PBXGroup; - children = ( - A54294AA233538610001F42A /* TestRoot.pem */, - A54294AB233538610001F42A /* TestCert.pub.pem */, - A54294AC233538610001F42A /* TestRoot.cer.gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr.inc */, - A54294AD233538610001F42A /* __pycache__ */, - A54294AF233538610001F42A /* TestRoot.cer */, - A54294B0233538610001F42A /* Readme.md */, - A54294B1233538610001F42A /* TestSub.pub.pem */, - A54294B2233538610001F42A /* Pkcs7Sign.py */, - A54294B3233538610001F42A /* TestCert.pem */, - A54294B4233538610001F42A /* TestRoot.pub.pem */, - A54294B5233538610001F42A /* TestSub.pem */, - A54294B6233538610001F42A /* TestRoot.cer.gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer.inc */, + A5715D4823596842000CEC60 /* TestRoot.pem */, + A5715D4923596842000CEC60 /* TestCert.pub.pem */, + A5715D4A23596842000CEC60 /* TestRoot.cer.gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr.inc */, + A5715D4B23596842000CEC60 /* TestRoot.cer */, + A5715D4C23596842000CEC60 /* Readme.md */, + A5715D4D23596842000CEC60 /* TestSub.pub.pem */, + A5715D4E23596842000CEC60 /* Pkcs7Sign.py */, + A5715D4F23596842000CEC60 /* TestCert.pem */, + A5715D5023596842000CEC60 /* TestRoot.pub.pem */, + A5715D5123596842000CEC60 /* TestSub.pem */, + A5715D5223596842000CEC60 /* TestRoot.cer.gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer.inc */, ); path = Pkcs7Sign; sourceTree = ""; }; - A54294AD233538610001F42A /* __pycache__ */ = { + A5715D5323596842000CEC60 /* Eot */ = { isa = PBXGroup; children = ( - A54294AE233538610001F42A /* Pkcs7Sign.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54294B7233538610001F42A /* Eot */ = { - isa = PBXGroup; - children = ( - A54294B8233538610001F42A /* InfParserLite.py */, - A54294B9233538610001F42A /* Database.py */, - A54294BA233538610001F42A /* FileProfile.py */, - A54294BB233538610001F42A /* __init__.py */, - A54294BC233538610001F42A /* __pycache__ */, - A54294CB233538610001F42A /* CParser3 */, - A54294D3233538610001F42A /* CParser4 */, - A54294DD233538610001F42A /* Parser.py */, - A54294DE233538610001F42A /* EotGlobalData.py */, - A54294DF233538610001F42A /* c.py */, - A54294E0233538610001F42A /* LzmaCompressor.pyd */, - A54294E1233538610001F42A /* ParserWarning.py */, - A54294E2233538610001F42A /* EfiCompressor.pyd */, - A54294E3233538610001F42A /* CodeFragmentCollector.py */, - A54294E4233538610001F42A /* EotMain.py */, - A54294E5233538610001F42A /* EotToolError.py */, - A54294E6233538610001F42A /* Identification.py */, - A54294E7233538610001F42A /* CodeFragment.py */, - A54294E8233538610001F42A /* Report.py */, + A5715D5423596842000CEC60 /* InfParserLite.py */, + A5715D5523596842000CEC60 /* Database.py */, + A5715D5623596842000CEC60 /* FileProfile.py */, + A5715D5723596842000CEC60 /* __init__.py */, + A5715D5823596842000CEC60 /* CParser3 */, + A5715D5C23596842000CEC60 /* CParser4 */, + A5715D6123596842000CEC60 /* Parser.py */, + A5715D6223596842000CEC60 /* EotGlobalData.py */, + A5715D6323596842000CEC60 /* c.py */, + A5715D6423596842000CEC60 /* LzmaCompressor.pyd */, + A5715D6523596842000CEC60 /* ParserWarning.py */, + A5715D6623596842000CEC60 /* EfiCompressor.pyd */, + A5715D6723596842000CEC60 /* CodeFragmentCollector.py */, + A5715D6823596842000CEC60 /* EotMain.py */, + A5715D6923596842000CEC60 /* EotToolError.py */, + A5715D6A23596842000CEC60 /* Identification.py */, + A5715D6B23596842000CEC60 /* CodeFragment.py */, + A5715D6C23596842000CEC60 /* Report.py */, ); path = Eot; sourceTree = ""; }; - A54294BC233538610001F42A /* __pycache__ */ = { + A5715D5823596842000CEC60 /* CParser3 */ = { isa = PBXGroup; children = ( - A54294BD233538610001F42A /* EotMain.cpython-36.pyc */, - A54294BE233538610001F42A /* Parser.cpython-36.pyc */, - A54294BF233538610001F42A /* Database.cpython-36.pyc */, - A54294C0233538610001F42A /* EotToolError.cpython-36.pyc */, - A54294C1233538610001F42A /* EotGlobalData.cpython-36.pyc */, - A54294C2233538610001F42A /* FileProfile.cpython-36.pyc */, - A54294C3233538610001F42A /* InfParserLite.cpython-36.pyc */, - A54294C4233538610001F42A /* CodeFragmentCollector.cpython-36.pyc */, - A54294C5233538610001F42A /* c.cpython-36.pyc */, - A54294C6233538610001F42A /* ParserWarning.cpython-36.pyc */, - A54294C7233538610001F42A /* Report.cpython-36.pyc */, - A54294C8233538610001F42A /* Identification.cpython-36.pyc */, - A54294C9233538610001F42A /* __init__.cpython-36.pyc */, - A54294CA233538610001F42A /* CodeFragment.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54294CB233538610001F42A /* CParser3 */ = { - isa = PBXGroup; - children = ( - A54294CC233538610001F42A /* CLexer.py */, - A54294CD233538610001F42A /* __init__.py */, - A54294CE233538610001F42A /* __pycache__ */, - A54294D2233538610001F42A /* CParser.py */, + A5715D5923596842000CEC60 /* CLexer.py */, + A5715D5A23596842000CEC60 /* __init__.py */, + A5715D5B23596842000CEC60 /* CParser.py */, ); path = CParser3; sourceTree = ""; }; - A54294CE233538610001F42A /* __pycache__ */ = { + A5715D5C23596842000CEC60 /* CParser4 */ = { isa = PBXGroup; children = ( - A54294CF233538610001F42A /* CParser.cpython-36.pyc */, - A54294D0233538610001F42A /* __init__.cpython-36.pyc */, - A54294D1233538610001F42A /* CLexer.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54294D3233538610001F42A /* CParser4 */ = { - isa = PBXGroup; - children = ( - A54294D4233538610001F42A /* CLexer.py */, - A54294D5233538610001F42A /* __init__.py */, - A54294D6233538610001F42A /* __pycache__ */, - A54294DB233538610001F42A /* CParser.py */, - A54294DC233538610001F42A /* CListener.py */, + A5715D5D23596842000CEC60 /* CLexer.py */, + A5715D5E23596842000CEC60 /* __init__.py */, + A5715D5F23596842000CEC60 /* CParser.py */, + A5715D6023596842000CEC60 /* CListener.py */, ); path = CParser4; sourceTree = ""; }; - A54294D6233538610001F42A /* __pycache__ */ = { + A5715D6D23596842000CEC60 /* GenPatchPcdTable */ = { isa = PBXGroup; children = ( - A54294D7233538610001F42A /* CParser.cpython-36.pyc */, - A54294D8233538610001F42A /* CListener.cpython-36.pyc */, - A54294D9233538610001F42A /* __init__.cpython-36.pyc */, - A54294DA233538610001F42A /* CLexer.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54294E9233538610001F42A /* GenPatchPcdTable */ = { - isa = PBXGroup; - children = ( - A54294EA233538610001F42A /* __init__.py */, - A54294EB233538610001F42A /* __pycache__ */, - A54294EE233538610001F42A /* GenPatchPcdTable.py */, + A5715D6E23596842000CEC60 /* __init__.py */, + A5715D6F23596842000CEC60 /* GenPatchPcdTable.py */, ); path = GenPatchPcdTable; sourceTree = ""; }; - A54294EB233538610001F42A /* __pycache__ */ = { + A5715D7023596842000CEC60 /* Rsa2048Sha256Sign */ = { isa = PBXGroup; children = ( - A54294EC233538610001F42A /* GenPatchPcdTable.cpython-36.pyc */, - A54294ED233538610001F42A /* __init__.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54294EF233538610001F42A /* Rsa2048Sha256Sign */ = { - isa = PBXGroup; - children = ( - A54294F0233538610001F42A /* Rsa2048Sha256Sign.py */, - A54294F1233538610001F42A /* TestSigningPrivateKey.pem */, - A54294F2233538610001F42A /* Rsa2048Sha256GenerateKeys.py */, - A54294F3233538610001F42A /* __pycache__ */, - A54294F6233538610001F42A /* TestSigningPublicKey.txt */, - A54294F7233538610001F42A /* TestSigningPublicKey.bin */, + A5715D7123596842000CEC60 /* Rsa2048Sha256Sign.py */, + A5715D7223596842000CEC60 /* TestSigningPrivateKey.pem */, + A5715D7323596842000CEC60 /* Rsa2048Sha256GenerateKeys.py */, + A5715D7423596842000CEC60 /* TestSigningPublicKey.txt */, + A5715D7523596842000CEC60 /* TestSigningPublicKey.bin */, ); path = Rsa2048Sha256Sign; sourceTree = ""; }; - A54294F3233538610001F42A /* __pycache__ */ = { + A5715D7623596842000CEC60 /* C */ = { isa = PBXGroup; children = ( - A54294F4233538610001F42A /* Rsa2048Sha256GenerateKeys.cpython-36.pyc */, - A54294F5233538610001F42A /* Rsa2048Sha256Sign.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A54294F8233538610001F42A /* C */ = { - isa = PBXGroup; - children = ( - A54294F9233538610001F42A /* PyEfiCompressor */, - A54294FD233538610001F42A /* Split */, - A5429503233538610001F42A /* GNUmakefile */, - A5429504233538610001F42A /* BrotliCompress */, - A5429596233538620001F42A /* GenSec */, - A542959C233538620001F42A /* GenFw */, - A54295B2233538620001F42A /* EfiLdrImage */, - A54295B8233538620001F42A /* GenFv */, - A54295C2233538620001F42A /* bin */, - A54295D2233538620001F42A /* Makefile */, - A54295D3233538620001F42A /* Include */, - A54295FF233538620001F42A /* LzmaCompress */, - A5429631233538620001F42A /* GenCrc32 */, - A5429637233538620001F42A /* Makefiles */, - A5429642233538620001F42A /* libs */, - A5429644233538620001F42A /* GenPage */, - A542964B233538620001F42A /* Common */, - A5429699233538620001F42A /* VolInfo */, - A54296A0233538620001F42A /* TianoCompress */, - A54296A7233538620001F42A /* DevicePath */, - A54296B7233538620001F42A /* GenFfs */, - A54296BD233538620001F42A /* VfrCompile */, - A5429781233538630001F42A /* EfiRom */, + A5715D7723596842000CEC60 /* PyEfiCompressor */, + A5715D7B23596842000CEC60 /* Split */, + A5715D7F23596842000CEC60 /* GNUmakefile */, + A5715D8023596842000CEC60 /* BrotliCompress */, + A5715DE023596842000CEC60 /* GenSec */, + A5715DE423596842000CEC60 /* GenFw */, + A5715DF223596842000CEC60 /* EfiLdrImage */, + A5715DF623596842000CEC60 /* GenFv */, + A5715DFC23596842000CEC60 /* Makefile */, + A5715DFD23596842000CEC60 /* Include */, + A5715E2923596842000CEC60 /* LzmaCompress */, + A5715E4B23596842000CEC60 /* GenCrc32 */, + A5715E4F23596842000CEC60 /* Makefiles */, + A5715E5A23596842000CEC60 /* GenPage */, + A5715E5F23596842000CEC60 /* Common */, + A5715E8723596842000CEC60 /* VolInfo */, + A5715E8C23596842000CEC60 /* TianoCompress */, + A5715E9123596842000CEC60 /* DevicePath */, + A5715E9923596842000CEC60 /* GenFfs */, + A5715E9D23596842000CEC60 /* VfrCompile */, + A5715F3323596842000CEC60 /* EfiRom */, ); path = C; sourceTree = ""; }; - A54294F9233538610001F42A /* PyEfiCompressor */ = { + A5715D7723596842000CEC60 /* PyEfiCompressor */ = { isa = PBXGroup; children = ( - A54294FA233538610001F42A /* EfiCompressor.c */, - A54294FB233538610001F42A /* Makefile */, - A54294FC233538610001F42A /* setup.py */, + A5715D7823596842000CEC60 /* EfiCompressor.c */, + A5715D7923596842000CEC60 /* Makefile */, + A5715D7A23596842000CEC60 /* setup.py */, ); path = PyEfiCompressor; sourceTree = ""; }; - A54294FD233538610001F42A /* Split */ = { + A5715D7B23596842000CEC60 /* Split */ = { isa = PBXGroup; children = ( - A54294FE233538610001F42A /* GNUmakefile */, - A54294FF233538610001F42A /* Makefile */, - A5429500233538610001F42A /* Split.d */, - A5429501233538610001F42A /* Split.c */, - A5429502233538610001F42A /* Split.o */, + A5715D7C23596842000CEC60 /* GNUmakefile */, + A5715D7D23596842000CEC60 /* Makefile */, + A5715D7E23596842000CEC60 /* Split.c */, ); path = Split; sourceTree = ""; }; - A5429504233538610001F42A /* BrotliCompress */ = { + A5715D8023596842000CEC60 /* BrotliCompress */ = { isa = PBXGroup; children = ( - A5429505233538610001F42A /* GNUmakefile */, - A5429506233538610001F42A /* tools */, - A542950B233538610001F42A /* LICENSE */, - A542950C233538610001F42A /* Makefile */, - A542950D233538610001F42A /* include */, - A5429513233538610001F42A /* docs */, - A5429515233538610001F42A /* README.md */, - A5429516233538610001F42A /* enc */, - A5429577233538620001F42A /* common */, - A5429584233538620001F42A /* dec */, - A5429595233538620001F42A /* ReadMe.txt */, + A5715D8123596842000CEC60 /* GNUmakefile */, + A5715D8223596842000CEC60 /* tools */, + A5715D8523596842000CEC60 /* LICENSE */, + A5715D8623596842000CEC60 /* Makefile */, + A5715D8723596842000CEC60 /* include */, + A5715D8D23596842000CEC60 /* docs */, + A5715D8F23596842000CEC60 /* README.md */, + A5715D9023596842000CEC60 /* enc */, + A5715DCD23596842000CEC60 /* common */, + A5715DD623596842000CEC60 /* dec */, + A5715DDF23596842000CEC60 /* ReadMe.txt */, ); path = BrotliCompress; sourceTree = ""; }; - A5429506233538610001F42A /* tools */ = { + A5715D8223596842000CEC60 /* tools */ = { isa = PBXGroup; children = ( - A5429507233538610001F42A /* brotli.md */, - A5429508233538610001F42A /* brotli.d */, - A5429509233538610001F42A /* brotli.c */, - A542950A233538610001F42A /* brotli.o */, + A5715D8323596842000CEC60 /* brotli.md */, + A5715D8423596842000CEC60 /* brotli.c */, ); path = tools; sourceTree = ""; }; - A542950D233538610001F42A /* include */ = { + A5715D8723596842000CEC60 /* include */ = { isa = PBXGroup; children = ( - A542950E233538610001F42A /* brotli */, + A5715D8823596842000CEC60 /* brotli */, ); path = include; sourceTree = ""; }; - A542950E233538610001F42A /* brotli */ = { + A5715D8823596842000CEC60 /* brotli */ = { isa = PBXGroup; children = ( - A542950F233538610001F42A /* port.h */, - A5429510233538610001F42A /* types.h */, - A5429511233538610001F42A /* encode.h */, - A5429512233538610001F42A /* decode.h */, + A5715D8923596842000CEC60 /* port.h */, + A5715D8A23596842000CEC60 /* types.h */, + A5715D8B23596842000CEC60 /* encode.h */, + A5715D8C23596842000CEC60 /* decode.h */, ); path = brotli; sourceTree = ""; }; - A5429513233538610001F42A /* docs */ = { + A5715D8D23596842000CEC60 /* docs */ = { isa = PBXGroup; children = ( - A5429514233538610001F42A /* brotli-comparison-study-2015-09-22.pdf */, + A5715D8E23596842000CEC60 /* brotli-comparison-study-2015-09-22.pdf */, ); path = docs; sourceTree = ""; }; - A5429516233538610001F42A /* enc */ = { + A5715D9023596842000CEC60 /* enc */ = { isa = PBXGroup; children = ( - A5429517233538610001F42A /* hash_longest_match64_inc.h */, - A5429518233538610001F42A /* cluster.h */, - A5429519233538610001F42A /* backward_references.h */, - A542951A233538610001F42A /* cluster.o */, - A542951B233538610001F42A /* backward_references.o */, - A542951C233538610001F42A /* hash_to_binary_tree_inc.h */, - A542951D233538610001F42A /* utf8_util.h */, - A542951E233538610001F42A /* utf8_util.o */, - A542951F233538610001F42A /* encoder_dict.o */, - A5429520233538610001F42A /* encoder_dict.h */, - A5429521233538610001F42A /* dictionary_hash.d */, - A5429522233538610001F42A /* backward_references_hq.d */, - A5429523233538610001F42A /* dictionary_hash.c */, - A5429524233538610001F42A /* backward_references_hq.c */, - A5429525233538610001F42A /* bit_cost_inc.h */, - A5429526233538610001F42A /* find_match_length.h */, - A5429527233538610001F42A /* histogram.d */, - A5429528233538610001F42A /* histogram.c */, - A5429529233538610001F42A /* bit_cost.h */, - A542952A233538610001F42A /* memory.c */, - A542952B233538610001F42A /* bit_cost.o */, - A542952C233538610001F42A /* params.h */, - A542952D233538610001F42A /* memory.d */, - A542952E233538610001F42A /* brotli_bit_stream.o */, - A542952F233538610001F42A /* brotli_bit_stream.h */, - A5429530233538610001F42A /* entropy_encode.c */, - A5429531233538610001F42A /* entropy_encode.d */, - A5429532233538610001F42A /* compress_fragment_two_pass.d */, - A5429533233538610001F42A /* fast_log.h */, - A5429534233538610001F42A /* compress_fragment_two_pass.c */, - A5429535233538610001F42A /* block_splitter.d */, - A5429536233538610001F42A /* block_splitter.c */, - A5429537233538610001F42A /* compress_fragment.o */, - A5429538233538610001F42A /* compress_fragment.h */, - A5429539233538610001F42A /* static_dict_lut.h */, - A542953A233538610001F42A /* static_dict.h */, - A542953B233538610001F42A /* block_splitter_inc.h */, - A542953C233538610001F42A /* static_dict.o */, - A542953D233538610001F42A /* quality.h */, - A542953E233538610001F42A /* cluster_inc.h */, - A542953F233538610001F42A /* metablock.h */, - A5429540233538610001F42A /* metablock.o */, - A5429541233538610001F42A /* hash_composite_inc.h */, - A5429542233538610001F42A /* literal_cost.h */, - A5429543233538610001F42A /* block_encoder_inc.h */, - A5429544233538610001F42A /* literal_cost.o */, - A5429545233538610001F42A /* metablock_inc.h */, - A5429546233538610001F42A /* hash_forgetful_chain_inc.h */, - A5429547233538610001F42A /* hash_longest_match_quickly_inc.h */, - A5429548233538610001F42A /* encode.d */, - A5429549233538610001F42A /* encode.c */, - A542954A233538610001F42A /* backward_references_hq.h */, - A542954B233538610001F42A /* dictionary_hash.h */, - A542954C233538610001F42A /* backward_references_hq.o */, - A542954D233538610001F42A /* dictionary_hash.o */, - A542954E233538610001F42A /* encoder_dict.c */, - A542954F233538610001F42A /* encoder_dict.d */, - A5429550233538610001F42A /* cluster.d */, - A5429551233538610001F42A /* backward_references.d */, - A5429552233538610001F42A /* cluster.c */, - A5429553233538610001F42A /* backward_references.c */, - A5429554233538610001F42A /* utf8_util.d */, - A5429555233538610001F42A /* utf8_util.c */, - A5429556233538620001F42A /* block_splitter.h */, - A5429557233538620001F42A /* block_splitter.o */, - A5429558233538620001F42A /* compress_fragment.c */, - A5429559233538620001F42A /* compress_fragment.d */, - A542955A233538620001F42A /* entropy_encode.o */, - A542955B233538620001F42A /* entropy_encode.h */, - A542955C233538620001F42A /* compress_fragment_two_pass.h */, - A542955D233538620001F42A /* compress_fragment_two_pass.o */, - A542955E233538620001F42A /* hash_longest_match_inc.h */, - A542955F233538620001F42A /* brotli_bit_stream.c */, - A5429560233538620001F42A /* brotli_bit_stream.d */, - A5429561233538620001F42A /* histogram.h */, - A5429562233538620001F42A /* histogram.o */, - A5429563233538620001F42A /* memory.o */, - A5429564233538620001F42A /* bit_cost.d */, - A5429565233538620001F42A /* memory.h */, - A5429566233538620001F42A /* bit_cost.c */, - A5429567233538620001F42A /* command.h */, - A5429568233538620001F42A /* write_bits.h */, - A5429569233538620001F42A /* static_dict.d */, - A542956A233538620001F42A /* static_dict.c */, - A542956B233538620001F42A /* histogram_inc.h */, - A542956C233538620001F42A /* prefix.h */, - A542956D233538620001F42A /* hash.h */, - A542956E233538620001F42A /* hash_rolling_inc.h */, - A542956F233538620001F42A /* encode.o */, - A5429570233538620001F42A /* literal_cost.d */, - A5429571233538620001F42A /* ringbuffer.h */, - A5429572233538620001F42A /* literal_cost.c */, - A5429573233538620001F42A /* entropy_encode_static.h */, - A5429574233538620001F42A /* backward_references_inc.h */, - A5429575233538620001F42A /* metablock.d */, - A5429576233538620001F42A /* metablock.c */, + A5715D9123596842000CEC60 /* hash_longest_match64_inc.h */, + A5715D9223596842000CEC60 /* cluster.h */, + A5715D9323596842000CEC60 /* backward_references.h */, + A5715D9423596842000CEC60 /* hash_to_binary_tree_inc.h */, + A5715D9523596842000CEC60 /* utf8_util.h */, + A5715D9623596842000CEC60 /* encoder_dict.h */, + A5715D9723596842000CEC60 /* dictionary_hash.c */, + A5715D9823596842000CEC60 /* backward_references_hq.c */, + A5715D9923596842000CEC60 /* bit_cost_inc.h */, + A5715D9A23596842000CEC60 /* find_match_length.h */, + A5715D9B23596842000CEC60 /* histogram.c */, + A5715D9C23596842000CEC60 /* bit_cost.h */, + A5715D9D23596842000CEC60 /* memory.c */, + A5715D9E23596842000CEC60 /* params.h */, + A5715D9F23596842000CEC60 /* brotli_bit_stream.h */, + A5715DA023596842000CEC60 /* entropy_encode.c */, + A5715DA123596842000CEC60 /* fast_log.h */, + A5715DA223596842000CEC60 /* compress_fragment_two_pass.c */, + A5715DA323596842000CEC60 /* block_splitter.c */, + A5715DA423596842000CEC60 /* compress_fragment.h */, + A5715DA523596842000CEC60 /* static_dict_lut.h */, + A5715DA623596842000CEC60 /* static_dict.h */, + A5715DA723596842000CEC60 /* block_splitter_inc.h */, + A5715DA823596842000CEC60 /* quality.h */, + A5715DA923596842000CEC60 /* cluster_inc.h */, + A5715DAA23596842000CEC60 /* metablock.h */, + A5715DAB23596842000CEC60 /* hash_composite_inc.h */, + A5715DAC23596842000CEC60 /* literal_cost.h */, + A5715DAD23596842000CEC60 /* block_encoder_inc.h */, + A5715DAE23596842000CEC60 /* metablock_inc.h */, + A5715DAF23596842000CEC60 /* hash_forgetful_chain_inc.h */, + A5715DB023596842000CEC60 /* hash_longest_match_quickly_inc.h */, + A5715DB123596842000CEC60 /* encode.c */, + A5715DB223596842000CEC60 /* backward_references_hq.h */, + A5715DB323596842000CEC60 /* dictionary_hash.h */, + A5715DB423596842000CEC60 /* encoder_dict.c */, + A5715DB523596842000CEC60 /* cluster.c */, + A5715DB623596842000CEC60 /* backward_references.c */, + A5715DB723596842000CEC60 /* utf8_util.c */, + A5715DB823596842000CEC60 /* block_splitter.h */, + A5715DB923596842000CEC60 /* compress_fragment.c */, + A5715DBA23596842000CEC60 /* entropy_encode.h */, + A5715DBB23596842000CEC60 /* compress_fragment_two_pass.h */, + A5715DBC23596842000CEC60 /* hash_longest_match_inc.h */, + A5715DBD23596842000CEC60 /* brotli_bit_stream.c */, + A5715DBE23596842000CEC60 /* histogram.h */, + A5715DBF23596842000CEC60 /* memory.h */, + A5715DC023596842000CEC60 /* bit_cost.c */, + A5715DC123596842000CEC60 /* command.h */, + A5715DC223596842000CEC60 /* write_bits.h */, + A5715DC323596842000CEC60 /* static_dict.c */, + A5715DC423596842000CEC60 /* histogram_inc.h */, + A5715DC523596842000CEC60 /* prefix.h */, + A5715DC623596842000CEC60 /* hash.h */, + A5715DC723596842000CEC60 /* hash_rolling_inc.h */, + A5715DC823596842000CEC60 /* ringbuffer.h */, + A5715DC923596842000CEC60 /* literal_cost.c */, + A5715DCA23596842000CEC60 /* entropy_encode_static.h */, + A5715DCB23596842000CEC60 /* backward_references_inc.h */, + A5715DCC23596842000CEC60 /* metablock.c */, ); path = enc; sourceTree = ""; }; - A5429577233538620001F42A /* common */ = { + A5715DCD23596842000CEC60 /* common */ = { isa = PBXGroup; children = ( - A5429578233538620001F42A /* dictionary.d */, - A5429579233538620001F42A /* dictionary.c */, - A542957A233538620001F42A /* version.h */, - A542957B233538620001F42A /* transform.d */, - A542957C233538620001F42A /* transform.c */, - A542957D233538620001F42A /* context.h */, - A542957E233538620001F42A /* constants.h */, - A542957F233538620001F42A /* dictionary.h */, - A5429580233538620001F42A /* dictionary.o */, - A5429581233538620001F42A /* transform.h */, - A5429582233538620001F42A /* transform.o */, - A5429583233538620001F42A /* platform.h */, + A5715DCE23596842000CEC60 /* dictionary.c */, + A5715DCF23596842000CEC60 /* version.h */, + A5715DD023596842000CEC60 /* transform.c */, + A5715DD123596842000CEC60 /* context.h */, + A5715DD223596842000CEC60 /* constants.h */, + A5715DD323596842000CEC60 /* dictionary.h */, + A5715DD423596842000CEC60 /* transform.h */, + A5715DD523596842000CEC60 /* platform.h */, ); path = common; sourceTree = ""; }; - A5429584233538620001F42A /* dec */ = { + A5715DD623596842000CEC60 /* dec */ = { isa = PBXGroup; children = ( - A5429585233538620001F42A /* state.c */, - A5429586233538620001F42A /* state.d */, - A5429587233538620001F42A /* bit_reader.h */, - A5429588233538620001F42A /* bit_reader.o */, - A5429589233538620001F42A /* decode.c */, - A542958A233538620001F42A /* decode.d */, - A542958B233538620001F42A /* huffman.c */, - A542958C233538620001F42A /* huffman.d */, - A542958D233538620001F42A /* bit_reader.d */, - A542958E233538620001F42A /* bit_reader.c */, - A542958F233538620001F42A /* state.o */, - A5429590233538620001F42A /* prefix.h */, - A5429591233538620001F42A /* state.h */, - A5429592233538620001F42A /* huffman.o */, - A5429593233538620001F42A /* huffman.h */, - A5429594233538620001F42A /* decode.o */, + A5715DD723596842000CEC60 /* state.c */, + A5715DD823596842000CEC60 /* bit_reader.h */, + A5715DD923596842000CEC60 /* decode.c */, + A5715DDA23596842000CEC60 /* huffman.c */, + A5715DDB23596842000CEC60 /* bit_reader.c */, + A5715DDC23596842000CEC60 /* prefix.h */, + A5715DDD23596842000CEC60 /* state.h */, + A5715DDE23596842000CEC60 /* huffman.h */, ); path = dec; sourceTree = ""; }; - A5429596233538620001F42A /* GenSec */ = { + A5715DE023596842000CEC60 /* GenSec */ = { isa = PBXGroup; children = ( - A5429597233538620001F42A /* GenSec.o */, - A5429598233538620001F42A /* GNUmakefile */, - A5429599233538620001F42A /* Makefile */, - A542959A233538620001F42A /* GenSec.d */, - A542959B233538620001F42A /* GenSec.c */, + A5715DE123596842000CEC60 /* GNUmakefile */, + A5715DE223596842000CEC60 /* Makefile */, + A5715DE323596842000CEC60 /* GenSec.c */, ); path = GenSec; sourceTree = ""; }; - A542959C233538620001F42A /* GenFw */ = { + A5715DE423596842000CEC60 /* GenFw */ = { isa = PBXGroup; children = ( - A542959D233538620001F42A /* elf_common.h */, - A542959E233538620001F42A /* GNUmakefile */, - A542959F233538620001F42A /* ElfConvert.h */, - A54295A0233538620001F42A /* ElfConvert.o */, - A54295A1233538620001F42A /* elf64.h */, - A54295A2233538620001F42A /* Makefile */, - A54295A3233538620001F42A /* Elf64Convert.o */, - A54295A4233538620001F42A /* Elf64Convert.h */, - A54295A5233538620001F42A /* GenFw.h */, - A54295A6233538620001F42A /* Elf32Convert.c */, - A54295A7233538620001F42A /* GenFw.o */, - A54295A8233538620001F42A /* Elf32Convert.d */, - A54295A9233538620001F42A /* elf32.h */, - A54295AA233538620001F42A /* ElfConvert.d */, - A54295AB233538620001F42A /* ElfConvert.c */, - A54295AC233538620001F42A /* Elf32Convert.o */, - A54295AD233538620001F42A /* GenFw.d */, - A54295AE233538620001F42A /* Elf32Convert.h */, - A54295AF233538620001F42A /* GenFw.c */, - A54295B0233538620001F42A /* Elf64Convert.c */, - A54295B1233538620001F42A /* Elf64Convert.d */, + A5715DE523596842000CEC60 /* elf_common.h */, + A5715DE623596842000CEC60 /* GNUmakefile */, + A5715DE723596842000CEC60 /* ElfConvert.h */, + A5715DE823596842000CEC60 /* elf64.h */, + A5715DE923596842000CEC60 /* Makefile */, + A5715DEA23596842000CEC60 /* Elf64Convert.h */, + A5715DEB23596842000CEC60 /* GenFw.h */, + A5715DEC23596842000CEC60 /* Elf32Convert.c */, + A5715DED23596842000CEC60 /* elf32.h */, + A5715DEE23596842000CEC60 /* ElfConvert.c */, + A5715DEF23596842000CEC60 /* Elf32Convert.h */, + A5715DF023596842000CEC60 /* GenFw.c */, + A5715DF123596842000CEC60 /* Elf64Convert.c */, ); path = GenFw; sourceTree = ""; }; - A54295B2233538620001F42A /* EfiLdrImage */ = { + A5715DF223596842000CEC60 /* EfiLdrImage */ = { isa = PBXGroup; children = ( - A54295B3233538620001F42A /* GNUmakefile */, - A54295B4233538620001F42A /* EfiLdrImage.d */, - A54295B5233538620001F42A /* EfiLdrImage.c */, - A54295B6233538620001F42A /* Makefile */, - A54295B7233538620001F42A /* EfiLdrImage.o */, + A5715DF323596842000CEC60 /* GNUmakefile */, + A5715DF423596842000CEC60 /* EfiLdrImage.c */, + A5715DF523596842000CEC60 /* Makefile */, ); path = EfiLdrImage; sourceTree = ""; }; - A54295B8233538620001F42A /* GenFv */ = { + A5715DF623596842000CEC60 /* GenFv */ = { isa = PBXGroup; children = ( - A54295B9233538620001F42A /* GNUmakefile */, - A54295BA233538620001F42A /* GenFv.c */, - A54295BB233538620001F42A /* GenFv.d */, - A54295BC233538620001F42A /* Makefile */, - A54295BD233538620001F42A /* GenFvInternalLib.o */, - A54295BE233538620001F42A /* GenFvInternalLib.h */, - A54295BF233538620001F42A /* GenFv.o */, - A54295C0233538620001F42A /* GenFvInternalLib.c */, - A54295C1233538620001F42A /* GenFvInternalLib.d */, + A5715DF723596842000CEC60 /* GNUmakefile */, + A5715DF823596842000CEC60 /* GenFv.c */, + A5715DF923596842000CEC60 /* Makefile */, + A5715DFA23596842000CEC60 /* GenFvInternalLib.h */, + A5715DFB23596842000CEC60 /* GenFvInternalLib.c */, ); path = GenFv; sourceTree = ""; }; - A54295C2233538620001F42A /* bin */ = { + A5715DFD23596842000CEC60 /* Include */ = { isa = PBXGroup; children = ( - A54295C3233538620001F42A /* Split */, - A54295C4233538620001F42A /* GenSec */, - A54295C5233538620001F42A /* GenFw */, - A54295C6233538620001F42A /* EfiLdrImage */, - A54295C7233538620001F42A /* GenFv */, - A54295C8233538620001F42A /* Brotli */, - A54295C9233538620001F42A /* LzmaCompress */, - A54295CA233538620001F42A /* GenCrc32 */, - A54295CB233538620001F42A /* GenPage */, - A54295CC233538620001F42A /* VolInfo */, - A54295CD233538620001F42A /* TianoCompress */, - A54295CE233538620001F42A /* DevicePath */, - A54295CF233538620001F42A /* GenFfs */, - A54295D0233538620001F42A /* VfrCompile */, - A54295D1233538620001F42A /* EfiRom */, - ); - path = bin; - sourceTree = ""; - }; - A54295D3233538620001F42A /* Include */ = { - isa = PBXGroup; - children = ( - A54295D4233538620001F42A /* X64 */, - A54295D6233538620001F42A /* IndustryStandard */, - A54295E2233538620001F42A /* Protocol */, - A54295E9233538620001F42A /* Ia32 */, - A54295EB233538620001F42A /* Common */, - A54295F7233538620001F42A /* Guid */, - A54295FB233538620001F42A /* Arm */, - A54295FD233538620001F42A /* AArch64 */, + A5715DFE23596842000CEC60 /* X64 */, + A5715E0023596842000CEC60 /* IndustryStandard */, + A5715E0C23596842000CEC60 /* Protocol */, + A5715E1323596842000CEC60 /* Ia32 */, + A5715E1523596842000CEC60 /* Common */, + A5715E2123596842000CEC60 /* Guid */, + A5715E2523596842000CEC60 /* Arm */, + A5715E2723596842000CEC60 /* AArch64 */, ); path = Include; sourceTree = ""; }; - A54295D4233538620001F42A /* X64 */ = { + A5715DFE23596842000CEC60 /* X64 */ = { isa = PBXGroup; children = ( - A54295D5233538620001F42A /* ProcessorBind.h */, + A5715DFF23596842000CEC60 /* ProcessorBind.h */, ); path = X64; sourceTree = ""; }; - A54295D6233538620001F42A /* IndustryStandard */ = { + A5715E0023596842000CEC60 /* IndustryStandard */ = { isa = PBXGroup; children = ( - A54295D7233538620001F42A /* pci22.h */, - A54295D8233538620001F42A /* Acpi.h */, - A54295D9233538620001F42A /* PeImage.h */, - A54295DA233538620001F42A /* MemoryMappedConfigurationSpaceAccessTable.h */, - A54295DB233538620001F42A /* Bluetooth.h */, - A54295DC233538620001F42A /* Acpi1_0.h */, - A54295DD233538620001F42A /* Acpi3_0.h */, - A54295DE233538620001F42A /* pci23.h */, - A54295DF233538620001F42A /* Acpi2_0.h */, - A54295E0233538620001F42A /* EfiPci.h */, - A54295E1233538620001F42A /* pci30.h */, + A5715E0123596842000CEC60 /* pci22.h */, + A5715E0223596842000CEC60 /* Acpi.h */, + A5715E0323596842000CEC60 /* PeImage.h */, + A5715E0423596842000CEC60 /* MemoryMappedConfigurationSpaceAccessTable.h */, + A5715E0523596842000CEC60 /* Bluetooth.h */, + A5715E0623596842000CEC60 /* Acpi1_0.h */, + A5715E0723596842000CEC60 /* Acpi3_0.h */, + A5715E0823596842000CEC60 /* pci23.h */, + A5715E0923596842000CEC60 /* Acpi2_0.h */, + A5715E0A23596842000CEC60 /* EfiPci.h */, + A5715E0B23596842000CEC60 /* pci30.h */, ); path = IndustryStandard; sourceTree = ""; }; - A54295E2233538620001F42A /* Protocol */ = { + A5715E0C23596842000CEC60 /* Protocol */ = { isa = PBXGroup; children = ( - A54295E3233538620001F42A /* UgaDraw.h */, - A54295E4233538620001F42A /* HiiFramework.h */, - A54295E5233538620001F42A /* GraphicsOutput.h */, - A54295E6233538620001F42A /* GuidedSectionExtraction.h */, - A54295E7233538620001F42A /* DevicePathUtilities.h */, - A54295E8233538620001F42A /* DevicePath.h */, + A5715E0D23596842000CEC60 /* UgaDraw.h */, + A5715E0E23596842000CEC60 /* HiiFramework.h */, + A5715E0F23596842000CEC60 /* GraphicsOutput.h */, + A5715E1023596842000CEC60 /* GuidedSectionExtraction.h */, + A5715E1123596842000CEC60 /* DevicePathUtilities.h */, + A5715E1223596842000CEC60 /* DevicePath.h */, ); path = Protocol; sourceTree = ""; }; - A54295E9233538620001F42A /* Ia32 */ = { + A5715E1323596842000CEC60 /* Ia32 */ = { isa = PBXGroup; children = ( - A54295EA233538620001F42A /* ProcessorBind.h */, + A5715E1423596842000CEC60 /* ProcessorBind.h */, ); path = Ia32; sourceTree = ""; }; - A54295EB233538620001F42A /* Common */ = { + A5715E1523596842000CEC60 /* Common */ = { isa = PBXGroup; children = ( - A54295EC233538620001F42A /* UefiBaseTypes.h */, - A54295ED233538620001F42A /* PiFirmwareVolume.h */, - A54295EE233538620001F42A /* MdeModuleHii.h */, - A54295EF233538620001F42A /* BaseTypes.h */, - A54295F0233538620001F42A /* UefiCapsule.h */, - A54295F1233538620001F42A /* BuildVersion.h */, - A54295F2233538620001F42A /* VariableFormat.h */, - A54295F3233538620001F42A /* UefiInternalFormRepresentation.h */, - A54295F4233538620001F42A /* PiFirmwareFile.h */, - A54295F5233538620001F42A /* UefiMultiPhase.h */, - A54295F6233538620001F42A /* WorkingBlockHeader.h */, + A5715E1623596842000CEC60 /* UefiBaseTypes.h */, + A5715E1723596842000CEC60 /* PiFirmwareVolume.h */, + A5715E1823596842000CEC60 /* MdeModuleHii.h */, + A5715E1923596842000CEC60 /* BaseTypes.h */, + A5715E1A23596842000CEC60 /* UefiCapsule.h */, + A5715E1B23596842000CEC60 /* BuildVersion.h */, + A5715E1C23596842000CEC60 /* VariableFormat.h */, + A5715E1D23596842000CEC60 /* UefiInternalFormRepresentation.h */, + A5715E1E23596842000CEC60 /* PiFirmwareFile.h */, + A5715E1F23596842000CEC60 /* UefiMultiPhase.h */, + A5715E2023596842000CEC60 /* WorkingBlockHeader.h */, ); path = Common; sourceTree = ""; }; - A54295F7233538620001F42A /* Guid */ = { + A5715E2123596842000CEC60 /* Guid */ = { isa = PBXGroup; children = ( - A54295F8233538620001F42A /* FfsSectionAlignmentPadding.h */, - A54295F9233538620001F42A /* PiFirmwareFileSystem.h */, - A54295FA233538620001F42A /* PcAnsi.h */, + A5715E2223596842000CEC60 /* FfsSectionAlignmentPadding.h */, + A5715E2323596842000CEC60 /* PiFirmwareFileSystem.h */, + A5715E2423596842000CEC60 /* PcAnsi.h */, ); path = Guid; sourceTree = ""; }; - A54295FB233538620001F42A /* Arm */ = { + A5715E2523596842000CEC60 /* Arm */ = { isa = PBXGroup; children = ( - A54295FC233538620001F42A /* ProcessorBind.h */, + A5715E2623596842000CEC60 /* ProcessorBind.h */, ); path = Arm; sourceTree = ""; }; - A54295FD233538620001F42A /* AArch64 */ = { + A5715E2723596842000CEC60 /* AArch64 */ = { isa = PBXGroup; children = ( - A54295FE233538620001F42A /* ProcessorBind.h */, + A5715E2823596842000CEC60 /* ProcessorBind.h */, ); path = AArch64; sourceTree = ""; }; - A54295FF233538620001F42A /* LzmaCompress */ = { + A5715E2923596842000CEC60 /* LzmaCompress */ = { isa = PBXGroup; children = ( - A5429600233538620001F42A /* GNUmakefile */, - A5429601233538620001F42A /* Makefile */, - A5429602233538620001F42A /* LzmaCompress.c */, - A5429603233538620001F42A /* LzmaCompress.d */, - A5429604233538620001F42A /* LzmaF86Compress.bat */, - A5429605233538620001F42A /* Sdk */, - A542962F233538620001F42A /* LZMA-SDK-README.txt */, - A5429630233538620001F42A /* LzmaCompress.o */, + A5715E2A23596842000CEC60 /* GNUmakefile */, + A5715E2B23596842000CEC60 /* Makefile */, + A5715E2C23596842000CEC60 /* LzmaCompress.c */, + A5715E2D23596842000CEC60 /* LzmaF86Compress.bat */, + A5715E2E23596842000CEC60 /* Sdk */, + A5715E4A23596842000CEC60 /* LZMA-SDK-README.txt */, ); path = LzmaCompress; sourceTree = ""; }; - A5429605233538620001F42A /* Sdk */ = { + A5715E2E23596842000CEC60 /* Sdk */ = { isa = PBXGroup; children = ( - A5429606233538620001F42A /* DOC */, - A5429609233538620001F42A /* C */, + A5715E2F23596842000CEC60 /* DOC */, + A5715E3223596842000CEC60 /* C */, ); path = Sdk; sourceTree = ""; }; - A5429606233538620001F42A /* DOC */ = { + A5715E2F23596842000CEC60 /* DOC */ = { isa = PBXGroup; children = ( - A5429607233538620001F42A /* lzma-sdk.txt */, - A5429608233538620001F42A /* lzma-history.txt */, + A5715E3023596842000CEC60 /* lzma-sdk.txt */, + A5715E3123596842000CEC60 /* lzma-history.txt */, ); path = DOC; sourceTree = ""; }; - A5429609233538620001F42A /* C */ = { + A5715E3223596842000CEC60 /* C */ = { isa = PBXGroup; children = ( - A542960A233538620001F42A /* LzmaEnc.d */, - A542960B233538620001F42A /* LzHash.h */, - A542960C233538620001F42A /* LzmaEnc.c */, - A542960D233538620001F42A /* LzFindMt.c */, - A542960E233538620001F42A /* 7zTypes.h */, - A542960F233538620001F42A /* Compiler.h */, - A5429610233538620001F42A /* LzFind.c */, - A5429611233538620001F42A /* LzFind.d */, - A5429612233538620001F42A /* Precomp.h */, - A5429613233538620001F42A /* 7zStream.o */, - A5429614233538620001F42A /* CpuArch.h */, - A5429615233538620001F42A /* 7zFile.o */, - A5429616233538620001F42A /* 7zFile.h */, - A5429617233538620001F42A /* Bra86.d */, - A5429618233538620001F42A /* Bra86.c */, - A5429619233538620001F42A /* Threads.h */, - A542961A233538620001F42A /* Alloc.c */, - A542961B233538620001F42A /* Alloc.d */, - A542961C233538620001F42A /* LzmaDec.c */, - A542961D233538620001F42A /* LzmaDec.d */, - A542961E233538620001F42A /* LzFindMt.h */, - A542961F233538620001F42A /* LzmaEnc.h */, - A5429620233538620001F42A /* LzmaEnc.o */, - A5429621233538620001F42A /* LzFind.o */, - A5429622233538620001F42A /* LzFind.h */, - A5429623233538620001F42A /* 7zStream.d */, - A5429624233538620001F42A /* 7zStream.c */, - A5429625233538620001F42A /* Bra86.o */, - A5429626233538620001F42A /* 7zVersion.h */, - A5429627233538620001F42A /* 7zFile.c */, - A5429628233538620001F42A /* 7zFile.d */, - A5429629233538620001F42A /* Bra.h */, - A542962A233538620001F42A /* LzmaDec.o */, - A542962B233538620001F42A /* LzmaDec.h */, - A542962C233538620001F42A /* Alloc.o */, - A542962D233538620001F42A /* Alloc.h */, - A542962E233538620001F42A /* Threads.c */, + A5715E3323596842000CEC60 /* LzHash.h */, + A5715E3423596842000CEC60 /* LzmaEnc.c */, + A5715E3523596842000CEC60 /* LzFindMt.c */, + A5715E3623596842000CEC60 /* 7zTypes.h */, + A5715E3723596842000CEC60 /* Compiler.h */, + A5715E3823596842000CEC60 /* LzFind.c */, + A5715E3923596842000CEC60 /* Precomp.h */, + A5715E3A23596842000CEC60 /* CpuArch.h */, + A5715E3B23596842000CEC60 /* 7zFile.h */, + A5715E3C23596842000CEC60 /* Bra86.c */, + A5715E3D23596842000CEC60 /* Threads.h */, + A5715E3E23596842000CEC60 /* Alloc.c */, + A5715E3F23596842000CEC60 /* LzmaDec.c */, + A5715E4023596842000CEC60 /* LzFindMt.h */, + A5715E4123596842000CEC60 /* LzmaEnc.h */, + A5715E4223596842000CEC60 /* LzFind.h */, + A5715E4323596842000CEC60 /* 7zStream.c */, + A5715E4423596842000CEC60 /* 7zVersion.h */, + A5715E4523596842000CEC60 /* 7zFile.c */, + A5715E4623596842000CEC60 /* Bra.h */, + A5715E4723596842000CEC60 /* LzmaDec.h */, + A5715E4823596842000CEC60 /* Alloc.h */, + A5715E4923596842000CEC60 /* Threads.c */, ); path = C; sourceTree = ""; }; - A5429631233538620001F42A /* GenCrc32 */ = { + A5715E4B23596842000CEC60 /* GenCrc32 */ = { isa = PBXGroup; children = ( - A5429632233538620001F42A /* GNUmakefile */, - A5429633233538620001F42A /* GenCrc32.o */, - A5429634233538620001F42A /* Makefile */, - A5429635233538620001F42A /* GenCrc32.c */, - A5429636233538620001F42A /* GenCrc32.d */, + A5715E4C23596842000CEC60 /* GNUmakefile */, + A5715E4D23596842000CEC60 /* Makefile */, + A5715E4E23596842000CEC60 /* GenCrc32.c */, ); path = GenCrc32; sourceTree = ""; }; - A5429637233538620001F42A /* Makefiles */ = { + A5715E4F23596842000CEC60 /* Makefiles */ = { isa = PBXGroup; children = ( - A5429638233538620001F42A /* NmakeSubdirs.py */, - A5429639233538620001F42A /* ms.common */, - A542963A233538620001F42A /* ms.rule */, - A542963B233538620001F42A /* ms.app */, - A542963C233538620001F42A /* footer.makefile */, - A542963D233538620001F42A /* header.makefile */, - A542963E233538620001F42A /* app.makefile */, - A542963F233538620001F42A /* lib.makefile */, - A5429640233538620001F42A /* NmakeSubdirs.bat */, - A5429641233538620001F42A /* ms.lib */, + A5715E5023596842000CEC60 /* NmakeSubdirs.py */, + A5715E5123596842000CEC60 /* ms.common */, + A5715E5223596842000CEC60 /* ms.rule */, + A5715E5323596842000CEC60 /* ms.app */, + A5715E5423596842000CEC60 /* footer.makefile */, + A5715E5523596842000CEC60 /* header.makefile */, + A5715E5623596842000CEC60 /* app.makefile */, + A5715E5723596842000CEC60 /* lib.makefile */, + A5715E5823596842000CEC60 /* NmakeSubdirs.bat */, + A5715E5923596842000CEC60 /* ms.lib */, ); path = Makefiles; sourceTree = ""; }; - A5429642233538620001F42A /* libs */ = { + A5715E5A23596842000CEC60 /* GenPage */ = { isa = PBXGroup; children = ( - A5429643233538620001F42A /* libCommon.a */, - ); - path = libs; - sourceTree = ""; - }; - A5429644233538620001F42A /* GenPage */ = { - isa = PBXGroup; - children = ( - A5429645233538620001F42A /* GNUmakefile */, - A5429646233538620001F42A /* Makefile */, - A5429647233538620001F42A /* GenPage.d */, - A5429648233538620001F42A /* GenPage.c */, - A5429649233538620001F42A /* VirtualMemory.h */, - A542964A233538620001F42A /* GenPage.o */, + A5715E5B23596842000CEC60 /* GNUmakefile */, + A5715E5C23596842000CEC60 /* Makefile */, + A5715E5D23596842000CEC60 /* GenPage.c */, + A5715E5E23596842000CEC60 /* VirtualMemory.h */, ); path = GenPage; sourceTree = ""; }; - A542964B233538620001F42A /* Common */ = { + A5715E5F23596842000CEC60 /* Common */ = { isa = PBXGroup; children = ( - A542964C233538620001F42A /* ParseGuidedSectionTools.h */, - A542964D233538620001F42A /* ParseGuidedSectionTools.o */, - A542964E233538620001F42A /* GNUmakefile */, - A542964F233538620001F42A /* ParseInf.d */, - A5429650233538620001F42A /* ParseInf.c */, - A5429651233538620001F42A /* WinNtInclude.h */, - A5429652233538620001F42A /* MyAlloc.h */, - A5429653233538620001F42A /* MyAlloc.o */, - A5429654233538620001F42A /* PeCoffLoaderEx.o */, - A5429655233538620001F42A /* PcdValueCommon.h */, - A5429656233538620001F42A /* MemoryFile.d */, - A5429657233538620001F42A /* PcdValueCommon.o */, - A5429658233538620001F42A /* MemoryFile.c */, - A5429659233538620001F42A /* CommonLib.h */, - A542965A233538620001F42A /* Decompress.c */, - A542965B233538620001F42A /* EfiUtilityMsgs.h */, - A542965C233538620001F42A /* EfiUtilityMsgs.o */, - A542965D233538620001F42A /* Decompress.d */, - A542965E233538620001F42A /* CommonLib.o */, - A542965F233538620001F42A /* BinderFuncs.c */, - A5429660233538620001F42A /* BinderFuncs.d */, - A5429661233538620001F42A /* Makefile */, - A5429662233538620001F42A /* StringFuncs.d */, - A5429663233538620001F42A /* BasePeCoff.c */, - A5429664233538620001F42A /* BasePeCoff.d */, - A5429665233538620001F42A /* StringFuncs.c */, - A5429666233538620001F42A /* FirmwareVolumeBuffer.o */, - A5429667233538620001F42A /* TianoCompress.c */, - A5429668233538620001F42A /* EfiCompress.o */, - A5429669233538620001F42A /* TianoCompress.d */, - A542966A233538620001F42A /* OsPath.c */, - A542966B233538620001F42A /* FvLib.o */, - A542966C233538620001F42A /* OsPath.d */, - A542966D233538620001F42A /* FvLib.h */, - A542966E233538620001F42A /* Crc32.d */, - A542966F233538620001F42A /* FirmwareVolumeBufferLib.h */, - A5429670233538620001F42A /* Crc32.c */, - A5429671233538620001F42A /* SimpleFileParsing.d */, - A5429672233538620001F42A /* SimpleFileParsing.c */, - A5429673233538620001F42A /* ParseInf.h */, - A5429674233538620001F42A /* ParseInf.o */, - A5429675233538620001F42A /* ParseGuidedSectionTools.d */, - A5429676233538620001F42A /* ParseGuidedSectionTools.c */, - A5429677233538620001F42A /* Decompress.o */, - A5429678233538620001F42A /* EfiUtilityMsgs.d */, - A5429679233538620001F42A /* CommonLib.d */, - A542967A233538620001F42A /* CommonLib.c */, - A542967B233538620001F42A /* EfiUtilityMsgs.c */, - A542967C233538620001F42A /* Decompress.h */, - A542967D233538620001F42A /* Compress.h */, - A542967E233538620001F42A /* PeCoffLib.h */, - A542967F233538620001F42A /* PeCoffLoaderEx.c */, - A5429680233538620001F42A /* PeCoffLoaderEx.d */, - A5429681233538620001F42A /* MemoryFile.h */, - A5429682233538620001F42A /* PcdValueCommon.d */, - A5429683233538620001F42A /* MemoryFile.o */, - A5429684233538620001F42A /* PcdValueCommon.c */, - A5429685233538620001F42A /* MyAlloc.d */, - A5429686233538620001F42A /* MyAlloc.c */, - A5429687233538620001F42A /* BinderFuncs.o */, - A5429688233538620001F42A /* BinderFuncs.h */, - A5429689233538620001F42A /* Crc32.h */, - A542968A233538620001F42A /* Crc32.o */, - A542968B233538620001F42A /* SimpleFileParsing.h */, - A542968C233538620001F42A /* SimpleFileParsing.o */, - A542968D233538620001F42A /* EfiCompress.c */, - A542968E233538620001F42A /* TianoCompress.o */, - A542968F233538620001F42A /* EfiCompress.d */, - A5429690233538620001F42A /* FvLib.c */, - A5429691233538620001F42A /* OsPath.o */, - A5429692233538620001F42A /* FvLib.d */, - A5429693233538620001F42A /* OsPath.h */, - A5429694233538620001F42A /* FirmwareVolumeBuffer.c */, - A5429695233538620001F42A /* FirmwareVolumeBuffer.d */, - A5429696233538620001F42A /* StringFuncs.h */, - A5429697233538620001F42A /* BasePeCoff.o */, - A5429698233538620001F42A /* StringFuncs.o */, + A5715E6023596842000CEC60 /* ParseGuidedSectionTools.h */, + A5715E6123596842000CEC60 /* GNUmakefile */, + A5715E6223596842000CEC60 /* ParseInf.c */, + A5715E6323596842000CEC60 /* WinNtInclude.h */, + A5715E6423596842000CEC60 /* MyAlloc.h */, + A5715E6523596842000CEC60 /* PcdValueCommon.h */, + A5715E6623596842000CEC60 /* MemoryFile.c */, + A5715E6723596842000CEC60 /* CommonLib.h */, + A5715E6823596842000CEC60 /* Decompress.c */, + A5715E6923596842000CEC60 /* EfiUtilityMsgs.h */, + A5715E6A23596842000CEC60 /* BinderFuncs.c */, + A5715E6B23596842000CEC60 /* Makefile */, + A5715E6C23596842000CEC60 /* BasePeCoff.c */, + A5715E6D23596842000CEC60 /* StringFuncs.c */, + A5715E6E23596842000CEC60 /* TianoCompress.c */, + A5715E6F23596842000CEC60 /* OsPath.c */, + A5715E7023596842000CEC60 /* FvLib.h */, + A5715E7123596842000CEC60 /* FirmwareVolumeBufferLib.h */, + A5715E7223596842000CEC60 /* Crc32.c */, + A5715E7323596842000CEC60 /* SimpleFileParsing.c */, + A5715E7423596842000CEC60 /* ParseInf.h */, + A5715E7523596842000CEC60 /* ParseGuidedSectionTools.c */, + A5715E7623596842000CEC60 /* CommonLib.c */, + A5715E7723596842000CEC60 /* EfiUtilityMsgs.c */, + A5715E7823596842000CEC60 /* Decompress.h */, + A5715E7923596842000CEC60 /* Compress.h */, + A5715E7A23596842000CEC60 /* PeCoffLib.h */, + A5715E7B23596842000CEC60 /* PeCoffLoaderEx.c */, + A5715E7C23596842000CEC60 /* MemoryFile.h */, + A5715E7D23596842000CEC60 /* PcdValueCommon.c */, + A5715E7E23596842000CEC60 /* MyAlloc.c */, + A5715E7F23596842000CEC60 /* BinderFuncs.h */, + A5715E8023596842000CEC60 /* Crc32.h */, + A5715E8123596842000CEC60 /* SimpleFileParsing.h */, + A5715E8223596842000CEC60 /* EfiCompress.c */, + A5715E8323596842000CEC60 /* FvLib.c */, + A5715E8423596842000CEC60 /* OsPath.h */, + A5715E8523596842000CEC60 /* FirmwareVolumeBuffer.c */, + A5715E8623596842000CEC60 /* StringFuncs.h */, ); path = Common; sourceTree = ""; }; - A5429699233538620001F42A /* VolInfo */ = { + A5715E8723596842000CEC60 /* VolInfo */ = { isa = PBXGroup; children = ( - A542969A233538620001F42A /* GNUmakefile */, - A542969B233538620001F42A /* VolInfo.c */, - A542969C233538620001F42A /* VolInfo.d */, - A542969D233538620001F42A /* Makefile */, - A542969E233538620001F42A /* VolInfo.o */, - A542969F233538620001F42A /* VolInfo.h */, + A5715E8823596842000CEC60 /* GNUmakefile */, + A5715E8923596842000CEC60 /* VolInfo.c */, + A5715E8A23596842000CEC60 /* Makefile */, + A5715E8B23596842000CEC60 /* VolInfo.h */, ); path = VolInfo; sourceTree = ""; }; - A54296A0233538620001F42A /* TianoCompress */ = { + A5715E8C23596842000CEC60 /* TianoCompress */ = { isa = PBXGroup; children = ( - A54296A1233538620001F42A /* GNUmakefile */, - A54296A2233538620001F42A /* Makefile */, - A54296A3233538620001F42A /* TianoCompress.c */, - A54296A4233538620001F42A /* TianoCompress.d */, - A54296A5233538620001F42A /* TianoCompress.o */, - A54296A6233538620001F42A /* TianoCompress.h */, + A5715E8D23596842000CEC60 /* GNUmakefile */, + A5715E8E23596842000CEC60 /* Makefile */, + A5715E8F23596842000CEC60 /* TianoCompress.c */, + A5715E9023596842000CEC60 /* TianoCompress.h */, ); path = TianoCompress; sourceTree = ""; }; - A54296A7233538620001F42A /* DevicePath */ = { + A5715E9123596842000CEC60 /* DevicePath */ = { isa = PBXGroup; children = ( - A54296A8233538620001F42A /* GNUmakefile */, - A54296A9233538620001F42A /* DevicePath.c */, - A54296AA233538620001F42A /* DevicePath.d */, - A54296AB233538620001F42A /* DevicePathUtilities.c */, - A54296AC233538620001F42A /* DevicePathUtilities.d */, - A54296AD233538620001F42A /* DevicePathFromText.o */, - A54296AE233538620001F42A /* Makefile */, - A54296AF233538620001F42A /* UefiDevicePathLib.c */, - A54296B0233538620001F42A /* UefiDevicePathLib.d */, - A54296B1233538620001F42A /* DevicePathFromText.d */, - A54296B2233538620001F42A /* DevicePathUtilities.o */, - A54296B3233538620001F42A /* DevicePathFromText.c */, - A54296B4233538620001F42A /* DevicePath.o */, - A54296B5233538620001F42A /* UefiDevicePathLib.o */, - A54296B6233538620001F42A /* UefiDevicePathLib.h */, + A5715E9223596842000CEC60 /* GNUmakefile */, + A5715E9323596842000CEC60 /* DevicePath.c */, + A5715E9423596842000CEC60 /* DevicePathUtilities.c */, + A5715E9523596842000CEC60 /* Makefile */, + A5715E9623596842000CEC60 /* UefiDevicePathLib.c */, + A5715E9723596842000CEC60 /* DevicePathFromText.c */, + A5715E9823596842000CEC60 /* UefiDevicePathLib.h */, ); path = DevicePath; sourceTree = ""; }; - A54296B7233538620001F42A /* GenFfs */ = { + A5715E9923596842000CEC60 /* GenFfs */ = { isa = PBXGroup; children = ( - A54296B8233538620001F42A /* GNUmakefile */, - A54296B9233538620001F42A /* Makefile */, - A54296BA233538620001F42A /* GenFfs.o */, - A54296BB233538620001F42A /* GenFfs.d */, - A54296BC233538620001F42A /* GenFfs.c */, + A5715E9A23596842000CEC60 /* GNUmakefile */, + A5715E9B23596842000CEC60 /* Makefile */, + A5715E9C23596842000CEC60 /* GenFfs.c */, ); path = GenFfs; sourceTree = ""; }; - A54296BD233538620001F42A /* VfrCompile */ = { + A5715E9D23596842000CEC60 /* VfrCompile */ = { isa = PBXGroup; children = ( - A54296BE233538620001F42A /* Pccts */, - A5429764233538630001F42A /* VfrCompiler.o */, - A5429765233538630001F42A /* VfrCompiler.h */, - A5429766233538630001F42A /* VfrCompiler.cpp */, - A5429767233538630001F42A /* GNUmakefile */, - A5429768233538630001F42A /* VfrFormPkg.cpp */, - A5429769233538630001F42A /* ATokenBuffer.o */, - A542976A233538630001F42A /* VfrParser.dlg */, - A542976B233538630001F42A /* Makefile */, - A542976C233538630001F42A /* VfrUtilityLib.cpp */, - A542976D233538630001F42A /* EfiVfrParser.o */, - A542976E233538630001F42A /* EfiVfrParser.h */, - A542976F233538630001F42A /* VfrError.o */, - A5429770233538630001F42A /* VfrError.h */, - A5429771233538630001F42A /* VfrUtilityLib.o */, - A5429772233538630001F42A /* VfrUtilityLib.h */, - A5429773233538630001F42A /* AParser.o */, - A5429774233538630001F42A /* EfiVfr.h */, - A5429775233538630001F42A /* VfrLexer.h */, - A5429776233538630001F42A /* VfrLexer.o */, - A5429777233538630001F42A /* VfrTokens.h */, - A5429778233538630001F42A /* DLexerBase.o */, - A5429779233538630001F42A /* EfiVfrParser.cpp */, - A542977A233538630001F42A /* VfrLexer.cpp */, - A542977B233538630001F42A /* VfrSyntax.g */, - A542977C233538630001F42A /* VfrFormPkg.o */, - A542977D233538630001F42A /* VfrFormPkg.h */, - A542977E233538630001F42A /* VfrError.cpp */, - A542977F233538630001F42A /* VfrSyntax.cpp */, - A5429780233538630001F42A /* VfrSyntax.o */, + A5715E9E23596842000CEC60 /* Pccts */, + A5715F2723596842000CEC60 /* VfrCompiler.h */, + A5715F2823596842000CEC60 /* VfrCompiler.cpp */, + A5715F2923596842000CEC60 /* GNUmakefile */, + A5715F2A23596842000CEC60 /* VfrFormPkg.cpp */, + A5715F2B23596842000CEC60 /* Makefile */, + A5715F2C23596842000CEC60 /* VfrUtilityLib.cpp */, + A5715F2D23596842000CEC60 /* VfrError.h */, + A5715F2E23596842000CEC60 /* VfrUtilityLib.h */, + A5715F2F23596842000CEC60 /* EfiVfr.h */, + A5715F3023596842000CEC60 /* VfrSyntax.g */, + A5715F3123596842000CEC60 /* VfrFormPkg.h */, + A5715F3223596842000CEC60 /* VfrError.cpp */, ); path = VfrCompile; sourceTree = ""; }; - A54296BE233538620001F42A /* Pccts */ = { + A5715E9E23596842000CEC60 /* Pccts */ = { isa = PBXGroup; children = ( - A54296BF233538620001F42A /* CHANGES_FROM_133_BEFORE_MR13.txt */, - A54296C0233538620001F42A /* CHANGES_SUMMARY.txt */, - A54296C1233538620001F42A /* dlg */, - A54296E3233538620001F42A /* NOTES.msvc */, - A54296E4233538620001F42A /* antlr */, - A542971E233538630001F42A /* Makefile */, - A542971F233538630001F42A /* KNOWN_PROBLEMS.txt */, - A5429720233538630001F42A /* CHANGES_FROM_131.txt */, - A5429721233538630001F42A /* history.ps */, - A5429722233538630001F42A /* CHANGES_FROM_133.txt */, - A5429723233538630001F42A /* MPW_Read_Me */, - A5429724233538630001F42A /* README */, - A5429725233538630001F42A /* h */, - A5429750233538630001F42A /* RIGHTS */, - A5429751233538630001F42A /* support */, - A5429761233538630001F42A /* NOTES.bcc */, - A5429762233538630001F42A /* history.txt */, - A5429763233538630001F42A /* makefile.old */, + A5715E9F23596842000CEC60 /* CHANGES_FROM_133_BEFORE_MR13.txt */, + A5715EA023596842000CEC60 /* CHANGES_SUMMARY.txt */, + A5715EA123596842000CEC60 /* dlg */, + A5715EB923596842000CEC60 /* NOTES.msvc */, + A5715EBA23596842000CEC60 /* antlr */, + A5715EE123596842000CEC60 /* Makefile */, + A5715EE223596842000CEC60 /* KNOWN_PROBLEMS.txt */, + A5715EE323596842000CEC60 /* CHANGES_FROM_131.txt */, + A5715EE423596842000CEC60 /* history.ps */, + A5715EE523596842000CEC60 /* CHANGES_FROM_133.txt */, + A5715EE623596842000CEC60 /* MPW_Read_Me */, + A5715EE723596842000CEC60 /* README */, + A5715EE823596842000CEC60 /* h */, + A5715F1323596842000CEC60 /* RIGHTS */, + A5715F1423596842000CEC60 /* support */, + A5715F2423596842000CEC60 /* NOTES.bcc */, + A5715F2523596842000CEC60 /* history.txt */, + A5715F2623596842000CEC60 /* makefile.old */, ); path = Pccts; sourceTree = ""; }; - A54296C1233538620001F42A /* dlg */ = { + A5715EA123596842000CEC60 /* dlg */ = { isa = PBXGroup; children = ( - A54296C2233538620001F42A /* main.o */, - A54296C3233538620001F42A /* makefile.cygwin */, - A54296C4233538620001F42A /* dlg_p.g */, - A54296C5233538620001F42A /* err.o */, - A54296C6233538620001F42A /* dlg_p.o */, - A54296C7233538620001F42A /* dlg */, - A54296C8233538620001F42A /* automata.c */, - A54296C9233538620001F42A /* dlg1.txt */, - A54296CA233538620001F42A /* DlgMS.mak */, - A54296CB233538620001F42A /* makefile */, - A54296CC233538620001F42A /* stdpccts.h */, - A54296CD233538620001F42A /* support.c */, - A54296CE233538620001F42A /* relabel.c */, - A54296CF233538620001F42A /* tokens.h */, - A54296D0233538620001F42A /* parser.dlg */, - A54296D1233538620001F42A /* output.o */, - A54296D2233538620001F42A /* dlg_a.o */, - A54296D3233538620001F42A /* makefile1 */, - A54296D4233538620001F42A /* dlg_p.c */, - A54296D5233538620001F42A /* err.c */, - A54296D6233538620001F42A /* mode.h */, - A54296D7233538620001F42A /* main.c */, - A54296D8233538620001F42A /* DlgDDK.mak */, - A54296D9233538620001F42A /* automata.o */, - A54296DA233538620001F42A /* dlg.r */, - A54296DB233538620001F42A /* dlg.h */, - A54296DC233538620001F42A /* dlg.1 */, - A54296DD233538620001F42A /* DlgPPC.mak */, - A54296DE233538620001F42A /* dlg_a.c */, - A54296DF233538620001F42A /* output.c */, - A54296E0233538620001F42A /* relabel.o */, - A54296E1233538620001F42A /* set.o */, - A54296E2233538620001F42A /* support.o */, + A5715EA223596842000CEC60 /* makefile.cygwin */, + A5715EA323596842000CEC60 /* dlg_p.g */, + A5715EA423596842000CEC60 /* automata.c */, + A5715EA523596842000CEC60 /* dlg1.txt */, + A5715EA623596842000CEC60 /* DlgMS.mak */, + A5715EA723596842000CEC60 /* makefile */, + A5715EA823596842000CEC60 /* stdpccts.h */, + A5715EA923596842000CEC60 /* support.c */, + A5715EAA23596842000CEC60 /* relabel.c */, + A5715EAB23596842000CEC60 /* tokens.h */, + A5715EAC23596842000CEC60 /* parser.dlg */, + A5715EAD23596842000CEC60 /* makefile1 */, + A5715EAE23596842000CEC60 /* dlg_p.c */, + A5715EAF23596842000CEC60 /* err.c */, + A5715EB023596842000CEC60 /* mode.h */, + A5715EB123596842000CEC60 /* main.c */, + A5715EB223596842000CEC60 /* DlgDDK.mak */, + A5715EB323596842000CEC60 /* dlg.r */, + A5715EB423596842000CEC60 /* dlg.h */, + A5715EB523596842000CEC60 /* dlg.1 */, + A5715EB623596842000CEC60 /* DlgPPC.mak */, + A5715EB723596842000CEC60 /* dlg_a.c */, + A5715EB823596842000CEC60 /* output.c */, ); path = dlg; sourceTree = ""; }; - A54296E4233538620001F42A /* antlr */ = { + A5715EBA23596842000CEC60 /* antlr */ = { isa = PBXGroup; children = ( - A54296E5233538620001F42A /* main.o */, - A54296E6233538620001F42A /* fset2.o */, - A54296E7233538620001F42A /* generic.h */, - A54296E8233538620001F42A /* makefile.cygwin */, - A54296E9233538620001F42A /* err.o */, - A54296EA233538620001F42A /* proto.h */, - A54296EB233538620001F42A /* egman.c */, - A54296EC233538620001F42A /* lex.c */, - A54296ED233538620001F42A /* pred.o */, - A54296EE233538620001F42A /* build.o */, - A54296EF233538620001F42A /* misc.o */, - A54296F0233538620001F42A /* antlr.o */, - A54296F1233538620001F42A /* antlr */, - A54296F2233538620001F42A /* syn.h */, - A54296F3233538620001F42A /* makefile */, - A54296F4233538620001F42A /* gen.o */, - A54296F5233538620001F42A /* antlr.1 */, - A54296F6233538620001F42A /* fcache.o */, - A54296F7233538620001F42A /* antlr.g */, - A54296F8233538620001F42A /* mrhoist.o */, - A54296F9233538620001F42A /* antlr.r */, - A54296FA233538620001F42A /* scan.c */, - A54296FB233538620001F42A /* stdpccts.h */, - A54296FC233538620001F42A /* tokens.h */, - A54296FD233538620001F42A /* fset.o */, - A54296FE233538620001F42A /* parser.dlg */, - A54296FF233538620001F42A /* bits.c */, - A5429700233538620001F42A /* globals.o */, - A5429701233538620001F42A /* hash.c */, - A5429702233538620001F42A /* README */, - A5429703233538620001F42A /* makefile1 */, - A5429704233538620001F42A /* antlr1.txt */, - A5429705233538620001F42A /* err.c */, - A5429706233538620001F42A /* AntlrMS.mak */, - A5429707233538620001F42A /* mode.h */, - A5429708233538620001F42A /* fset2.c */, - A5429709233538620001F42A /* main.c */, - A542970A233538620001F42A /* egman.o */, - A542970B233538620001F42A /* lex.o */, - A542970C233538620001F42A /* pred.c */, - A542970D233538620001F42A /* build.c */, - A542970E233538620001F42A /* AntlrPPC.mak */, - A542970F233538620001F42A /* mrhoist.c */, - A5429710233538620001F42A /* fcache.c */, - A5429711233538620001F42A /* gen.c */, - A5429712233538620001F42A /* dumpnode.c */, - A5429713233538620001F42A /* misc.c */, - A5429714233538620001F42A /* antlr.c */, - A5429715233538620001F42A /* globals.c */, - A5429716233538620001F42A /* hash.h */, - A5429717233538620001F42A /* hash.o */, - A5429718233538620001F42A /* fset.c */, - A5429719233538620001F42A /* bits.o */, - A542971A233538620001F42A /* scan.o */, - A542971B233538630001F42A /* set.o */, - A542971C233538630001F42A /* AntlrDDK.mak */, - A542971D233538630001F42A /* dumpcycles.c */, + A5715EBB23596842000CEC60 /* generic.h */, + A5715EBC23596842000CEC60 /* makefile.cygwin */, + A5715EBD23596842000CEC60 /* proto.h */, + A5715EBE23596842000CEC60 /* egman.c */, + A5715EBF23596842000CEC60 /* lex.c */, + A5715EC023596842000CEC60 /* syn.h */, + A5715EC123596842000CEC60 /* makefile */, + A5715EC223596842000CEC60 /* antlr.1 */, + A5715EC323596842000CEC60 /* antlr.g */, + A5715EC423596842000CEC60 /* antlr.r */, + A5715EC523596842000CEC60 /* scan.c */, + A5715EC623596842000CEC60 /* stdpccts.h */, + A5715EC723596842000CEC60 /* tokens.h */, + A5715EC823596842000CEC60 /* parser.dlg */, + A5715EC923596842000CEC60 /* bits.c */, + A5715ECA23596842000CEC60 /* hash.c */, + A5715ECB23596842000CEC60 /* README */, + A5715ECC23596842000CEC60 /* makefile1 */, + A5715ECD23596842000CEC60 /* antlr1.txt */, + A5715ECE23596842000CEC60 /* err.c */, + A5715ECF23596842000CEC60 /* AntlrMS.mak */, + A5715ED023596842000CEC60 /* mode.h */, + A5715ED123596842000CEC60 /* fset2.c */, + A5715ED223596842000CEC60 /* main.c */, + A5715ED323596842000CEC60 /* pred.c */, + A5715ED423596842000CEC60 /* build.c */, + A5715ED523596842000CEC60 /* AntlrPPC.mak */, + A5715ED623596842000CEC60 /* mrhoist.c */, + A5715ED723596842000CEC60 /* fcache.c */, + A5715ED823596842000CEC60 /* gen.c */, + A5715ED923596842000CEC60 /* dumpnode.c */, + A5715EDA23596842000CEC60 /* misc.c */, + A5715EDB23596842000CEC60 /* antlr.c */, + A5715EDC23596842000CEC60 /* globals.c */, + A5715EDD23596842000CEC60 /* hash.h */, + A5715EDE23596842000CEC60 /* fset.c */, + A5715EDF23596842000CEC60 /* AntlrDDK.mak */, + A5715EE023596842000CEC60 /* dumpcycles.c */, ); path = antlr; sourceTree = ""; }; - A5429725233538630001F42A /* h */ = { + A5715EE823596842000CEC60 /* h */ = { isa = PBXGroup; children = ( - A5429726233538630001F42A /* pccts_stdio.h */, - A5429727233538630001F42A /* AToken.h */, - A5429728233538630001F42A /* ast.c */, - A5429729233538630001F42A /* err.h */, - A542972A233538630001F42A /* BufFileInput.cpp */, - A542972B233538630001F42A /* AParser.cpp */, - A542972C233538630001F42A /* pcctscfg.h */, - A542972D233538630001F42A /* config.h */, - A542972E233538630001F42A /* PCCTSAST.cpp */, - A542972F233538630001F42A /* dlgauto.h */, - A5429730233538630001F42A /* antlr.h */, - A5429731233538630001F42A /* pccts_assert.h */, - A5429732233538630001F42A /* ATokenBuffer.h */, - A5429733233538630001F42A /* dlgdef.h */, - A5429734233538630001F42A /* PCCTSAST.h */, - A5429735233538630001F42A /* pccts_string.h */, - A5429736233538630001F42A /* charptr.h */, - A5429737233538630001F42A /* pccts_stdarg.h */, - A5429738233538630001F42A /* int.h */, - A5429739233538630001F42A /* pcnames.bat */, - A542973A233538630001F42A /* ATokPtrImpl.h */, - A542973B233538630001F42A /* ATokPtr.h */, - A542973C233538630001F42A /* BufFileInput.h */, - A542973D233538630001F42A /* PBlackBox.h */, - A542973E233538630001F42A /* pccts_istream.h */, - A542973F233538630001F42A /* ast.h */, - A5429740233538630001F42A /* ATokenBuffer.cpp */, - A5429741233538630001F42A /* pccts_iostream.h */, - A5429742233538630001F42A /* AParser.h */, - A5429743233538630001F42A /* SList.h */, - A5429744233538630001F42A /* ATokenStream.h */, - A5429745233538630001F42A /* ASTBase.cpp */, - A5429746233538630001F42A /* DLG_stream_input.h */, - A5429747233538630001F42A /* pccts_stdlib.h */, - A5429748233538630001F42A /* DLexerBase.h */, - A5429749233538630001F42A /* charbuf.h */, - A542974A233538630001F42A /* pccts_setjmp.h */, - A542974B233538630001F42A /* slist.cpp */, - A542974C233538630001F42A /* ASTBase.h */, - A542974D233538630001F42A /* charptr.c */, - A542974E233538630001F42A /* DLexer.h */, - A542974F233538630001F42A /* DLexerBase.cpp */, + A5715EE923596842000CEC60 /* pccts_stdio.h */, + A5715EEA23596842000CEC60 /* AToken.h */, + A5715EEB23596842000CEC60 /* ast.c */, + A5715EEC23596842000CEC60 /* err.h */, + A5715EED23596842000CEC60 /* BufFileInput.cpp */, + A5715EEE23596842000CEC60 /* AParser.cpp */, + A5715EEF23596842000CEC60 /* pcctscfg.h */, + A5715EF023596842000CEC60 /* config.h */, + A5715EF123596842000CEC60 /* PCCTSAST.cpp */, + A5715EF223596842000CEC60 /* dlgauto.h */, + A5715EF323596842000CEC60 /* antlr.h */, + A5715EF423596842000CEC60 /* pccts_assert.h */, + A5715EF523596842000CEC60 /* ATokenBuffer.h */, + A5715EF623596842000CEC60 /* dlgdef.h */, + A5715EF723596842000CEC60 /* PCCTSAST.h */, + A5715EF823596842000CEC60 /* pccts_string.h */, + A5715EF923596842000CEC60 /* charptr.h */, + A5715EFA23596842000CEC60 /* pccts_stdarg.h */, + A5715EFB23596842000CEC60 /* int.h */, + A5715EFC23596842000CEC60 /* pcnames.bat */, + A5715EFD23596842000CEC60 /* ATokPtrImpl.h */, + A5715EFE23596842000CEC60 /* ATokPtr.h */, + A5715EFF23596842000CEC60 /* BufFileInput.h */, + A5715F0023596842000CEC60 /* PBlackBox.h */, + A5715F0123596842000CEC60 /* pccts_istream.h */, + A5715F0223596842000CEC60 /* ast.h */, + A5715F0323596842000CEC60 /* ATokenBuffer.cpp */, + A5715F0423596842000CEC60 /* pccts_iostream.h */, + A5715F0523596842000CEC60 /* AParser.h */, + A5715F0623596842000CEC60 /* SList.h */, + A5715F0723596842000CEC60 /* ATokenStream.h */, + A5715F0823596842000CEC60 /* ASTBase.cpp */, + A5715F0923596842000CEC60 /* DLG_stream_input.h */, + A5715F0A23596842000CEC60 /* pccts_stdlib.h */, + A5715F0B23596842000CEC60 /* DLexerBase.h */, + A5715F0C23596842000CEC60 /* charbuf.h */, + A5715F0D23596842000CEC60 /* pccts_setjmp.h */, + A5715F0E23596842000CEC60 /* slist.cpp */, + A5715F0F23596842000CEC60 /* ASTBase.h */, + A5715F1023596842000CEC60 /* charptr.c */, + A5715F1123596842000CEC60 /* DLexer.h */, + A5715F1223596842000CEC60 /* DLexerBase.cpp */, ); path = h; sourceTree = ""; }; - A5429751233538630001F42A /* support */ = { + A5715F1423596842000CEC60 /* support */ = { isa = PBXGroup; children = ( - A5429752233538630001F42A /* sym */, - A5429755233538630001F42A /* genmk */, - A5429759233538630001F42A /* set */, - A542975C233538630001F42A /* rexpr */, + A5715F1523596842000CEC60 /* sym */, + A5715F1823596842000CEC60 /* genmk */, + A5715F1C23596842000CEC60 /* set */, + A5715F1F23596842000CEC60 /* rexpr */, ); path = support; sourceTree = ""; }; - A5429752233538630001F42A /* sym */ = { + A5715F1523596842000CEC60 /* sym */ = { isa = PBXGroup; children = ( - A5429753233538630001F42A /* sym.c */, - A5429754233538630001F42A /* template.h */, + A5715F1623596842000CEC60 /* sym.c */, + A5715F1723596842000CEC60 /* template.h */, ); path = sym; sourceTree = ""; }; - A5429755233538630001F42A /* genmk */ = { + A5715F1823596842000CEC60 /* genmk */ = { isa = PBXGroup; children = ( - A5429756233538630001F42A /* makefile */, - A5429757233538630001F42A /* genmk_old.c */, - A5429758233538630001F42A /* genmk.c */, + A5715F1923596842000CEC60 /* makefile */, + A5715F1A23596842000CEC60 /* genmk_old.c */, + A5715F1B23596842000CEC60 /* genmk.c */, ); path = genmk; sourceTree = ""; }; - A5429759233538630001F42A /* set */ = { + A5715F1C23596842000CEC60 /* set */ = { isa = PBXGroup; children = ( - A542975A233538630001F42A /* set.c */, - A542975B233538630001F42A /* set.h */, + A5715F1D23596842000CEC60 /* set.c */, + A5715F1E23596842000CEC60 /* set.h */, ); path = set; sourceTree = ""; }; - A542975C233538630001F42A /* rexpr */ = { + A5715F1F23596842000CEC60 /* rexpr */ = { isa = PBXGroup; children = ( - A542975D233538630001F42A /* rexpr.h */, - A542975E233538630001F42A /* makefile */, - A542975F233538630001F42A /* rexpr.c */, - A5429760233538630001F42A /* test.c */, + A5715F2023596842000CEC60 /* rexpr.h */, + A5715F2123596842000CEC60 /* makefile */, + A5715F2223596842000CEC60 /* rexpr.c */, + A5715F2323596842000CEC60 /* test.c */, ); path = rexpr; sourceTree = ""; }; - A5429781233538630001F42A /* EfiRom */ = { + A5715F3323596842000CEC60 /* EfiRom */ = { isa = PBXGroup; children = ( - A5429782233538630001F42A /* GNUmakefile */, - A5429783233538630001F42A /* EfiRom.h */, - A5429784233538630001F42A /* Makefile */, - A5429785233538630001F42A /* EfiRom.o */, - A5429786233538630001F42A /* EfiRom.d */, - A5429787233538630001F42A /* EfiRom.c */, + A5715F3423596842000CEC60 /* GNUmakefile */, + A5715F3523596842000CEC60 /* EfiRom.h */, + A5715F3623596842000CEC60 /* Makefile */, + A5715F3723596842000CEC60 /* EfiRom.c */, ); path = EfiRom; sourceTree = ""; }; - A5429789233538630001F42A /* Tests */ = { + A5715F3923596842000CEC60 /* Tests */ = { isa = PBXGroup; children = ( - A542978A233538630001F42A /* GNUmakefile */, - A542978B233538630001F42A /* CheckUnicodeSourceFiles.py */, - A542978C233538630001F42A /* CheckPythonSyntax.py */, - A542978D233538630001F42A /* __pycache__ */, - A5429794233538630001F42A /* TestTools.py */, - A5429795233538630001F42A /* PythonTest.py */, - A5429796233538630001F42A /* TianoCompress.py */, - A5429797233538630001F42A /* TestRegularExpression.py */, - A5429798233538630001F42A /* PythonToolsTests.py */, - A5429799233538630001F42A /* CToolsTests.py */, - A542979A233538630001F42A /* RunTests.py */, + A5715F3A23596842000CEC60 /* GNUmakefile */, + A5715F3B23596842000CEC60 /* CheckUnicodeSourceFiles.py */, + A5715F3C23596842000CEC60 /* CheckPythonSyntax.py */, + A5715F3D23596842000CEC60 /* TestTools.py */, + A5715F3E23596842000CEC60 /* PythonTest.py */, + A5715F3F23596842000CEC60 /* TianoCompress.py */, + A5715F4023596842000CEC60 /* TestRegularExpression.py */, + A5715F4123596842000CEC60 /* PythonToolsTests.py */, + A5715F4223596842000CEC60 /* CToolsTests.py */, + A5715F4323596842000CEC60 /* RunTests.py */, ); path = Tests; sourceTree = ""; }; - A542978D233538630001F42A /* __pycache__ */ = { + A5715F4623596842000CEC60 /* Scripts */ = { isa = PBXGroup; children = ( - A542978E233538630001F42A /* TestTools.cpython-36.pyc */, - A542978F233538630001F42A /* CToolsTests.cpython-36.pyc */, - A5429790233538630001F42A /* CheckPythonSyntax.cpython-36.pyc */, - A5429791233538630001F42A /* TianoCompress.cpython-36.pyc */, - A5429792233538630001F42A /* PythonToolsTests.cpython-36.pyc */, - A5429793233538630001F42A /* CheckUnicodeSourceFiles.cpython-36.pyc */, - ); - path = __pycache__; - sourceTree = ""; - }; - A542979D233538630001F42A /* Scripts */ = { - isa = PBXGroup; - children = ( - A542979E233538630001F42A /* Rvct-Align32.sct */, - A542979F233538630001F42A /* DetectNotUsedItem.py */, - A54297A0233538630001F42A /* GetMaintainer.py */, - A54297A1233538630001F42A /* ConvertMasmToNasm.py */, - A54297A2233538630001F42A /* ConvertUni.py */, - A54297A3233538630001F42A /* GetUtcDateTime.py */, - A54297A4233538630001F42A /* MemoryProfileSymbolGen.py */, - A54297A5233538630001F42A /* Rvct-Align4K.sct */, - A54297A6233538630001F42A /* gcc4.9-ld-script */, - A54297A7233538630001F42A /* RunMakefileSample.mak */, - A54297A8233538630001F42A /* SetupGit.py */, - A54297A9233538630001F42A /* RunMakefile.py */, - A54297AA233538630001F42A /* FormatDosFiles.py */, - A54297AB233538630001F42A /* PackageDocumentTools */, - A54297C5233538630001F42A /* SetVisualStudio.bat */, - A54297C6233538630001F42A /* UpdateBuildVersions.py */, - A54297C7233538630001F42A /* PatchCheck.py */, - A54297C8233538630001F42A /* BinToPcd.py */, - A54297C9233538630001F42A /* GccBase.lds */, - A54297CA233538630001F42A /* ConvertFceToStructurePcd.py */, - A54297CB233538630001F42A /* SmiHandlerProfileSymbolGen.py */, - A54297CC233538630001F42A /* ShowEnvironment.bat */, + A5715F4723596842000CEC60 /* Rvct-Align32.sct */, + A5715F4823596842000CEC60 /* DetectNotUsedItem.py */, + A5715F4923596842000CEC60 /* GetMaintainer.py */, + A5715F4A23596842000CEC60 /* ConvertMasmToNasm.py */, + A5715F4B23596842000CEC60 /* ConvertUni.py */, + A5715F4C23596842000CEC60 /* GetUtcDateTime.py */, + A5715F4D23596842000CEC60 /* MemoryProfileSymbolGen.py */, + A5715F4E23596842000CEC60 /* Rvct-Align4K.sct */, + A5715F4F23596842000CEC60 /* gcc4.9-ld-script */, + A5715F5023596842000CEC60 /* RunMakefileSample.mak */, + A5715F5123596842000CEC60 /* SetupGit.py */, + A5715F5223596842000CEC60 /* RunMakefile.py */, + A5715F5323596842000CEC60 /* FormatDosFiles.py */, + A5715F5423596842000CEC60 /* PackageDocumentTools */, + A5715F6E23596842000CEC60 /* SetVisualStudio.bat */, + A5715F6F23596842000CEC60 /* UpdateBuildVersions.py */, + A5715F7023596842000CEC60 /* PatchCheck.py */, + A5715F7123596842000CEC60 /* BinToPcd.py */, + A5715F7223596842000CEC60 /* GccBase.lds */, + A5715F7323596842000CEC60 /* ConvertFceToStructurePcd.py */, + A5715F7423596842000CEC60 /* SmiHandlerProfileSymbolGen.py */, + A5715F7523596842000CEC60 /* ShowEnvironment.bat */, ); path = Scripts; sourceTree = ""; }; - A54297AB233538630001F42A /* PackageDocumentTools */ = { + A5715F5423596842000CEC60 /* PackageDocumentTools */ = { isa = PBXGroup; children = ( - A54297AC233538630001F42A /* plugins */, - A54297C1233538630001F42A /* __init__.py */, - A54297C2233538630001F42A /* Readme.md */, - A54297C3233538630001F42A /* packagedocapp.pyw */, - A54297C4233538630001F42A /* packagedoc_cli.py */, + A5715F5523596842000CEC60 /* plugins */, + A5715F6A23596842000CEC60 /* __init__.py */, + A5715F6B23596842000CEC60 /* Readme.md */, + A5715F6C23596842000CEC60 /* packagedocapp.pyw */, + A5715F6D23596842000CEC60 /* packagedoc_cli.py */, ); path = PackageDocumentTools; sourceTree = ""; }; - A54297AC233538630001F42A /* plugins */ = { + A5715F5523596842000CEC60 /* plugins */ = { isa = PBXGroup; children = ( - A54297AD233538630001F42A /* __init__.py */, - A54297AE233538630001F42A /* EdkPlugins */, + A5715F5623596842000CEC60 /* __init__.py */, + A5715F5723596842000CEC60 /* EdkPlugins */, ); path = plugins; sourceTree = ""; }; - A54297AE233538630001F42A /* EdkPlugins */ = { + A5715F5723596842000CEC60 /* EdkPlugins */ = { isa = PBXGroup; children = ( - A54297AF233538630001F42A /* __init__.py */, - A54297B0233538630001F42A /* basemodel */, - A54297B7233538630001F42A /* edk2 */, + A5715F5823596842000CEC60 /* __init__.py */, + A5715F5923596842000CEC60 /* basemodel */, + A5715F6023596842000CEC60 /* edk2 */, ); path = EdkPlugins; sourceTree = ""; }; - A54297B0233538630001F42A /* basemodel */ = { + A5715F5923596842000CEC60 /* basemodel */ = { isa = PBXGroup; children = ( - A54297B1233538630001F42A /* efibinary.py */, - A54297B2233538630001F42A /* __init__.py */, - A54297B3233538630001F42A /* message.py */, - A54297B4233538630001F42A /* inidocview.py */, - A54297B5233538630001F42A /* doxygen.py */, - A54297B6233538630001F42A /* ini.py */, + A5715F5A23596842000CEC60 /* efibinary.py */, + A5715F5B23596842000CEC60 /* __init__.py */, + A5715F5C23596842000CEC60 /* message.py */, + A5715F5D23596842000CEC60 /* inidocview.py */, + A5715F5E23596842000CEC60 /* doxygen.py */, + A5715F5F23596842000CEC60 /* ini.py */, ); path = basemodel; sourceTree = ""; }; - A54297B7233538630001F42A /* edk2 */ = { + A5715F6023596842000CEC60 /* edk2 */ = { isa = PBXGroup; children = ( - A54297B8233538630001F42A /* __init__.py */, - A54297B9233538630001F42A /* model */, + A5715F6123596842000CEC60 /* __init__.py */, + A5715F6223596842000CEC60 /* model */, ); path = edk2; sourceTree = ""; }; - A54297B9233538630001F42A /* model */ = { + A5715F6223596842000CEC60 /* model */ = { isa = PBXGroup; children = ( - A54297BA233538630001F42A /* doxygengen_spec.py */, - A54297BB233538630001F42A /* doxygengen.py */, - A54297BC233538630001F42A /* __init__.py */, - A54297BD233538630001F42A /* dec.py */, - A54297BE233538630001F42A /* dsc.py */, - A54297BF233538630001F42A /* inf.py */, - A54297C0233538630001F42A /* baseobject.py */, + A5715F6323596842000CEC60 /* doxygengen_spec.py */, + A5715F6423596842000CEC60 /* doxygengen.py */, + A5715F6523596842000CEC60 /* __init__.py */, + A5715F6623596842000CEC60 /* dec.py */, + A5715F6723596842000CEC60 /* dsc.py */, + A5715F6823596842000CEC60 /* inf.py */, + A5715F6923596842000CEC60 /* baseobject.py */, ); path = model; sourceTree = ""; }; - A54297CE233538630001F42A /* UserManuals */ = { + A5715F7723596842000CEC60 /* UserManuals */ = { isa = PBXGroup; children = ( - A54297CF233538630001F42A /* TianoCompress_Utility_Man_Page.rtf */, - A54297D0233538630001F42A /* GenDepex_Utility_Man_Page.rtf */, - A54297D1233538630001F42A /* EfiRom_Utility_Man_Page.rtf */, - A54297D2233538630001F42A /* GenCrc32_Utility_Man_Page.rtf */, - A54297D3233538630001F42A /* LzmaCompress_Utility_Man_Page.rtf */, - A54297D4233538630001F42A /* SplitFile_Utility_Man_Page.rtf */, - A54297D5233538630001F42A /* UtilityManPage_template.rtf */, - A54297D6233538630001F42A /* TargetTool_Utility_Man_Page.rtf */, - A54297D7233538630001F42A /* Intel_UEFI_Packaging_Tool_Man_Page.rtf */, - A54297D8233538630001F42A /* GenFfs_Utility_Man_Page.rtf */, - A54297D9233538630001F42A /* GenSec_Utility_Man_Page.rtf */, - A54297DA233538630001F42A /* VfrCompiler_Utility_Man_Page.rtf */, - A54297DB233538630001F42A /* GenFw_Utility_Man_Page.rtf */, - A54297DC233538630001F42A /* PatchPcdValue_Utility_Man_Page.rtf */, - A54297DD233538630001F42A /* Trim_Utility_Man_Page.rtf */, - A54297DE233538630001F42A /* GenFds_Utility_Man_Page.rtf */, - A54297DF233538630001F42A /* GenFv_Utility_Man_Page.rtf */, - A54297E0233538630001F42A /* GenPatchPcdTable_Utility_Man_Page.rtf */, - A54297E1233538630001F42A /* Build_Utility_Man_Page.rtf */, - A54297E2233538630001F42A /* VolInfo_Utility_Man_Page.rtf */, + A5715F7823596842000CEC60 /* TianoCompress_Utility_Man_Page.rtf */, + A5715F7923596842000CEC60 /* GenDepex_Utility_Man_Page.rtf */, + A5715F7A23596842000CEC60 /* EfiRom_Utility_Man_Page.rtf */, + A5715F7B23596842000CEC60 /* GenCrc32_Utility_Man_Page.rtf */, + A5715F7C23596842000CEC60 /* LzmaCompress_Utility_Man_Page.rtf */, + A5715F7D23596842000CEC60 /* SplitFile_Utility_Man_Page.rtf */, + A5715F7E23596842000CEC60 /* UtilityManPage_template.rtf */, + A5715F7F23596842000CEC60 /* TargetTool_Utility_Man_Page.rtf */, + A5715F8023596842000CEC60 /* Intel_UEFI_Packaging_Tool_Man_Page.rtf */, + A5715F8123596842000CEC60 /* GenFfs_Utility_Man_Page.rtf */, + A5715F8223596842000CEC60 /* GenSec_Utility_Man_Page.rtf */, + A5715F8323596842000CEC60 /* VfrCompiler_Utility_Man_Page.rtf */, + A5715F8423596842000CEC60 /* GenFw_Utility_Man_Page.rtf */, + A5715F8523596842000CEC60 /* PatchPcdValue_Utility_Man_Page.rtf */, + A5715F8623596842000CEC60 /* Trim_Utility_Man_Page.rtf */, + A5715F8723596842000CEC60 /* GenFds_Utility_Man_Page.rtf */, + A5715F8823596842000CEC60 /* GenFv_Utility_Man_Page.rtf */, + A5715F8923596842000CEC60 /* GenPatchPcdTable_Utility_Man_Page.rtf */, + A5715F8A23596842000CEC60 /* Build_Utility_Man_Page.rtf */, + A5715F8B23596842000CEC60 /* VolInfo_Utility_Man_Page.rtf */, ); path = UserManuals; sourceTree = ""; }; - A54297E4233538630001F42A /* Conf */ = { + A5715F8D23596842000CEC60 /* Conf */ = { isa = PBXGroup; children = ( - A54297E5233538630001F42A /* tools_def.template */, - A54297E6233538630001F42A /* gitattributes */, - A54297E7233538630001F42A /* target.template */, - A54297E8233538630001F42A /* XMLSchema */, - A54297EA233538630001F42A /* diff.order */, - A54297EB233538630001F42A /* ReadMe.txt */, - A54297EC233538630001F42A /* build_rule.template */, - A54297ED233538630001F42A /* Empty_Package_Information_Data_File.ini */, + A5715F8E23596842000CEC60 /* tools_def.template */, + A5715F8F23596842000CEC60 /* gitattributes */, + A5715F9023596842000CEC60 /* target.template */, + A5715F9123596842000CEC60 /* XMLSchema */, + A5715F9323596842000CEC60 /* diff.order */, + A5715F9423596842000CEC60 /* ReadMe.txt */, + A5715F9523596842000CEC60 /* build_rule.template */, + A5715F9623596842000CEC60 /* Empty_Package_Information_Data_File.ini */, ); path = Conf; sourceTree = ""; }; - A54297E8233538630001F42A /* XMLSchema */ = { + A5715F9123596842000CEC60 /* XMLSchema */ = { isa = PBXGroup; children = ( - A54297E9233538630001F42A /* DistributionPackage.xsd */, + A5715F9223596842000CEC60 /* DistributionPackage.xsd */, ); path = XMLSchema; sourceTree = ""; }; - A571B3282320523B003BC0AA /* FromEDK2 */ = { + A571603723596861000CEC60 /* UefiCpuPkg */ = { isa = PBXGroup; children = ( - A542921A233538600001F42A /* BaseTools */, - A571C272232052F8003BC0AA /* PcAtChipsetPkg */, - A571BB99232052E8003BC0AA /* MdePkg */, - A571B3FC232052D3003BC0AA /* MdeModulePkg */, - A571C2C123205311003BC0AA /* NetworkPkg */, - A571B3B9232052C9003BC0AA /* IntelFrameworkPkg */, - A571B39D232052BF003BC0AA /* IntelFrameworkModulePkg */, + A571603823596861000CEC60 /* UefiCpuPkg.dsc */, + A571603923596861000CEC60 /* CpuDxe */, + A571604623596861000CEC60 /* Universal */, + A571604B23596861000CEC60 /* CpuIo2Smm */, + A571604F23596861000CEC60 /* edk2.patch-idtgdt */, + A571605023596861000CEC60 /* Include */, + A571605823596861000CEC60 /* UefiCpuPkg.dec */, + A571605923596861000CEC60 /* Library */, + A571608623596861000CEC60 /* CpuIo2Dxe */, + A571608A23596861000CEC60 /* build.sh */, + A571608B23596861000CEC60 /* ResetVector */, + A57160A823596861000CEC60 /* CpuIoPei */, ); - path = FromEDK2; + path = UefiCpuPkg; sourceTree = ""; }; - A571B39D232052BF003BC0AA /* IntelFrameworkModulePkg */ = { + A571603923596861000CEC60 /* CpuDxe */ = { isa = PBXGroup; children = ( - A571B39E232052BF003BC0AA /* Include */, - A571B3B5232052BF003BC0AA /* IntelFrameworkModulePkgExtra.uni */, - A571B3B6232052BF003BC0AA /* IntelFrameworkModulePkg.dsc */, - A571B3B7232052BF003BC0AA /* IntelFrameworkModulePkg.uni */, - A571B3B8232052BF003BC0AA /* IntelFrameworkModulePkg.dec */, + A571603A23596861000CEC60 /* CpuGdt.c */, + A571603B23596861000CEC60 /* X64 */, + A571603E23596861000CEC60 /* CpuDxe.c */, + A571603F23596861000CEC60 /* Ia32 */, + A571604423596861000CEC60 /* CpuDxe.h */, + A571604523596861000CEC60 /* CpuDxe.inf */, + ); + path = CpuDxe; + sourceTree = ""; + }; + A571603B23596861000CEC60 /* X64 */ = { + isa = PBXGroup; + children = ( + A571603C23596861000CEC60 /* CpuAsm.S */, + A571603D23596861000CEC60 /* CpuAsm.asm */, + ); + path = X64; + sourceTree = ""; + }; + A571603F23596861000CEC60 /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571604023596861000CEC60 /* CpuAsm.S */, + A571604123596861000CEC60 /* IvtAsm.S */, + A571604223596861000CEC60 /* CpuAsm.asm */, + A571604323596861000CEC60 /* IvtAsm.asm */, + ); + path = Ia32; + sourceTree = ""; + }; + A571604623596861000CEC60 /* Universal */ = { + isa = PBXGroup; + children = ( + A571604723596861000CEC60 /* Acpi */, + ); + path = Universal; + sourceTree = ""; + }; + A571604723596861000CEC60 /* Acpi */ = { + isa = PBXGroup; + children = ( + A571604823596861000CEC60 /* S3Resume2Pei */, + ); + path = Acpi; + sourceTree = ""; + }; + A571604823596861000CEC60 /* S3Resume2Pei */ = { + isa = PBXGroup; + children = ( + A571604923596861000CEC60 /* S3Resume2Pei.inf */, + A571604A23596861000CEC60 /* S3Resume.c */, + ); + path = S3Resume2Pei; + sourceTree = ""; + }; + A571604B23596861000CEC60 /* CpuIo2Smm */ = { + isa = PBXGroup; + children = ( + A571604C23596861000CEC60 /* CpuIo2Smm.inf */, + A571604D23596861000CEC60 /* CpuIo2Smm.c */, + A571604E23596861000CEC60 /* CpuIo2Smm.h */, + ); + path = CpuIo2Smm; + sourceTree = ""; + }; + A571605023596861000CEC60 /* Include */ = { + isa = PBXGroup; + children = ( + A571605123596861000CEC60 /* Library */, + A571605523596861000CEC60 /* Register */, + ); + path = Include; + sourceTree = ""; + }; + A571605123596861000CEC60 /* Library */ = { + isa = PBXGroup; + children = ( + A571605223596861000CEC60 /* MtrrLib.h */, + A571605323596861000CEC60 /* LocalApicLib.h */, + A571605423596861000CEC60 /* UefiCpuLib.h */, + ); + path = Library; + sourceTree = ""; + }; + A571605523596861000CEC60 /* Register */ = { + isa = PBXGroup; + children = ( + A571605623596861000CEC60 /* Microcode.h */, + A571605723596861000CEC60 /* LocalApic.h */, + ); + path = Register; + sourceTree = ""; + }; + A571605923596861000CEC60 /* Library */ = { + isa = PBXGroup; + children = ( + A571605A23596861000CEC60 /* CpuExceptionHandlerLib */, + A571607123596861000CEC60 /* BaseXApicLib */, + A571607423596861000CEC60 /* SecPeiDxeTimerLibUefiCpu */, + A571607823596861000CEC60 /* BaseUefiCpuLib */, + A571608023596861000CEC60 /* BaseXApicX2ApicLib */, + A571608323596861000CEC60 /* MtrrLib */, + ); + path = Library; + sourceTree = ""; + }; + A571605A23596861000CEC60 /* CpuExceptionHandlerLib */ = { + isa = PBXGroup; + children = ( + A571605B23596861000CEC60 /* SmmCpuExceptionHandlerLib.inf */, + A571605C23596861000CEC60 /* CpuExceptionCommon.h */, + A571605D23596861000CEC60 /* SmmCpuExceptionHandlerLib.uni */, + A571605E23596861000CEC60 /* DxeSmmCpuException.c */, + A571605F23596861000CEC60 /* X64 */, + A571606423596861000CEC60 /* SecPeiCpuExceptionHandlerLib.inf */, + A571606523596861000CEC60 /* SecPeiCpuException.c */, + A571606623596861000CEC60 /* SmmException.c */, + A571606723596861000CEC60 /* SecPeiCpuExceptionHandlerLib.uni */, + A571606823596861000CEC60 /* CpuExceptionCommon.c */, + A571606923596861000CEC60 /* Ia32 */, + A571606E23596861000CEC60 /* DxeException.c */, + A571606F23596861000CEC60 /* DxeCpuExceptionHandlerLib.inf */, + A571607023596861000CEC60 /* DxeCpuExceptionHandlerLib.uni */, + ); + path = CpuExceptionHandlerLib; + sourceTree = ""; + }; + A571605F23596861000CEC60 /* X64 */ = { + isa = PBXGroup; + children = ( + A571606023596861000CEC60 /* ArchExceptionHandler.c */, + A571606123596861000CEC60 /* ExceptionHandlerAsm.S */, + A571606223596861000CEC60 /* ExceptionHandlerAsm.asm */, + A571606323596861000CEC60 /* ArchInterruptDefs.h */, + ); + path = X64; + sourceTree = ""; + }; + A571606923596861000CEC60 /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571606A23596861000CEC60 /* ArchExceptionHandler.c */, + A571606B23596861000CEC60 /* ExceptionHandlerAsm.S */, + A571606C23596861000CEC60 /* ExceptionHandlerAsm.asm */, + A571606D23596861000CEC60 /* ArchInterruptDefs.h */, + ); + path = Ia32; + sourceTree = ""; + }; + A571607123596861000CEC60 /* BaseXApicLib */ = { + isa = PBXGroup; + children = ( + A571607223596861000CEC60 /* BaseXApicLib.c */, + A571607323596861000CEC60 /* BaseXApicLib.inf */, + ); + path = BaseXApicLib; + sourceTree = ""; + }; + A571607423596861000CEC60 /* SecPeiDxeTimerLibUefiCpu */ = { + isa = PBXGroup; + children = ( + A571607523596861000CEC60 /* X86TimerLib.c */, + A571607623596861000CEC60 /* SecPeiDxeTimerLibUefiCpu.inf */, + A571607723596861000CEC60 /* IpfTimerLib.c */, + ); + path = SecPeiDxeTimerLibUefiCpu; + sourceTree = ""; + }; + A571607823596861000CEC60 /* BaseUefiCpuLib */ = { + isa = PBXGroup; + children = ( + A571607923596861000CEC60 /* X64 */, + A571607C23596861000CEC60 /* BaseUefiCpuLib.inf */, + A571607D23596861000CEC60 /* Ia32 */, + ); + path = BaseUefiCpuLib; + sourceTree = ""; + }; + A571607923596861000CEC60 /* X64 */ = { + isa = PBXGroup; + children = ( + A571607A23596861000CEC60 /* InitializeFpu.S */, + A571607B23596861000CEC60 /* InitializeFpu.asm */, + ); + path = X64; + sourceTree = ""; + }; + A571607D23596861000CEC60 /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571607E23596861000CEC60 /* InitializeFpu.S */, + A571607F23596861000CEC60 /* InitializeFpu.asm */, + ); + path = Ia32; + sourceTree = ""; + }; + A571608023596861000CEC60 /* BaseXApicX2ApicLib */ = { + isa = PBXGroup; + children = ( + A571608123596861000CEC60 /* BaseXApicX2ApicLib.inf */, + A571608223596861000CEC60 /* BaseXApicX2ApicLib.c */, + ); + path = BaseXApicX2ApicLib; + sourceTree = ""; + }; + A571608323596861000CEC60 /* MtrrLib */ = { + isa = PBXGroup; + children = ( + A571608423596861000CEC60 /* MtrrLib.inf */, + A571608523596861000CEC60 /* MtrrLib.c */, + ); + path = MtrrLib; + sourceTree = ""; + }; + A571608623596861000CEC60 /* CpuIo2Dxe */ = { + isa = PBXGroup; + children = ( + A571608723596861000CEC60 /* CpuIo2Dxe.inf */, + A571608823596861000CEC60 /* CpuIo2Dxe.c */, + A571608923596861000CEC60 /* CpuIo2Dxe.h */, + ); + path = CpuIo2Dxe; + sourceTree = ""; + }; + A571608B23596861000CEC60 /* ResetVector */ = { + isa = PBXGroup; + children = ( + A571608C23596861000CEC60 /* Vtf0 */, + ); + path = ResetVector; + sourceTree = ""; + }; + A571608C23596861000CEC60 /* Vtf0 */ = { + isa = PBXGroup; + children = ( + A571608D23596861000CEC60 /* CommonMacros.inc */, + A571608E23596861000CEC60 /* Build.py */, + A571608F23596861000CEC60 /* Tools */, + A571609123596861000CEC60 /* Bin */, + A571609923596861000CEC60 /* PostCodes.inc */, + A571609A23596861000CEC60 /* Main.asm */, + A571609B23596861000CEC60 /* SerialDebug.asm */, + A571609C23596861000CEC60 /* Ia32 */, + A57160A023596861000CEC60 /* Port80Debug.asm */, + A57160A123596861000CEC60 /* ReadMe.txt */, + A57160A223596861000CEC60 /* Ia16 */, + A57160A623596861000CEC60 /* ResetVectorCode.asm */, + A57160A723596861000CEC60 /* DebugDisabled.asm */, + ); + path = Vtf0; + sourceTree = ""; + }; + A571608F23596861000CEC60 /* Tools */ = { + isa = PBXGroup; + children = ( + A571609023596861000CEC60 /* FixupForRawSection.py */, + ); + path = Tools; + sourceTree = ""; + }; + A571609123596861000CEC60 /* Bin */ = { + isa = PBXGroup; + children = ( + A571609223596861000CEC60 /* ResetVector.x64.port80.raw */, + A571609323596861000CEC60 /* ResetVector.ia32.port80.raw */, + A571609423596861000CEC60 /* ResetVector.x64.raw */, + A571609523596861000CEC60 /* ResetVector.ia32.serial.raw */, + A571609623596861000CEC60 /* ResetVector.x64.serial.raw */, + A571609723596861000CEC60 /* ResetVector.inf */, + A571609823596861000CEC60 /* ResetVector.ia32.raw */, + ); + path = Bin; + sourceTree = ""; + }; + A571609C23596861000CEC60 /* Ia32 */ = { + isa = PBXGroup; + children = ( + A571609D23596861000CEC60 /* SearchForSecEntry.asm */, + A571609E23596861000CEC60 /* SearchForBfvBase.asm */, + A571609F23596861000CEC60 /* Flat32ToFlat64.asm */, + ); + path = Ia32; + sourceTree = ""; + }; + A57160A223596861000CEC60 /* Ia16 */ = { + isa = PBXGroup; + children = ( + A57160A323596861000CEC60 /* Real16ToFlat32.asm */, + A57160A423596861000CEC60 /* Init16.asm */, + A57160A523596861000CEC60 /* ResetVectorVtf0.asm */, + ); + path = Ia16; + sourceTree = ""; + }; + A57160A823596861000CEC60 /* CpuIoPei */ = { + isa = PBXGroup; + children = ( + A57160A923596861000CEC60 /* CpuIoPei.inf */, + A57160AA23596861000CEC60 /* CpuIoPei.c */, + A57160AB23596861000CEC60 /* CpuIoPei.h */, + ); + path = CpuIoPei; + sourceTree = ""; + }; + A57160AC2359688B000CEC60 /* IntelFrameworkModulePkg */ = { + isa = PBXGroup; + children = ( + A57160AD2359688B000CEC60 /* Include */, + A57160C42359688B000CEC60 /* IntelFrameworkModulePkgExtra.uni */, + A57160C52359688B000CEC60 /* IntelFrameworkModulePkg.dsc */, + A57160C62359688B000CEC60 /* IntelFrameworkModulePkg.uni */, + A57160C72359688B000CEC60 /* IntelFrameworkModulePkg.dec */, ); name = IntelFrameworkModulePkg; path = ../../../IntelFrameworkModulePkg; sourceTree = ""; }; - A571B39E232052BF003BC0AA /* Include */ = { + A57160AD2359688B000CEC60 /* Include */ = { isa = PBXGroup; children = ( - A571B39F232052BF003BC0AA /* Library */, - A571B3A2232052BF003BC0AA /* Protocol */, - A571B3A8232052BF003BC0AA /* Guid */, + A57160AE2359688B000CEC60 /* Library */, + A57160B12359688B000CEC60 /* Protocol */, + A57160B72359688B000CEC60 /* Guid */, ); path = Include; sourceTree = ""; }; - A571B39F232052BF003BC0AA /* Library */ = { + A57160AE2359688B000CEC60 /* Library */ = { isa = PBXGroup; children = ( - A571B3A0232052BF003BC0AA /* PlatformBdsLib.h */, - A571B3A1232052BF003BC0AA /* GenericBdsLib.h */, + A57160AF2359688B000CEC60 /* PlatformBdsLib.h */, + A57160B02359688B000CEC60 /* GenericBdsLib.h */, ); path = Library; sourceTree = ""; }; - A571B3A2232052BF003BC0AA /* Protocol */ = { + A57160B12359688B000CEC60 /* Protocol */ = { isa = PBXGroup; children = ( - A571B3A3232052BF003BC0AA /* ExitPmAuth.h */, - A571B3A4232052BF003BC0AA /* IsaAcpi.h */, - A571B3A5232052BF003BC0AA /* OEMBadging.h */, - A571B3A6232052BF003BC0AA /* VgaMiniPort.h */, - A571B3A7232052BF003BC0AA /* IsaIo.h */, + A57160B22359688B000CEC60 /* ExitPmAuth.h */, + A57160B32359688B000CEC60 /* IsaAcpi.h */, + A57160B42359688B000CEC60 /* OEMBadging.h */, + A57160B52359688B000CEC60 /* VgaMiniPort.h */, + A57160B62359688B000CEC60 /* IsaIo.h */, ); path = Protocol; sourceTree = ""; }; - A571B3A8232052BF003BC0AA /* Guid */ = { + A57160B72359688B000CEC60 /* 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 */, + A57160B82359688B000CEC60 /* LegacyBios.h */, + A57160B92359688B000CEC60 /* IntelFrameworkModulePkgTokenSpace.h */, + A57160BA2359688B000CEC60 /* BlockIoVendor.h */, + A57160BB2359688B000CEC60 /* HdBootVariable.h */, + A57160BC2359688B000CEC60 /* BdsLibHii.h */, + A57160BD2359688B000CEC60 /* BdsHii.h */, + A57160BE2359688B000CEC60 /* TianoDecompress.h */, + A57160BF2359688B000CEC60 /* DataHubStatusCodeRecord.h */, + A57160C02359688B000CEC60 /* AcpiVariableCompatibility.h */, + A57160C12359688B000CEC60 /* LegacyDevOrder.h */, + A57160C22359688B000CEC60 /* LastEnumLang.h */, + A57160C32359688B000CEC60 /* CapsuleDataFile.h */, ); path = Guid; sourceTree = ""; }; - A571B3B9232052C9003BC0AA /* IntelFrameworkPkg */ = { + A57160C823596894000CEC60 /* IntelFrameworkPkg */ = { isa = PBXGroup; children = ( - A571B3BA232052C9003BC0AA /* IntelFrameworkPkgExtra.uni */, - A571B3BB232052C9003BC0AA /* Include */, - A571B3F9232052C9003BC0AA /* IntelFrameworkPkg.dsc */, - A571B3FA232052C9003BC0AA /* IntelFrameworkPkg.uni */, - A571B3FB232052C9003BC0AA /* IntelFrameworkPkg.dec */, + A57160C923596894000CEC60 /* IntelFrameworkPkgExtra.uni */, + A57160CA23596894000CEC60 /* Include */, + A571610823596894000CEC60 /* IntelFrameworkPkg.dsc */, + A571610923596894000CEC60 /* IntelFrameworkPkg.uni */, + A571610A23596894000CEC60 /* IntelFrameworkPkg.dec */, ); name = IntelFrameworkPkg; path = ../../../IntelFrameworkPkg; sourceTree = ""; }; - A571B3BB232052C9003BC0AA /* Include */ = { + A57160CA23596894000CEC60 /* Include */ = { isa = PBXGroup; children = ( - A571B3BC232052C9003BC0AA /* FrameworkSmm.h */, - A571B3BD232052C9003BC0AA /* FrameworkDxe.h */, - A571B3BE232052C9003BC0AA /* Framework */, - A571B3C8232052C9003BC0AA /* Protocol */, - A571B3E7232052C9003BC0AA /* FrameworkPei.h */, - A571B3E8232052C9003BC0AA /* Guid */, - A571B3EF232052C9003BC0AA /* Ppi */, + A57160CB23596894000CEC60 /* FrameworkSmm.h */, + A57160CC23596894000CEC60 /* FrameworkDxe.h */, + A57160CD23596894000CEC60 /* Framework */, + A57160D723596894000CEC60 /* Protocol */, + A57160F623596894000CEC60 /* FrameworkPei.h */, + A57160F723596894000CEC60 /* Guid */, + A57160FE23596894000CEC60 /* Ppi */, ); path = Include; sourceTree = ""; }; - A571B3BE232052C9003BC0AA /* Framework */ = { + A57160CD23596894000CEC60 /* 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 */, + A57160CE23596894000CEC60 /* BootScript.h */, + A57160CF23596894000CEC60 /* FirmwareVolumeImageFormat.h */, + A57160D023596894000CEC60 /* SmmCis.h */, + A57160D123596894000CEC60 /* FrameworkInternalFormRepresentation.h */, + A57160D223596894000CEC60 /* Hob.h */, + A57160D323596894000CEC60 /* PeiCis.h */, + A57160D423596894000CEC60 /* FirmwareVolumeHeader.h */, + A57160D523596894000CEC60 /* StatusCode.h */, + A57160D623596894000CEC60 /* DxeCis.h */, ); path = Framework; sourceTree = ""; }; - A571B3C8232052C9003BC0AA /* Protocol */ = { + A57160D723596894000CEC60 /* 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 */, + A57160D823596894000CEC60 /* SmmBase.h */, + A57160D923596894000CEC60 /* SmmUsbDispatch.h */, + A57160DA23596894000CEC60 /* SmmIchnDispatch.h */, + A57160DB23596894000CEC60 /* LegacyInterrupt.h */, + A57160DC23596894000CEC60 /* LegacyBios.h */, + A57160DD23596894000CEC60 /* SmmSxDispatch.h */, + A57160DE23596894000CEC60 /* SmmGpiDispatch.h */, + A57160DF23596894000CEC60 /* AcpiS3Save.h */, + A57160E023596894000CEC60 /* FrameworkMpService.h */, + A57160E123596894000CEC60 /* FrameworkFirmwareVolumeBlock.h */, + A57160E223596894000CEC60 /* SmmPowerButtonDispatch.h */, + A57160E323596894000CEC60 /* FrameworkFormCallback.h */, + A57160E423596894000CEC60 /* SmmControl.h */, + A57160E523596894000CEC60 /* SmmCpuSaveState.h */, + A57160E623596894000CEC60 /* SmmStandbyButtonDispatch.h */, + A57160E723596894000CEC60 /* SectionExtraction.h */, + A57160E823596894000CEC60 /* LegacyBiosPlatform.h */, + A57160E923596894000CEC60 /* FrameworkFormBrowser.h */, + A57160EA23596894000CEC60 /* SmmAccess.h */, + A57160EB23596894000CEC60 /* LegacyRegion.h */, + A57160EC23596894000CEC60 /* BootScriptSave.h */, + A57160ED23596894000CEC60 /* DataHub.h */, + A57160EE23596894000CEC60 /* SmmSwDispatch.h */, + A57160EF23596894000CEC60 /* SmmPeriodicTimerDispatch.h */, + A57160F023596894000CEC60 /* Legacy8259.h */, + A57160F123596894000CEC60 /* AcpiSupport.h */, + A57160F223596894000CEC60 /* SmmCpuIo.h */, + A57160F323596894000CEC60 /* CpuIo.h */, + A57160F423596894000CEC60 /* FirmwareVolume.h */, + A57160F523596894000CEC60 /* FrameworkHii.h */, ); path = Protocol; sourceTree = ""; }; - A571B3E8232052C9003BC0AA /* Guid */ = { + A57160F723596894000CEC60 /* Guid */ = { isa = PBXGroup; children = ( - A571B3E9232052C9003BC0AA /* SmramMemoryReserve.h */, - A571B3EA232052C9003BC0AA /* DataHubRecords.h */, - A571B3EB232052C9003BC0AA /* SmmCommunicate.h */, - A571B3EC232052C9003BC0AA /* BlockIo.h */, - A571B3ED232052C9003BC0AA /* Capsule.h */, - A571B3EE232052C9003BC0AA /* FirmwareFileSystem.h */, + A57160F823596894000CEC60 /* SmramMemoryReserve.h */, + A57160F923596894000CEC60 /* DataHubRecords.h */, + A57160FA23596894000CEC60 /* SmmCommunicate.h */, + A57160FB23596894000CEC60 /* BlockIo.h */, + A57160FC23596894000CEC60 /* Capsule.h */, + A57160FD23596894000CEC60 /* FirmwareFileSystem.h */, ); path = Guid; sourceTree = ""; }; - A571B3EF232052C9003BC0AA /* Ppi */ = { + A57160FE23596894000CEC60 /* 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 */, + A57160FF23596894000CEC60 /* PciCfg.h */, + A571610023596894000CEC60 /* Security.h */, + A571610123596894000CEC60 /* S3Resume.h */, + A571610223596894000CEC60 /* BootScriptExecuter.h */, + A571610323596894000CEC60 /* ReadOnlyVariable.h */, + A571610423596894000CEC60 /* SectionExtraction.h */, + A571610523596894000CEC60 /* FvLoadFile.h */, + A571610623596894000CEC60 /* Smbus.h */, + A571610723596894000CEC60 /* FindFv.h */, ); path = Ppi; sourceTree = ""; }; - A571B3FC232052D3003BC0AA /* MdeModulePkg */ = { + A571610B2359689E000CEC60 /* 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 */, + A571610C2359689E000CEC60 /* Core */, + A571619B2359689E000CEC60 /* Universal */, + A57164382359689F000CEC60 /* Include */, + A57164DA2359689F000CEC60 /* MdeModulePkgExtra.uni */, + A57164DB2359689F000CEC60 /* Bus */, + A57166A4235968A0000CEC60 /* Library */, + A5716861235968A0000CEC60 /* MdeModulePkgSample.dec */, + A5716862235968A0000CEC60 /* Logo */, + A571686C235968A0000CEC60 /* MdeModulePkg.uni */, + A571686D235968A0000CEC60 /* MdeModulePkg.dec */, + A571686E235968A0000CEC60 /* Application */, + A57168A7235968A0000CEC60 /* MdeModulePkg.dsc */, ); name = MdeModulePkg; path = ../../../MdeModulePkg; sourceTree = ""; }; - A571B3FD232052D3003BC0AA /* Core */ = { + A571610C2359689E000CEC60 /* Core */ = { isa = PBXGroup; children = ( - A571B3FE232052D3003BC0AA /* RuntimeDxe */, - A571B405232052D3003BC0AA /* Dxe */, - A571B43F232052D4003BC0AA /* PiSmmCore */, - A571B458232052D4003BC0AA /* Pei */, - A571B47B232052D4003BC0AA /* DxeIplPeim */, + A571610D2359689E000CEC60 /* RuntimeDxe */, + A57161142359689E000CEC60 /* Dxe */, + A571614E2359689E000CEC60 /* PiSmmCore */, + A57161672359689E000CEC60 /* Pei */, + A571618A2359689E000CEC60 /* DxeIplPeim */, ); path = Core; sourceTree = ""; }; - A571B3FE232052D3003BC0AA /* RuntimeDxe */ = { + A571610D2359689E000CEC60 /* RuntimeDxe */ = { isa = PBXGroup; children = ( - A571B3FF232052D3003BC0AA /* Runtime.c */, - A571B400232052D3003BC0AA /* RuntimeDxe.inf */, - A571B401232052D3003BC0AA /* RuntimeDxe.uni */, - A571B402232052D3003BC0AA /* Crc32.c */, - A571B403232052D3003BC0AA /* Runtime.h */, - A571B404232052D3003BC0AA /* RuntimeDxeExtra.uni */, + A571610E2359689E000CEC60 /* Runtime.c */, + A571610F2359689E000CEC60 /* RuntimeDxe.inf */, + A57161102359689E000CEC60 /* RuntimeDxe.uni */, + A57161112359689E000CEC60 /* Crc32.c */, + A57161122359689E000CEC60 /* Runtime.h */, + A57161132359689E000CEC60 /* RuntimeDxeExtra.uni */, ); path = RuntimeDxe; sourceTree = ""; }; - A571B405232052D3003BC0AA /* Dxe */ = { + A57161142359689E000CEC60 /* 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 */, + A57161152359689E000CEC60 /* Misc */, + A571611D2359689E000CEC60 /* Hand */, + A57161232359689E000CEC60 /* DxeMain.inf */, + A57161242359689E000CEC60 /* FwVolBlock */, + A57161272359689E000CEC60 /* Dispatcher */, + A571612A2359689E000CEC60 /* FwVol */, + A57161312359689E000CEC60 /* DxeMain */, + A57161342359689E000CEC60 /* Library */, + A57161362359689E000CEC60 /* Gcd */, + A57161392359689E000CEC60 /* Image */, + A571613C2359689E000CEC60 /* DxeMain.h */, + A571613D2359689E000CEC60 /* DxeCore.uni */, + A571613E2359689E000CEC60 /* SectionExtraction */, + A57161402359689E000CEC60 /* Event */, + A57161452359689E000CEC60 /* DxeCoreExtra.uni */, + A57161462359689E000CEC60 /* Mem */, ); path = Dxe; sourceTree = ""; }; - A571B406232052D3003BC0AA /* Misc */ = { + A57161152359689E000CEC60 /* 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 */, + A57161162359689E000CEC60 /* Stall.c */, + A57161172359689E000CEC60 /* MemoryProtection.c */, + A57161182359689E000CEC60 /* DebugImageInfo.c */, + A57161192359689E000CEC60 /* InstallConfigurationTable.c */, + A571611A2359689E000CEC60 /* SetWatchdogTimer.c */, + A571611B2359689E000CEC60 /* PropertiesTable.c */, + A571611C2359689E000CEC60 /* MemoryAttributesTable.c */, ); path = Misc; sourceTree = ""; }; - A571B40E232052D3003BC0AA /* Hand */ = { + A571611D2359689E000CEC60 /* Hand */ = { isa = PBXGroup; children = ( - A571B40F232052D3003BC0AA /* Handle.c */, - A571B410232052D3003BC0AA /* Handle.h */, - A571B411232052D3003BC0AA /* Locate.c */, - A571B412232052D3003BC0AA /* DriverSupport.c */, - A571B413232052D3003BC0AA /* Notify.c */, + A571611E2359689E000CEC60 /* Handle.c */, + A571611F2359689E000CEC60 /* Handle.h */, + A57161202359689E000CEC60 /* Locate.c */, + A57161212359689E000CEC60 /* DriverSupport.c */, + A57161222359689E000CEC60 /* Notify.c */, ); path = Hand; sourceTree = ""; }; - A571B415232052D3003BC0AA /* FwVolBlock */ = { + A57161242359689E000CEC60 /* FwVolBlock */ = { isa = PBXGroup; children = ( - A571B416232052D3003BC0AA /* FwVolBlock.c */, - A571B417232052D3003BC0AA /* FwVolBlock.h */, + A57161252359689E000CEC60 /* FwVolBlock.c */, + A57161262359689E000CEC60 /* FwVolBlock.h */, ); path = FwVolBlock; sourceTree = ""; }; - A571B418232052D3003BC0AA /* Dispatcher */ = { + A57161272359689E000CEC60 /* Dispatcher */ = { isa = PBXGroup; children = ( - A571B419232052D3003BC0AA /* Dispatcher.c */, - A571B41A232052D3003BC0AA /* Dependency.c */, + A57161282359689E000CEC60 /* Dispatcher.c */, + A57161292359689E000CEC60 /* Dependency.c */, ); path = Dispatcher; sourceTree = ""; }; - A571B41B232052D3003BC0AA /* FwVol */ = { + A571612A2359689E000CEC60 /* FwVol */ = { isa = PBXGroup; children = ( - A571B41C232052D3003BC0AA /* FwVolAttrib.c */, - A571B41D232052D3003BC0AA /* FwVolRead.c */, - A571B41E232052D3003BC0AA /* FwVolDriver.h */, - A571B41F232052D3003BC0AA /* Ffs.c */, - A571B420232052D3003BC0AA /* FwVolWrite.c */, - A571B421232052D3003BC0AA /* FwVol.c */, + A571612B2359689E000CEC60 /* FwVolAttrib.c */, + A571612C2359689E000CEC60 /* FwVolRead.c */, + A571612D2359689E000CEC60 /* FwVolDriver.h */, + A571612E2359689E000CEC60 /* Ffs.c */, + A571612F2359689E000CEC60 /* FwVolWrite.c */, + A57161302359689E000CEC60 /* FwVol.c */, ); path = FwVol; sourceTree = ""; }; - A571B422232052D3003BC0AA /* DxeMain */ = { + A57161312359689E000CEC60 /* DxeMain */ = { isa = PBXGroup; children = ( - A571B423232052D4003BC0AA /* DxeProtocolNotify.c */, - A571B424232052D4003BC0AA /* DxeMain.c */, + A57161322359689E000CEC60 /* DxeProtocolNotify.c */, + A57161332359689E000CEC60 /* DxeMain.c */, ); path = DxeMain; sourceTree = ""; }; - A571B425232052D4003BC0AA /* Library */ = { + A57161342359689E000CEC60 /* Library */ = { isa = PBXGroup; children = ( - A571B426232052D4003BC0AA /* Library.c */, + A57161352359689E000CEC60 /* Library.c */, ); path = Library; sourceTree = ""; }; - A571B427232052D4003BC0AA /* Gcd */ = { + A57161362359689E000CEC60 /* Gcd */ = { isa = PBXGroup; children = ( - A571B428232052D4003BC0AA /* Gcd.c */, - A571B429232052D4003BC0AA /* Gcd.h */, + A57161372359689E000CEC60 /* Gcd.c */, + A57161382359689E000CEC60 /* Gcd.h */, ); path = Gcd; sourceTree = ""; }; - A571B42A232052D4003BC0AA /* Image */ = { + A57161392359689E000CEC60 /* Image */ = { isa = PBXGroup; children = ( - A571B42B232052D4003BC0AA /* Image.c */, - A571B42C232052D4003BC0AA /* Image.h */, + A571613A2359689E000CEC60 /* Image.c */, + A571613B2359689E000CEC60 /* Image.h */, ); path = Image; sourceTree = ""; }; - A571B42F232052D4003BC0AA /* SectionExtraction */ = { + A571613E2359689E000CEC60 /* SectionExtraction */ = { isa = PBXGroup; children = ( - A571B430232052D4003BC0AA /* CoreSectionExtraction.c */, + A571613F2359689E000CEC60 /* CoreSectionExtraction.c */, ); path = SectionExtraction; sourceTree = ""; }; - A571B431232052D4003BC0AA /* Event */ = { + A57161402359689E000CEC60 /* Event */ = { isa = PBXGroup; children = ( - A571B432232052D4003BC0AA /* Timer.c */, - A571B433232052D4003BC0AA /* Event.h */, - A571B434232052D4003BC0AA /* Event.c */, - A571B435232052D4003BC0AA /* Tpl.c */, + A57161412359689E000CEC60 /* Timer.c */, + A57161422359689E000CEC60 /* Event.h */, + A57161432359689E000CEC60 /* Event.c */, + A57161442359689E000CEC60 /* Tpl.c */, ); path = Event; sourceTree = ""; }; - A571B437232052D4003BC0AA /* Mem */ = { + A57161462359689E000CEC60 /* 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 */, + A57161472359689E000CEC60 /* HeapGuard.c */, + A57161482359689E000CEC60 /* MemData.c */, + A57161492359689E000CEC60 /* MemoryProfileRecord.c */, + A571614A2359689E000CEC60 /* Page.c */, + A571614B2359689E000CEC60 /* HeapGuard.h */, + A571614C2359689E000CEC60 /* Imem.h */, + A571614D2359689E000CEC60 /* Pool.c */, ); path = Mem; sourceTree = ""; }; - A571B43F232052D4003BC0AA /* PiSmmCore */ = { + A571614E2359689E000CEC60 /* 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 */, + A571614F2359689E000CEC60 /* Smi.c */, + A57161502359689E000CEC60 /* SmiHandlerProfile.c */, + A57161512359689E000CEC60 /* HeapGuard.c */, + A57161522359689E000CEC60 /* PiSmmCore.c */, + A57161532359689E000CEC60 /* Dispatcher.c */, + A57161542359689E000CEC60 /* PiSmmIplExtra.uni */, + A57161552359689E000CEC60 /* SmramProfileRecord.c */, + A57161562359689E000CEC60 /* Handle.c */, + A57161572359689E000CEC60 /* PiSmmCoreExtra.uni */, + A57161582359689E000CEC60 /* InstallConfigurationTable.c */, + A57161592359689E000CEC60 /* PiSmmCorePrivateData.h */, + A571615A2359689E000CEC60 /* PiSmmIpl.c */, + A571615B2359689E000CEC60 /* Page.c */, + A571615C2359689E000CEC60 /* PiSmmCore.h */, + A571615D2359689E000CEC60 /* HeapGuard.h */, + A571615E2359689E000CEC60 /* PiSmmCore.inf */, + A571615F2359689E000CEC60 /* Locate.c */, + A57161602359689E000CEC60 /* Dependency.c */, + A57161612359689E000CEC60 /* Pool.c */, + A57161622359689E000CEC60 /* PiSmmCore.uni */, + A57161632359689E000CEC60 /* MemoryAttributesTable.c */, + A57161642359689E000CEC60 /* PiSmmIpl.uni */, + A57161652359689E000CEC60 /* Notify.c */, + A57161662359689E000CEC60 /* PiSmmIpl.inf */, ); path = PiSmmCore; sourceTree = ""; }; - A571B458232052D4003BC0AA /* Pei */ = { + A57161672359689E000CEC60 /* 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 */, + A57161682359689E000CEC60 /* PeiMain.inf */, + A57161692359689E000CEC60 /* PciCfg2 */, + A571616B2359689E000CEC60 /* Memory */, + A571616D2359689E000CEC60 /* Hob */, + A571616F2359689E000CEC60 /* Security */, + A57161712359689E000CEC60 /* Reset */, + A57161732359689E000CEC60 /* Dispatcher */, + A57161752359689E000CEC60 /* FwVol */, + A57161782359689E000CEC60 /* Dependency */, + A571617B2359689E000CEC60 /* Image */, + A571617D2359689E000CEC60 /* PeiMain */, + A571617F2359689E000CEC60 /* StatusCode */, + A57161812359689E000CEC60 /* BootMode */, + A57161832359689E000CEC60 /* CpuIo */, + A57161852359689E000CEC60 /* Ppi */, + A57161872359689E000CEC60 /* PeiCoreExtra.uni */, + A57161882359689E000CEC60 /* PeiMain.h */, + A57161892359689E000CEC60 /* PeiCore.uni */, ); path = Pei; sourceTree = ""; }; - A571B45A232052D4003BC0AA /* PciCfg2 */ = { + A57161692359689E000CEC60 /* PciCfg2 */ = { isa = PBXGroup; children = ( - A571B45B232052D4003BC0AA /* PciCfg2.c */, + A571616A2359689E000CEC60 /* PciCfg2.c */, ); path = PciCfg2; sourceTree = ""; }; - A571B45C232052D4003BC0AA /* Memory */ = { + A571616B2359689E000CEC60 /* Memory */ = { isa = PBXGroup; children = ( - A571B45D232052D4003BC0AA /* MemoryServices.c */, + A571616C2359689E000CEC60 /* MemoryServices.c */, ); path = Memory; sourceTree = ""; }; - A571B45E232052D4003BC0AA /* Hob */ = { + A571616D2359689E000CEC60 /* Hob */ = { isa = PBXGroup; children = ( - A571B45F232052D4003BC0AA /* Hob.c */, + A571616E2359689E000CEC60 /* Hob.c */, ); path = Hob; sourceTree = ""; }; - A571B460232052D4003BC0AA /* Security */ = { + A571616F2359689E000CEC60 /* Security */ = { isa = PBXGroup; children = ( - A571B461232052D4003BC0AA /* Security.c */, + A57161702359689E000CEC60 /* Security.c */, ); path = Security; sourceTree = ""; }; - A571B462232052D4003BC0AA /* Reset */ = { + A57161712359689E000CEC60 /* Reset */ = { isa = PBXGroup; children = ( - A571B463232052D4003BC0AA /* Reset.c */, + A57161722359689E000CEC60 /* Reset.c */, ); path = Reset; sourceTree = ""; }; - A571B464232052D4003BC0AA /* Dispatcher */ = { + A57161732359689E000CEC60 /* Dispatcher */ = { isa = PBXGroup; children = ( - A571B465232052D4003BC0AA /* Dispatcher.c */, + A57161742359689E000CEC60 /* Dispatcher.c */, ); path = Dispatcher; sourceTree = ""; }; - A571B466232052D4003BC0AA /* FwVol */ = { + A57161752359689E000CEC60 /* FwVol */ = { isa = PBXGroup; children = ( - A571B467232052D4003BC0AA /* FwVol.h */, - A571B468232052D4003BC0AA /* FwVol.c */, + A57161762359689E000CEC60 /* FwVol.h */, + A57161772359689E000CEC60 /* FwVol.c */, ); path = FwVol; sourceTree = ""; }; - A571B469232052D4003BC0AA /* Dependency */ = { + A57161782359689E000CEC60 /* Dependency */ = { isa = PBXGroup; children = ( - A571B46A232052D4003BC0AA /* Dependency.h */, - A571B46B232052D4003BC0AA /* Dependency.c */, + A57161792359689E000CEC60 /* Dependency.h */, + A571617A2359689E000CEC60 /* Dependency.c */, ); path = Dependency; sourceTree = ""; }; - A571B46C232052D4003BC0AA /* Image */ = { + A571617B2359689E000CEC60 /* Image */ = { isa = PBXGroup; children = ( - A571B46D232052D4003BC0AA /* Image.c */, + A571617C2359689E000CEC60 /* Image.c */, ); path = Image; sourceTree = ""; }; - A571B46E232052D4003BC0AA /* PeiMain */ = { + A571617D2359689E000CEC60 /* PeiMain */ = { isa = PBXGroup; children = ( - A571B46F232052D4003BC0AA /* PeiMain.c */, + A571617E2359689E000CEC60 /* PeiMain.c */, ); path = PeiMain; sourceTree = ""; }; - A571B470232052D4003BC0AA /* StatusCode */ = { + A571617F2359689E000CEC60 /* StatusCode */ = { isa = PBXGroup; children = ( - A571B471232052D4003BC0AA /* StatusCode.c */, + A57161802359689E000CEC60 /* StatusCode.c */, ); path = StatusCode; sourceTree = ""; }; - A571B472232052D4003BC0AA /* BootMode */ = { + A57161812359689E000CEC60 /* BootMode */ = { isa = PBXGroup; children = ( - A571B473232052D4003BC0AA /* BootMode.c */, + A57161822359689E000CEC60 /* BootMode.c */, ); path = BootMode; sourceTree = ""; }; - A571B474232052D4003BC0AA /* CpuIo */ = { + A57161832359689E000CEC60 /* CpuIo */ = { isa = PBXGroup; children = ( - A571B475232052D4003BC0AA /* CpuIo.c */, + A57161842359689E000CEC60 /* CpuIo.c */, ); path = CpuIo; sourceTree = ""; }; - A571B476232052D4003BC0AA /* Ppi */ = { + A57161852359689E000CEC60 /* Ppi */ = { isa = PBXGroup; children = ( - A571B477232052D4003BC0AA /* Ppi.c */, + A57161862359689E000CEC60 /* Ppi.c */, ); path = Ppi; sourceTree = ""; }; - A571B47B232052D4003BC0AA /* DxeIplPeim */ = { + A571618A2359689E000CEC60 /* 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 */, + A571618B2359689E000CEC60 /* DxeIpl.uni */, + A571618C2359689E000CEC60 /* Ebc */, + A571618E2359689E000CEC60 /* DxeLoad.c */, + A571618F2359689E000CEC60 /* DxeIpl.inf */, + A57161902359689E000CEC60 /* X64 */, + A57161942359689E000CEC60 /* DxeIpl.h */, + A57161952359689E000CEC60 /* Ia32 */, + A57161982359689E000CEC60 /* Arm */, + A571619A2359689E000CEC60 /* DxeIplExtra.uni */, ); path = DxeIplPeim; sourceTree = ""; }; - A571B47D232052D4003BC0AA /* Ebc */ = { + A571618C2359689E000CEC60 /* Ebc */ = { isa = PBXGroup; children = ( - A571B47E232052D4003BC0AA /* DxeLoadFunc.c */, + A571618D2359689E000CEC60 /* DxeLoadFunc.c */, ); path = Ebc; sourceTree = ""; }; - A571B481232052D4003BC0AA /* X64 */ = { + A57161902359689E000CEC60 /* X64 */ = { isa = PBXGroup; children = ( - A571B482232052D4003BC0AA /* VirtualMemory.c */, - A571B483232052D4003BC0AA /* VirtualMemory.h */, - A571B484232052D4003BC0AA /* DxeLoadFunc.c */, + A57161912359689E000CEC60 /* VirtualMemory.c */, + A57161922359689E000CEC60 /* VirtualMemory.h */, + A57161932359689E000CEC60 /* DxeLoadFunc.c */, ); path = X64; sourceTree = ""; }; - A571B486232052D4003BC0AA /* Ia32 */ = { + A57161952359689E000CEC60 /* Ia32 */ = { isa = PBXGroup; children = ( - A571B487232052D4003BC0AA /* IdtVectorAsm.nasm */, - A571B488232052D4003BC0AA /* DxeLoadFunc.c */, + A57161962359689E000CEC60 /* IdtVectorAsm.nasm */, + A57161972359689E000CEC60 /* DxeLoadFunc.c */, ); path = Ia32; sourceTree = ""; }; - A571B489232052D4003BC0AA /* Arm */ = { + A57161982359689E000CEC60 /* Arm */ = { isa = PBXGroup; children = ( - A571B48A232052D4003BC0AA /* DxeLoadFunc.c */, + A57161992359689E000CEC60 /* DxeLoadFunc.c */, ); path = Arm; sourceTree = ""; }; - A571B48C232052D4003BC0AA /* Universal */ = { + A571619B2359689E000CEC60 /* 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 */, + A571619C2359689E000CEC60 /* DebugPortDxe */, + A57161A32359689E000CEC60 /* EsrtFmpDxe */, + A57161A92359689E000CEC60 /* DebugSupportDxe */, + A57161B82359689E000CEC60 /* Acpi */, + A57161F92359689E000CEC60 /* EbcDxe */, + A57162322359689E000CEC60 /* EsrtDxe */, + A57162392359689E000CEC60 /* SmbiosDxe */, + A571623F2359689E000CEC60 /* SectionExtractionDxe */, + A57162442359689E000CEC60 /* RegularExpressionDxe */, + A571626F2359689E000CEC60 /* Variable */, + A57162912359689E000CEC60 /* DisplayEngineDxe */, + A571629B2359689E000CEC60 /* CapsuleOnDiskLoadPei */, + A57162A02359689E000CEC60 /* DriverHealthManagerDxe */, + A57162AA2359689E000CEC60 /* MonotonicCounterRuntimeDxe */, + A57162AF2359689E000CEC60 /* LegacyRegion2Dxe */, + A57162B52359689E000CEC60 /* WatchdogTimerDxe */, + A57162BB2359689E000CEC60 /* FaultTolerantWriteDxe */, + A57162D12359689E000CEC60 /* DevicePathDxe */, + A57162D62359689E000CEC60 /* DriverSampleDxe */, + A57162E12359689E000CEC60 /* SmbiosMeasurementDxe */, + A57162E62359689E000CEC60 /* HiiResourcesSampleDxe */, + A57162ED2359689E000CEC60 /* PlatformDriOverrideDxe */, + A57162F72359689E000CEC60 /* LoadFileOnFv2 */, + A57162FC2359689E000CEC60 /* BootManagerPolicyDxe */, + A57163012359689E000CEC60 /* PCD */, + A57163102359689E000CEC60 /* SectionExtractionPei */, + A57163152359689E000CEC60 /* StatusCodeHandler */, + A571632E2359689E000CEC60 /* DebugServicePei */, + A57163332359689E000CEC60 /* TimestampDxe */, + A57163382359689E000CEC60 /* ResetSystemPei */, + A571633E2359689E000CEC60 /* FvSimpleFileSystemDxe */, + A57163462359689E000CEC60 /* SecurityStubDxe */, + A571634D2359689E000CEC60 /* Disk */, + A57163822359689F000CEC60 /* MemoryTest */, + A571638F2359689F000CEC60 /* HiiDatabaseDxe */, + A571639C2359689F000CEC60 /* PcatSingleSegmentPciCfg2Pei */, + A57163A12359689F000CEC60 /* FaultTolerantWritePei */, + A57163A62359689F000CEC60 /* BdsDxe */, + A57163B02359689F000CEC60 /* SmmCommunicationBufferDxe */, + A57163B52359689F000CEC60 /* CapsulePei */, + A57163C42359689F000CEC60 /* ResetSystemRuntimeDxe */, + A57163CA2359689F000CEC60 /* PrintDxe */, + A57163CF2359689F000CEC60 /* SerialDxe */, + A57163D42359689F000CEC60 /* LockBox */, + A57163DA2359689F000CEC60 /* FileExplorerDxe */, + A57163DF2359689F000CEC60 /* ReportStatusCodeRouter */, + A57163F22359689F000CEC60 /* CapsuleRuntimeDxe */, + A57164002359689F000CEC60 /* SetupBrowserDxe */, + A571640A2359689F000CEC60 /* Console */, + A57164322359689F000CEC60 /* Metronome */, ); path = Universal; sourceTree = ""; }; - A571B48D232052D4003BC0AA /* DebugPortDxe */ = { + A571619C2359689E000CEC60 /* DebugPortDxe */ = { isa = PBXGroup; children = ( - A571B48E232052D4003BC0AA /* DebugPort.c */, - A571B48F232052D4003BC0AA /* DebugPortDxeExtra.uni */, - A571B490232052D4003BC0AA /* DebugPortDxe.inf */, - A571B491232052D4003BC0AA /* ComponentName.c */, - A571B492232052D4003BC0AA /* DebugPortDxe.uni */, - A571B493232052D4003BC0AA /* DebugPort.h */, + A571619D2359689E000CEC60 /* DebugPort.c */, + A571619E2359689E000CEC60 /* DebugPortDxeExtra.uni */, + A571619F2359689E000CEC60 /* DebugPortDxe.inf */, + A57161A02359689E000CEC60 /* ComponentName.c */, + A57161A12359689E000CEC60 /* DebugPortDxe.uni */, + A57161A22359689E000CEC60 /* DebugPort.h */, ); path = DebugPortDxe; sourceTree = ""; }; - A571B494232052D4003BC0AA /* EsrtFmpDxe */ = { + A57161A32359689E000CEC60 /* EsrtFmpDxe */ = { isa = PBXGroup; children = ( - A571B495232052D4003BC0AA /* EsrtFmpDebugPrint.c */, - A571B496232052D4003BC0AA /* EsrtFmpDxeExtra.uni */, - A571B497232052D4003BC0AA /* EsrtFmpDxe.inf */, - A571B498232052D4003BC0AA /* EsrtFmpDxe.uni */, - A571B499232052D4003BC0AA /* EsrtFmp.c */, + A57161A42359689E000CEC60 /* EsrtFmpDebugPrint.c */, + A57161A52359689E000CEC60 /* EsrtFmpDxeExtra.uni */, + A57161A62359689E000CEC60 /* EsrtFmpDxe.inf */, + A57161A72359689E000CEC60 /* EsrtFmpDxe.uni */, + A57161A82359689E000CEC60 /* EsrtFmp.c */, ); path = EsrtFmpDxe; sourceTree = ""; }; - A571B49A232052D4003BC0AA /* DebugSupportDxe */ = { + A57161A92359689E000CEC60 /* DebugSupportDxe */ = { isa = PBXGroup; children = ( - A571B49B232052D4003BC0AA /* X64 */, - A571B49F232052D4003BC0AA /* DebugSupportDxeExtra.uni */, - A571B4A0232052D4003BC0AA /* DebugSupport.c */, - A571B4A1232052D4003BC0AA /* Ia32 */, - A571B4A7232052D4003BC0AA /* DebugSupportDxe.uni */, - A571B4A8232052D4003BC0AA /* DebugSupportDxe.inf */, + A57161AA2359689E000CEC60 /* X64 */, + A57161AE2359689E000CEC60 /* DebugSupportDxeExtra.uni */, + A57161AF2359689E000CEC60 /* DebugSupport.c */, + A57161B02359689E000CEC60 /* Ia32 */, + A57161B62359689E000CEC60 /* DebugSupportDxe.uni */, + A57161B72359689E000CEC60 /* DebugSupportDxe.inf */, ); path = DebugSupportDxe; sourceTree = ""; }; - A571B49B232052D4003BC0AA /* X64 */ = { + A57161AA2359689E000CEC60 /* X64 */ = { isa = PBXGroup; children = ( - A571B49C232052D4003BC0AA /* PlDebugSupport.h */, - A571B49D232052D4003BC0AA /* PlDebugSupportX64.c */, - A571B49E232052D4003BC0AA /* AsmFuncs.nasm */, + A57161AB2359689E000CEC60 /* PlDebugSupport.h */, + A57161AC2359689E000CEC60 /* PlDebugSupportX64.c */, + A57161AD2359689E000CEC60 /* AsmFuncs.nasm */, ); path = X64; sourceTree = ""; }; - A571B4A1232052D4003BC0AA /* Ia32 */ = { + A57161B02359689E000CEC60 /* Ia32 */ = { isa = PBXGroup; children = ( - A571B4A2232052D4003BC0AA /* PlDebugSupport.h */, - A571B4A3232052D4003BC0AA /* AsmFuncs.nasm */, - A571B4A4232052D4003BC0AA /* PlDebugSupport.c */, - A571B4A5232052D4003BC0AA /* PlDebugSupportIa32.c */, - A571B4A6232052D4003BC0AA /* DebugSupport.h */, + A57161B12359689E000CEC60 /* PlDebugSupport.h */, + A57161B22359689E000CEC60 /* AsmFuncs.nasm */, + A57161B32359689E000CEC60 /* PlDebugSupport.c */, + A57161B42359689E000CEC60 /* PlDebugSupportIa32.c */, + A57161B52359689E000CEC60 /* DebugSupport.h */, ); path = Ia32; sourceTree = ""; }; - A571B4A9232052D4003BC0AA /* Acpi */ = { + A57161B82359689E000CEC60 /* Acpi */ = { isa = PBXGroup; children = ( - A571B4AA232052D4003BC0AA /* AcpiTableDxe */, - A571B4B8232052D4003BC0AA /* S3SaveStateDxe */, - A571B4BF232052D4003BC0AA /* BootGraphicsResourceTableDxe */, - A571B4C4232052D4003BC0AA /* FirmwarePerformanceDataTableSmm */, - A571B4C9232052D4003BC0AA /* FirmwarePerformanceDataTablePei */, - A571B4CE232052D4003BC0AA /* AcpiPlatformDxe */, - A571B4D3232052D4003BC0AA /* BootScriptExecutorDxe */, - A571B4DF232052D4003BC0AA /* SmmS3SaveState */, - A571B4E5232052D4003BC0AA /* FirmwarePerformanceDataTableDxe */, + A57161B92359689E000CEC60 /* AcpiTableDxe */, + A57161C72359689E000CEC60 /* S3SaveStateDxe */, + A57161CE2359689E000CEC60 /* BootGraphicsResourceTableDxe */, + A57161D32359689E000CEC60 /* FirmwarePerformanceDataTableSmm */, + A57161D82359689E000CEC60 /* FirmwarePerformanceDataTablePei */, + A57161DD2359689E000CEC60 /* AcpiPlatformDxe */, + A57161E22359689E000CEC60 /* BootScriptExecutorDxe */, + A57161EE2359689E000CEC60 /* SmmS3SaveState */, + A57161F42359689E000CEC60 /* FirmwarePerformanceDataTableDxe */, ); path = Acpi; sourceTree = ""; }; - A571B4AA232052D4003BC0AA /* AcpiTableDxe */ = { + A57161B92359689E000CEC60 /* 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 */, + A57161BA2359689E000CEC60 /* AmlNamespace.c */, + A57161BB2359689E000CEC60 /* AcpiTableDxeExtra.uni */, + A57161BC2359689E000CEC60 /* AcpiTableProtocol.c */, + A57161BD2359689E000CEC60 /* AmlOption.c */, + A57161BE2359689E000CEC60 /* AmlString.c */, + A57161BF2359689E000CEC60 /* AcpiSdt.c */, + A57161C02359689E000CEC60 /* AcpiTable.c */, + A57161C12359689E000CEC60 /* AcpiTableDxe.uni */, + A57161C22359689E000CEC60 /* AmlChild.c */, + A57161C32359689E000CEC60 /* AcpiTableDxe.inf */, + A57161C42359689E000CEC60 /* AcpiSdt.h */, + A57161C52359689E000CEC60 /* Aml.c */, + A57161C62359689E000CEC60 /* AcpiTable.h */, ); path = AcpiTableDxe; sourceTree = ""; }; - A571B4B8232052D4003BC0AA /* S3SaveStateDxe */ = { + A57161C72359689E000CEC60 /* S3SaveStateDxe */ = { isa = PBXGroup; children = ( - A571B4B9232052D4003BC0AA /* AcpiS3ContextSave.c */, - A571B4BA232052D4003BC0AA /* S3SaveStateDxeExtra.uni */, - A571B4BB232052D4003BC0AA /* S3SaveState.c */, - A571B4BC232052D4003BC0AA /* S3SaveStateDxe.uni */, - A571B4BD232052D4003BC0AA /* S3SaveStateDxe.inf */, - A571B4BE232052D4003BC0AA /* InternalS3SaveState.h */, + A57161C82359689E000CEC60 /* AcpiS3ContextSave.c */, + A57161C92359689E000CEC60 /* S3SaveStateDxeExtra.uni */, + A57161CA2359689E000CEC60 /* S3SaveState.c */, + A57161CB2359689E000CEC60 /* S3SaveStateDxe.uni */, + A57161CC2359689E000CEC60 /* S3SaveStateDxe.inf */, + A57161CD2359689E000CEC60 /* InternalS3SaveState.h */, ); path = S3SaveStateDxe; sourceTree = ""; }; - A571B4BF232052D4003BC0AA /* BootGraphicsResourceTableDxe */ = { + A57161CE2359689E000CEC60 /* BootGraphicsResourceTableDxe */ = { isa = PBXGroup; children = ( - A571B4C0232052D4003BC0AA /* BootGraphicsResourceTableDxeExtra.uni */, - A571B4C1232052D4003BC0AA /* BootGraphicsResourceTableDxe.c */, - A571B4C2232052D4003BC0AA /* BootGraphicsResourceTableDxe.inf */, - A571B4C3232052D4003BC0AA /* BootGraphicsResourceTableDxe.uni */, + A57161CF2359689E000CEC60 /* BootGraphicsResourceTableDxeExtra.uni */, + A57161D02359689E000CEC60 /* BootGraphicsResourceTableDxe.c */, + A57161D12359689E000CEC60 /* BootGraphicsResourceTableDxe.inf */, + A57161D22359689E000CEC60 /* BootGraphicsResourceTableDxe.uni */, ); path = BootGraphicsResourceTableDxe; sourceTree = ""; }; - A571B4C4232052D4003BC0AA /* FirmwarePerformanceDataTableSmm */ = { + A57161D32359689E000CEC60 /* FirmwarePerformanceDataTableSmm */ = { isa = PBXGroup; children = ( - A571B4C5232052D4003BC0AA /* FirmwarePerformanceSmm.uni */, - A571B4C6232052D4003BC0AA /* FirmwarePerformanceSmm.inf */, - A571B4C7232052D4003BC0AA /* FirmwarePerformanceSmmExtra.uni */, - A571B4C8232052D4003BC0AA /* FirmwarePerformanceSmm.c */, + A57161D42359689E000CEC60 /* FirmwarePerformanceSmm.uni */, + A57161D52359689E000CEC60 /* FirmwarePerformanceSmm.inf */, + A57161D62359689E000CEC60 /* FirmwarePerformanceSmmExtra.uni */, + A57161D72359689E000CEC60 /* FirmwarePerformanceSmm.c */, ); path = FirmwarePerformanceDataTableSmm; sourceTree = ""; }; - A571B4C9232052D4003BC0AA /* FirmwarePerformanceDataTablePei */ = { + A57161D82359689E000CEC60 /* FirmwarePerformanceDataTablePei */ = { isa = PBXGroup; children = ( - A571B4CA232052D4003BC0AA /* FirmwarePerformancePei.c */, - A571B4CB232052D4003BC0AA /* FirmwarePerformancePeiExtra.uni */, - A571B4CC232052D4003BC0AA /* FirmwarePerformancePei.inf */, - A571B4CD232052D4003BC0AA /* FirmwarePerformancePei.uni */, + A57161D92359689E000CEC60 /* FirmwarePerformancePei.c */, + A57161DA2359689E000CEC60 /* FirmwarePerformancePeiExtra.uni */, + A57161DB2359689E000CEC60 /* FirmwarePerformancePei.inf */, + A57161DC2359689E000CEC60 /* FirmwarePerformancePei.uni */, ); path = FirmwarePerformanceDataTablePei; sourceTree = ""; }; - A571B4CE232052D4003BC0AA /* AcpiPlatformDxe */ = { + A57161DD2359689E000CEC60 /* AcpiPlatformDxe */ = { isa = PBXGroup; children = ( - A571B4CF232052D4003BC0AA /* AcpiPlatform.c */, - A571B4D0232052D4003BC0AA /* AcpiPlatformDxe.inf */, - A571B4D1232052D4003BC0AA /* AcpiPlatformExtra.uni */, - A571B4D2232052D4003BC0AA /* AcpiPlatform.uni */, + A57161DE2359689E000CEC60 /* AcpiPlatform.c */, + A57161DF2359689E000CEC60 /* AcpiPlatformDxe.inf */, + A57161E02359689E000CEC60 /* AcpiPlatformExtra.uni */, + A57161E12359689E000CEC60 /* AcpiPlatform.uni */, ); path = AcpiPlatformDxe; sourceTree = ""; }; - A571B4D3232052D4003BC0AA /* BootScriptExecutorDxe */ = { + A57161E22359689E000CEC60 /* BootScriptExecutorDxe */ = { isa = PBXGroup; children = ( - A571B4D4232052D4003BC0AA /* BootScriptExecutorDxe.inf */, - A571B4D5232052D4003BC0AA /* BootScriptExecutorDxe.uni */, - A571B4D6232052D4003BC0AA /* X64 */, - A571B4D9232052D4003BC0AA /* ScriptExecute.h */, - A571B4DA232052D4003BC0AA /* BootScriptExecutorDxeExtra.uni */, - A571B4DB232052D4003BC0AA /* IA32 */, - A571B4DE232052D4003BC0AA /* ScriptExecute.c */, + A57161E32359689E000CEC60 /* BootScriptExecutorDxe.inf */, + A57161E42359689E000CEC60 /* BootScriptExecutorDxe.uni */, + A57161E52359689E000CEC60 /* X64 */, + A57161E82359689E000CEC60 /* ScriptExecute.h */, + A57161E92359689E000CEC60 /* BootScriptExecutorDxeExtra.uni */, + A57161EA2359689E000CEC60 /* IA32 */, + A57161ED2359689E000CEC60 /* ScriptExecute.c */, ); path = BootScriptExecutorDxe; sourceTree = ""; }; - A571B4D6232052D4003BC0AA /* X64 */ = { + A57161E52359689E000CEC60 /* X64 */ = { isa = PBXGroup; children = ( - A571B4D7232052D4003BC0AA /* S3Asm.nasm */, - A571B4D8232052D4003BC0AA /* SetIdtEntry.c */, + A57161E62359689E000CEC60 /* S3Asm.nasm */, + A57161E72359689E000CEC60 /* SetIdtEntry.c */, ); path = X64; sourceTree = ""; }; - A571B4DB232052D4003BC0AA /* IA32 */ = { + A57161EA2359689E000CEC60 /* IA32 */ = { isa = PBXGroup; children = ( - A571B4DC232052D4003BC0AA /* S3Asm.nasm */, - A571B4DD232052D4003BC0AA /* SetIdtEntry.c */, + A57161EB2359689E000CEC60 /* S3Asm.nasm */, + A57161EC2359689E000CEC60 /* SetIdtEntry.c */, ); path = IA32; sourceTree = ""; }; - A571B4DF232052D4003BC0AA /* SmmS3SaveState */ = { + A57161EE2359689E000CEC60 /* SmmS3SaveState */ = { isa = PBXGroup; children = ( - A571B4E0232052D4003BC0AA /* SmmS3SaveStateExtra.uni */, - A571B4E1232052D4003BC0AA /* SmmS3SaveState.inf */, - A571B4E2232052D4003BC0AA /* SmmS3SaveState.uni */, - A571B4E3232052D4003BC0AA /* InternalSmmSaveState.h */, - A571B4E4232052D4003BC0AA /* SmmS3SaveState.c */, + A57161EF2359689E000CEC60 /* SmmS3SaveStateExtra.uni */, + A57161F02359689E000CEC60 /* SmmS3SaveState.inf */, + A57161F12359689E000CEC60 /* SmmS3SaveState.uni */, + A57161F22359689E000CEC60 /* InternalSmmSaveState.h */, + A57161F32359689E000CEC60 /* SmmS3SaveState.c */, ); path = SmmS3SaveState; sourceTree = ""; }; - A571B4E5232052D4003BC0AA /* FirmwarePerformanceDataTableDxe */ = { + A57161F42359689E000CEC60 /* FirmwarePerformanceDataTableDxe */ = { isa = PBXGroup; children = ( - A571B4E6232052D4003BC0AA /* FirmwarePerformanceDxe.inf */, - A571B4E7232052D4003BC0AA /* FirmwarePerformanceDxe.uni */, - A571B4E8232052D4003BC0AA /* FirmwarePerformanceDxeExtra.uni */, - A571B4E9232052D4003BC0AA /* FirmwarePerformanceDxe.c */, + A57161F52359689E000CEC60 /* FirmwarePerformanceDxe.inf */, + A57161F62359689E000CEC60 /* FirmwarePerformanceDxe.uni */, + A57161F72359689E000CEC60 /* FirmwarePerformanceDxeExtra.uni */, + A57161F82359689E000CEC60 /* FirmwarePerformanceDxe.c */, ); path = FirmwarePerformanceDataTableDxe; sourceTree = ""; }; - A571B4EA232052D4003BC0AA /* EbcDxe */ = { + A57161F92359689E000CEC60 /* 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 */, + A57161FA2359689E000CEC60 /* EbcDxe.uni */, + A57161FB2359689E000CEC60 /* EbcInt.h */, + A57161FC2359689E000CEC60 /* EbcExecute.h */, + A57161FD2359689E000CEC60 /* EbcDxe.inf */, + A57161FE2359689E000CEC60 /* X64 */, + A57162012359689E000CEC60 /* EbcDebugger.inf */, + A57162022359689E000CEC60 /* EbcDebuggerHook.c */, + A57162032359689E000CEC60 /* EbcDebugger */, + A57162232359689E000CEC60 /* EbcDebugger.uni */, + A57162242359689E000CEC60 /* EbcDebuggerConfig.uni */, + A57162252359689E000CEC60 /* Ia32 */, + A57162282359689E000CEC60 /* EbcInt.c */, + A57162292359689E000CEC60 /* EbcDebuggerConfig.inf */, + A571622A2359689E000CEC60 /* EbcExecute.c */, + A571622B2359689E000CEC60 /* EbcDebuggerHook.h */, + A571622C2359689E000CEC60 /* AArch64 */, + A571622F2359689E000CEC60 /* EbcDebuggerConfigExtra.uni */, + A57162302359689E000CEC60 /* EbcDxeExtra.uni */, + A57162312359689E000CEC60 /* EbcDebuggerExtra.uni */, ); path = EbcDxe; sourceTree = ""; }; - A571B4EF232052D4003BC0AA /* X64 */ = { + A57161FE2359689E000CEC60 /* X64 */ = { isa = PBXGroup; children = ( - A571B4F0232052D4003BC0AA /* EbcSupport.c */, - A571B4F1232052D4003BC0AA /* EbcLowLevel.nasm */, + A57161FF2359689E000CEC60 /* EbcSupport.c */, + A57162002359689E000CEC60 /* EbcLowLevel.nasm */, ); path = X64; sourceTree = ""; }; - A571B4F4232052D4003BC0AA /* EbcDebugger */ = { + A57162032359689E000CEC60 /* 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 */, + A57162042359689E000CEC60 /* EdbCommand.h */, + A57162052359689E000CEC60 /* EdbDisasm.h */, + A57162062359689E000CEC60 /* EdbDisasmSupport.c */, + A57162072359689E000CEC60 /* EdbSymbol.c */, + A57162082359689E000CEC60 /* EdbSupport.h */, + A57162092359689E000CEC60 /* EdbCommon.h */, + A571620A2359689E000CEC60 /* EdbHook.c */, + A571620B2359689E000CEC60 /* EdbSupportUI.c */, + A571620C2359689E000CEC60 /* EdbSupportString.c */, + A571620D2359689E000CEC60 /* EdbCmdExtIo.c */, + A571620E2359689E000CEC60 /* Edb.c */, + A571620F2359689E000CEC60 /* EdbCmdMemory.c */, + A57162102359689E000CEC60 /* EbcDebuggerConfig.c */, + A57162112359689E000CEC60 /* EdbDisasmSupport.h */, + A57162122359689E000CEC60 /* EdbSymbol.h */, + A57162132359689E000CEC60 /* EdbSupportFile.c */, + A57162142359689E000CEC60 /* EdbCommand.c */, + A57162152359689E000CEC60 /* EdbCmdStep.c */, + A57162162359689E000CEC60 /* EdbDisasm.c */, + A57162172359689E000CEC60 /* EdbCmdRegister.c */, + A57162182359689E000CEC60 /* EdbHook.h */, + A57162192359689E000CEC60 /* EdbCmdGo.c */, + A571621A2359689E000CEC60 /* EdbCmdScope.c */, + A571621B2359689E000CEC60 /* EdbCmdQuit.c */, + A571621C2359689E000CEC60 /* EdbCmdHelp.c */, + A571621D2359689E000CEC60 /* EdbCmdExtPci.c */, + A571621E2359689E000CEC60 /* EdbCmdBranch.c */, + A571621F2359689E000CEC60 /* Edb.h */, + A57162202359689E000CEC60 /* EdbCmdBreak.c */, + A57162212359689E000CEC60 /* EdbCmdSymbol.c */, + A57162222359689E000CEC60 /* EdbCmdBreakpoint.c */, ); path = EbcDebugger; sourceTree = ""; }; - A571B516232052D4003BC0AA /* Ia32 */ = { + A57162252359689E000CEC60 /* Ia32 */ = { isa = PBXGroup; children = ( - A571B517232052D4003BC0AA /* EbcSupport.c */, - A571B518232052D4003BC0AA /* EbcLowLevel.nasm */, + A57162262359689E000CEC60 /* EbcSupport.c */, + A57162272359689E000CEC60 /* EbcLowLevel.nasm */, ); path = Ia32; sourceTree = ""; }; - A571B51D232052D4003BC0AA /* AArch64 */ = { + A571622C2359689E000CEC60 /* AArch64 */ = { isa = PBXGroup; children = ( - A571B51E232052D4003BC0AA /* EbcSupport.c */, - A571B51F232052D4003BC0AA /* EbcLowLevel.S */, + A571622D2359689E000CEC60 /* EbcSupport.c */, + A571622E2359689E000CEC60 /* EbcLowLevel.S */, ); path = AArch64; sourceTree = ""; }; - A571B523232052D4003BC0AA /* EsrtDxe */ = { + A57162322359689E000CEC60 /* EsrtDxe */ = { isa = PBXGroup; children = ( - A571B524232052D4003BC0AA /* EsrtDxe.c */, - A571B525232052D4003BC0AA /* EsrtImpl.c */, - A571B526232052D4003BC0AA /* EsrtDxe.uni */, - A571B527232052D4003BC0AA /* EsrtImpl.h */, - A571B528232052D4003BC0AA /* EsrtDxe.inf */, - A571B529232052D4003BC0AA /* EsrtDxeExtra.uni */, + A57162332359689E000CEC60 /* EsrtDxe.c */, + A57162342359689E000CEC60 /* EsrtImpl.c */, + A57162352359689E000CEC60 /* EsrtDxe.uni */, + A57162362359689E000CEC60 /* EsrtImpl.h */, + A57162372359689E000CEC60 /* EsrtDxe.inf */, + A57162382359689E000CEC60 /* EsrtDxeExtra.uni */, ); path = EsrtDxe; sourceTree = ""; }; - A571B52A232052D4003BC0AA /* SmbiosDxe */ = { + A57162392359689E000CEC60 /* SmbiosDxe */ = { isa = PBXGroup; children = ( - A571B52B232052D4003BC0AA /* SmbiosDxe.h */, - A571B52C232052D4003BC0AA /* SmbiosDxe.c */, - A571B52D232052D4003BC0AA /* SmbiosDxe.inf */, - A571B52E232052D4003BC0AA /* SmbiosDxe.uni */, - A571B52F232052D4003BC0AA /* SmbiosDxeExtra.uni */, + A571623A2359689E000CEC60 /* SmbiosDxe.h */, + A571623B2359689E000CEC60 /* SmbiosDxe.c */, + A571623C2359689E000CEC60 /* SmbiosDxe.inf */, + A571623D2359689E000CEC60 /* SmbiosDxe.uni */, + A571623E2359689E000CEC60 /* SmbiosDxeExtra.uni */, ); path = SmbiosDxe; sourceTree = ""; }; - A571B530232052D4003BC0AA /* SectionExtractionDxe */ = { + A571623F2359689E000CEC60 /* SectionExtractionDxe */ = { isa = PBXGroup; children = ( - A571B531232052D4003BC0AA /* SectionExtractionDxe.uni */, - A571B532232052D4003BC0AA /* SectionExtractionDxe.inf */, - A571B533232052D4003BC0AA /* SectionExtractionDxe.c */, - A571B534232052D4003BC0AA /* SectionExtractionDxeExtra.uni */, + A57162402359689E000CEC60 /* SectionExtractionDxe.uni */, + A57162412359689E000CEC60 /* SectionExtractionDxe.inf */, + A57162422359689E000CEC60 /* SectionExtractionDxe.c */, + A57162432359689E000CEC60 /* SectionExtractionDxeExtra.uni */, ); path = SectionExtractionDxe; sourceTree = ""; }; - A571B535232052D4003BC0AA /* RegularExpressionDxe */ = { + A57162442359689E000CEC60 /* RegularExpressionDxe */ = { isa = PBXGroup; children = ( - A571B536232052D4003BC0AA /* RegularExpressionDxe.inf */, - A571B537232052D4003BC0AA /* RegularExpressionDxe.h */, - A571B538232052D4003BC0AA /* Oniguruma */, - A571B55F232052D4003BC0AA /* RegularExpressionDxe.c */, + A57162452359689E000CEC60 /* RegularExpressionDxe.inf */, + A57162462359689E000CEC60 /* RegularExpressionDxe.h */, + A57162472359689E000CEC60 /* Oniguruma */, + A571626E2359689E000CEC60 /* RegularExpressionDxe.c */, ); path = RegularExpressionDxe; sourceTree = ""; }; - A571B538232052D4003BC0AA /* Oniguruma */ = { + A57162472359689E000CEC60 /* 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 */, + A57162482359689E000CEC60 /* unicode_property_data_posix.c */, + A57162492359689E000CEC60 /* unicode.c */, + A571624A2359689E000CEC60 /* st.h */, + A571624B2359689E000CEC60 /* ascii.c */, + A571624C2359689E000CEC60 /* unicode_fold2_key.c */, + A571624D2359689E000CEC60 /* regparse.h */, + A571624E2359689E000CEC60 /* AUTHORS */, + A571624F2359689E000CEC60 /* unicode_fold3_key.c */, + A57162502359689E000CEC60 /* regposix.c */, + A57162512359689E000CEC60 /* unicode_fold1_key.c */, + A57162522359689E000CEC60 /* unicode_wb_data.c */, + A57162532359689E000CEC60 /* regexec.c */, + A57162542359689E000CEC60 /* regint.h */, + A57162552359689E000CEC60 /* regenc.h */, + A57162562359689E000CEC60 /* regcomp.c */, + A57162572359689E000CEC60 /* unicode_egcb_data.c */, + A57162582359689E000CEC60 /* regtrav.c */, + A57162592359689E000CEC60 /* regsyntax.c */, + A571625A2359689E000CEC60 /* OnigurumaIntrinsics.c */, + A571625B2359689E000CEC60 /* regversion.c */, + A571625C2359689E000CEC60 /* OnigurumaUefiPort.c */, + A571625D2359689E000CEC60 /* unicode_property_data.c */, + A571625E2359689E000CEC60 /* README */, + A571625F2359689E000CEC60 /* st.c */, + A57162602359689E000CEC60 /* oniggnu.h */, + A57162612359689E000CEC60 /* onigposix.h */, + A57162622359689E000CEC60 /* COPYING */, + A57162632359689E000CEC60 /* utf16_le.c */, + A57162642359689E000CEC60 /* oniguruma.h */, + A57162652359689E000CEC60 /* regposerr.c */, + A57162662359689E000CEC60 /* regparse.c */, + A57162672359689E000CEC60 /* onig_init.c */, + A57162682359689E000CEC60 /* regenc.c */, + A57162692359689E000CEC60 /* regerror.c */, + A571626A2359689E000CEC60 /* OnigurumaUefiPort.h */, + A571626B2359689E000CEC60 /* unicode_unfold_key.c */, + A571626C2359689E000CEC60 /* reggnu.c */, + A571626D2359689E000CEC60 /* unicode_fold_data.c */, ); path = Oniguruma; sourceTree = ""; }; - A571B560232052D4003BC0AA /* Variable */ = { + A571626F2359689E000CEC60 /* Variable */ = { isa = PBXGroup; children = ( - A571B561232052D4003BC0AA /* RuntimeDxe */, - A571B57C232052D4003BC0AA /* Pei */, + A57162702359689E000CEC60 /* RuntimeDxe */, + A571628B2359689E000CEC60 /* Pei */, ); path = Variable; sourceTree = ""; }; - A571B561232052D4003BC0AA /* RuntimeDxe */ = { + A57162702359689E000CEC60 /* 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 */, + A57162712359689E000CEC60 /* Measurement.c */, + A57162722359689E000CEC60 /* SpeculationBarrierDxe.c */, + A57162732359689E000CEC60 /* VariableStandaloneMm.inf */, + A57162742359689E000CEC60 /* VariableSmm.uni */, + A57162752359689E000CEC60 /* VariableSmmRuntimeDxeExtra.uni */, + A57162762359689E000CEC60 /* SpeculationBarrierSmm.c */, + A57162772359689E000CEC60 /* VariableSmm.inf */, + A57162782359689E000CEC60 /* VariableTraditionalMm.c */, + A57162792359689E000CEC60 /* PrivilegePolymorphic.h */, + A571627A2359689E000CEC60 /* VariableExLib.c */, + A571627B2359689E000CEC60 /* Variable.h */, + A571627C2359689E000CEC60 /* VariableSmmRuntimeDxe.c */, + A571627D2359689E000CEC60 /* VariableSmmRuntimeDxe.inf */, + A571627E2359689E000CEC60 /* VariableStandaloneMm.c */, + A571627F2359689E000CEC60 /* VariableSmmExtra.uni */, + A57162802359689E000CEC60 /* VariableSmm.c */, + A57162812359689E000CEC60 /* TcgMorLockSmm.c */, + A57162822359689E000CEC60 /* Reclaim.c */, + A57162832359689E000CEC60 /* VariableDxe.c */, + A57162842359689E000CEC60 /* VariableSmmRuntimeDxe.uni */, + A57162852359689E000CEC60 /* TcgMorLockDxe.c */, + A57162862359689E000CEC60 /* VarCheck.c */, + A57162872359689E000CEC60 /* VariableRuntimeDxe.inf */, + A57162882359689E000CEC60 /* VariableRuntimeDxeExtra.uni */, + A57162892359689E000CEC60 /* VariableRuntimeDxe.uni */, + A571628A2359689E000CEC60 /* Variable.c */, ); path = RuntimeDxe; sourceTree = ""; }; - A571B57C232052D4003BC0AA /* Pei */ = { + A571628B2359689E000CEC60 /* Pei */ = { isa = PBXGroup; children = ( - A571B57D232052D4003BC0AA /* PeiVariableExtra.uni */, - A571B57E232052D4003BC0AA /* PeiVariable.uni */, - A571B57F232052D4003BC0AA /* Variable.h */, - A571B580232052D4003BC0AA /* VariablePei.inf */, - A571B581232052D4003BC0AA /* Variable.c */, + A571628C2359689E000CEC60 /* PeiVariableExtra.uni */, + A571628D2359689E000CEC60 /* PeiVariable.uni */, + A571628E2359689E000CEC60 /* Variable.h */, + A571628F2359689E000CEC60 /* VariablePei.inf */, + A57162902359689E000CEC60 /* Variable.c */, ); path = Pei; sourceTree = ""; }; - A571B582232052D4003BC0AA /* DisplayEngineDxe */ = { + A57162912359689E000CEC60 /* 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 */, + A57162922359689E000CEC60 /* InputHandler.c */, + A57162932359689E000CEC60 /* FormDisplay.c */, + A57162942359689E000CEC60 /* DisplayEngine.uni */, + A57162952359689E000CEC60 /* FormDisplayStr.uni */, + A57162962359689E000CEC60 /* FormDisplay.h */, + A57162972359689E000CEC60 /* Popup.c */, + A57162982359689E000CEC60 /* ProcessOptions.c */, + A57162992359689E000CEC60 /* DisplayEngineDxe.inf */, + A571629A2359689E000CEC60 /* DisplayEngineExtra.uni */, ); path = DisplayEngineDxe; sourceTree = ""; }; - A571B58C232052D4003BC0AA /* CapsuleOnDiskLoadPei */ = { + A571629B2359689E000CEC60 /* CapsuleOnDiskLoadPei */ = { isa = PBXGroup; children = ( - A571B58D232052D4003BC0AA /* CapsuleOnDiskLoadPeiExtra.uni */, - A571B58E232052D4003BC0AA /* CapsuleOnDiskLoadPei.c */, - A571B58F232052D4003BC0AA /* CapsuleOnDiskLoadPei.inf */, - A571B590232052D4003BC0AA /* CapsuleOnDiskLoadPei.uni */, + A571629C2359689E000CEC60 /* CapsuleOnDiskLoadPeiExtra.uni */, + A571629D2359689E000CEC60 /* CapsuleOnDiskLoadPei.c */, + A571629E2359689E000CEC60 /* CapsuleOnDiskLoadPei.inf */, + A571629F2359689E000CEC60 /* CapsuleOnDiskLoadPei.uni */, ); path = CapsuleOnDiskLoadPei; sourceTree = ""; }; - A571B591232052D4003BC0AA /* DriverHealthManagerDxe */ = { + A57162A02359689E000CEC60 /* 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 */, + A57162A12359689E000CEC60 /* DriverHealthManagerDxeExtra.uni */, + A57162A22359689E000CEC60 /* DriverHealthManagerDxe.h */, + A57162A32359689E000CEC60 /* DriverHealthManagerVfr.h */, + A57162A42359689E000CEC60 /* DriverHealthManagerStrings.uni */, + A57162A52359689E000CEC60 /* DriverHealthManagerVfr.Vfr */, + A57162A62359689E000CEC60 /* DriverHealthManagerDxe.uni */, + A57162A72359689E000CEC60 /* DriverHealthConfigureVfr.Vfr */, + A57162A82359689E000CEC60 /* DriverHealthManagerDxe.c */, + A57162A92359689E000CEC60 /* DriverHealthManagerDxe.inf */, ); path = DriverHealthManagerDxe; sourceTree = ""; }; - A571B59B232052D4003BC0AA /* MonotonicCounterRuntimeDxe */ = { + A57162AA2359689E000CEC60 /* MonotonicCounterRuntimeDxe */ = { isa = PBXGroup; children = ( - A571B59C232052D4003BC0AA /* MonotonicCounterRuntimeDxeExtra.uni */, - A571B59D232052D4003BC0AA /* MonotonicCounterRuntimeDxe.inf */, - A571B59E232052D4003BC0AA /* MonotonicCounter.c */, - A571B59F232052D4003BC0AA /* MonotonicCounterRuntimeDxe.uni */, + A57162AB2359689E000CEC60 /* MonotonicCounterRuntimeDxeExtra.uni */, + A57162AC2359689E000CEC60 /* MonotonicCounterRuntimeDxe.inf */, + A57162AD2359689E000CEC60 /* MonotonicCounter.c */, + A57162AE2359689E000CEC60 /* MonotonicCounterRuntimeDxe.uni */, ); path = MonotonicCounterRuntimeDxe; sourceTree = ""; }; - A571B5A0232052D4003BC0AA /* LegacyRegion2Dxe */ = { + A57162AF2359689E000CEC60 /* LegacyRegion2Dxe */ = { isa = PBXGroup; children = ( - A571B5A1232052D4003BC0AA /* LegacyRegion2Dxe.uni */, - A571B5A2232052D4003BC0AA /* LegacyRegion2.c */, - A571B5A3232052D4003BC0AA /* LegacyRegion2Dxe.inf */, - A571B5A4232052D4003BC0AA /* LegacyRegion2.h */, - A571B5A5232052D4003BC0AA /* LegacyRegion2DxeExtra.uni */, + A57162B02359689E000CEC60 /* LegacyRegion2Dxe.uni */, + A57162B12359689E000CEC60 /* LegacyRegion2.c */, + A57162B22359689E000CEC60 /* LegacyRegion2Dxe.inf */, + A57162B32359689E000CEC60 /* LegacyRegion2.h */, + A57162B42359689E000CEC60 /* LegacyRegion2DxeExtra.uni */, ); path = LegacyRegion2Dxe; sourceTree = ""; }; - A571B5A6232052D4003BC0AA /* WatchdogTimerDxe */ = { + A57162B52359689E000CEC60 /* WatchdogTimerDxe */ = { isa = PBXGroup; children = ( - A571B5A7232052D4003BC0AA /* WatchdogTimer.inf */, - A571B5A8232052D4003BC0AA /* WatchdogTimer.uni */, - A571B5A9232052D4003BC0AA /* WatchdogTimer.c */, - A571B5AA232052D4003BC0AA /* WatchdogTimerExtra.uni */, - A571B5AB232052D4003BC0AA /* WatchdogTimer.h */, + A57162B62359689E000CEC60 /* WatchdogTimer.inf */, + A57162B72359689E000CEC60 /* WatchdogTimer.uni */, + A57162B82359689E000CEC60 /* WatchdogTimer.c */, + A57162B92359689E000CEC60 /* WatchdogTimerExtra.uni */, + A57162BA2359689E000CEC60 /* WatchdogTimer.h */, ); path = WatchdogTimerDxe; sourceTree = ""; }; - A571B5AC232052D4003BC0AA /* FaultTolerantWriteDxe */ = { + A57162BB2359689E000CEC60 /* 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 */, + A57162BC2359689E000CEC60 /* FaultTolerantWriteSmmDxeExtra.uni */, + A57162BD2359689E000CEC60 /* FaultTolerantWriteSmmCommon.h */, + A57162BE2359689E000CEC60 /* FaultTolerantWriteSmmDxe.h */, + A57162BF2359689E000CEC60 /* FaultTolerantWriteStandaloneMm.inf */, + A57162C02359689E000CEC60 /* SmmFaultTolerantWriteDxeExtra.uni */, + A57162C12359689E000CEC60 /* FaultTolerantWrite.c */, + A57162C22359689E000CEC60 /* FaultTolerantWriteDxe.inf */, + A57162C32359689E000CEC60 /* FaultTolerantWriteStandaloneMm.c */, + A57162C42359689E000CEC60 /* FaultTolerantWriteSmmDxe.c */, + A57162C52359689E000CEC60 /* FaultTolerantWriteDxeExtra.uni */, + A57162C62359689E000CEC60 /* FaultTolerantWriteDxe.uni */, + A57162C72359689E000CEC60 /* FaultTolerantWriteSmm.inf */, + A57162C82359689E000CEC60 /* FaultTolerantWriteTraditionalMm.c */, + A57162C92359689E000CEC60 /* FaultTolerantWriteDxe.c */, + A57162CA2359689E000CEC60 /* FaultTolerantWriteSmmDxe.uni */, + A57162CB2359689E000CEC60 /* FaultTolerantWriteSmm.c */, + A57162CC2359689E000CEC60 /* FtwMisc.c */, + A57162CD2359689E000CEC60 /* SmmFaultTolerantWriteDxe.uni */, + A57162CE2359689E000CEC60 /* UpdateWorkingBlock.c */, + A57162CF2359689E000CEC60 /* FaultTolerantWriteSmmDxe.inf */, + A57162D02359689E000CEC60 /* FaultTolerantWrite.h */, ); path = FaultTolerantWriteDxe; sourceTree = ""; }; - A571B5C2232052D4003BC0AA /* DevicePathDxe */ = { + A57162D12359689E000CEC60 /* DevicePathDxe */ = { isa = PBXGroup; children = ( - A571B5C3232052D4003BC0AA /* DevicePath.c */, - A571B5C4232052D4003BC0AA /* DevicePathDxe.inf */, - A571B5C5232052D4003BC0AA /* DevicePathDxeExtra.uni */, - A571B5C6232052D4003BC0AA /* DevicePathDxe.uni */, + A57162D22359689E000CEC60 /* DevicePath.c */, + A57162D32359689E000CEC60 /* DevicePathDxe.inf */, + A57162D42359689E000CEC60 /* DevicePathDxeExtra.uni */, + A57162D52359689E000CEC60 /* DevicePathDxe.uni */, ); path = DevicePathDxe; sourceTree = ""; }; - A571B5C7232052D4003BC0AA /* DriverSampleDxe */ = { + A57162D62359689E000CEC60 /* 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 */, + A57162D72359689E000CEC60 /* NVDataStruc.h */, + A57162D82359689E000CEC60 /* DriverSample.c */, + A57162D92359689E000CEC60 /* DriverSampleDxe.inf */, + A57162DA2359689E000CEC60 /* Inventory.vfr */, + A57162DB2359689E000CEC60 /* Vfr.vfr */, + A57162DC2359689E000CEC60 /* DriverSample.uni */, + A57162DD2359689E000CEC60 /* InventoryStrings.uni */, + A57162DE2359689E000CEC60 /* DriverSampleExtra.uni */, + A57162DF2359689E000CEC60 /* DriverSample.h */, + A57162E02359689E000CEC60 /* VfrStrings.uni */, ); path = DriverSampleDxe; sourceTree = ""; }; - A571B5D2232052D4003BC0AA /* SmbiosMeasurementDxe */ = { + A57162E12359689E000CEC60 /* SmbiosMeasurementDxe */ = { isa = PBXGroup; children = ( - A571B5D3232052D4003BC0AA /* SmbiosMeasurementDxeExtra.uni */, - A571B5D4232052D4003BC0AA /* SmbiosMeasurementDxe.c */, - A571B5D5232052D4003BC0AA /* SmbiosMeasurementDxe.inf */, - A571B5D6232052D4003BC0AA /* SmbiosMeasurementDxe.uni */, + A57162E22359689E000CEC60 /* SmbiosMeasurementDxeExtra.uni */, + A57162E32359689E000CEC60 /* SmbiosMeasurementDxe.c */, + A57162E42359689E000CEC60 /* SmbiosMeasurementDxe.inf */, + A57162E52359689E000CEC60 /* SmbiosMeasurementDxe.uni */, ); path = SmbiosMeasurementDxe; sourceTree = ""; }; - A571B5D7232052D4003BC0AA /* HiiResourcesSampleDxe */ = { + A57162E62359689E000CEC60 /* HiiResourcesSampleDxe */ = { isa = PBXGroup; children = ( - A571B5D8232052D4003BC0AA /* HiiResourcesSample.c */, - A571B5D9232052D4003BC0AA /* HiiResourcesSample.uni */, - A571B5DA232052D4003BC0AA /* HiiResourcesSampleDxe.inf */, - A571B5DB232052D4003BC0AA /* HiiResourcesSampleExtra.uni */, - A571B5DC232052D4003BC0AA /* SampleStrings.uni */, - A571B5DD232052D4003BC0AA /* Sample.vfr */, + A57162E72359689E000CEC60 /* HiiResourcesSample.c */, + A57162E82359689E000CEC60 /* HiiResourcesSample.uni */, + A57162E92359689E000CEC60 /* HiiResourcesSampleDxe.inf */, + A57162EA2359689E000CEC60 /* HiiResourcesSampleExtra.uni */, + A57162EB2359689E000CEC60 /* SampleStrings.uni */, + A57162EC2359689E000CEC60 /* Sample.vfr */, ); path = HiiResourcesSampleDxe; sourceTree = ""; }; - A571B5DE232052D4003BC0AA /* PlatformDriOverrideDxe */ = { + A57162ED2359689E000CEC60 /* 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 */, + A57162EE2359689E000CEC60 /* InternalPlatDriOverrideDxe.h */, + A57162EF2359689E000CEC60 /* Vfr.vfr */, + A57162F02359689E000CEC60 /* PlatOverMngr.h */, + A57162F12359689E000CEC60 /* PlatformDriOverrideDxe.inf */, + A57162F22359689E000CEC60 /* PlatDriOverrideLib.c */, + A57162F32359689E000CEC60 /* PlatDriOverrideDxe.uni */, + A57162F42359689E000CEC60 /* PlatDriOverrideDxeExtra.uni */, + A57162F52359689E000CEC60 /* PlatDriOverrideDxe.c */, + A57162F62359689E000CEC60 /* VfrStrings.uni */, ); path = PlatformDriOverrideDxe; sourceTree = ""; }; - A571B5E8232052D4003BC0AA /* LoadFileOnFv2 */ = { + A57162F72359689E000CEC60 /* LoadFileOnFv2 */ = { isa = PBXGroup; children = ( - A571B5E9232052D4003BC0AA /* LoadFileOnFv2.c */, - A571B5EA232052D4003BC0AA /* LoadFileOnFv2.inf */, - A571B5EB232052D4003BC0AA /* LoadFileOnFv2.uni */, - A571B5EC232052D4003BC0AA /* LoadFileOnFv2Extra.uni */, + A57162F82359689E000CEC60 /* LoadFileOnFv2.c */, + A57162F92359689E000CEC60 /* LoadFileOnFv2.inf */, + A57162FA2359689E000CEC60 /* LoadFileOnFv2.uni */, + A57162FB2359689E000CEC60 /* LoadFileOnFv2Extra.uni */, ); path = LoadFileOnFv2; sourceTree = ""; }; - A571B5ED232052D4003BC0AA /* BootManagerPolicyDxe */ = { + A57162FC2359689E000CEC60 /* BootManagerPolicyDxe */ = { isa = PBXGroup; children = ( - A571B5EE232052D4003BC0AA /* BootManagerPolicyDxe.uni */, - A571B5EF232052D4003BC0AA /* BootManagerPolicyDxe.inf */, - A571B5F0232052D4003BC0AA /* BootManagerPolicyDxeExtra.uni */, - A571B5F1232052D4003BC0AA /* BootManagerPolicyDxe.c */, + A57162FD2359689E000CEC60 /* BootManagerPolicyDxe.uni */, + A57162FE2359689E000CEC60 /* BootManagerPolicyDxe.inf */, + A57162FF2359689E000CEC60 /* BootManagerPolicyDxeExtra.uni */, + A57163002359689E000CEC60 /* BootManagerPolicyDxe.c */, ); path = BootManagerPolicyDxe; sourceTree = ""; }; - A571B5F2232052D4003BC0AA /* PCD */ = { + A57163012359689E000CEC60 /* PCD */ = { isa = PBXGroup; children = ( - A571B5F3232052D4003BC0AA /* Dxe */, - A571B5FA232052D4003BC0AA /* Pei */, + A57163022359689E000CEC60 /* Dxe */, + A57163092359689E000CEC60 /* Pei */, ); path = PCD; sourceTree = ""; }; - A571B5F3232052D4003BC0AA /* Dxe */ = { + A57163022359689E000CEC60 /* Dxe */ = { isa = PBXGroup; children = ( - A571B5F4232052D4003BC0AA /* Pcd.c */, - A571B5F5232052D4003BC0AA /* PcdDxeExtra.uni */, - A571B5F6232052D4003BC0AA /* Service.h */, - A571B5F7232052D4003BC0AA /* Pcd.inf */, - A571B5F8232052D4003BC0AA /* Service.c */, - A571B5F9232052D4003BC0AA /* PcdDxe.uni */, + A57163032359689E000CEC60 /* Pcd.c */, + A57163042359689E000CEC60 /* PcdDxeExtra.uni */, + A57163052359689E000CEC60 /* Service.h */, + A57163062359689E000CEC60 /* Pcd.inf */, + A57163072359689E000CEC60 /* Service.c */, + A57163082359689E000CEC60 /* PcdDxe.uni */, ); path = Dxe; sourceTree = ""; }; - A571B5FA232052D4003BC0AA /* Pei */ = { + A57163092359689E000CEC60 /* Pei */ = { isa = PBXGroup; children = ( - A571B5FB232052D4003BC0AA /* Pcd.c */, - A571B5FC232052D4003BC0AA /* Service.h */, - A571B5FD232052D4003BC0AA /* Pcd.inf */, - A571B5FE232052D4003BC0AA /* PcdPeim.uni */, - A571B5FF232052D4003BC0AA /* PcdPeimExtra.uni */, - A571B600232052D4003BC0AA /* Service.c */, + A571630A2359689E000CEC60 /* Pcd.c */, + A571630B2359689E000CEC60 /* Service.h */, + A571630C2359689E000CEC60 /* Pcd.inf */, + A571630D2359689E000CEC60 /* PcdPeim.uni */, + A571630E2359689E000CEC60 /* PcdPeimExtra.uni */, + A571630F2359689E000CEC60 /* Service.c */, ); path = Pei; sourceTree = ""; }; - A571B601232052D4003BC0AA /* SectionExtractionPei */ = { + A57163102359689E000CEC60 /* SectionExtractionPei */ = { isa = PBXGroup; children = ( - A571B602232052D4003BC0AA /* SectionExtractionPei.c */, - A571B603232052D4003BC0AA /* SectionExtractionPeiExtra.uni */, - A571B604232052D4003BC0AA /* SectionExtractionPei.uni */, - A571B605232052D4003BC0AA /* SectionExtractionPei.inf */, + A57163112359689E000CEC60 /* SectionExtractionPei.c */, + A57163122359689E000CEC60 /* SectionExtractionPeiExtra.uni */, + A57163132359689E000CEC60 /* SectionExtractionPei.uni */, + A57163142359689E000CEC60 /* SectionExtractionPei.inf */, ); path = SectionExtractionPei; sourceTree = ""; }; - A571B606232052D4003BC0AA /* StatusCodeHandler */ = { + A57163152359689E000CEC60 /* StatusCodeHandler */ = { isa = PBXGroup; children = ( - A571B607232052D4003BC0AA /* RuntimeDxe */, - A571B60F232052D4003BC0AA /* Pei */, - A571B617232052D4003BC0AA /* Smm */, + A57163162359689E000CEC60 /* RuntimeDxe */, + A571631E2359689E000CEC60 /* Pei */, + A57163262359689E000CEC60 /* Smm */, ); path = StatusCodeHandler; sourceTree = ""; }; - A571B607232052D4003BC0AA /* RuntimeDxe */ = { + A57163162359689E000CEC60 /* 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 */, + A57163172359689E000CEC60 /* StatusCodeHandlerRuntimeDxe.c */, + A57163182359689E000CEC60 /* MemoryStatusCodeWorker.c */, + A57163192359689E000CEC60 /* StatusCodeHandlerRuntimeDxeExtra.uni */, + A571631A2359689E000CEC60 /* StatusCodeHandlerRuntimeDxe.uni */, + A571631B2359689E000CEC60 /* StatusCodeHandlerRuntimeDxe.inf */, + A571631C2359689E000CEC60 /* StatusCodeHandlerRuntimeDxe.h */, + A571631D2359689E000CEC60 /* SerialStatusCodeWorker.c */, ); path = RuntimeDxe; sourceTree = ""; }; - A571B60F232052D4003BC0AA /* Pei */ = { + A571631E2359689E000CEC60 /* 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 */, + A571631F2359689E000CEC60 /* StatusCodeHandlerPei.uni */, + A57163202359689E000CEC60 /* StatusCodeHandlerPeiExtra.uni */, + A57163212359689E000CEC60 /* StatusCodeHandlerPei.inf */, + A57163222359689E000CEC60 /* StatusCodeHandlerPei.h */, + A57163232359689E000CEC60 /* MemoryStausCodeWorker.c */, + A57163242359689E000CEC60 /* SerialStatusCodeWorker.c */, + A57163252359689E000CEC60 /* StatusCodeHandlerPei.c */, ); path = Pei; sourceTree = ""; }; - A571B617232052D4003BC0AA /* Smm */ = { + A57163262359689E000CEC60 /* 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 */, + A57163272359689E000CEC60 /* MemoryStatusCodeWorker.c */, + A57163282359689E000CEC60 /* StatusCodeHandlerSmm.c */, + A57163292359689E000CEC60 /* StatusCodeHandlerSmmExtra.uni */, + A571632A2359689E000CEC60 /* StatusCodeHandlerSmm.inf */, + A571632B2359689E000CEC60 /* SerialStatusCodeWorker.c */, + A571632C2359689E000CEC60 /* StatusCodeHandlerSmm.h */, + A571632D2359689E000CEC60 /* StatusCodeHandlerSmm.uni */, ); path = Smm; sourceTree = ""; }; - A571B61F232052D4003BC0AA /* DebugServicePei */ = { + A571632E2359689E000CEC60 /* DebugServicePei */ = { isa = PBXGroup; children = ( - A571B620232052D4003BC0AA /* DebugServicePei.c */, - A571B621232052D4003BC0AA /* DebugService.h */, - A571B622232052D4003BC0AA /* DebugServicePei.inf */, - A571B623232052D4003BC0AA /* DebugServicePei.uni */, + A571632F2359689E000CEC60 /* DebugServicePei.c */, + A57163302359689E000CEC60 /* DebugService.h */, + A57163312359689E000CEC60 /* DebugServicePei.inf */, + A57163322359689E000CEC60 /* DebugServicePei.uni */, ); path = DebugServicePei; sourceTree = ""; }; - A571B624232052D4003BC0AA /* TimestampDxe */ = { + A57163332359689E000CEC60 /* TimestampDxe */ = { isa = PBXGroup; children = ( - A571B625232052D4003BC0AA /* TimestampDxe.c */, - A571B626232052D4003BC0AA /* TimestampDxe.uni */, - A571B627232052D4003BC0AA /* TimestampDxe.inf */, - A571B628232052D4003BC0AA /* TimestampDxeExtra.uni */, + A57163342359689E000CEC60 /* TimestampDxe.c */, + A57163352359689E000CEC60 /* TimestampDxe.uni */, + A57163362359689E000CEC60 /* TimestampDxe.inf */, + A57163372359689E000CEC60 /* TimestampDxeExtra.uni */, ); path = TimestampDxe; sourceTree = ""; }; - A571B629232052D4003BC0AA /* ResetSystemPei */ = { + A57163382359689E000CEC60 /* ResetSystemPei */ = { isa = PBXGroup; children = ( - A571B62A232052D4003BC0AA /* ResetSystemPeiExtra.uni */, - A571B62B232052D4003BC0AA /* ResetSystem.h */, - A571B62C232052D4003BC0AA /* ResetSystemPei.inf */, - A571B62D232052D4003BC0AA /* ResetSystem.c */, - A571B62E232052D4003BC0AA /* ResetSystemPei.uni */, + A57163392359689E000CEC60 /* ResetSystemPeiExtra.uni */, + A571633A2359689E000CEC60 /* ResetSystem.h */, + A571633B2359689E000CEC60 /* ResetSystemPei.inf */, + A571633C2359689E000CEC60 /* ResetSystem.c */, + A571633D2359689E000CEC60 /* ResetSystemPei.uni */, ); path = ResetSystemPei; sourceTree = ""; }; - A571B62F232052D4003BC0AA /* FvSimpleFileSystemDxe */ = { + A571633E2359689E000CEC60 /* 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 */, + A571633F2359689E000CEC60 /* FvSimpleFileSystemEntryPoint.c */, + A57163402359689E000CEC60 /* FvSimpleFileSystem.c */, + A57163412359689E000CEC60 /* FvSimpleFileSystemDxe.inf */, + A57163422359689E000CEC60 /* ComponentName.c */, + A57163432359689E000CEC60 /* FvSimpleFileSystemInternal.h */, + A57163442359689E000CEC60 /* FvSimpleFileSystem.uni */, + A57163452359689E000CEC60 /* FvSimpleFileSystemExtra.uni */, ); path = FvSimpleFileSystemDxe; sourceTree = ""; }; - A571B637232052D4003BC0AA /* SecurityStubDxe */ = { + A57163462359689E000CEC60 /* SecurityStubDxe */ = { isa = PBXGroup; children = ( - A571B638232052D4003BC0AA /* Defer3rdPartyImageLoad.c */, - A571B639232052D4003BC0AA /* SecurityStubDxe.uni */, - A571B63A232052D4003BC0AA /* SecurityStub.c */, - A571B63B232052D4003BC0AA /* SecurityStubDxe.inf */, - A571B63C232052D4003BC0AA /* SecurityStubDxeExtra.uni */, - A571B63D232052D4003BC0AA /* Defer3rdPartyImageLoad.h */, + A57163472359689E000CEC60 /* Defer3rdPartyImageLoad.c */, + A57163482359689E000CEC60 /* SecurityStubDxe.uni */, + A57163492359689E000CEC60 /* SecurityStub.c */, + A571634A2359689E000CEC60 /* SecurityStubDxe.inf */, + A571634B2359689E000CEC60 /* SecurityStubDxeExtra.uni */, + A571634C2359689E000CEC60 /* Defer3rdPartyImageLoad.h */, ); path = SecurityStubDxe; sourceTree = ""; }; - A571B63E232052D4003BC0AA /* Disk */ = { + A571634D2359689E000CEC60 /* Disk */ = { isa = PBXGroup; children = ( - A571B63F232052D4003BC0AA /* DiskIoDxe */, - A571B646232052D5003BC0AA /* CdExpressPei */, - A571B64C232052D5003BC0AA /* PartitionDxe */, - A571B657232052D5003BC0AA /* RamDiskDxe */, - A571B664232052D5003BC0AA /* UnicodeCollation */, - A571B66B232052D5003BC0AA /* UdfDxe */, + A571634E2359689E000CEC60 /* DiskIoDxe */, + A57163552359689E000CEC60 /* CdExpressPei */, + A571635B2359689E000CEC60 /* PartitionDxe */, + A57163662359689E000CEC60 /* RamDiskDxe */, + A57163732359689E000CEC60 /* UnicodeCollation */, + A571637A2359689F000CEC60 /* UdfDxe */, ); path = Disk; sourceTree = ""; }; - A571B63F232052D4003BC0AA /* DiskIoDxe */ = { + A571634E2359689E000CEC60 /* DiskIoDxe */ = { isa = PBXGroup; children = ( - A571B640232052D4003BC0AA /* DiskIoDxe.uni */, - A571B641232052D5003BC0AA /* DiskIo.h */, - A571B642232052D5003BC0AA /* DiskIoDxe.inf */, - A571B643232052D5003BC0AA /* ComponentName.c */, - A571B644232052D5003BC0AA /* DiskIoDxeExtra.uni */, - A571B645232052D5003BC0AA /* DiskIo.c */, + A571634F2359689E000CEC60 /* DiskIoDxe.uni */, + A57163502359689E000CEC60 /* DiskIo.h */, + A57163512359689E000CEC60 /* DiskIoDxe.inf */, + A57163522359689E000CEC60 /* ComponentName.c */, + A57163532359689E000CEC60 /* DiskIoDxeExtra.uni */, + A57163542359689E000CEC60 /* DiskIo.c */, ); path = DiskIoDxe; sourceTree = ""; }; - A571B646232052D5003BC0AA /* CdExpressPei */ = { + A57163552359689E000CEC60 /* CdExpressPei */ = { isa = PBXGroup; children = ( - A571B647232052D5003BC0AA /* CdExpressPei.inf */, - A571B648232052D5003BC0AA /* PeiCdExpress.c */, - A571B649232052D5003BC0AA /* CdExpressPei.uni */, - A571B64A232052D5003BC0AA /* PeiCdExpress.h */, - A571B64B232052D5003BC0AA /* CdExpressPeiExtra.uni */, + A57163562359689E000CEC60 /* CdExpressPei.inf */, + A57163572359689E000CEC60 /* PeiCdExpress.c */, + A57163582359689E000CEC60 /* CdExpressPei.uni */, + A57163592359689E000CEC60 /* PeiCdExpress.h */, + A571635A2359689E000CEC60 /* CdExpressPeiExtra.uni */, ); path = CdExpressPei; sourceTree = ""; }; - A571B64C232052D5003BC0AA /* PartitionDxe */ = { + A571635B2359689E000CEC60 /* 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 */, + A571635C2359689E000CEC60 /* Partition.c */, + A571635D2359689E000CEC60 /* Udf.c */, + A571635E2359689E000CEC60 /* PartitionDxeExtra.uni */, + A571635F2359689E000CEC60 /* ComponentName.c */, + A57163602359689E000CEC60 /* ElTorito.c */, + A57163612359689E000CEC60 /* PartitionDxe.uni */, + A57163622359689E000CEC60 /* Partition.h */, + A57163632359689E000CEC60 /* PartitionDxe.inf */, + A57163642359689E000CEC60 /* Mbr.c */, + A57163652359689E000CEC60 /* Gpt.c */, ); path = PartitionDxe; sourceTree = ""; }; - A571B657232052D5003BC0AA /* RamDiskDxe */ = { + A57163662359689E000CEC60 /* 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 */, + A57163672359689E000CEC60 /* RamDiskImpl.h */, + A57163682359689E000CEC60 /* RamDiskFileExplorer.c */, + A57163692359689E000CEC60 /* RamDiskNVData.h */, + A571636A2359689E000CEC60 /* RamDiskHiiStrings.uni */, + A571636B2359689E000CEC60 /* RamDiskImpl.c */, + A571636C2359689E000CEC60 /* RamDiskBlockIo.c */, + A571636D2359689E000CEC60 /* RamDiskProtocol.c */, + A571636E2359689E000CEC60 /* RamDiskHii.vfr */, + A571636F2359689E000CEC60 /* RamDisk.asl */, + A57163702359689E000CEC60 /* RamDiskDxe.inf */, + A57163712359689E000CEC60 /* RamDiskDriver.c */, + A57163722359689E000CEC60 /* RamDiskDxe.uni */, ); path = RamDiskDxe; sourceTree = ""; }; - A571B664232052D5003BC0AA /* UnicodeCollation */ = { + A57163732359689E000CEC60 /* UnicodeCollation */ = { isa = PBXGroup; children = ( - A571B665232052D5003BC0AA /* EnglishDxe */, + A57163742359689E000CEC60 /* EnglishDxe */, ); path = UnicodeCollation; sourceTree = ""; }; - A571B665232052D5003BC0AA /* EnglishDxe */ = { + A57163742359689E000CEC60 /* EnglishDxe */ = { isa = PBXGroup; children = ( - A571B666232052D5003BC0AA /* EnglishDxe.uni */, - A571B667232052D5003BC0AA /* EnglishDxeExtra.uni */, - A571B668232052D5003BC0AA /* UnicodeCollationEng.c */, - A571B669232052D5003BC0AA /* EnglishDxe.inf */, - A571B66A232052D5003BC0AA /* UnicodeCollationEng.h */, + A57163752359689E000CEC60 /* EnglishDxe.uni */, + A57163762359689F000CEC60 /* EnglishDxeExtra.uni */, + A57163772359689F000CEC60 /* UnicodeCollationEng.c */, + A57163782359689F000CEC60 /* EnglishDxe.inf */, + A57163792359689F000CEC60 /* UnicodeCollationEng.h */, ); path = EnglishDxe; sourceTree = ""; }; - A571B66B232052D5003BC0AA /* UdfDxe */ = { + A571637A2359689F000CEC60 /* 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 */, + A571637B2359689F000CEC60 /* FileName.c */, + A571637C2359689F000CEC60 /* Udf.c */, + A571637D2359689F000CEC60 /* FileSystemOperations.c */, + A571637E2359689F000CEC60 /* ComponentName.c */, + A571637F2359689F000CEC60 /* UdfDxe.inf */, + A57163802359689F000CEC60 /* Udf.h */, + A57163812359689F000CEC60 /* File.c */, ); path = UdfDxe; sourceTree = ""; }; - A571B673232052D5003BC0AA /* MemoryTest */ = { + A57163822359689F000CEC60 /* MemoryTest */ = { isa = PBXGroup; children = ( - A571B674232052D5003BC0AA /* GenericMemoryTestDxe */, - A571B67A232052D5003BC0AA /* NullMemoryTestDxe */, + A57163832359689F000CEC60 /* GenericMemoryTestDxe */, + A57163892359689F000CEC60 /* NullMemoryTestDxe */, ); path = MemoryTest; sourceTree = ""; }; - A571B674232052D5003BC0AA /* GenericMemoryTestDxe */ = { + A57163832359689F000CEC60 /* GenericMemoryTestDxe */ = { isa = PBXGroup; children = ( - A571B675232052D5003BC0AA /* LightMemoryTest.c */, - A571B676232052D5003BC0AA /* GenericMemoryTestDxe.inf */, - A571B677232052D5003BC0AA /* GenericMemoryTestDxeExtra.uni */, - A571B678232052D5003BC0AA /* GenericMemoryTestDxe.uni */, - A571B679232052D5003BC0AA /* LightMemoryTest.h */, + A57163842359689F000CEC60 /* LightMemoryTest.c */, + A57163852359689F000CEC60 /* GenericMemoryTestDxe.inf */, + A57163862359689F000CEC60 /* GenericMemoryTestDxeExtra.uni */, + A57163872359689F000CEC60 /* GenericMemoryTestDxe.uni */, + A57163882359689F000CEC60 /* LightMemoryTest.h */, ); path = GenericMemoryTestDxe; sourceTree = ""; }; - A571B67A232052D5003BC0AA /* NullMemoryTestDxe */ = { + A57163892359689F000CEC60 /* NullMemoryTestDxe */ = { isa = PBXGroup; children = ( - A571B67B232052D5003BC0AA /* NullMemoryTest.h */, - A571B67C232052D5003BC0AA /* NullMemoryTestDxeExtra.uni */, - A571B67D232052D5003BC0AA /* NullMemoryTestDxe.inf */, - A571B67E232052D5003BC0AA /* NullMemoryTest.c */, - A571B67F232052D5003BC0AA /* NullMemoryTestDxe.uni */, + A571638A2359689F000CEC60 /* NullMemoryTest.h */, + A571638B2359689F000CEC60 /* NullMemoryTestDxeExtra.uni */, + A571638C2359689F000CEC60 /* NullMemoryTestDxe.inf */, + A571638D2359689F000CEC60 /* NullMemoryTest.c */, + A571638E2359689F000CEC60 /* NullMemoryTestDxe.uni */, ); path = NullMemoryTestDxe; sourceTree = ""; }; - A571B680232052D5003BC0AA /* HiiDatabaseDxe */ = { + A571638F2359689F000CEC60 /* 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 */, + A57163902359689F000CEC60 /* HiiDatabaseDxe.inf */, + A57163912359689F000CEC60 /* HiiDatabase.uni */, + A57163922359689F000CEC60 /* Database.c */, + A57163932359689F000CEC60 /* ConfigRouting.c */, + A57163942359689F000CEC60 /* Font.c */, + A57163952359689F000CEC60 /* String.c */, + A57163962359689F000CEC60 /* Image.c */, + A57163972359689F000CEC60 /* HiiDatabaseExtra.uni */, + A57163982359689F000CEC60 /* HiiDatabase.h */, + A57163992359689F000CEC60 /* ConfigKeywordHandler.c */, + A571639A2359689F000CEC60 /* HiiDatabaseEntry.c */, + A571639B2359689F000CEC60 /* ImageEx.c */, ); path = HiiDatabaseDxe; sourceTree = ""; }; - A571B68D232052D5003BC0AA /* PcatSingleSegmentPciCfg2Pei */ = { + A571639C2359689F000CEC60 /* PcatSingleSegmentPciCfg2Pei */ = { isa = PBXGroup; children = ( - A571B68E232052D5003BC0AA /* PciCfg2.c */, - A571B68F232052D5003BC0AA /* PcatSingleSegmentPciCfg2Pei.inf */, - A571B690232052D5003BC0AA /* PcatSingleSegmentPciCfg2Pei.uni */, - A571B691232052D5003BC0AA /* PcatSingleSegmentPciCfg2PeiExtra.uni */, + A571639D2359689F000CEC60 /* PciCfg2.c */, + A571639E2359689F000CEC60 /* PcatSingleSegmentPciCfg2Pei.inf */, + A571639F2359689F000CEC60 /* PcatSingleSegmentPciCfg2Pei.uni */, + A57163A02359689F000CEC60 /* PcatSingleSegmentPciCfg2PeiExtra.uni */, ); path = PcatSingleSegmentPciCfg2Pei; sourceTree = ""; }; - A571B692232052D5003BC0AA /* FaultTolerantWritePei */ = { + A57163A12359689F000CEC60 /* FaultTolerantWritePei */ = { isa = PBXGroup; children = ( - A571B693232052D5003BC0AA /* FaultTolerantWritePei.inf */, - A571B694232052D5003BC0AA /* FaultTolerantWritePei.uni */, - A571B695232052D5003BC0AA /* FaultTolerantWritePei.c */, - A571B696232052D5003BC0AA /* FaultTolerantWritePeiExtra.uni */, + A57163A22359689F000CEC60 /* FaultTolerantWritePei.inf */, + A57163A32359689F000CEC60 /* FaultTolerantWritePei.uni */, + A57163A42359689F000CEC60 /* FaultTolerantWritePei.c */, + A57163A52359689F000CEC60 /* FaultTolerantWritePeiExtra.uni */, ); path = FaultTolerantWritePei; sourceTree = ""; }; - A571B697232052D5003BC0AA /* BdsDxe */ = { + A57163A62359689F000CEC60 /* 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 */, + A57163A72359689F000CEC60 /* Language.h */, + A57163A82359689F000CEC60 /* BdsEntry.c */, + A57163A92359689F000CEC60 /* HwErrRecSupport.c */, + A57163AA2359689F000CEC60 /* BdsDxe.inf */, + A57163AB2359689F000CEC60 /* BdsDxeExtra.uni */, + A57163AC2359689F000CEC60 /* BdsDxe.uni */, + A57163AD2359689F000CEC60 /* Bds.h */, + A57163AE2359689F000CEC60 /* Language.c */, + A57163AF2359689F000CEC60 /* HwErrRecSupport.h */, ); path = BdsDxe; sourceTree = ""; }; - A571B6A1232052D5003BC0AA /* SmmCommunicationBufferDxe */ = { + A57163B02359689F000CEC60 /* SmmCommunicationBufferDxe */ = { isa = PBXGroup; children = ( - A571B6A2232052D5003BC0AA /* SmmCommunicationBufferExtraDxe.uni */, - A571B6A3232052D5003BC0AA /* SmmCommunicationBufferDxe.c */, - A571B6A4232052D5003BC0AA /* SmmCommunicationBufferDxe.uni */, - A571B6A5232052D5003BC0AA /* SmmCommunicationBufferDxe.inf */, + A57163B12359689F000CEC60 /* SmmCommunicationBufferExtraDxe.uni */, + A57163B22359689F000CEC60 /* SmmCommunicationBufferDxe.c */, + A57163B32359689F000CEC60 /* SmmCommunicationBufferDxe.uni */, + A57163B42359689F000CEC60 /* SmmCommunicationBufferDxe.inf */, ); path = SmmCommunicationBufferDxe; sourceTree = ""; }; - A571B6A6232052D5003BC0AA /* CapsulePei */ = { + A57163B52359689F000CEC60 /* 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 */, + A57163B62359689F000CEC60 /* CapsulePei.uni */, + A57163B72359689F000CEC60 /* CapsulePei.inf */, + A57163B82359689F000CEC60 /* CapsuleX64Extra.uni */, + A57163B92359689F000CEC60 /* CapsulePeiExtra.uni */, + A57163BA2359689F000CEC60 /* X64 */, + A57163BD2359689F000CEC60 /* Common */, + A57163C02359689F000CEC60 /* CapsuleX64.uni */, + A57163C12359689F000CEC60 /* Capsule.h */, + A57163C22359689F000CEC60 /* CapsuleX64.inf */, + A57163C32359689F000CEC60 /* UefiCapsule.c */, ); path = CapsulePei; sourceTree = ""; }; - A571B6AB232052D5003BC0AA /* X64 */ = { + A57163BA2359689F000CEC60 /* X64 */ = { isa = PBXGroup; children = ( - A571B6AC232052D5003BC0AA /* X64Entry.c */, - A571B6AD232052D5003BC0AA /* PageFaultHandler.nasm */, + A57163BB2359689F000CEC60 /* X64Entry.c */, + A57163BC2359689F000CEC60 /* PageFaultHandler.nasm */, ); path = X64; sourceTree = ""; }; - A571B6AE232052D5003BC0AA /* Common */ = { + A57163BD2359689F000CEC60 /* Common */ = { isa = PBXGroup; children = ( - A571B6AF232052D5003BC0AA /* CapsuleCoalesce.c */, - A571B6B0232052D5003BC0AA /* CommonHeader.h */, + A57163BE2359689F000CEC60 /* CapsuleCoalesce.c */, + A57163BF2359689F000CEC60 /* CommonHeader.h */, ); path = Common; sourceTree = ""; }; - A571B6B5232052D5003BC0AA /* ResetSystemRuntimeDxe */ = { + A57163C42359689F000CEC60 /* ResetSystemRuntimeDxe */ = { isa = PBXGroup; children = ( - A571B6B6232052D5003BC0AA /* ResetSystem.h */, - A571B6B7232052D5003BC0AA /* ResetSystemRuntimeDxeExtra.uni */, - A571B6B8232052D5003BC0AA /* ResetSystemRuntimeDxe.uni */, - A571B6B9232052D5003BC0AA /* ResetSystemRuntimeDxe.inf */, - A571B6BA232052D5003BC0AA /* ResetSystem.c */, + A57163C52359689F000CEC60 /* ResetSystem.h */, + A57163C62359689F000CEC60 /* ResetSystemRuntimeDxeExtra.uni */, + A57163C72359689F000CEC60 /* ResetSystemRuntimeDxe.uni */, + A57163C82359689F000CEC60 /* ResetSystemRuntimeDxe.inf */, + A57163C92359689F000CEC60 /* ResetSystem.c */, ); path = ResetSystemRuntimeDxe; sourceTree = ""; }; - A571B6BB232052D5003BC0AA /* PrintDxe */ = { + A57163CA2359689F000CEC60 /* PrintDxe */ = { isa = PBXGroup; children = ( - A571B6BC232052D5003BC0AA /* Print.c */, - A571B6BD232052D5003BC0AA /* PrintDxeExtra.uni */, - A571B6BE232052D5003BC0AA /* PrintDxe.uni */, - A571B6BF232052D5003BC0AA /* PrintDxe.inf */, + A57163CB2359689F000CEC60 /* Print.c */, + A57163CC2359689F000CEC60 /* PrintDxeExtra.uni */, + A57163CD2359689F000CEC60 /* PrintDxe.uni */, + A57163CE2359689F000CEC60 /* PrintDxe.inf */, ); path = PrintDxe; sourceTree = ""; }; - A571B6C0232052D5003BC0AA /* SerialDxe */ = { + A57163CF2359689F000CEC60 /* SerialDxe */ = { isa = PBXGroup; children = ( - A571B6C1232052D5003BC0AA /* SerialIo.c */, - A571B6C2232052D5003BC0AA /* SerialDxe.inf */, - A571B6C3232052D5003BC0AA /* SerialDxe.uni */, - A571B6C4232052D5003BC0AA /* SerialDxeExtra.uni */, + A57163D02359689F000CEC60 /* SerialIo.c */, + A57163D12359689F000CEC60 /* SerialDxe.inf */, + A57163D22359689F000CEC60 /* SerialDxe.uni */, + A57163D32359689F000CEC60 /* SerialDxeExtra.uni */, ); path = SerialDxe; sourceTree = ""; }; - A571B6C5232052D5003BC0AA /* LockBox */ = { + A57163D42359689F000CEC60 /* LockBox */ = { isa = PBXGroup; children = ( - A571B6C6232052D5003BC0AA /* SmmLockBox */, + A57163D52359689F000CEC60 /* SmmLockBox */, ); path = LockBox; sourceTree = ""; }; - A571B6C6232052D5003BC0AA /* SmmLockBox */ = { + A57163D52359689F000CEC60 /* SmmLockBox */ = { isa = PBXGroup; children = ( - A571B6C7232052D5003BC0AA /* SmmLockBoxExtra.uni */, - A571B6C8232052D5003BC0AA /* SmmLockBox.inf */, - A571B6C9232052D5003BC0AA /* SmmLockBox.uni */, - A571B6CA232052D5003BC0AA /* SmmLockBox.c */, + A57163D62359689F000CEC60 /* SmmLockBoxExtra.uni */, + A57163D72359689F000CEC60 /* SmmLockBox.inf */, + A57163D82359689F000CEC60 /* SmmLockBox.uni */, + A57163D92359689F000CEC60 /* SmmLockBox.c */, ); path = SmmLockBox; sourceTree = ""; }; - A571B6CB232052D5003BC0AA /* FileExplorerDxe */ = { + A57163DA2359689F000CEC60 /* FileExplorerDxe */ = { isa = PBXGroup; children = ( - A571B6CC232052D5003BC0AA /* FileExplorerDxe.c */, - A571B6CD232052D5003BC0AA /* FileExplorerDxe.uni */, - A571B6CE232052D5003BC0AA /* FileExplorerDxeExtra.uni */, - A571B6CF232052D5003BC0AA /* FileExplorerDxe.inf */, + A57163DB2359689F000CEC60 /* FileExplorerDxe.c */, + A57163DC2359689F000CEC60 /* FileExplorerDxe.uni */, + A57163DD2359689F000CEC60 /* FileExplorerDxeExtra.uni */, + A57163DE2359689F000CEC60 /* FileExplorerDxe.inf */, ); path = FileExplorerDxe; sourceTree = ""; }; - A571B6D0232052D5003BC0AA /* ReportStatusCodeRouter */ = { + A57163DF2359689F000CEC60 /* ReportStatusCodeRouter */ = { isa = PBXGroup; children = ( - A571B6D1232052D5003BC0AA /* RuntimeDxe */, - A571B6D7232052D5003BC0AA /* Pei */, - A571B6DD232052D5003BC0AA /* Smm */, + A57163E02359689F000CEC60 /* RuntimeDxe */, + A57163E62359689F000CEC60 /* Pei */, + A57163EC2359689F000CEC60 /* Smm */, ); path = ReportStatusCodeRouter; sourceTree = ""; }; - A571B6D1232052D5003BC0AA /* RuntimeDxe */ = { + A57163E02359689F000CEC60 /* RuntimeDxe */ = { isa = PBXGroup; children = ( - A571B6D2232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxe.c */, - A571B6D3232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxeExtra.uni */, - A571B6D4232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxe.uni */, - A571B6D5232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxe.inf */, - A571B6D6232052D5003BC0AA /* ReportStatusCodeRouterRuntimeDxe.h */, + A57163E12359689F000CEC60 /* ReportStatusCodeRouterRuntimeDxe.c */, + A57163E22359689F000CEC60 /* ReportStatusCodeRouterRuntimeDxeExtra.uni */, + A57163E32359689F000CEC60 /* ReportStatusCodeRouterRuntimeDxe.uni */, + A57163E42359689F000CEC60 /* ReportStatusCodeRouterRuntimeDxe.inf */, + A57163E52359689F000CEC60 /* ReportStatusCodeRouterRuntimeDxe.h */, ); path = RuntimeDxe; sourceTree = ""; }; - A571B6D7232052D5003BC0AA /* Pei */ = { + A57163E62359689F000CEC60 /* Pei */ = { isa = PBXGroup; children = ( - A571B6D8232052D5003BC0AA /* ReportStatusCodeRouterPei.inf */, - A571B6D9232052D5003BC0AA /* ReportStatusCodeRouterPei.uni */, - A571B6DA232052D5003BC0AA /* ReportStatusCodeRouterPeiExtra.uni */, - A571B6DB232052D5003BC0AA /* ReportStatusCodeRouterPei.h */, - A571B6DC232052D5003BC0AA /* ReportStatusCodeRouterPei.c */, + A57163E72359689F000CEC60 /* ReportStatusCodeRouterPei.inf */, + A57163E82359689F000CEC60 /* ReportStatusCodeRouterPei.uni */, + A57163E92359689F000CEC60 /* ReportStatusCodeRouterPeiExtra.uni */, + A57163EA2359689F000CEC60 /* ReportStatusCodeRouterPei.h */, + A57163EB2359689F000CEC60 /* ReportStatusCodeRouterPei.c */, ); path = Pei; sourceTree = ""; }; - A571B6DD232052D5003BC0AA /* Smm */ = { + A57163EC2359689F000CEC60 /* Smm */ = { isa = PBXGroup; children = ( - A571B6DE232052D5003BC0AA /* ReportStatusCodeRouterSmm.c */, - A571B6DF232052D5003BC0AA /* ReportStatusCodeRouterSmmExtra.uni */, - A571B6E0232052D5003BC0AA /* ReportStatusCodeRouterSmm.uni */, - A571B6E1232052D5003BC0AA /* ReportStatusCodeRouterSmm.h */, - A571B6E2232052D5003BC0AA /* ReportStatusCodeRouterSmm.inf */, + A57163ED2359689F000CEC60 /* ReportStatusCodeRouterSmm.c */, + A57163EE2359689F000CEC60 /* ReportStatusCodeRouterSmmExtra.uni */, + A57163EF2359689F000CEC60 /* ReportStatusCodeRouterSmm.uni */, + A57163F02359689F000CEC60 /* ReportStatusCodeRouterSmm.h */, + A57163F12359689F000CEC60 /* ReportStatusCodeRouterSmm.inf */, ); path = Smm; sourceTree = ""; }; - A571B6E3232052D5003BC0AA /* CapsuleRuntimeDxe */ = { + A57163F22359689F000CEC60 /* 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 */, + A57163F32359689F000CEC60 /* CapsuleCache.c */, + A57163F42359689F000CEC60 /* CapsuleCacheNull.c */, + A57163F52359689F000CEC60 /* X64 */, + A57163F72359689F000CEC60 /* CapsuleService.h */, + A57163F82359689F000CEC60 /* CapsuleRuntimeDxe.uni */, + A57163F92359689F000CEC60 /* CapsuleRuntimeDxe.inf */, + A57163FA2359689F000CEC60 /* CapsuleRuntimeDxeExtra.uni */, + A57163FB2359689F000CEC60 /* CapsuleReset.c */, + A57163FC2359689F000CEC60 /* SaveLongModeContext.c */, + A57163FD2359689F000CEC60 /* Arm */, + A57163FF2359689F000CEC60 /* CapsuleService.c */, ); path = CapsuleRuntimeDxe; sourceTree = ""; }; - A571B6E6232052D5003BC0AA /* X64 */ = { + A57163F52359689F000CEC60 /* X64 */ = { isa = PBXGroup; children = ( - A571B6E7232052D5003BC0AA /* SaveLongModeContext.c */, + A57163F62359689F000CEC60 /* SaveLongModeContext.c */, ); path = X64; sourceTree = ""; }; - A571B6EE232052D5003BC0AA /* Arm */ = { + A57163FD2359689F000CEC60 /* Arm */ = { isa = PBXGroup; children = ( - A571B6EF232052D5003BC0AA /* CapsuleReset.c */, + A57163FE2359689F000CEC60 /* CapsuleReset.c */, ); path = Arm; sourceTree = ""; }; - A571B6F1232052D5003BC0AA /* SetupBrowserDxe */ = { + A57164002359689F000CEC60 /* 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 */, + A57164012359689F000CEC60 /* Expression.c */, + A57164022359689F000CEC60 /* SetupBrowserExtra.uni */, + A57164032359689F000CEC60 /* Setup.h */, + A57164042359689F000CEC60 /* Presentation.c */, + A57164052359689F000CEC60 /* SetupBrowserDxe.inf */, + A57164062359689F000CEC60 /* Setup.c */, + A57164072359689F000CEC60 /* Expression.h */, + A57164082359689F000CEC60 /* IfrParse.c */, + A57164092359689F000CEC60 /* SetupBrowser.uni */, ); path = SetupBrowserDxe; sourceTree = ""; }; - A571B6FB232052D5003BC0AA /* Console */ = { + A571640A2359689F000CEC60 /* Console */ = { isa = PBXGroup; children = ( - A571B6FC232052D5003BC0AA /* GraphicsConsoleDxe */, - A571B704232052D5003BC0AA /* TerminalDxe */, - A571B70F232052D5003BC0AA /* ConPlatformDxe */, - A571B716232052D5003BC0AA /* ConSplitterDxe */, - A571B71E232052D5003BC0AA /* GraphicsOutputDxe */, + A571640B2359689F000CEC60 /* GraphicsConsoleDxe */, + A57164132359689F000CEC60 /* TerminalDxe */, + A571641E2359689F000CEC60 /* ConPlatformDxe */, + A57164252359689F000CEC60 /* ConSplitterDxe */, + A571642D2359689F000CEC60 /* GraphicsOutputDxe */, ); path = Console; sourceTree = ""; }; - A571B6FC232052D5003BC0AA /* GraphicsConsoleDxe */ = { + A571640B2359689F000CEC60 /* 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 */, + A571640C2359689F000CEC60 /* GraphicsConsoleDxeExtra.uni */, + A571640D2359689F000CEC60 /* GraphicsConsole.h */, + A571640E2359689F000CEC60 /* ComponentName.c */, + A571640F2359689F000CEC60 /* GraphicsConsoleDxe.inf */, + A57164102359689F000CEC60 /* GraphicsConsoleDxe.uni */, + A57164112359689F000CEC60 /* LaffStd.c */, + A57164122359689F000CEC60 /* GraphicsConsole.c */, ); path = GraphicsConsoleDxe; sourceTree = ""; }; - A571B704232052D5003BC0AA /* TerminalDxe */ = { + A57164132359689F000CEC60 /* 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 */, + A57164142359689F000CEC60 /* TerminalDxeExtra.uni */, + A57164152359689F000CEC60 /* TerminalDxe.uni */, + A57164162359689F000CEC60 /* TerminalConOut.c */, + A57164172359689F000CEC60 /* TerminalConIn.c */, + A57164182359689F000CEC60 /* TerminalDxe.inf */, + A57164192359689F000CEC60 /* Terminal.c */, + A571641A2359689F000CEC60 /* Vtutf8.c */, + A571641B2359689F000CEC60 /* ComponentName.c */, + A571641C2359689F000CEC60 /* Terminal.h */, + A571641D2359689F000CEC60 /* Ansi.c */, ); path = TerminalDxe; sourceTree = ""; }; - A571B70F232052D5003BC0AA /* ConPlatformDxe */ = { + A571641E2359689F000CEC60 /* ConPlatformDxe */ = { isa = PBXGroup; children = ( - A571B710232052D5003BC0AA /* ConPlatformDxeExtra.uni */, - A571B711232052D5003BC0AA /* ConPlatform.c */, - A571B712232052D5003BC0AA /* ConPlatformDxe.inf */, - A571B713232052D5003BC0AA /* ComponentName.c */, - A571B714232052D5003BC0AA /* ConPlatformDxe.uni */, - A571B715232052D5003BC0AA /* ConPlatform.h */, + A571641F2359689F000CEC60 /* ConPlatformDxeExtra.uni */, + A57164202359689F000CEC60 /* ConPlatform.c */, + A57164212359689F000CEC60 /* ConPlatformDxe.inf */, + A57164222359689F000CEC60 /* ComponentName.c */, + A57164232359689F000CEC60 /* ConPlatformDxe.uni */, + A57164242359689F000CEC60 /* ConPlatform.h */, ); path = ConPlatformDxe; sourceTree = ""; }; - A571B716232052D5003BC0AA /* ConSplitterDxe */ = { + A57164252359689F000CEC60 /* 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 */, + A57164262359689F000CEC60 /* ConSplitter.h */, + A57164272359689F000CEC60 /* ConSplitterGraphics.c */, + A57164282359689F000CEC60 /* ComponentName.c */, + A57164292359689F000CEC60 /* ConSplitter.c */, + A571642A2359689F000CEC60 /* ConSplitterDxe.uni */, + A571642B2359689F000CEC60 /* ConSplitterDxeExtra.uni */, + A571642C2359689F000CEC60 /* ConSplitterDxe.inf */, ); path = ConSplitterDxe; sourceTree = ""; }; - A571B71E232052D5003BC0AA /* GraphicsOutputDxe */ = { + A571642D2359689F000CEC60 /* GraphicsOutputDxe */ = { isa = PBXGroup; children = ( - A571B71F232052D5003BC0AA /* GraphicsOutput.h */, - A571B720232052D5003BC0AA /* ComponentName.c */, - A571B721232052D5003BC0AA /* GraphicsOutputDxe.inf */, - A571B722232052D5003BC0AA /* GraphicsOutput.c */, + A571642E2359689F000CEC60 /* GraphicsOutput.h */, + A571642F2359689F000CEC60 /* ComponentName.c */, + A57164302359689F000CEC60 /* GraphicsOutputDxe.inf */, + A57164312359689F000CEC60 /* GraphicsOutput.c */, ); path = GraphicsOutputDxe; sourceTree = ""; }; - A571B723232052D5003BC0AA /* Metronome */ = { + A57164322359689F000CEC60 /* Metronome */ = { isa = PBXGroup; children = ( - A571B724232052D5003BC0AA /* Metronome.inf */, - A571B725232052D5003BC0AA /* Metronome.c */, - A571B726232052D5003BC0AA /* Metronome.uni */, - A571B727232052D5003BC0AA /* MetronomeExtra.uni */, - A571B728232052D5003BC0AA /* Metronome.h */, + A57164332359689F000CEC60 /* Metronome.inf */, + A57164342359689F000CEC60 /* Metronome.c */, + A57164352359689F000CEC60 /* Metronome.uni */, + A57164362359689F000CEC60 /* MetronomeExtra.uni */, + A57164372359689F000CEC60 /* Metronome.h */, ); path = Metronome; sourceTree = ""; }; - A571B729232052D5003BC0AA /* Include */ = { + A57164382359689F000CEC60 /* Include */ = { isa = PBXGroup; children = ( - A571B72A232052D5003BC0AA /* Library */, - A571B74F232052D5003BC0AA /* Protocol */, - A571B778232052D5003BC0AA /* Guid */, - A571B7B1232052D5003BC0AA /* Ppi */, + A57164392359689F000CEC60 /* Library */, + A571645E2359689F000CEC60 /* Protocol */, + A57164872359689F000CEC60 /* Guid */, + A57164C02359689F000CEC60 /* Ppi */, ); path = Include; sourceTree = ""; }; - A571B72A232052D5003BC0AA /* Library */ = { + A57164392359689F000CEC60 /* 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 */, + A571643A2359689F000CEC60 /* FmpAuthenticationLib.h */, + A571643B2359689F000CEC60 /* PlatformHookLib.h */, + A571643C2359689F000CEC60 /* UefiBootManagerLib.h */, + A571643D2359689F000CEC60 /* HttpLib.h */, + A571643E2359689F000CEC60 /* TpmMeasurementLib.h */, + A571643F2359689F000CEC60 /* PciHostBridgeLib.h */, + A57164402359689F000CEC60 /* SecurityManagementLib.h */, + A57164412359689F000CEC60 /* DisplayUpdateProgressLib.h */, + A57164422359689F000CEC60 /* IpmiLib.h */, + A57164432359689F000CEC60 /* DebugAgentLib.h */, + A57164442359689F000CEC60 /* UefiHiiServicesLib.h */, + A57164452359689F000CEC60 /* PlatformBootManagerLib.h */, + A57164462359689F000CEC60 /* UdpIoLib.h */, + A57164472359689F000CEC60 /* MemoryProfileLib.h */, + A57164482359689F000CEC60 /* SmmCorePlatformHookLib.h */, + A57164492359689F000CEC60 /* CustomizedDisplayLib.h */, + A571644A2359689F000CEC60 /* ResetUtilityLib.h */, + A571644B2359689F000CEC60 /* SortLib.h */, + A571644C2359689F000CEC60 /* FrameBufferBltLib.h */, + A571644D2359689F000CEC60 /* NetLib.h */, + A571644E2359689F000CEC60 /* OemHookStatusCodeLib.h */, + A571644F2359689F000CEC60 /* BmpSupportLib.h */, + A57164502359689F000CEC60 /* LockBoxLib.h */, + A57164512359689F000CEC60 /* ResetSystemLib.h */, + A57164522359689F000CEC60 /* VarCheckLib.h */, + A57164532359689F000CEC60 /* RecoveryLib.h */, + A57164542359689F000CEC60 /* AuthVariableLib.h */, + A57164552359689F000CEC60 /* HiiLib.h */, + A57164562359689F000CEC60 /* NonDiscoverableDeviceRegistrationLib.h */, + A57164572359689F000CEC60 /* TcpIoLib.h */, + A57164582359689F000CEC60 /* BootLogoLib.h */, + A57164592359689F000CEC60 /* PlatformVarCleanupLib.h */, + A571645A2359689F000CEC60 /* CpuExceptionHandlerLib.h */, + A571645B2359689F000CEC60 /* CapsuleLib.h */, + A571645C2359689F000CEC60 /* S3Lib.h */, + A571645D2359689F000CEC60 /* FileExplorerLib.h */, ); path = Library; sourceTree = ""; }; - A571B74F232052D5003BC0AA /* Protocol */ = { + A571645E2359689F000CEC60 /* 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 */, + A571645F2359689F000CEC60 /* Ps2Policy.h */, + A57164602359689F000CEC60 /* FileExplorer.h */, + A57164612359689F000CEC60 /* UfsHostControllerPlatform.h */, + A57164622359689F000CEC60 /* EsrtManagement.h */, + A57164632359689F000CEC60 /* NonDiscoverableDevice.h */, + A57164642359689F000CEC60 /* PlatformSpecificResetFilter.h */, + A57164652359689F000CEC60 /* IpmiProtocol.h */, + A57164662359689F000CEC60 /* SwapAddressRange.h */, + A57164672359689F000CEC60 /* DebuggerConfiguration.h */, + A57164682359689F000CEC60 /* IoMmu.h */, + A57164692359689F000CEC60 /* PlatformSpecificResetHandler.h */, + A571646A2359689F000CEC60 /* LoadPe32Image.h */, + A571646B2359689F000CEC60 /* VarCheck.h */, + A571646C2359689F000CEC60 /* FirmwareManagementProgress.h */, + A571646D2359689F000CEC60 /* AtaAtapiPolicy.h */, + A571646E2359689F000CEC60 /* SmmMemoryAttribute.h */, + A571646F2359689F000CEC60 /* SdMmcOverride.h */, + A57164702359689F000CEC60 /* FormBrowserEx2.h */, + A57164712359689F000CEC60 /* SmmSwapAddressRange.h */, + A57164722359689F000CEC60 /* UfsHostController.h */, + A57164732359689F000CEC60 /* SmmFirmwareVolumeBlock.h */, + A57164742359689F000CEC60 /* EbcVmTest.h */, + A57164752359689F000CEC60 /* PlatformLogo.h */, + A57164762359689F000CEC60 /* PeCoffImageEmulator.h */, + A57164772359689F000CEC60 /* Print2.h */, + A57164782359689F000CEC60 /* BootLogo.h */, + A57164792359689F000CEC60 /* SmmReadyToBoot.h */, + A571647A2359689F000CEC60 /* SmmLegacyBoot.h */, + A571647B2359689F000CEC60 /* SmmVariable.h */, + A571647C2359689F000CEC60 /* SmmFaultTolerantWrite.h */, + A571647D2359689F000CEC60 /* LockBox.h */, + A571647E2359689F000CEC60 /* GenericMemoryTest.h */, + A571647F2359689F000CEC60 /* DisplayProtocol.h */, + A57164802359689F000CEC60 /* BootLogo2.h */, + A57164812359689F000CEC60 /* FormBrowserEx.h */, + A57164822359689F000CEC60 /* VariableLock.h */, + A57164832359689F000CEC60 /* EbcSimpleDebugger.h */, + A57164842359689F000CEC60 /* SmmVarCheck.h */, + A57164852359689F000CEC60 /* SmmExitBootServices.h */, + A57164862359689F000CEC60 /* FaultTolerantWrite.h */, ); path = Protocol; sourceTree = ""; }; - A571B778232052D5003BC0AA /* Guid */ = { + A57164872359689F000CEC60 /* 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 */, + A57164882359689F000CEC60 /* EndOfS3Resume.h */, + A57164892359689F000CEC60 /* MdeModulePkgTokenSpace.h */, + A571648A2359689F000CEC60 /* LoadModuleAtFixedAddress.h */, + A571648B2359689F000CEC60 /* SystemNvDataGuid.h */, + A571648C2359689F000CEC60 /* ExtendedFirmwarePerformance.h */, + A571648D2359689F000CEC60 /* MdeModuleHii.h */, + A571648E2359689F000CEC60 /* NonDiscoverableDevice.h */, + A571648F2359689F000CEC60 /* PlatformHasAcpi.h */, + A57164902359689F000CEC60 /* SmmVariableCommon.h */, + A57164912359689F000CEC60 /* MemoryProfile.h */, + A57164922359689F000CEC60 /* RamDiskHii.h */, + A57164932359689F000CEC60 /* PcdDataBaseSignatureGuid.h */, + A57164942359689F000CEC60 /* VariableIndexTable.h */, + A57164952359689F000CEC60 /* ConsoleInDevice.h */, + A57164962359689F000CEC60 /* SerialPortLibVendor.h */, + A57164972359689F000CEC60 /* RecoveryDevice.h */, + A57164982359689F000CEC60 /* IdleLoopEvent.h */, + A57164992359689F000CEC60 /* Performance.h */, + A571649A2359689F000CEC60 /* UsbKeyBoardLayout.h */, + A571649B2359689F000CEC60 /* ZeroGuid.h */, + A571649C2359689F000CEC60 /* PcdDataBaseHobGuid.h */, + A571649D2359689F000CEC60 /* LzmaDecompress.h */, + A571649E2359689F000CEC60 /* Ip4Config2Hii.h */, + A571649F2359689F000CEC60 /* PiSmmMemoryAttributesTable.h */, + A57164A02359689F000CEC60 /* VarErrorFlag.h */, + A57164A12359689F000CEC60 /* ConsoleOutDevice.h */, + A57164A22359689F000CEC60 /* SmmLockBox.h */, + A57164A32359689F000CEC60 /* BootScriptExecutorVariable.h */, + A57164A42359689F000CEC60 /* MtcVendor.h */, + A57164A52359689F000CEC60 /* DriverSampleHii.h */, + A57164A62359689F000CEC60 /* StandardErrorDevice.h */, + A57164A72359689F000CEC60 /* MemoryStatusCodeRecord.h */, + A57164A82359689F000CEC60 /* S3SmmInitDone.h */, + A57164A92359689F000CEC60 /* StatusCodeDataTypeDebug.h */, + A57164AA2359689F000CEC60 /* EventExitBootServiceFailed.h */, + A57164AB2359689F000CEC60 /* S3StorageDeviceInitList.h */, + A57164AC2359689F000CEC60 /* CapsuleVendor.h */, + A57164AD2359689F000CEC60 /* ConnectConInEvent.h */, + A57164AE2359689F000CEC60 /* VlanConfigHii.h */, + A57164AF2359689F000CEC60 /* SmiHandlerProfile.h */, + A57164B02359689F000CEC60 /* PerformanceMeasurement.h */, + A57164B12359689F000CEC60 /* HiiBootMaintenanceFormset.h */, + A57164B22359689F000CEC60 /* PlatDriOverrideHii.h */, + A57164B32359689F000CEC60 /* DebugMask.h */, + A57164B42359689F000CEC60 /* VariableFormat.h */, + A57164B52359689F000CEC60 /* AcpiS3Context.h */, + A57164B62359689F000CEC60 /* StatusCodeDataTypeVariable.h */, + A57164B72359689F000CEC60 /* Ip4IScsiConfigHii.h */, + A57164B82359689F000CEC60 /* Crc32GuidedSectionExtraction.h */, + A57164B92359689F000CEC60 /* TtyTerm.h */, + A57164BA2359689F000CEC60 /* PiSmmCommunicationRegionTable.h */, + A57164BB2359689F000CEC60 /* StatusCodeCallbackGuid.h */, + A57164BC2359689F000CEC60 /* HiiResourceSampleHii.h */, + A57164BD2359689F000CEC60 /* MemoryTypeInformation.h */, + A57164BE2359689F000CEC60 /* FirmwarePerformance.h */, + A57164BF2359689F000CEC60 /* FaultTolerantWrite.h */, ); path = Guid; sourceTree = ""; }; - A571B7B1232052D5003BC0AA /* Ppi */ = { + A57164C02359689F000CEC60 /* 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 */, + A57164C12359689F000CEC60 /* SerialPortPei.h */, + A57164C22359689F000CEC60 /* PlatformSpecificResetFilter.h */, + A57164C32359689F000CEC60 /* Debug.h */, + A57164C42359689F000CEC60 /* SdMmcHostController.h */, + A57164C52359689F000CEC60 /* IoMmu.h */, + A57164C62359689F000CEC60 /* Usb2HostController.h */, + A57164C72359689F000CEC60 /* AtaController.h */, + A57164C82359689F000CEC60 /* AtaAhciController.h */, + A57164C92359689F000CEC60 /* PlatformSpecificResetHandler.h */, + A57164CA2359689F000CEC60 /* AtaPassThru.h */, + A57164CB2359689F000CEC60 /* IpmiPpi.h */, + A57164CC2359689F000CEC60 /* UfsHostController.h */, + A57164CD2359689F000CEC60 /* PlatformSpecificResetNotification.h */, + A57164CE2359689F000CEC60 /* StorageSecurityCommand.h */, + A57164CF2359689F000CEC60 /* SmmControl.h */, + A57164D02359689F000CEC60 /* SmmCommunication.h */, + A57164D12359689F000CEC60 /* NvmExpressPassThru.h */, + A57164D22359689F000CEC60 /* UsbHostController.h */, + A57164D32359689F000CEC60 /* UsbIo.h */, + A57164D42359689F000CEC60 /* NvmExpressHostController.h */, + A57164D52359689F000CEC60 /* UsbController.h */, + A57164D62359689F000CEC60 /* SmmAccess.h */, + A57164D72359689F000CEC60 /* CapsuleOnDisk.h */, + A57164D82359689F000CEC60 /* PostBootScriptTable.h */, + A57164D92359689F000CEC60 /* SecPerformance.h */, ); path = Ppi; sourceTree = ""; }; - A571B7CC232052D5003BC0AA /* Bus */ = { + A57164DB2359689F000CEC60 /* Bus */ = { isa = PBXGroup; children = ( - A571B7CD232052D5003BC0AA /* Sd */, - A571B7FA232052D5003BC0AA /* Pci */, - A571B8D2232052D6003BC0AA /* Isa */, - A571B8ED232052D6003BC0AA /* Scsi */, - A571B8FC232052D6003BC0AA /* Ufs */, - A571B912232052D6003BC0AA /* I2c */, - A571B921232052D6003BC0AA /* Usb */, - A571B971232052D6003BC0AA /* Ata */, + A57164DC2359689F000CEC60 /* Sd */, + A57165092359689F000CEC60 /* Pci */, + A57165E12359689F000CEC60 /* Isa */, + A57165FC2359689F000CEC60 /* Scsi */, + A571660B2359689F000CEC60 /* Ufs */, + A57166212359689F000CEC60 /* I2c */, + A57166302359689F000CEC60 /* Usb */, + A5716680235968A0000CEC60 /* Ata */, ); path = Bus; sourceTree = ""; }; - A571B7CD232052D5003BC0AA /* Sd */ = { + A57164DC2359689F000CEC60 /* Sd */ = { isa = PBXGroup; children = ( - A571B7CE232052D5003BC0AA /* SdBlockIoPei */, - A571B7D9232052D5003BC0AA /* EmmcBlockIoPei */, - A571B7E4232052D5003BC0AA /* SdDxe */, - A571B7EF232052D5003BC0AA /* EmmcDxe */, + A57164DD2359689F000CEC60 /* SdBlockIoPei */, + A57164E82359689F000CEC60 /* EmmcBlockIoPei */, + A57164F32359689F000CEC60 /* SdDxe */, + A57164FE2359689F000CEC60 /* EmmcDxe */, ); path = Sd; sourceTree = ""; }; - A571B7CE232052D5003BC0AA /* SdBlockIoPei */ = { + A57164DD2359689F000CEC60 /* 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 */, + A57164DE2359689F000CEC60 /* SdBlockIoPei.c */, + A57164DF2359689F000CEC60 /* SdHcMem.c */, + A57164E02359689F000CEC60 /* SdBlockIoPeiExtra.uni */, + A57164E12359689F000CEC60 /* SdHci.h */, + A57164E22359689F000CEC60 /* SdBlockIoPei.uni */, + A57164E32359689F000CEC60 /* SdBlockIoPei.inf */, + A57164E42359689F000CEC60 /* SdHcMem.h */, + A57164E52359689F000CEC60 /* SdBlockIoPei.h */, + A57164E62359689F000CEC60 /* DmaMem.c */, + A57164E72359689F000CEC60 /* SdHci.c */, ); path = SdBlockIoPei; sourceTree = ""; }; - A571B7D9232052D5003BC0AA /* EmmcBlockIoPei */ = { + A57164E82359689F000CEC60 /* 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 */, + A57164E92359689F000CEC60 /* EmmcHcMem.c */, + A57164EA2359689F000CEC60 /* EmmcHci.c */, + A57164EB2359689F000CEC60 /* EmmcBlockIoPei.c */, + A57164EC2359689F000CEC60 /* EmmcBlockIoPeiExtra.uni */, + A57164ED2359689F000CEC60 /* EmmcHcMem.h */, + A57164EE2359689F000CEC60 /* EmmcHci.h */, + A57164EF2359689F000CEC60 /* EmmcBlockIoPei.h */, + A57164F02359689F000CEC60 /* DmaMem.c */, + A57164F12359689F000CEC60 /* EmmcBlockIoPei.uni */, + A57164F22359689F000CEC60 /* EmmcBlockIoPei.inf */, ); path = EmmcBlockIoPei; sourceTree = ""; }; - A571B7E4232052D5003BC0AA /* SdDxe */ = { + A57164F32359689F000CEC60 /* 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 */, + A57164F42359689F000CEC60 /* SdBlockIo.c */, + A57164F52359689F000CEC60 /* SdDxe.uni */, + A57164F62359689F000CEC60 /* SdDxe.c */, + A57164F72359689F000CEC60 /* SdDxe.inf */, + A57164F82359689F000CEC60 /* ComponentName.c */, + A57164F92359689F000CEC60 /* SdDiskInfo.h */, + A57164FA2359689F000CEC60 /* SdBlockIo.h */, + A57164FB2359689F000CEC60 /* SdDxe.h */, + A57164FC2359689F000CEC60 /* SdDxeExtra.uni */, + A57164FD2359689F000CEC60 /* SdDiskInfo.c */, ); path = SdDxe; sourceTree = ""; }; - A571B7EF232052D5003BC0AA /* EmmcDxe */ = { + A57164FE2359689F000CEC60 /* 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 */, + A57164FF2359689F000CEC60 /* EmmcDxe.h */, + A57165002359689F000CEC60 /* EmmcDiskInfo.h */, + A57165012359689F000CEC60 /* EmmcDxe.uni */, + A57165022359689F000CEC60 /* EmmcBlockIo.c */, + A57165032359689F000CEC60 /* ComponentName.c */, + A57165042359689F000CEC60 /* EmmcDxe.inf */, + A57165052359689F000CEC60 /* EmmcDxe.c */, + A57165062359689F000CEC60 /* EmmcDiskInfo.c */, + A57165072359689F000CEC60 /* EmmcBlockIo.h */, + A57165082359689F000CEC60 /* EmmcDxeExtra.uni */, ); path = EmmcDxe; sourceTree = ""; }; - A571B7FA232052D5003BC0AA /* Pci */ = { + A57165092359689F000CEC60 /* 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 */, + A571650A2359689F000CEC60 /* IdeBusPei */, + A57165102359689F000CEC60 /* SdMmcPciHcDxe */, + A571651B2359689F000CEC60 /* IncompatiblePciDeviceSupportDxe */, + A57165202359689F000CEC60 /* PciBusDxe */, + A57165402359689F000CEC60 /* XhciPei */, + A571654C2359689F000CEC60 /* EhciPei */, + A571655A2359689F000CEC60 /* UfsPciHcDxe */, + A57165612359689F000CEC60 /* UhciDxe */, + A57165732359689F000CEC60 /* NvmExpressPei */, + A57165842359689F000CEC60 /* SdMmcPciHcPei */, + A571658A2359689F000CEC60 /* SataControllerDxe */, + A57165912359689F000CEC60 /* PciSioSerialDxe */, + A57165992359689F000CEC60 /* PciHostBridgeDxe */, + A57165A02359689F000CEC60 /* XhciDxe */, + A57165AE2359689F000CEC60 /* UhciPei */, + A57165B52359689F000CEC60 /* NvmExpressDxe */, + A57165C32359689F000CEC60 /* NonDiscoverablePciDeviceDxe */, + A57165C92359689F000CEC60 /* EhciDxe */, + A57165DB2359689F000CEC60 /* UfsPciHcPei */, ); path = Pci; sourceTree = ""; }; - A571B7FB232052D5003BC0AA /* IdeBusPei */ = { + A571650A2359689F000CEC60 /* IdeBusPei */ = { isa = PBXGroup; children = ( - A571B7FC232052D5003BC0AA /* AtapiPeim.h */, - A571B7FD232052D5003BC0AA /* IdeBusPei.uni */, - A571B7FE232052D5003BC0AA /* IdeBusPeiExtra.uni */, - A571B7FF232052D5003BC0AA /* IdeBusPei.inf */, - A571B800232052D5003BC0AA /* AtapiPeim.c */, + A571650B2359689F000CEC60 /* AtapiPeim.h */, + A571650C2359689F000CEC60 /* IdeBusPei.uni */, + A571650D2359689F000CEC60 /* IdeBusPeiExtra.uni */, + A571650E2359689F000CEC60 /* IdeBusPei.inf */, + A571650F2359689F000CEC60 /* AtapiPeim.c */, ); path = IdeBusPei; sourceTree = ""; }; - A571B801232052D5003BC0AA /* SdMmcPciHcDxe */ = { + A57165102359689F000CEC60 /* 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 */, + A57165112359689F000CEC60 /* SdMmcPciHci.c */, + A57165122359689F000CEC60 /* SdMmcPciHcDxeExtra.uni */, + A57165132359689F000CEC60 /* SdDevice.c */, + A57165142359689F000CEC60 /* ComponentName.c */, + A57165152359689F000CEC60 /* SdMmcPciHcDxe.h */, + A57165162359689F000CEC60 /* SdMmcPciHci.h */, + A57165172359689F000CEC60 /* EmmcDevice.c */, + A57165182359689F000CEC60 /* SdMmcPciHcDxe.inf */, + A57165192359689F000CEC60 /* SdMmcPciHcDxe.uni */, + A571651A2359689F000CEC60 /* SdMmcPciHcDxe.c */, ); path = SdMmcPciHcDxe; sourceTree = ""; }; - A571B80C232052D5003BC0AA /* IncompatiblePciDeviceSupportDxe */ = { + A571651B2359689F000CEC60 /* IncompatiblePciDeviceSupportDxe */ = { isa = PBXGroup; children = ( - A571B80D232052D5003BC0AA /* IncompatiblePciDeviceSupportDxe.inf */, - A571B80E232052D5003BC0AA /* IncompatiblePciDeviceSupportExtra.uni */, - A571B80F232052D5003BC0AA /* IncompatiblePciDeviceSupport.uni */, - A571B810232052D5003BC0AA /* IncompatiblePciDeviceSupport.c */, + A571651C2359689F000CEC60 /* IncompatiblePciDeviceSupportDxe.inf */, + A571651D2359689F000CEC60 /* IncompatiblePciDeviceSupportExtra.uni */, + A571651E2359689F000CEC60 /* IncompatiblePciDeviceSupport.uni */, + A571651F2359689F000CEC60 /* IncompatiblePciDeviceSupport.c */, ); path = IncompatiblePciDeviceSupportDxe; sourceTree = ""; }; - A571B811232052D5003BC0AA /* PciBusDxe */ = { + A57165202359689F000CEC60 /* 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 */, + A57165212359689F000CEC60 /* PciEnumerator.c */, + A57165222359689F000CEC60 /* PciDriverOverride.c */, + A57165232359689F000CEC60 /* PciResourceSupport.c */, + A57165242359689F000CEC60 /* PciDeviceSupport.c */, + A57165252359689F000CEC60 /* PciIo.c */, + A57165262359689F000CEC60 /* PciCommand.c */, + A57165272359689F000CEC60 /* PciHotPlugSupport.c */, + A57165282359689F000CEC60 /* PciOptionRomSupport.h */, + A57165292359689F000CEC60 /* PciRomTable.h */, + A571652A2359689F000CEC60 /* PciEnumeratorSupport.c */, + A571652B2359689F000CEC60 /* PciLib.h */, + A571652C2359689F000CEC60 /* PciBusDxeExtra.uni */, + A571652D2359689F000CEC60 /* ComponentName.c */, + A571652E2359689F000CEC60 /* PciBus.c */, + A571652F2359689F000CEC60 /* PciPowerManagement.c */, + A57165302359689F000CEC60 /* PciResourceSupport.h */, + A57165312359689F000CEC60 /* PciDriverOverride.h */, + A57165322359689F000CEC60 /* PciEnumerator.h */, + A57165332359689F000CEC60 /* PciCommand.h */, + A57165342359689F000CEC60 /* PciIo.h */, + A57165352359689F000CEC60 /* PciDeviceSupport.h */, + A57165362359689F000CEC60 /* PciRomTable.c */, + A57165372359689F000CEC60 /* PciBusDxe.inf */, + A57165382359689F000CEC60 /* PciOptionRomSupport.c */, + A57165392359689F000CEC60 /* PciHotPlugSupport.h */, + A571653A2359689F000CEC60 /* PciPowerManagement.h */, + A571653B2359689F000CEC60 /* PciBus.h */, + A571653C2359689F000CEC60 /* ComponentName.h */, + A571653D2359689F000CEC60 /* PciBusDxe.uni */, + A571653E2359689F000CEC60 /* PciEnumeratorSupport.h */, + A571653F2359689F000CEC60 /* PciLib.c */, ); path = PciBusDxe; sourceTree = ""; }; - A571B831232052D5003BC0AA /* XhciPei */ = { + A57165402359689F000CEC60 /* 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 */, + A57165412359689F000CEC60 /* XhciSched.h */, + A57165422359689F000CEC60 /* XhciPei.inf */, + A57165432359689F000CEC60 /* XhcPeim.h */, + A57165442359689F000CEC60 /* XhciPei.uni */, + A57165452359689F000CEC60 /* UsbHcMem.h */, + A57165462359689F000CEC60 /* XhciSched.c */, + A57165472359689F000CEC60 /* DmaMem.c */, + A57165482359689F000CEC60 /* XhciPeiExtra.uni */, + A57165492359689F000CEC60 /* UsbHcMem.c */, + A571654A2359689F000CEC60 /* XhciReg.h */, + A571654B2359689F000CEC60 /* XhcPeim.c */, ); path = XhciPei; sourceTree = ""; }; - A571B83D232052D5003BC0AA /* EhciPei */ = { + A571654C2359689F000CEC60 /* 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 */, + A571654D2359689F000CEC60 /* EhciPeiExtra.uni */, + A571654E2359689F000CEC60 /* EhciUrb.h */, + A571654F2359689F000CEC60 /* EhcPeim.h */, + A57165502359689F000CEC60 /* UsbHcMem.h */, + A57165512359689F000CEC60 /* EhciSched.c */, + A57165522359689F000CEC60 /* EhciPei.uni */, + A57165532359689F000CEC60 /* EhciPei.inf */, + A57165542359689F000CEC60 /* DmaMem.c */, + A57165552359689F000CEC60 /* EhciReg.h */, + A57165562359689F000CEC60 /* EhcPeim.c */, + A57165572359689F000CEC60 /* EhciUrb.c */, + A57165582359689F000CEC60 /* EhciSched.h */, + A57165592359689F000CEC60 /* UsbHcMem.c */, ); path = EhciPei; sourceTree = ""; }; - A571B84B232052D5003BC0AA /* UfsPciHcDxe */ = { + A571655A2359689F000CEC60 /* UfsPciHcDxe */ = { isa = PBXGroup; children = ( - A571B84C232052D5003BC0AA /* UfsPciHcDxeExtra.uni */, - A571B84D232052D5003BC0AA /* ComponentName.c */, - A571B84E232052D5003BC0AA /* UfsPciHcDxe.c */, - A571B84F232052D5003BC0AA /* UfsPciHcDxe.uni */, - A571B850232052D5003BC0AA /* UfsPciHcDxe.h */, - A571B851232052D5003BC0AA /* UfsPciHcDxe.inf */, + A571655B2359689F000CEC60 /* UfsPciHcDxeExtra.uni */, + A571655C2359689F000CEC60 /* ComponentName.c */, + A571655D2359689F000CEC60 /* UfsPciHcDxe.c */, + A571655E2359689F000CEC60 /* UfsPciHcDxe.uni */, + A571655F2359689F000CEC60 /* UfsPciHcDxe.h */, + A57165602359689F000CEC60 /* UfsPciHcDxe.inf */, ); path = UfsPciHcDxe; sourceTree = ""; }; - A571B852232052D5003BC0AA /* UhciDxe */ = { + A57165612359689F000CEC60 /* 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 */, + A57165622359689F000CEC60 /* UhciSched.h */, + A57165632359689F000CEC60 /* UhciReg.h */, + A57165642359689F000CEC60 /* UhciDebug.c */, + A57165652359689F000CEC60 /* UhciQueue.h */, + A57165662359689F000CEC60 /* Uhci.c */, + A57165672359689F000CEC60 /* UhciDxeExtra.uni */, + A57165682359689F000CEC60 /* ComponentName.c */, + A57165692359689F000CEC60 /* UsbHcMem.h */, + A571656A2359689F000CEC60 /* UhciSched.c */, + A571656B2359689F000CEC60 /* UhciDxe.inf */, + A571656C2359689F000CEC60 /* UhciDebug.h */, + A571656D2359689F000CEC60 /* UhciReg.c */, + A571656E2359689F000CEC60 /* UhciDxe.uni */, + A571656F2359689F000CEC60 /* UhciQueue.c */, + A57165702359689F000CEC60 /* UsbHcMem.c */, + A57165712359689F000CEC60 /* Uhci.h */, + A57165722359689F000CEC60 /* ComponentName.h */, ); path = UhciDxe; sourceTree = ""; }; - A571B864232052D5003BC0AA /* NvmExpressPei */ = { + A57165732359689F000CEC60 /* 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 */, + A57165742359689F000CEC60 /* DevicePath.c */, + A57165752359689F000CEC60 /* NvmExpressPeiHci.h */, + A57165762359689F000CEC60 /* NvmExpressPeiStorageSecurity.h */, + A57165772359689F000CEC60 /* NvmExpressPei.c */, + A57165782359689F000CEC60 /* NvmExpressPeiBlockIo.c */, + A57165792359689F000CEC60 /* NvmExpressPeiExtra.uni */, + A571657A2359689F000CEC60 /* NvmExpressPeiPassThru.h */, + A571657B2359689F000CEC60 /* NvmExpressPeiS3.c */, + A571657C2359689F000CEC60 /* NvmExpressPeiStorageSecurity.c */, + A571657D2359689F000CEC60 /* NvmExpressPei.h */, + A571657E2359689F000CEC60 /* NvmExpressPei.inf */, + A571657F2359689F000CEC60 /* NvmExpressPeiHci.c */, + A57165802359689F000CEC60 /* NvmExpressPei.uni */, + A57165812359689F000CEC60 /* NvmExpressPeiBlockIo.h */, + A57165822359689F000CEC60 /* DmaMem.c */, + A57165832359689F000CEC60 /* NvmExpressPeiPassThru.c */, ); path = NvmExpressPei; sourceTree = ""; }; - A571B875232052D5003BC0AA /* SdMmcPciHcPei */ = { + A57165842359689F000CEC60 /* SdMmcPciHcPei */ = { isa = PBXGroup; children = ( - A571B876232052D5003BC0AA /* SdMmcPciHcPei.inf */, - A571B877232052D5003BC0AA /* SdMmcPciHcPei.c */, - A571B878232052D5003BC0AA /* SdMmcPciHcPei.uni */, - A571B879232052D5003BC0AA /* SdMmcPciHcPeiExtra.uni */, - A571B87A232052D5003BC0AA /* SdMmcPciHcPei.h */, + A57165852359689F000CEC60 /* SdMmcPciHcPei.inf */, + A57165862359689F000CEC60 /* SdMmcPciHcPei.c */, + A57165872359689F000CEC60 /* SdMmcPciHcPei.uni */, + A57165882359689F000CEC60 /* SdMmcPciHcPeiExtra.uni */, + A57165892359689F000CEC60 /* SdMmcPciHcPei.h */, ); path = SdMmcPciHcPei; sourceTree = ""; }; - A571B87B232052D5003BC0AA /* SataControllerDxe */ = { + A571658A2359689F000CEC60 /* SataControllerDxe */ = { isa = PBXGroup; children = ( - A571B87C232052D5003BC0AA /* SataController.c */, - A571B87D232052D5003BC0AA /* SataControllerDxe.uni */, - A571B87E232052D5003BC0AA /* SataControllerDxeExtra.uni */, - A571B87F232052D5003BC0AA /* ComponentName.c */, - A571B880232052D5003BC0AA /* SataControllerDxe.inf */, - A571B881232052D5003BC0AA /* SataController.h */, + A571658B2359689F000CEC60 /* SataController.c */, + A571658C2359689F000CEC60 /* SataControllerDxe.uni */, + A571658D2359689F000CEC60 /* SataControllerDxeExtra.uni */, + A571658E2359689F000CEC60 /* ComponentName.c */, + A571658F2359689F000CEC60 /* SataControllerDxe.inf */, + A57165902359689F000CEC60 /* SataController.h */, ); path = SataControllerDxe; sourceTree = ""; }; - A571B882232052D5003BC0AA /* PciSioSerialDxe */ = { + A57165912359689F000CEC60 /* 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 */, + A57165922359689F000CEC60 /* PciSioSerialDxe.inf */, + A57165932359689F000CEC60 /* Serial.c */, + A57165942359689F000CEC60 /* SerialIo.c */, + A57165952359689F000CEC60 /* PciSioSerialDxe.uni */, + A57165962359689F000CEC60 /* PciSioSerialDxeExtra.uni */, + A57165972359689F000CEC60 /* ComponentName.c */, + A57165982359689F000CEC60 /* Serial.h */, ); path = PciSioSerialDxe; sourceTree = ""; }; - A571B88A232052D5003BC0AA /* PciHostBridgeDxe */ = { + A57165992359689F000CEC60 /* PciHostBridgeDxe */ = { isa = PBXGroup; children = ( - A571B88B232052D5003BC0AA /* PciRootBridgeIo.c */, - A571B88C232052D5003BC0AA /* PciHostResource.h */, - A571B88D232052D5003BC0AA /* PciHostBridge.h */, - A571B88E232052D5003BC0AA /* PciRootBridge.h */, - A571B88F232052D5003BC0AA /* PciHostBridgeDxe.inf */, - A571B890232052D5003BC0AA /* PciHostBridge.c */, + A571659A2359689F000CEC60 /* PciRootBridgeIo.c */, + A571659B2359689F000CEC60 /* PciHostResource.h */, + A571659C2359689F000CEC60 /* PciHostBridge.h */, + A571659D2359689F000CEC60 /* PciRootBridge.h */, + A571659E2359689F000CEC60 /* PciHostBridgeDxe.inf */, + A571659F2359689F000CEC60 /* PciHostBridge.c */, ); path = PciHostBridgeDxe; sourceTree = ""; }; - A571B891232052D5003BC0AA /* XhciDxe */ = { + A57165A02359689F000CEC60 /* 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 */, + A57165A12359689F000CEC60 /* XhciDxeExtra.uni */, + A57165A22359689F000CEC60 /* XhciSched.h */, + A57165A32359689F000CEC60 /* Xhci.c */, + A57165A42359689F000CEC60 /* XhciReg.c */, + A57165A52359689F000CEC60 /* ComponentName.c */, + A57165A62359689F000CEC60 /* UsbHcMem.h */, + A57165A72359689F000CEC60 /* XhciSched.c */, + A57165A82359689F000CEC60 /* XhciDxe.inf */, + A57165A92359689F000CEC60 /* XhciDxe.uni */, + A57165AA2359689F000CEC60 /* Xhci.h */, + A57165AB2359689F000CEC60 /* UsbHcMem.c */, + A57165AC2359689F000CEC60 /* ComponentName.h */, + A57165AD2359689F000CEC60 /* XhciReg.h */, ); path = XhciDxe; sourceTree = ""; }; - A571B89F232052D5003BC0AA /* UhciPei */ = { + A57165AE2359689F000CEC60 /* UhciPei */ = { isa = PBXGroup; children = ( - A571B8A0232052D5003BC0AA /* UhcPeim.c */, - A571B8A1232052D5003BC0AA /* UhciPei.inf */, - A571B8A2232052D5003BC0AA /* UhciPei.uni */, - A571B8A3232052D5003BC0AA /* UhciPeiExtra.uni */, - A571B8A4232052D5003BC0AA /* UhcPeim.h */, - A571B8A5232052D5003BC0AA /* DmaMem.c */, + A57165AF2359689F000CEC60 /* UhcPeim.c */, + A57165B02359689F000CEC60 /* UhciPei.inf */, + A57165B12359689F000CEC60 /* UhciPei.uni */, + A57165B22359689F000CEC60 /* UhciPeiExtra.uni */, + A57165B32359689F000CEC60 /* UhcPeim.h */, + A57165B42359689F000CEC60 /* DmaMem.c */, ); path = UhciPei; sourceTree = ""; }; - A571B8A6232052D5003BC0AA /* NvmExpressDxe */ = { + A57165B52359689F000CEC60 /* 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 */, + A57165B62359689F000CEC60 /* NvmExpressHci.c */, + A57165B72359689F000CEC60 /* NvmExpressPassthru.c */, + A57165B82359689F000CEC60 /* NvmExpressBlockIo.c */, + A57165B92359689F000CEC60 /* NvmExpressDxe.inf */, + A57165BA2359689F000CEC60 /* NvmExpressDxe.uni */, + A57165BB2359689F000CEC60 /* NvmExpress.c */, + A57165BC2359689F000CEC60 /* NvmExpressDiskInfo.h */, + A57165BD2359689F000CEC60 /* ComponentName.c */, + A57165BE2359689F000CEC60 /* NvmExpressBlockIo.h */, + A57165BF2359689F000CEC60 /* NvmExpressHci.h */, + A57165C02359689F000CEC60 /* NvmExpressDxeExtra.uni */, + A57165C12359689F000CEC60 /* NvmExpressDiskInfo.c */, + A57165C22359689F000CEC60 /* NvmExpress.h */, ); path = NvmExpressDxe; sourceTree = ""; }; - A571B8B4232052D5003BC0AA /* NonDiscoverablePciDeviceDxe */ = { + A57165C32359689F000CEC60 /* NonDiscoverablePciDeviceDxe */ = { isa = PBXGroup; children = ( - A571B8B5232052D5003BC0AA /* NonDiscoverablePciDeviceDxe.inf */, - A571B8B6232052D5003BC0AA /* NonDiscoverablePciDeviceIo.c */, - A571B8B7232052D5003BC0AA /* ComponentName.c */, - A571B8B8232052D5003BC0AA /* NonDiscoverablePciDeviceDxe.c */, - A571B8B9232052D5003BC0AA /* NonDiscoverablePciDeviceIo.h */, + A57165C42359689F000CEC60 /* NonDiscoverablePciDeviceDxe.inf */, + A57165C52359689F000CEC60 /* NonDiscoverablePciDeviceIo.c */, + A57165C62359689F000CEC60 /* ComponentName.c */, + A57165C72359689F000CEC60 /* NonDiscoverablePciDeviceDxe.c */, + A57165C82359689F000CEC60 /* NonDiscoverablePciDeviceIo.h */, ); path = NonDiscoverablePciDeviceDxe; sourceTree = ""; }; - A571B8BA232052D5003BC0AA /* EhciDxe */ = { + A57165C92359689F000CEC60 /* 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 */, + A57165CA2359689F000CEC60 /* EhciReg.c */, + A57165CB2359689F000CEC60 /* EhciUrb.h */, + A57165CC2359689F000CEC60 /* EhciDebug.h */, + A57165CD2359689F000CEC60 /* EhciDxe.uni */, + A57165CE2359689F000CEC60 /* Ehci.h */, + A57165CF2359689F000CEC60 /* ComponentName.c */, + A57165D02359689F000CEC60 /* EhciDxe.inf */, + A57165D12359689F000CEC60 /* UsbHcMem.h */, + A57165D22359689F000CEC60 /* EhciSched.c */, + A57165D32359689F000CEC60 /* EhciDxeExtra.uni */, + A57165D42359689F000CEC60 /* Ehci.c */, + A57165D52359689F000CEC60 /* EhciDebug.c */, + A57165D62359689F000CEC60 /* EhciReg.h */, + A57165D72359689F000CEC60 /* EhciUrb.c */, + A57165D82359689F000CEC60 /* EhciSched.h */, + A57165D92359689F000CEC60 /* UsbHcMem.c */, + A57165DA2359689F000CEC60 /* ComponentName.h */, ); path = EhciDxe; sourceTree = ""; }; - A571B8CC232052D5003BC0AA /* UfsPciHcPei */ = { + A57165DB2359689F000CEC60 /* UfsPciHcPei */ = { isa = PBXGroup; children = ( - A571B8CD232052D6003BC0AA /* UfsPciHcPei.uni */, - A571B8CE232052D6003BC0AA /* UfsPciHcPei.inf */, - A571B8CF232052D6003BC0AA /* UfsPciHcPei.h */, - A571B8D0232052D6003BC0AA /* UfsPciHcPeiExtra.uni */, - A571B8D1232052D6003BC0AA /* UfsPciHcPei.c */, + A57165DC2359689F000CEC60 /* UfsPciHcPei.uni */, + A57165DD2359689F000CEC60 /* UfsPciHcPei.inf */, + A57165DE2359689F000CEC60 /* UfsPciHcPei.h */, + A57165DF2359689F000CEC60 /* UfsPciHcPeiExtra.uni */, + A57165E02359689F000CEC60 /* UfsPciHcPei.c */, ); path = UfsPciHcPei; sourceTree = ""; }; - A571B8D2232052D6003BC0AA /* Isa */ = { + A57165E12359689F000CEC60 /* Isa */ = { isa = PBXGroup; children = ( - A571B8D3232052D6003BC0AA /* IsaBusDxe */, - A571B8DB232052D6003BC0AA /* Ps2KeyboardDxe */, - A571B8E4232052D6003BC0AA /* Ps2MouseDxe */, + A57165E22359689F000CEC60 /* IsaBusDxe */, + A57165EA2359689F000CEC60 /* Ps2KeyboardDxe */, + A57165F32359689F000CEC60 /* Ps2MouseDxe */, ); path = Isa; sourceTree = ""; }; - A571B8D3232052D6003BC0AA /* IsaBusDxe */ = { + A57165E22359689F000CEC60 /* 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 */, + A57165E32359689F000CEC60 /* IsaBusDxeExtra.uni */, + A57165E42359689F000CEC60 /* ComponentName.c */, + A57165E52359689F000CEC60 /* IsaBusDxe.h */, + A57165E62359689F000CEC60 /* IsaBusDxe.inf */, + A57165E72359689F000CEC60 /* IsaBusDxe.uni */, + A57165E82359689F000CEC60 /* IsaBusDxe.c */, + A57165E92359689F000CEC60 /* ComponentName.h */, ); path = IsaBusDxe; sourceTree = ""; }; - A571B8DB232052D6003BC0AA /* Ps2KeyboardDxe */ = { + A57165EA2359689F000CEC60 /* 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 */, + A57165EB2359689F000CEC60 /* Ps2KbdTextIn.c */, + A57165EC2359689F000CEC60 /* Ps2KeyboardDxeExtra.uni */, + A57165ED2359689F000CEC60 /* Ps2Keyboard.c */, + A57165EE2359689F000CEC60 /* Ps2KbdCtrller.c */, + A57165EF2359689F000CEC60 /* ComponentName.c */, + A57165F02359689F000CEC60 /* Ps2KeyboardDxe.inf */, + A57165F12359689F000CEC60 /* Ps2KeyboardDxe.uni */, + A57165F22359689F000CEC60 /* Ps2Keyboard.h */, ); path = Ps2KeyboardDxe; sourceTree = ""; }; - A571B8E4232052D6003BC0AA /* Ps2MouseDxe */ = { + A57165F32359689F000CEC60 /* 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 */, + A57165F42359689F000CEC60 /* Ps2Mouse.c */, + A57165F52359689F000CEC60 /* ComponentName.c */, + A57165F62359689F000CEC60 /* CommPs2.h */, + A57165F72359689F000CEC60 /* Ps2Mouse.h */, + A57165F82359689F000CEC60 /* Ps2MouseDxeExtra.uni */, + A57165F92359689F000CEC60 /* Ps2MouseDxe.inf */, + A57165FA2359689F000CEC60 /* CommPs2.c */, + A57165FB2359689F000CEC60 /* Ps2MouseDxe.uni */, ); path = Ps2MouseDxe; sourceTree = ""; }; - A571B8ED232052D6003BC0AA /* Scsi */ = { + A57165FC2359689F000CEC60 /* Scsi */ = { isa = PBXGroup; children = ( - A571B8EE232052D6003BC0AA /* ScsiDiskDxe */, - A571B8F5232052D6003BC0AA /* ScsiBusDxe */, + A57165FD2359689F000CEC60 /* ScsiDiskDxe */, + A57166042359689F000CEC60 /* ScsiBusDxe */, ); path = Scsi; sourceTree = ""; }; - A571B8EE232052D6003BC0AA /* ScsiDiskDxe */ = { + A57165FD2359689F000CEC60 /* ScsiDiskDxe */ = { isa = PBXGroup; children = ( - A571B8EF232052D6003BC0AA /* ScsiDiskDxe.inf */, - A571B8F0232052D6003BC0AA /* ScsiDisk.c */, - A571B8F1232052D6003BC0AA /* ComponentName.c */, - A571B8F2232052D6003BC0AA /* ScsiDisk.uni */, - A571B8F3232052D6003BC0AA /* ScsiDiskExtra.uni */, - A571B8F4232052D6003BC0AA /* ScsiDisk.h */, + A57165FE2359689F000CEC60 /* ScsiDiskDxe.inf */, + A57165FF2359689F000CEC60 /* ScsiDisk.c */, + A57166002359689F000CEC60 /* ComponentName.c */, + A57166012359689F000CEC60 /* ScsiDisk.uni */, + A57166022359689F000CEC60 /* ScsiDiskExtra.uni */, + A57166032359689F000CEC60 /* ScsiDisk.h */, ); path = ScsiDiskDxe; sourceTree = ""; }; - A571B8F5232052D6003BC0AA /* ScsiBusDxe */ = { + A57166042359689F000CEC60 /* ScsiBusDxe */ = { isa = PBXGroup; children = ( - A571B8F6232052D6003BC0AA /* ScsiBusExtra.uni */, - A571B8F7232052D6003BC0AA /* ScsiBus.c */, - A571B8F8232052D6003BC0AA /* ComponentName.c */, - A571B8F9232052D6003BC0AA /* ScsiBus.uni */, - A571B8FA232052D6003BC0AA /* ScsiBusDxe.inf */, - A571B8FB232052D6003BC0AA /* ScsiBus.h */, + A57166052359689F000CEC60 /* ScsiBusExtra.uni */, + A57166062359689F000CEC60 /* ScsiBus.c */, + A57166072359689F000CEC60 /* ComponentName.c */, + A57166082359689F000CEC60 /* ScsiBus.uni */, + A57166092359689F000CEC60 /* ScsiBusDxe.inf */, + A571660A2359689F000CEC60 /* ScsiBus.h */, ); path = ScsiBusDxe; sourceTree = ""; }; - A571B8FC232052D6003BC0AA /* Ufs */ = { + A571660B2359689F000CEC60 /* Ufs */ = { isa = PBXGroup; children = ( - A571B8FD232052D6003BC0AA /* UfsBlockIoPei */, - A571B908232052D6003BC0AA /* UfsPassThruDxe */, + A571660C2359689F000CEC60 /* UfsBlockIoPei */, + A57166172359689F000CEC60 /* UfsPassThruDxe */, ); path = Ufs; sourceTree = ""; }; - A571B8FD232052D6003BC0AA /* UfsBlockIoPei */ = { + A571660C2359689F000CEC60 /* 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 */, + A571660D2359689F000CEC60 /* UfsBlockIoPei.inf */, + A571660E2359689F000CEC60 /* UfsHcMem.c */, + A571660F2359689F000CEC60 /* UfsBlockIoPeiExtra.uni */, + A57166102359689F000CEC60 /* UfsHci.c */, + A57166112359689F000CEC60 /* UfsBlockIoPei.uni */, + A57166122359689F000CEC60 /* UfsBlockIoPei.c */, + A57166132359689F000CEC60 /* UfsHcMem.h */, + A57166142359689F000CEC60 /* UfsHci.h */, + A57166152359689F000CEC60 /* UfsBlockIoPei.h */, + A57166162359689F000CEC60 /* DmaMem.c */, ); path = UfsBlockIoPei; sourceTree = ""; }; - A571B908232052D6003BC0AA /* UfsPassThruDxe */ = { + A57166172359689F000CEC60 /* 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 */, + A57166182359689F000CEC60 /* UfsPassThru.uni */, + A57166192359689F000CEC60 /* UfsPassThruHci.c */, + A571661A2359689F000CEC60 /* UfsPassThru.h */, + A571661B2359689F000CEC60 /* ComponentName.c */, + A571661C2359689F000CEC60 /* UfsDevConfigProtocol.c */, + A571661D2359689F000CEC60 /* UfsPassThruHci.h */, + A571661E2359689F000CEC60 /* UfsPassThruDxe.inf */, + A571661F2359689F000CEC60 /* UfsPassThruExtra.uni */, + A57166202359689F000CEC60 /* UfsPassThru.c */, ); path = UfsPassThruDxe; sourceTree = ""; }; - A571B912232052D6003BC0AA /* I2c */ = { + A57166212359689F000CEC60 /* I2c */ = { isa = PBXGroup; children = ( - A571B913232052D6003BC0AA /* I2cDxe */, + A57166222359689F000CEC60 /* I2cDxe */, ); path = I2c; sourceTree = ""; }; - A571B913232052D6003BC0AA /* I2cDxe */ = { + A57166222359689F000CEC60 /* 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 */, + A57166232359689F000CEC60 /* I2cBusDxeExtra.uni */, + A57166242359689F000CEC60 /* I2cDxeExtra.uni */, + A57166252359689F000CEC60 /* I2cDxe.inf */, + A57166262359689F000CEC60 /* I2cBus.c */, + A57166272359689F000CEC60 /* I2cDxe.h */, + A57166282359689F000CEC60 /* I2cDxe.uni */, + A57166292359689F000CEC60 /* I2cHost.c */, + A571662A2359689F000CEC60 /* I2cBusDxe.uni */, + A571662B2359689F000CEC60 /* I2cBusDxe.inf */, + A571662C2359689F000CEC60 /* I2cHostDxe.inf */, + A571662D2359689F000CEC60 /* I2cHostDxeExtra.uni */, + A571662E2359689F000CEC60 /* I2cDxe.c */, + A571662F2359689F000CEC60 /* I2cHostDxe.uni */, ); path = I2cDxe; sourceTree = ""; }; - A571B921232052D6003BC0AA /* Usb */ = { + A57166302359689F000CEC60 /* Usb */ = { isa = PBXGroup; children = ( - A571B922232052D6003BC0AA /* UsbMouseDxe */, - A571B92A232052D6003BC0AA /* UsbMouseAbsolutePointerDxe */, - A571B932232052D6003BC0AA /* UsbBusDxe */, - A571B941232052D6003BC0AA /* UsbKbDxe */, - A571B94A232052D6003BC0AA /* UsbBusPei */, - A571B955232052D6003BC0AA /* UsbBotPei */, - A571B961232052D6003BC0AA /* UsbMassStorageDxe */, + A57166312359689F000CEC60 /* UsbMouseDxe */, + A57166392359689F000CEC60 /* UsbMouseAbsolutePointerDxe */, + A57166412359689F000CEC60 /* UsbBusDxe */, + A5716650235968A0000CEC60 /* UsbKbDxe */, + A5716659235968A0000CEC60 /* UsbBusPei */, + A5716664235968A0000CEC60 /* UsbBotPei */, + A5716670235968A0000CEC60 /* UsbMassStorageDxe */, ); path = Usb; sourceTree = ""; }; - A571B922232052D6003BC0AA /* UsbMouseDxe */ = { + A57166312359689F000CEC60 /* 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 */, + A57166322359689F000CEC60 /* UsbMouseDxeExtra.uni */, + A57166332359689F000CEC60 /* UsbMouse.h */, + A57166342359689F000CEC60 /* ComponentName.c */, + A57166352359689F000CEC60 /* UsbMouseDxe.inf */, + A57166362359689F000CEC60 /* UsbMouse.c */, + A57166372359689F000CEC60 /* MouseHid.c */, + A57166382359689F000CEC60 /* UsbMouseDxe.uni */, ); path = UsbMouseDxe; sourceTree = ""; }; - A571B92A232052D6003BC0AA /* UsbMouseAbsolutePointerDxe */ = { + A57166392359689F000CEC60 /* 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 */, + A571663A2359689F000CEC60 /* UsbMouseAbsolutePointerDxeExtra.uni */, + A571663B2359689F000CEC60 /* UsbMouseAbsolutePointer.c */, + A571663C2359689F000CEC60 /* UsbMouseAbsolutePointerDxe.inf */, + A571663D2359689F000CEC60 /* ComponentName.c */, + A571663E2359689F000CEC60 /* UsbMouseAbsolutePointerDxe.uni */, + A571663F2359689F000CEC60 /* UsbMouseAbsolutePointer.h */, + A57166402359689F000CEC60 /* MouseHid.c */, ); path = UsbMouseAbsolutePointerDxe; sourceTree = ""; }; - A571B932232052D6003BC0AA /* UsbBusDxe */ = { + A57166412359689F000CEC60 /* 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 */, + A57166422359689F000CEC60 /* UsbEnumer.h */, + A57166432359689F000CEC60 /* UsbBusDxe.uni */, + A57166442359689F000CEC60 /* UsbDesc.c */, + A57166452359689F000CEC60 /* UsbBusDxe.inf */, + A57166462359689F000CEC60 /* UsbHub.h */, + A57166472359689F000CEC60 /* UsbBus.c */, + A57166482359689F000CEC60 /* ComponentName.c */, + A57166492359689F000CEC60 /* UsbUtility.h */, + A571664A235968A0000CEC60 /* UsbEnumer.c */, + A571664B235968A0000CEC60 /* UsbBusDxeExtra.uni */, + A571664C235968A0000CEC60 /* UsbDesc.h */, + A571664D235968A0000CEC60 /* UsbHub.c */, + A571664E235968A0000CEC60 /* UsbUtility.c */, + A571664F235968A0000CEC60 /* UsbBus.h */, ); path = UsbBusDxe; sourceTree = ""; }; - A571B941232052D6003BC0AA /* UsbKbDxe */ = { + A5716650235968A0000CEC60 /* 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 */, + A5716651235968A0000CEC60 /* UsbKbDxeExtra.uni */, + A5716652235968A0000CEC60 /* KeyBoard.c */, + A5716653235968A0000CEC60 /* UsbKbDxe.inf */, + A5716654235968A0000CEC60 /* EfiKey.h */, + A5716655235968A0000CEC60 /* UsbKbDxe.uni */, + A5716656235968A0000CEC60 /* ComponentName.c */, + A5716657235968A0000CEC60 /* KeyBoard.h */, + A5716658235968A0000CEC60 /* EfiKey.c */, ); path = UsbKbDxe; sourceTree = ""; }; - A571B94A232052D6003BC0AA /* UsbBusPei */ = { + A5716659235968A0000CEC60 /* 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 */, + A571665A235968A0000CEC60 /* PeiUsbLib.c */, + A571665B235968A0000CEC60 /* HubPeim.h */, + A571665C235968A0000CEC60 /* UsbBusPeiExtra.uni */, + A571665D235968A0000CEC60 /* UsbPeim.h */, + A571665E235968A0000CEC60 /* UsbIoPeim.c */, + A571665F235968A0000CEC60 /* PeiUsbLib.h */, + A5716660235968A0000CEC60 /* HubPeim.c */, + A5716661235968A0000CEC60 /* UsbBusPei.uni */, + A5716662235968A0000CEC60 /* UsbPeim.c */, + A5716663235968A0000CEC60 /* UsbBusPei.inf */, ); path = UsbBusPei; sourceTree = ""; }; - A571B955232052D6003BC0AA /* UsbBotPei */ = { + A5716664235968A0000CEC60 /* 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 */, + A5716665235968A0000CEC60 /* PeiUsbLib.c */, + A5716666235968A0000CEC60 /* UsbBotPeiExtra.uni */, + A5716667235968A0000CEC60 /* UsbBotPeim.h */, + A5716668235968A0000CEC60 /* UsbPeim.h */, + A5716669235968A0000CEC60 /* BotPeim.c */, + A571666A235968A0000CEC60 /* UsbBotPei.inf */, + A571666B235968A0000CEC60 /* PeiUsbLib.h */, + A571666C235968A0000CEC60 /* PeiAtapi.c */, + A571666D235968A0000CEC60 /* UsbBotPei.uni */, + A571666E235968A0000CEC60 /* UsbBotPeim.c */, + A571666F235968A0000CEC60 /* BotPeim.h */, ); path = UsbBotPei; sourceTree = ""; }; - A571B961232052D6003BC0AA /* UsbMassStorageDxe */ = { + A5716670235968A0000CEC60 /* 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 */, + A5716671235968A0000CEC60 /* UsbMassDiskInfo.c */, + A5716672235968A0000CEC60 /* UsbMassCbi.h */, + A5716673235968A0000CEC60 /* UsbMassImpl.h */, + A5716674235968A0000CEC60 /* UsbMassBoot.c */, + A5716675235968A0000CEC60 /* UsbMassBot.h */, + A5716676235968A0000CEC60 /* UsbMassStorageDxe.uni */, + A5716677235968A0000CEC60 /* UsbMassStorageDxeExtra.uni */, + A5716678235968A0000CEC60 /* UsbMassStorageDxe.inf */, + A5716679235968A0000CEC60 /* ComponentName.c */, + A571667A235968A0000CEC60 /* UsbMassCbi.c */, + A571667B235968A0000CEC60 /* UsbMass.h */, + A571667C235968A0000CEC60 /* UsbMassImpl.c */, + A571667D235968A0000CEC60 /* UsbMassDiskInfo.h */, + A571667E235968A0000CEC60 /* UsbMassBoot.h */, + A571667F235968A0000CEC60 /* UsbMassBot.c */, ); path = UsbMassStorageDxe; sourceTree = ""; }; - A571B971232052D6003BC0AA /* Ata */ = { + A5716680235968A0000CEC60 /* Ata */ = { isa = PBXGroup; children = ( - A571B972232052D6003BC0AA /* AhciPei */, - A571B982232052D6003BC0AA /* AtaAtapiPassThru */, - A571B98D232052D6003BC0AA /* AtaBusDxe */, + A5716681235968A0000CEC60 /* AhciPei */, + A5716691235968A0000CEC60 /* AtaAtapiPassThru */, + A571669C235968A0000CEC60 /* AtaBusDxe */, ); path = Ata; sourceTree = ""; }; - A571B972232052D6003BC0AA /* AhciPei */ = { + A5716681235968A0000CEC60 /* 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 */, + A5716682235968A0000CEC60 /* DevicePath.c */, + A5716683235968A0000CEC60 /* AhciPei.inf */, + A5716684235968A0000CEC60 /* AhciPei.h */, + A5716685235968A0000CEC60 /* AhciPeiBlockIo.c */, + A5716686235968A0000CEC60 /* AhciPei.uni */, + A5716687235968A0000CEC60 /* AhciPeiPassThru.c */, + A5716688235968A0000CEC60 /* AhciPeiExtra.uni */, + A5716689235968A0000CEC60 /* AhciPeiStorageSecurity.c */, + A571668A235968A0000CEC60 /* AhciPeiBlockIo.h */, + A571668B235968A0000CEC60 /* AhciPei.c */, + A571668C235968A0000CEC60 /* AhciPeiPassThru.h */, + A571668D235968A0000CEC60 /* DmaMem.c */, + A571668E235968A0000CEC60 /* AhciPeiStorageSecurity.h */, + A571668F235968A0000CEC60 /* AhciMode.c */, + A5716690235968A0000CEC60 /* AhciPeiS3.c */, ); path = AhciPei; sourceTree = ""; }; - A571B982232052D6003BC0AA /* AtaAtapiPassThru */ = { + A5716691235968A0000CEC60 /* 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 */, + A5716692235968A0000CEC60 /* AtaAtapiPassThru.h */, + A5716693235968A0000CEC60 /* AhciMode.h */, + A5716694235968A0000CEC60 /* ComponentName.c */, + A5716695235968A0000CEC60 /* AtaAtapiPassThru.inf */, + A5716696235968A0000CEC60 /* IdeMode.c */, + A5716697235968A0000CEC60 /* AtaAtapiPassThruDxeExtra.uni */, + A5716698235968A0000CEC60 /* AtaAtapiPassThru.c */, + A5716699235968A0000CEC60 /* AtaAtapiPassThruDxe.uni */, + A571669A235968A0000CEC60 /* IdeMode.h */, + A571669B235968A0000CEC60 /* AhciMode.c */, ); path = AtaAtapiPassThru; sourceTree = ""; }; - A571B98D232052D6003BC0AA /* AtaBusDxe */ = { + A571669C235968A0000CEC60 /* 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 */, + A571669D235968A0000CEC60 /* AtaBusDxe.inf */, + A571669E235968A0000CEC60 /* AtaPassThruExecute.c */, + A571669F235968A0000CEC60 /* AtaBusDxe.uni */, + A57166A0235968A0000CEC60 /* ComponentName.c */, + A57166A1235968A0000CEC60 /* AtaBus.h */, + A57166A2235968A0000CEC60 /* AtaBusDxeExtra.uni */, + A57166A3235968A0000CEC60 /* AtaBus.c */, ); path = AtaBusDxe; sourceTree = ""; }; - A571B995232052D6003BC0AA /* Library */ = { + A57166A4235968A0000CEC60 /* 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 */, + A57166A5235968A0000CEC60 /* DxeCapsuleLibFmp */, + A57166B2235968A0000CEC60 /* SmmIpmiLibSmmIpmiProtocol */, + A57166B6235968A0000CEC60 /* OemHookStatusCodeLibNull */, + A57166BA235968A0000CEC60 /* DxeCrc32GuidedSectionExtractLib */, + A57166BE235968A0000CEC60 /* BootLogoLib */, + A57166C2235968A0000CEC60 /* LockBoxNullLib */, + A57166C6235968A0000CEC60 /* FmpAuthenticationLibNull */, + A57166CA235968A0000CEC60 /* PlatformVarCleanupLib */, + A57166D2235968A0000CEC60 /* PeiIpmiLibIpmiPpi */, + A57166D6235968A0000CEC60 /* LzmaCustomDecompressLib */, + A57166F2235968A0000CEC60 /* DeviceManagerUiLib */, + A57166F9235968A0000CEC60 /* BaseIpmiLibNull */, + A57166FD235968A0000CEC60 /* PeiCrc32GuidedSectionExtractLib */, + A5716701235968A0000CEC60 /* UefiBootManagerLib */, + A571670D235968A0000CEC60 /* DxeNetLib */, + A5716712235968A0000CEC60 /* FileExplorerLib */, + A571671A235968A0000CEC60 /* DxeIpmiLibIpmiProtocol */, + A571671E235968A0000CEC60 /* VarCheckLib */, + A5716722235968A0000CEC60 /* DisplayUpdateProgressLibGraphics */, + A5716726235968A0000CEC60 /* AuthVariableLibNull */, + A571672A235968A0000CEC60 /* SmmReportStatusCodeLib */, + A571672E235968A0000CEC60 /* PeiReportStatusCodeLib */, + A5716732235968A0000CEC60 /* PeiPerformanceLib */, + A5716736235968A0000CEC60 /* SmmLockBoxLib */, + A5716741235968A0000CEC60 /* DxePerformanceLib */, + A5716745235968A0000CEC60 /* SmmMemoryAllocationProfileLib */, + A571674A235968A0000CEC60 /* PlatformBootManagerLibNull */, + A571674E235968A0000CEC60 /* DxeFileExplorerProtocol */, + A5716752235968A0000CEC60 /* PiDxeS3BootScriptLib */, + A5716759235968A0000CEC60 /* DxeHttpLib */, + A571675E235968A0000CEC60 /* BasePlatformHookLibNull */, + A5716762235968A0000CEC60 /* BaseResetSystemLibNull */, + A5716766235968A0000CEC60 /* NonDiscoverableDeviceRegistrationLib */, + A5716769235968A0000CEC60 /* FrameBufferBltLib */, + A571676C235968A0000CEC60 /* PciHostBridgeLibNull */, + A5716770235968A0000CEC60 /* PeiDxeDebugLibReportStatusCode */, + A5716774235968A0000CEC60 /* TpmMeasurementLibNull */, + A5716778235968A0000CEC60 /* PeiDebugPrintHobLib */, + A571677C235968A0000CEC60 /* RuntimeDxeReportStatusCodeLib */, + A5716780235968A0000CEC60 /* UefiSortLib */, + A5716784235968A0000CEC60 /* VarCheckHiiLib */, + A571678E235968A0000CEC60 /* BaseMemoryAllocationLibNull */, + A5716792235968A0000CEC60 /* DisplayUpdateProgressLibText */, + A5716796235968A0000CEC60 /* CustomizedDisplayLib */, + A571679E235968A0000CEC60 /* SmmCorePlatformHookLibNull */, + A57167A2235968A0000CEC60 /* DebugAgentLibNull */, + A57167A6235968A0000CEC60 /* UefiHiiServicesLib */, + A57167AA235968A0000CEC60 /* BootMaintenanceManagerUiLib */, + A57167BC235968A0000CEC60 /* PlatformHookLibSerialPortPpi */, + A57167C0235968A0000CEC60 /* BaseSerialPortLib16550 */, + A57167C4235968A0000CEC60 /* BaseHobLibNull */, + A57167C8235968A0000CEC60 /* SmmPerformanceLib */, + A57167CC235968A0000CEC60 /* DxeCapsuleLibNull */, + A57167D0235968A0000CEC60 /* DxeDebugPrintErrorLevelLib */, + A57167D4235968A0000CEC60 /* PiSmmCoreSmmServicesTableLib */, + A57167D8235968A0000CEC60 /* BrotliCustomDecompressLib */, + A57167F9235968A0000CEC60 /* ResetUtilityLib */, + A57167FC235968A0000CEC60 /* SmmCorePerformanceLib */, + A5716801235968A0000CEC60 /* UefiMemoryAllocationProfileLib */, + A5716806235968A0000CEC60 /* PeiDebugLibDebugPpi */, + A5716809235968A0000CEC60 /* SmmSmiHandlerProfileLib */, + A571680D235968A0000CEC60 /* DxeReportStatusCodeLib */, + A5716811235968A0000CEC60 /* VarCheckUefiLib */, + A5716815235968A0000CEC60 /* RuntimeResetSystemLib */, + A5716819235968A0000CEC60 /* VarCheckPcdLib */, + A571681E235968A0000CEC60 /* DxeSecurityManagementLib */, + A5716822235968A0000CEC60 /* PiSmmCoreMemoryAllocationLib */, + A571682C235968A0000CEC60 /* DxePrintLibPrint2Protocol */, + A5716830235968A0000CEC60 /* DxeCoreMemoryAllocationLib */, + A571683A235968A0000CEC60 /* BootManagerUiLib */, + A5716841235968A0000CEC60 /* BaseBmpSupportLib */, + A5716845235968A0000CEC60 /* CpuExceptionHandlerLibNull */, + A5716849235968A0000CEC60 /* UefiHiiLib */, + A5716850235968A0000CEC60 /* BaseSortLib */, + A5716854235968A0000CEC60 /* DxeCorePerformanceLib */, + A5716859235968A0000CEC60 /* DxeResetSystemLib */, + A571685D235968A0000CEC60 /* PeiResetSystemLib */, ); path = Library; sourceTree = ""; }; - A571B996232052D6003BC0AA /* DxeCapsuleLibFmp */ = { + A57166A5235968A0000CEC60 /* 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 */, + A57166A6235968A0000CEC60 /* DxeCapsuleRuntime.c */, + A57166A7235968A0000CEC60 /* CapsuleOnDisk.c */, + A57166A8235968A0000CEC60 /* DxeCapsuleProcessLibNull.c */, + A57166A9235968A0000CEC60 /* DxeCapsuleReportLibNull.c */, + A57166AA235968A0000CEC60 /* DxeCapsuleProcessLib.c */, + A57166AB235968A0000CEC60 /* DxeCapsuleReportLib.c */, + A57166AC235968A0000CEC60 /* CapsuleOnDisk.h */, + A57166AD235968A0000CEC60 /* DxeRuntimeCapsuleLib.inf */, + A57166AE235968A0000CEC60 /* DxeCapsuleLib.uni */, + A57166AF235968A0000CEC60 /* DxeCapsuleLib.c */, + A57166B0235968A0000CEC60 /* DxeRuntimeCapsuleLib.uni */, + A57166B1235968A0000CEC60 /* DxeCapsuleLib.inf */, ); path = DxeCapsuleLibFmp; sourceTree = ""; }; - A571B9A3232052D6003BC0AA /* SmmIpmiLibSmmIpmiProtocol */ = { + A57166B2235968A0000CEC60 /* SmmIpmiLibSmmIpmiProtocol */ = { isa = PBXGroup; children = ( - A571B9A4232052D6003BC0AA /* SmmIpmiLibSmmIpmiProtocol.c */, - A571B9A5232052D6003BC0AA /* SmmIpmiLibSmmIpmiProtocol.inf */, - A571B9A6232052D6003BC0AA /* SmmIpmiLibSmmIpmiProtocol.uni */, + A57166B3235968A0000CEC60 /* SmmIpmiLibSmmIpmiProtocol.c */, + A57166B4235968A0000CEC60 /* SmmIpmiLibSmmIpmiProtocol.inf */, + A57166B5235968A0000CEC60 /* SmmIpmiLibSmmIpmiProtocol.uni */, ); path = SmmIpmiLibSmmIpmiProtocol; sourceTree = ""; }; - A571B9A7232052D6003BC0AA /* OemHookStatusCodeLibNull */ = { + A57166B6235968A0000CEC60 /* OemHookStatusCodeLibNull */ = { isa = PBXGroup; children = ( - A571B9A8232052D6003BC0AA /* OemHookStatusCodeLibNull.inf */, - A571B9A9232052D6003BC0AA /* OemHookStatusCodeLibNull.c */, - A571B9AA232052D6003BC0AA /* OemHookStatusCodeLibNull.uni */, + A57166B7235968A0000CEC60 /* OemHookStatusCodeLibNull.inf */, + A57166B8235968A0000CEC60 /* OemHookStatusCodeLibNull.c */, + A57166B9235968A0000CEC60 /* OemHookStatusCodeLibNull.uni */, ); path = OemHookStatusCodeLibNull; sourceTree = ""; }; - A571B9AB232052D6003BC0AA /* DxeCrc32GuidedSectionExtractLib */ = { + A57166BA235968A0000CEC60 /* DxeCrc32GuidedSectionExtractLib */ = { isa = PBXGroup; children = ( - A571B9AC232052D6003BC0AA /* DxeCrc32GuidedSectionExtractLib.c */, - A571B9AD232052D6003BC0AA /* DxeCrc32GuidedSectionExtractLib.inf */, - A571B9AE232052D6003BC0AA /* DxeCrc32GuidedSectionExtractLib.uni */, + A57166BB235968A0000CEC60 /* DxeCrc32GuidedSectionExtractLib.c */, + A57166BC235968A0000CEC60 /* DxeCrc32GuidedSectionExtractLib.inf */, + A57166BD235968A0000CEC60 /* DxeCrc32GuidedSectionExtractLib.uni */, ); path = DxeCrc32GuidedSectionExtractLib; sourceTree = ""; }; - A571B9AF232052D6003BC0AA /* BootLogoLib */ = { + A57166BE235968A0000CEC60 /* BootLogoLib */ = { isa = PBXGroup; children = ( - A571B9B0232052D6003BC0AA /* BootLogoLib.c */, - A571B9B1232052D6003BC0AA /* BootLogoLib.inf */, - A571B9B2232052D6003BC0AA /* BootLogoLib.uni */, + A57166BF235968A0000CEC60 /* BootLogoLib.c */, + A57166C0235968A0000CEC60 /* BootLogoLib.inf */, + A57166C1235968A0000CEC60 /* BootLogoLib.uni */, ); path = BootLogoLib; sourceTree = ""; }; - A571B9B3232052D6003BC0AA /* LockBoxNullLib */ = { + A57166C2235968A0000CEC60 /* LockBoxNullLib */ = { isa = PBXGroup; children = ( - A571B9B4232052D6003BC0AA /* LockBoxNullLib.inf */, - A571B9B5232052D6003BC0AA /* LockBoxNullLib.c */, - A571B9B6232052D6003BC0AA /* LockBoxNullLib.uni */, + A57166C3235968A0000CEC60 /* LockBoxNullLib.inf */, + A57166C4235968A0000CEC60 /* LockBoxNullLib.c */, + A57166C5235968A0000CEC60 /* LockBoxNullLib.uni */, ); path = LockBoxNullLib; sourceTree = ""; }; - A571B9B7232052D6003BC0AA /* FmpAuthenticationLibNull */ = { + A57166C6235968A0000CEC60 /* FmpAuthenticationLibNull */ = { isa = PBXGroup; children = ( - A571B9B8232052D6003BC0AA /* FmpAuthenticationLibNull.c */, - A571B9B9232052D6003BC0AA /* FmpAuthenticationLibNull.inf */, - A571B9BA232052D6003BC0AA /* FmpAuthenticationLibNull.uni */, + A57166C7235968A0000CEC60 /* FmpAuthenticationLibNull.c */, + A57166C8235968A0000CEC60 /* FmpAuthenticationLibNull.inf */, + A57166C9235968A0000CEC60 /* FmpAuthenticationLibNull.uni */, ); path = FmpAuthenticationLibNull; sourceTree = ""; }; - A571B9BB232052D6003BC0AA /* PlatformVarCleanupLib */ = { + A57166CA235968A0000CEC60 /* 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 */, + A57166CB235968A0000CEC60 /* PlatVarCleanup.vfr */, + A57166CC235968A0000CEC60 /* PlatVarCleanupLib.c */, + A57166CD235968A0000CEC60 /* PlatVarCleanup.h */, + A57166CE235968A0000CEC60 /* PlatformVarCleanupLib.inf */, + A57166CF235968A0000CEC60 /* PlatVarCleanupHii.h */, + A57166D0235968A0000CEC60 /* VfrStrings.uni */, + A57166D1235968A0000CEC60 /* PlatformVarCleanupLib.uni */, ); path = PlatformVarCleanupLib; sourceTree = ""; }; - A571B9C3232052D6003BC0AA /* PeiIpmiLibIpmiPpi */ = { + A57166D2235968A0000CEC60 /* PeiIpmiLibIpmiPpi */ = { isa = PBXGroup; children = ( - A571B9C4232052D6003BC0AA /* PeiIpmiLibIpmiPpi.c */, - A571B9C5232052D6003BC0AA /* PeiIpmiLibIpmiPpi.inf */, - A571B9C6232052D6003BC0AA /* PeiIpmiLibIpmiPpi.uni */, + A57166D3235968A0000CEC60 /* PeiIpmiLibIpmiPpi.c */, + A57166D4235968A0000CEC60 /* PeiIpmiLibIpmiPpi.inf */, + A57166D5235968A0000CEC60 /* PeiIpmiLibIpmiPpi.uni */, ); path = PeiIpmiLibIpmiPpi; sourceTree = ""; }; - A571B9C7232052D6003BC0AA /* LzmaCustomDecompressLib */ = { + A57166D6235968A0000CEC60 /* 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 */, + A57166D7235968A0000CEC60 /* LzmaArchCustomDecompressLib.inf */, + A57166D8235968A0000CEC60 /* F86GuidedSectionExtraction.c */, + A57166D9235968A0000CEC60 /* LzmaCustomDecompressLib.inf */, + A57166DA235968A0000CEC60 /* Sdk */, + A57166EB235968A0000CEC60 /* LzmaDecompressLibInternal.h */, + A57166EC235968A0000CEC60 /* LZMA-SDK-README.txt */, + A57166ED235968A0000CEC60 /* LzmaArchDecompressLib.uni */, + A57166EE235968A0000CEC60 /* LzmaDecompress.c */, + A57166EF235968A0000CEC60 /* LzmaDecompressLib.uni */, + A57166F0235968A0000CEC60 /* GuidedSectionExtraction.c */, + A57166F1235968A0000CEC60 /* UefiLzma.h */, ); path = LzmaCustomDecompressLib; sourceTree = ""; }; - A571B9CB232052D6003BC0AA /* Sdk */ = { + A57166DA235968A0000CEC60 /* Sdk */ = { isa = PBXGroup; children = ( - A571B9CC232052D6003BC0AA /* DOC */, - A571B9CF232052D6003BC0AA /* C */, + A57166DB235968A0000CEC60 /* DOC */, + A57166DE235968A0000CEC60 /* C */, ); path = Sdk; sourceTree = ""; }; - A571B9CC232052D6003BC0AA /* DOC */ = { + A57166DB235968A0000CEC60 /* DOC */ = { isa = PBXGroup; children = ( - A571B9CD232052D6003BC0AA /* lzma-sdk.txt */, - A571B9CE232052D6003BC0AA /* lzma-history.txt */, + A57166DC235968A0000CEC60 /* lzma-sdk.txt */, + A57166DD235968A0000CEC60 /* lzma-history.txt */, ); path = DOC; sourceTree = ""; }; - A571B9CF232052D6003BC0AA /* C */ = { + A57166DE235968A0000CEC60 /* 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 */, + A57166DF235968A0000CEC60 /* LzHash.h */, + A57166E0235968A0000CEC60 /* 7zTypes.h */, + A57166E1235968A0000CEC60 /* Compiler.h */, + A57166E2235968A0000CEC60 /* LzFind.c */, + A57166E3235968A0000CEC60 /* Precomp.h */, + A57166E4235968A0000CEC60 /* CpuArch.h */, + A57166E5235968A0000CEC60 /* Bra86.c */, + A57166E6235968A0000CEC60 /* LzmaDec.c */, + A57166E7235968A0000CEC60 /* LzFind.h */, + A57166E8235968A0000CEC60 /* 7zVersion.h */, + A57166E9235968A0000CEC60 /* Bra.h */, + A57166EA235968A0000CEC60 /* LzmaDec.h */, ); path = C; sourceTree = ""; }; - A571B9E3232052D6003BC0AA /* DeviceManagerUiLib */ = { + A57166F2235968A0000CEC60 /* DeviceManagerUiLib */ = { isa = PBXGroup; children = ( - A571B9E4232052D6003BC0AA /* DeviceManagerUiLib.uni */, - A571B9E5232052D6003BC0AA /* DeviceManagerStrings.uni */, - A571B9E6232052D6003BC0AA /* DeviceManagerUiLib.inf */, - A571B9E7232052D6003BC0AA /* DeviceManager.h */, - A571B9E8232052D6003BC0AA /* DeviceManagerVfr.Vfr */, - A571B9E9232052D6003BC0AA /* DeviceManager.c */, + A57166F3235968A0000CEC60 /* DeviceManagerUiLib.uni */, + A57166F4235968A0000CEC60 /* DeviceManagerStrings.uni */, + A57166F5235968A0000CEC60 /* DeviceManagerUiLib.inf */, + A57166F6235968A0000CEC60 /* DeviceManager.h */, + A57166F7235968A0000CEC60 /* DeviceManagerVfr.Vfr */, + A57166F8235968A0000CEC60 /* DeviceManager.c */, ); path = DeviceManagerUiLib; sourceTree = ""; }; - A571B9EA232052D6003BC0AA /* BaseIpmiLibNull */ = { + A57166F9235968A0000CEC60 /* BaseIpmiLibNull */ = { isa = PBXGroup; children = ( - A571B9EB232052D6003BC0AA /* BaseIpmiLibNull.c */, - A571B9EC232052D6003BC0AA /* BaseIpmiLibNull.inf */, - A571B9ED232052D6003BC0AA /* BaseIpmiLibNull.uni */, + A57166FA235968A0000CEC60 /* BaseIpmiLibNull.c */, + A57166FB235968A0000CEC60 /* BaseIpmiLibNull.inf */, + A57166FC235968A0000CEC60 /* BaseIpmiLibNull.uni */, ); path = BaseIpmiLibNull; sourceTree = ""; }; - A571B9EE232052D6003BC0AA /* PeiCrc32GuidedSectionExtractLib */ = { + A57166FD235968A0000CEC60 /* PeiCrc32GuidedSectionExtractLib */ = { isa = PBXGroup; children = ( - A571B9EF232052D6003BC0AA /* PeiCrc32GuidedSectionExtractLib.uni */, - A571B9F0232052D6003BC0AA /* PeiCrc32GuidedSectionExtractLib.inf */, - A571B9F1232052D6003BC0AA /* PeiCrc32GuidedSectionExtractLib.c */, + A57166FE235968A0000CEC60 /* PeiCrc32GuidedSectionExtractLib.uni */, + A57166FF235968A0000CEC60 /* PeiCrc32GuidedSectionExtractLib.inf */, + A5716700235968A0000CEC60 /* PeiCrc32GuidedSectionExtractLib.c */, ); path = PeiCrc32GuidedSectionExtractLib; sourceTree = ""; }; - A571B9F2232052D6003BC0AA /* UefiBootManagerLib */ = { + A5716701235968A0000CEC60 /* 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 */, + A5716702235968A0000CEC60 /* BmConnect.c */, + A5716703235968A0000CEC60 /* BmConsole.c */, + A5716704235968A0000CEC60 /* BmHotkey.c */, + A5716705235968A0000CEC60 /* InternalBm.h */, + A5716706235968A0000CEC60 /* UefiBootManagerLib.inf */, + A5716707235968A0000CEC60 /* BmLoadOption.c */, + A5716708235968A0000CEC60 /* BmBootDescription.c */, + A5716709235968A0000CEC60 /* UefiBootManagerLib.uni */, + A571670A235968A0000CEC60 /* BmDriverHealth.c */, + A571670B235968A0000CEC60 /* BmBoot.c */, + A571670C235968A0000CEC60 /* BmMisc.c */, ); path = UefiBootManagerLib; sourceTree = ""; }; - A571B9FE232052D6003BC0AA /* DxeNetLib */ = { + A571670D235968A0000CEC60 /* DxeNetLib */ = { isa = PBXGroup; children = ( - A571B9FF232052D6003BC0AA /* DxeNetLib.inf */, - A571BA00232052D6003BC0AA /* DxeNetLib.uni */, - A571BA01232052D6003BC0AA /* NetBuffer.c */, - A571BA02232052D6003BC0AA /* DxeNetLib.c */, + A571670E235968A0000CEC60 /* DxeNetLib.inf */, + A571670F235968A0000CEC60 /* DxeNetLib.uni */, + A5716710235968A0000CEC60 /* NetBuffer.c */, + A5716711235968A0000CEC60 /* DxeNetLib.c */, ); path = DxeNetLib; sourceTree = ""; }; - A571BA03232052D6003BC0AA /* FileExplorerLib */ = { + A5716712235968A0000CEC60 /* 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 */, + A5716713235968A0000CEC60 /* FileExplorer.h */, + A5716714235968A0000CEC60 /* FileExplorerString.uni */, + A5716715235968A0000CEC60 /* FormGuid.h */, + A5716716235968A0000CEC60 /* FileExplorer.c */, + A5716717235968A0000CEC60 /* FileExplorerVfr.vfr */, + A5716718235968A0000CEC60 /* FileExplorerLib.inf */, + A5716719235968A0000CEC60 /* FileExplorerLib.uni */, ); path = FileExplorerLib; sourceTree = ""; }; - A571BA0B232052D6003BC0AA /* DxeIpmiLibIpmiProtocol */ = { + A571671A235968A0000CEC60 /* DxeIpmiLibIpmiProtocol */ = { isa = PBXGroup; children = ( - A571BA0C232052D6003BC0AA /* DxeIpmiLibIpmiProtocol.uni */, - A571BA0D232052D6003BC0AA /* DxeIpmiLibIpmiProtocol.inf */, - A571BA0E232052D6003BC0AA /* DxeIpmiLibIpmiProtocol.c */, + A571671B235968A0000CEC60 /* DxeIpmiLibIpmiProtocol.uni */, + A571671C235968A0000CEC60 /* DxeIpmiLibIpmiProtocol.inf */, + A571671D235968A0000CEC60 /* DxeIpmiLibIpmiProtocol.c */, ); path = DxeIpmiLibIpmiProtocol; sourceTree = ""; }; - A571BA0F232052D6003BC0AA /* VarCheckLib */ = { + A571671E235968A0000CEC60 /* VarCheckLib */ = { isa = PBXGroup; children = ( - A571BA10232052D6003BC0AA /* VarCheckLib.c */, - A571BA11232052D6003BC0AA /* VarCheckLib.inf */, - A571BA12232052D6003BC0AA /* VarCheckLib.uni */, + A571671F235968A0000CEC60 /* VarCheckLib.c */, + A5716720235968A0000CEC60 /* VarCheckLib.inf */, + A5716721235968A0000CEC60 /* VarCheckLib.uni */, ); path = VarCheckLib; sourceTree = ""; }; - A571BA13232052D6003BC0AA /* DisplayUpdateProgressLibGraphics */ = { + A5716722235968A0000CEC60 /* DisplayUpdateProgressLibGraphics */ = { isa = PBXGroup; children = ( - A571BA14232052D6003BC0AA /* DisplayUpdateProgressLibGraphics.uni */, - A571BA15232052D6003BC0AA /* DisplayUpdateProgressLibGraphics.inf */, - A571BA16232052D6003BC0AA /* DisplayUpdateProgressLibGraphics.c */, + A5716723235968A0000CEC60 /* DisplayUpdateProgressLibGraphics.uni */, + A5716724235968A0000CEC60 /* DisplayUpdateProgressLibGraphics.inf */, + A5716725235968A0000CEC60 /* DisplayUpdateProgressLibGraphics.c */, ); path = DisplayUpdateProgressLibGraphics; sourceTree = ""; }; - A571BA17232052D6003BC0AA /* AuthVariableLibNull */ = { + A5716726235968A0000CEC60 /* AuthVariableLibNull */ = { isa = PBXGroup; children = ( - A571BA18232052D6003BC0AA /* AuthVariableLibNull.uni */, - A571BA19232052D6003BC0AA /* AuthVariableLibNull.inf */, - A571BA1A232052D6003BC0AA /* AuthVariableLibNull.c */, + A5716727235968A0000CEC60 /* AuthVariableLibNull.uni */, + A5716728235968A0000CEC60 /* AuthVariableLibNull.inf */, + A5716729235968A0000CEC60 /* AuthVariableLibNull.c */, ); path = AuthVariableLibNull; sourceTree = ""; }; - A571BA1B232052D6003BC0AA /* SmmReportStatusCodeLib */ = { + A571672A235968A0000CEC60 /* SmmReportStatusCodeLib */ = { isa = PBXGroup; children = ( - A571BA1C232052D6003BC0AA /* SmmReportStatusCodeLib.uni */, - A571BA1D232052D6003BC0AA /* ReportStatusCodeLib.c */, - A571BA1E232052D6003BC0AA /* SmmReportStatusCodeLib.inf */, + A571672B235968A0000CEC60 /* SmmReportStatusCodeLib.uni */, + A571672C235968A0000CEC60 /* ReportStatusCodeLib.c */, + A571672D235968A0000CEC60 /* SmmReportStatusCodeLib.inf */, ); path = SmmReportStatusCodeLib; sourceTree = ""; }; - A571BA1F232052D6003BC0AA /* PeiReportStatusCodeLib */ = { + A571672E235968A0000CEC60 /* PeiReportStatusCodeLib */ = { isa = PBXGroup; children = ( - A571BA20232052D6003BC0AA /* PeiReportStatusCodeLib.uni */, - A571BA21232052D6003BC0AA /* PeiReportStatusCodeLib.inf */, - A571BA22232052D6003BC0AA /* ReportStatusCodeLib.c */, + A571672F235968A0000CEC60 /* PeiReportStatusCodeLib.uni */, + A5716730235968A0000CEC60 /* PeiReportStatusCodeLib.inf */, + A5716731235968A0000CEC60 /* ReportStatusCodeLib.c */, ); path = PeiReportStatusCodeLib; sourceTree = ""; }; - A571BA23232052D6003BC0AA /* PeiPerformanceLib */ = { + A5716732235968A0000CEC60 /* PeiPerformanceLib */ = { isa = PBXGroup; children = ( - A571BA24232052D6003BC0AA /* PeiPerformanceLib.uni */, - A571BA25232052D6003BC0AA /* PeiPerformanceLib.c */, - A571BA26232052D6003BC0AA /* PeiPerformanceLib.inf */, + A5716733235968A0000CEC60 /* PeiPerformanceLib.uni */, + A5716734235968A0000CEC60 /* PeiPerformanceLib.c */, + A5716735235968A0000CEC60 /* PeiPerformanceLib.inf */, ); path = PeiPerformanceLib; sourceTree = ""; }; - A571BA27232052D6003BC0AA /* SmmLockBoxLib */ = { + A5716736235968A0000CEC60 /* 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 */, + A5716737235968A0000CEC60 /* SmmLockBoxSmmLib.c */, + A5716738235968A0000CEC60 /* SmmLockBoxPeiLib.uni */, + A5716739235968A0000CEC60 /* SmmLockBoxDxeLib.uni */, + A571673A235968A0000CEC60 /* SmmLockBoxPeiLib.inf */, + A571673B235968A0000CEC60 /* SmmLockBoxDxeLib.inf */, + A571673C235968A0000CEC60 /* SmmLockBoxSmmLib.inf */, + A571673D235968A0000CEC60 /* SmmLockBoxSmmLib.uni */, + A571673E235968A0000CEC60 /* SmmLockBoxPeiLib.c */, + A571673F235968A0000CEC60 /* SmmLockBoxLibPrivate.h */, + A5716740235968A0000CEC60 /* SmmLockBoxDxeLib.c */, ); path = SmmLockBoxLib; sourceTree = ""; }; - A571BA32232052D6003BC0AA /* DxePerformanceLib */ = { + A5716741235968A0000CEC60 /* DxePerformanceLib */ = { isa = PBXGroup; children = ( - A571BA33232052D6003BC0AA /* DxePerformanceLib.c */, - A571BA34232052D6003BC0AA /* DxePerformanceLib.uni */, - A571BA35232052D6003BC0AA /* DxePerformanceLib.inf */, + A5716742235968A0000CEC60 /* DxePerformanceLib.c */, + A5716743235968A0000CEC60 /* DxePerformanceLib.uni */, + A5716744235968A0000CEC60 /* DxePerformanceLib.inf */, ); path = DxePerformanceLib; sourceTree = ""; }; - A571BA36232052D6003BC0AA /* SmmMemoryAllocationProfileLib */ = { + A5716745235968A0000CEC60 /* SmmMemoryAllocationProfileLib */ = { isa = PBXGroup; children = ( - A571BA37232052D6003BC0AA /* SmmMemoryAllocationProfileLib.uni */, - A571BA38232052D6003BC0AA /* MemoryAllocationLib.c */, - A571BA39232052D6003BC0AA /* SmmMemoryAllocationProfileLib.inf */, - A571BA3A232052D6003BC0AA /* SmmMemoryProfileLib.c */, + A5716746235968A0000CEC60 /* SmmMemoryAllocationProfileLib.uni */, + A5716747235968A0000CEC60 /* MemoryAllocationLib.c */, + A5716748235968A0000CEC60 /* SmmMemoryAllocationProfileLib.inf */, + A5716749235968A0000CEC60 /* SmmMemoryProfileLib.c */, ); path = SmmMemoryAllocationProfileLib; sourceTree = ""; }; - A571BA3B232052D6003BC0AA /* PlatformBootManagerLibNull */ = { + A571674A235968A0000CEC60 /* PlatformBootManagerLibNull */ = { isa = PBXGroup; children = ( - A571BA3C232052D6003BC0AA /* PlatformBootManager.c */, - A571BA3D232052D6003BC0AA /* PlatformBootManagerLibNull.inf */, - A571BA3E232052D6003BC0AA /* PlatformBootManagerLibNull.uni */, + A571674B235968A0000CEC60 /* PlatformBootManager.c */, + A571674C235968A0000CEC60 /* PlatformBootManagerLibNull.inf */, + A571674D235968A0000CEC60 /* PlatformBootManagerLibNull.uni */, ); path = PlatformBootManagerLibNull; sourceTree = ""; }; - A571BA3F232052D6003BC0AA /* DxeFileExplorerProtocol */ = { + A571674E235968A0000CEC60 /* DxeFileExplorerProtocol */ = { isa = PBXGroup; children = ( - A571BA40232052D6003BC0AA /* DxeFileExplorerProtocol.inf */, - A571BA41232052D6003BC0AA /* DxeFileExplorerProtocol.uni */, - A571BA42232052D6003BC0AA /* DxeFileExplorerProtocol.c */, + A571674F235968A0000CEC60 /* DxeFileExplorerProtocol.inf */, + A5716750235968A0000CEC60 /* DxeFileExplorerProtocol.uni */, + A5716751235968A0000CEC60 /* DxeFileExplorerProtocol.c */, ); path = DxeFileExplorerProtocol; sourceTree = ""; }; - A571BA43232052D6003BC0AA /* PiDxeS3BootScriptLib */ = { + A5716752235968A0000CEC60 /* PiDxeS3BootScriptLib */ = { isa = PBXGroup; children = ( - A571BA44232052D6003BC0AA /* InternalBootScriptLib.h */, - A571BA45232052D6003BC0AA /* BootScriptInternalFormat.h */, - A571BA46232052D6003BC0AA /* BootScriptSave.c */, - A571BA47232052D6003BC0AA /* BootScriptExecute.c */, - A571BA48232052D6003BC0AA /* DxeS3BootScriptLib.inf */, - A571BA49232052D6003BC0AA /* DxeS3BootScriptLib.uni */, + A5716753235968A0000CEC60 /* InternalBootScriptLib.h */, + A5716754235968A0000CEC60 /* BootScriptInternalFormat.h */, + A5716755235968A0000CEC60 /* BootScriptSave.c */, + A5716756235968A0000CEC60 /* BootScriptExecute.c */, + A5716757235968A0000CEC60 /* DxeS3BootScriptLib.inf */, + A5716758235968A0000CEC60 /* DxeS3BootScriptLib.uni */, ); path = PiDxeS3BootScriptLib; sourceTree = ""; }; - A571BA4A232052D6003BC0AA /* DxeHttpLib */ = { + A5716759235968A0000CEC60 /* DxeHttpLib */ = { isa = PBXGroup; children = ( - A571BA4B232052D6003BC0AA /* DxeHttpLib.c */, - A571BA4C232052D6003BC0AA /* DxeHttpLib.inf */, - A571BA4D232052D6003BC0AA /* DxeHttpLib.uni */, - A571BA4E232052D6003BC0AA /* DxeHttpLib.h */, + A571675A235968A0000CEC60 /* DxeHttpLib.c */, + A571675B235968A0000CEC60 /* DxeHttpLib.inf */, + A571675C235968A0000CEC60 /* DxeHttpLib.uni */, + A571675D235968A0000CEC60 /* DxeHttpLib.h */, ); path = DxeHttpLib; sourceTree = ""; }; - A571BA4F232052D6003BC0AA /* BasePlatformHookLibNull */ = { + A571675E235968A0000CEC60 /* BasePlatformHookLibNull */ = { isa = PBXGroup; children = ( - A571BA50232052D6003BC0AA /* BasePlatformHookLibNull.inf */, - A571BA51232052D6003BC0AA /* BasePlatformHookLibNull.uni */, - A571BA52232052D6003BC0AA /* BasePlatformHookLibNull.c */, + A571675F235968A0000CEC60 /* BasePlatformHookLibNull.inf */, + A5716760235968A0000CEC60 /* BasePlatformHookLibNull.uni */, + A5716761235968A0000CEC60 /* BasePlatformHookLibNull.c */, ); path = BasePlatformHookLibNull; sourceTree = ""; }; - A571BA53232052D6003BC0AA /* BaseResetSystemLibNull */ = { + A5716762235968A0000CEC60 /* BaseResetSystemLibNull */ = { isa = PBXGroup; children = ( - A571BA54232052D6003BC0AA /* BaseResetSystemLibNull.uni */, - A571BA55232052D6003BC0AA /* BaseResetSystemLibNull.inf */, - A571BA56232052D6003BC0AA /* BaseResetSystemLibNull.c */, + A5716763235968A0000CEC60 /* BaseResetSystemLibNull.uni */, + A5716764235968A0000CEC60 /* BaseResetSystemLibNull.inf */, + A5716765235968A0000CEC60 /* BaseResetSystemLibNull.c */, ); path = BaseResetSystemLibNull; sourceTree = ""; }; - A571BA57232052D6003BC0AA /* NonDiscoverableDeviceRegistrationLib */ = { + A5716766235968A0000CEC60 /* NonDiscoverableDeviceRegistrationLib */ = { isa = PBXGroup; children = ( - A571BA58232052D6003BC0AA /* NonDiscoverableDeviceRegistrationLib.c */, - A571BA59232052D6003BC0AA /* NonDiscoverableDeviceRegistrationLib.inf */, + A5716767235968A0000CEC60 /* NonDiscoverableDeviceRegistrationLib.c */, + A5716768235968A0000CEC60 /* NonDiscoverableDeviceRegistrationLib.inf */, ); path = NonDiscoverableDeviceRegistrationLib; sourceTree = ""; }; - A571BA5A232052D6003BC0AA /* FrameBufferBltLib */ = { + A5716769235968A0000CEC60 /* FrameBufferBltLib */ = { isa = PBXGroup; children = ( - A571BA5B232052D6003BC0AA /* FrameBufferBltLib.c */, - A571BA5C232052D6003BC0AA /* FrameBufferBltLib.inf */, + A571676A235968A0000CEC60 /* FrameBufferBltLib.c */, + A571676B235968A0000CEC60 /* FrameBufferBltLib.inf */, ); path = FrameBufferBltLib; sourceTree = ""; }; - A571BA5D232052D6003BC0AA /* PciHostBridgeLibNull */ = { + A571676C235968A0000CEC60 /* PciHostBridgeLibNull */ = { isa = PBXGroup; children = ( - A571BA5E232052D6003BC0AA /* PciHostBridgeLibNull.uni */, - A571BA5F232052D6003BC0AA /* PciHostBridgeLibNull.inf */, - A571BA60232052D6003BC0AA /* PciHostBridgeLibNull.c */, + A571676D235968A0000CEC60 /* PciHostBridgeLibNull.uni */, + A571676E235968A0000CEC60 /* PciHostBridgeLibNull.inf */, + A571676F235968A0000CEC60 /* PciHostBridgeLibNull.c */, ); path = PciHostBridgeLibNull; sourceTree = ""; }; - A571BA61232052D6003BC0AA /* PeiDxeDebugLibReportStatusCode */ = { + A5716770235968A0000CEC60 /* PeiDxeDebugLibReportStatusCode */ = { isa = PBXGroup; children = ( - A571BA62232052D6003BC0AA /* PeiDxeDebugLibReportStatusCode.uni */, - A571BA63232052D6003BC0AA /* DebugLib.c */, - A571BA64232052D6003BC0AA /* PeiDxeDebugLibReportStatusCode.inf */, + A5716771235968A0000CEC60 /* PeiDxeDebugLibReportStatusCode.uni */, + A5716772235968A0000CEC60 /* DebugLib.c */, + A5716773235968A0000CEC60 /* PeiDxeDebugLibReportStatusCode.inf */, ); path = PeiDxeDebugLibReportStatusCode; sourceTree = ""; }; - A571BA65232052D6003BC0AA /* TpmMeasurementLibNull */ = { + A5716774235968A0000CEC60 /* TpmMeasurementLibNull */ = { isa = PBXGroup; children = ( - A571BA66232052D6003BC0AA /* TpmMeasurementLibNull.uni */, - A571BA67232052D6003BC0AA /* TpmMeasurementLibNull.c */, - A571BA68232052D6003BC0AA /* TpmMeasurementLibNull.inf */, + A5716775235968A0000CEC60 /* TpmMeasurementLibNull.uni */, + A5716776235968A0000CEC60 /* TpmMeasurementLibNull.c */, + A5716777235968A0000CEC60 /* TpmMeasurementLibNull.inf */, ); path = TpmMeasurementLibNull; sourceTree = ""; }; - A571BA69232052D6003BC0AA /* PeiDebugPrintHobLib */ = { + A5716778235968A0000CEC60 /* PeiDebugPrintHobLib */ = { isa = PBXGroup; children = ( - A571BA6A232052D6003BC0AA /* PeiDebugPrintHobLib.uni */, - A571BA6B232052D6003BC0AA /* PeiDebugPrintHobLib.c */, - A571BA6C232052D6003BC0AA /* PeiDebugPrintHobLib.inf */, + A5716779235968A0000CEC60 /* PeiDebugPrintHobLib.uni */, + A571677A235968A0000CEC60 /* PeiDebugPrintHobLib.c */, + A571677B235968A0000CEC60 /* PeiDebugPrintHobLib.inf */, ); path = PeiDebugPrintHobLib; sourceTree = ""; }; - A571BA6D232052D6003BC0AA /* RuntimeDxeReportStatusCodeLib */ = { + A571677C235968A0000CEC60 /* RuntimeDxeReportStatusCodeLib */ = { isa = PBXGroup; children = ( - A571BA6E232052D6003BC0AA /* RuntimeDxeReportStatusCodeLib.inf */, - A571BA6F232052D6003BC0AA /* RuntimeDxeReportStatusCodeLib.uni */, - A571BA70232052D6003BC0AA /* ReportStatusCodeLib.c */, + A571677D235968A0000CEC60 /* RuntimeDxeReportStatusCodeLib.inf */, + A571677E235968A0000CEC60 /* RuntimeDxeReportStatusCodeLib.uni */, + A571677F235968A0000CEC60 /* ReportStatusCodeLib.c */, ); path = RuntimeDxeReportStatusCodeLib; sourceTree = ""; }; - A571BA71232052D6003BC0AA /* UefiSortLib */ = { + A5716780235968A0000CEC60 /* UefiSortLib */ = { isa = PBXGroup; children = ( - A571BA72232052D6003BC0AA /* UefiSortLib.inf */, - A571BA73232052D6003BC0AA /* UefiSortLib.c */, - A571BA74232052D6003BC0AA /* UefiSortLib.uni */, + A5716781235968A0000CEC60 /* UefiSortLib.inf */, + A5716782235968A0000CEC60 /* UefiSortLib.c */, + A5716783235968A0000CEC60 /* UefiSortLib.uni */, ); path = UefiSortLib; sourceTree = ""; }; - A571BA75232052D6003BC0AA /* VarCheckHiiLib */ = { + A5716784235968A0000CEC60 /* 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 */, + A5716785235968A0000CEC60 /* VarCheckHiiGen.c */, + A5716786235968A0000CEC60 /* VarCheckHii.h */, + A5716787235968A0000CEC60 /* VarCheckHiiLib.uni */, + A5716788235968A0000CEC60 /* VarCheckHiiGenFromFv.c */, + A5716789235968A0000CEC60 /* VarCheckHiiLib.inf */, + A571678A235968A0000CEC60 /* InternalVarCheckStructure.h */, + A571678B235968A0000CEC60 /* VarCheckHiiGenFromHii.c */, + A571678C235968A0000CEC60 /* VarCheckHiiLibNullClass.c */, + A571678D235968A0000CEC60 /* VarCheckHiiGen.h */, ); path = VarCheckHiiLib; sourceTree = ""; }; - A571BA7F232052D6003BC0AA /* BaseMemoryAllocationLibNull */ = { + A571678E235968A0000CEC60 /* BaseMemoryAllocationLibNull */ = { isa = PBXGroup; children = ( - A571BA80232052D6003BC0AA /* BaseMemoryAllocationLibNull.c */, - A571BA81232052D6003BC0AA /* BaseMemoryAllocationLibNull.inf */, - A571BA82232052D6003BC0AA /* BaseMemoryAllocationLibNull.uni */, + A571678F235968A0000CEC60 /* BaseMemoryAllocationLibNull.c */, + A5716790235968A0000CEC60 /* BaseMemoryAllocationLibNull.inf */, + A5716791235968A0000CEC60 /* BaseMemoryAllocationLibNull.uni */, ); path = BaseMemoryAllocationLibNull; sourceTree = ""; }; - A571BA83232052D6003BC0AA /* DisplayUpdateProgressLibText */ = { + A5716792235968A0000CEC60 /* DisplayUpdateProgressLibText */ = { isa = PBXGroup; children = ( - A571BA84232052D6003BC0AA /* DisplayUpdateProgressLibText.c */, - A571BA85232052D6003BC0AA /* DisplayUpdateProgressLibText.inf */, - A571BA86232052D6003BC0AA /* DisplayUpdateProgressLibText.uni */, + A5716793235968A0000CEC60 /* DisplayUpdateProgressLibText.c */, + A5716794235968A0000CEC60 /* DisplayUpdateProgressLibText.inf */, + A5716795235968A0000CEC60 /* DisplayUpdateProgressLibText.uni */, ); path = DisplayUpdateProgressLibText; sourceTree = ""; }; - A571BA87232052D6003BC0AA /* CustomizedDisplayLib */ = { + A5716796235968A0000CEC60 /* 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 */, + A5716797235968A0000CEC60 /* CustomizedDisplayLibModStrs.uni */, + A5716798235968A0000CEC60 /* Colors.h */, + A5716799235968A0000CEC60 /* CustomizedDisplayLibInternal.h */, + A571679A235968A0000CEC60 /* CustomizedDisplayLib.inf */, + A571679B235968A0000CEC60 /* CustomizedDisplayLib.uni */, + A571679C235968A0000CEC60 /* CustomizedDisplayLibInternal.c */, + A571679D235968A0000CEC60 /* CustomizedDisplayLib.c */, ); path = CustomizedDisplayLib; sourceTree = ""; }; - A571BA8F232052D6003BC0AA /* SmmCorePlatformHookLibNull */ = { + A571679E235968A0000CEC60 /* SmmCorePlatformHookLibNull */ = { isa = PBXGroup; children = ( - A571BA90232052D6003BC0AA /* SmmCorePlatformHookLibNull.inf */, - A571BA91232052D6003BC0AA /* SmmCorePlatformHookLibNull.uni */, - A571BA92232052D6003BC0AA /* SmmCorePlatformHookLibNull.c */, + A571679F235968A0000CEC60 /* SmmCorePlatformHookLibNull.inf */, + A57167A0235968A0000CEC60 /* SmmCorePlatformHookLibNull.uni */, + A57167A1235968A0000CEC60 /* SmmCorePlatformHookLibNull.c */, ); path = SmmCorePlatformHookLibNull; sourceTree = ""; }; - A571BA93232052D6003BC0AA /* DebugAgentLibNull */ = { + A57167A2235968A0000CEC60 /* DebugAgentLibNull */ = { isa = PBXGroup; children = ( - A571BA94232052D6003BC0AA /* DebugAgentLibNull.uni */, - A571BA95232052D6003BC0AA /* DebugAgentLibNull.inf */, - A571BA96232052D6003BC0AA /* DebugAgentLibNull.c */, + A57167A3235968A0000CEC60 /* DebugAgentLibNull.uni */, + A57167A4235968A0000CEC60 /* DebugAgentLibNull.inf */, + A57167A5235968A0000CEC60 /* DebugAgentLibNull.c */, ); path = DebugAgentLibNull; sourceTree = ""; }; - A571BA97232052D6003BC0AA /* UefiHiiServicesLib */ = { + A57167A6235968A0000CEC60 /* UefiHiiServicesLib */ = { isa = PBXGroup; children = ( - A571BA98232052D6003BC0AA /* UefiHiiServicesLib.inf */, - A571BA99232052D6003BC0AA /* UefiHiiServicesLib.uni */, - A571BA9A232052D6003BC0AA /* UefiHiiServicesLib.c */, + A57167A7235968A0000CEC60 /* UefiHiiServicesLib.inf */, + A57167A8235968A0000CEC60 /* UefiHiiServicesLib.uni */, + A57167A9235968A0000CEC60 /* UefiHiiServicesLib.c */, ); path = UefiHiiServicesLib; sourceTree = ""; }; - A571BA9B232052D6003BC0AA /* BootMaintenanceManagerUiLib */ = { + A57167AA235968A0000CEC60 /* 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 */, + A57167AB235968A0000CEC60 /* BmLib.c */, + A57167AC235968A0000CEC60 /* BootMaintenanceManagerUiLib.inf */, + A57167AD235968A0000CEC60 /* BootOption.c */, + A57167AE235968A0000CEC60 /* BootMaintenanceManagerUiLib.uni */, + A57167AF235968A0000CEC60 /* BootMaintenanceManagerCustomizedUiSupport.c */, + A57167B0235968A0000CEC60 /* BootMaintenanceManagerCustomizedUi.c */, + A57167B1235968A0000CEC60 /* BootMaintenanceManager.vfr */, + A57167B2235968A0000CEC60 /* BootMaintenanceManagerStrings.uni */, + A57167B3235968A0000CEC60 /* BootMaintenanceManager.h */, + A57167B4235968A0000CEC60 /* BootMaintenance.c */, + A57167B5235968A0000CEC60 /* FormGuid.h */, + A57167B6235968A0000CEC60 /* BootMaintenanceManagerCustomizedUiSupport.h */, + A57167B7235968A0000CEC60 /* UpdatePage.c */, + A57167B8235968A0000CEC60 /* Data.c */, + A57167B9235968A0000CEC60 /* BootMaintenanceManagerCustomizedUi.h */, + A57167BA235968A0000CEC60 /* ConsoleOption.c */, + A57167BB235968A0000CEC60 /* Variable.c */, ); path = BootMaintenanceManagerUiLib; sourceTree = ""; }; - A571BAAD232052D6003BC0AA /* PlatformHookLibSerialPortPpi */ = { + A57167BC235968A0000CEC60 /* PlatformHookLibSerialPortPpi */ = { isa = PBXGroup; children = ( - A571BAAE232052D6003BC0AA /* PlatformHookLibSerialPortPpi.inf */, - A571BAAF232052D6003BC0AA /* PlatformHookLibSerialPortPpi.uni */, - A571BAB0232052D6003BC0AA /* PlatformHookLibSerialPortPpi.c */, + A57167BD235968A0000CEC60 /* PlatformHookLibSerialPortPpi.inf */, + A57167BE235968A0000CEC60 /* PlatformHookLibSerialPortPpi.uni */, + A57167BF235968A0000CEC60 /* PlatformHookLibSerialPortPpi.c */, ); path = PlatformHookLibSerialPortPpi; sourceTree = ""; }; - A571BAB1232052D6003BC0AA /* BaseSerialPortLib16550 */ = { + A57167C0235968A0000CEC60 /* BaseSerialPortLib16550 */ = { isa = PBXGroup; children = ( - A571BAB2232052D6003BC0AA /* BaseSerialPortLib16550.c */, - A571BAB3232052D6003BC0AA /* BaseSerialPortLib16550.inf */, - A571BAB4232052D6003BC0AA /* BaseSerialPortLib16550.uni */, + A57167C1235968A0000CEC60 /* BaseSerialPortLib16550.c */, + A57167C2235968A0000CEC60 /* BaseSerialPortLib16550.inf */, + A57167C3235968A0000CEC60 /* BaseSerialPortLib16550.uni */, ); path = BaseSerialPortLib16550; sourceTree = ""; }; - A571BAB5232052D6003BC0AA /* BaseHobLibNull */ = { + A57167C4235968A0000CEC60 /* BaseHobLibNull */ = { isa = PBXGroup; children = ( - A571BAB6232052D6003BC0AA /* BaseHobLibNull.c */, - A571BAB7232052D6003BC0AA /* BaseHobLibNull.inf */, - A571BAB8232052D6003BC0AA /* BaseHobLibNull.uni */, + A57167C5235968A0000CEC60 /* BaseHobLibNull.c */, + A57167C6235968A0000CEC60 /* BaseHobLibNull.inf */, + A57167C7235968A0000CEC60 /* BaseHobLibNull.uni */, ); path = BaseHobLibNull; sourceTree = ""; }; - A571BAB9232052D6003BC0AA /* SmmPerformanceLib */ = { + A57167C8235968A0000CEC60 /* SmmPerformanceLib */ = { isa = PBXGroup; children = ( - A571BABA232052D6003BC0AA /* SmmPerformanceLib.c */, - A571BABB232052D6003BC0AA /* SmmPerformanceLib.inf */, - A571BABC232052D6003BC0AA /* SmmPerformanceLib.uni */, + A57167C9235968A0000CEC60 /* SmmPerformanceLib.c */, + A57167CA235968A0000CEC60 /* SmmPerformanceLib.inf */, + A57167CB235968A0000CEC60 /* SmmPerformanceLib.uni */, ); path = SmmPerformanceLib; sourceTree = ""; }; - A571BABD232052D6003BC0AA /* DxeCapsuleLibNull */ = { + A57167CC235968A0000CEC60 /* DxeCapsuleLibNull */ = { isa = PBXGroup; children = ( - A571BABE232052D6003BC0AA /* DxeCapsuleLibNull.inf */, - A571BABF232052D6003BC0AA /* DxeCapsuleLibNull.uni */, - A571BAC0232052D6003BC0AA /* DxeCapsuleLibNull.c */, + A57167CD235968A0000CEC60 /* DxeCapsuleLibNull.inf */, + A57167CE235968A0000CEC60 /* DxeCapsuleLibNull.uni */, + A57167CF235968A0000CEC60 /* DxeCapsuleLibNull.c */, ); path = DxeCapsuleLibNull; sourceTree = ""; }; - A571BAC1232052D6003BC0AA /* DxeDebugPrintErrorLevelLib */ = { + A57167D0235968A0000CEC60 /* DxeDebugPrintErrorLevelLib */ = { isa = PBXGroup; children = ( - A571BAC2232052D6003BC0AA /* DxeDebugPrintErrorLevelLib.inf */, - A571BAC3232052D6003BC0AA /* DxeDebugPrintErrorLevelLib.uni */, - A571BAC4232052D6003BC0AA /* DxeDebugPrintErrorLevelLib.c */, + A57167D1235968A0000CEC60 /* DxeDebugPrintErrorLevelLib.inf */, + A57167D2235968A0000CEC60 /* DxeDebugPrintErrorLevelLib.uni */, + A57167D3235968A0000CEC60 /* DxeDebugPrintErrorLevelLib.c */, ); path = DxeDebugPrintErrorLevelLib; sourceTree = ""; }; - A571BAC5232052D6003BC0AA /* PiSmmCoreSmmServicesTableLib */ = { + A57167D4235968A0000CEC60 /* PiSmmCoreSmmServicesTableLib */ = { isa = PBXGroup; children = ( - A571BAC6232052D6003BC0AA /* PiSmmCoreSmmServicesTableLib.uni */, - A571BAC7232052D6003BC0AA /* PiSmmCoreSmmServicesTableLib.inf */, - A571BAC8232052D6003BC0AA /* PiSmmCoreSmmServicesTableLib.c */, + A57167D5235968A0000CEC60 /* PiSmmCoreSmmServicesTableLib.uni */, + A57167D6235968A0000CEC60 /* PiSmmCoreSmmServicesTableLib.inf */, + A57167D7235968A0000CEC60 /* PiSmmCoreSmmServicesTableLib.c */, ); path = PiSmmCoreSmmServicesTableLib; sourceTree = ""; }; - A571BAC9232052D6003BC0AA /* BrotliCustomDecompressLib */ = { + A57167D8235968A0000CEC60 /* 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 */, + A57167D9235968A0000CEC60 /* LICENSE */, + A57167DA235968A0000CEC60 /* BrotliDecompressLibInternal.h */, + A57167DB235968A0000CEC60 /* brotli */, + A57167DF235968A0000CEC60 /* BrotliDecompress.c */, + A57167E0235968A0000CEC60 /* docs */, + A57167E2235968A0000CEC60 /* README.md */, + A57167E3235968A0000CEC60 /* common */, + A57167EC235968A0000CEC60 /* dec */, + A57167F5235968A0000CEC60 /* ReadMe.txt */, + A57167F6235968A0000CEC60 /* BrotliDecompressLib.uni */, + A57167F7235968A0000CEC60 /* BrotliCustomDecompressLib.inf */, + A57167F8235968A0000CEC60 /* GuidedSectionExtraction.c */, ); path = BrotliCustomDecompressLib; sourceTree = ""; }; - A571BACC232052D6003BC0AA /* brotli */ = { + A57167DB235968A0000CEC60 /* brotli */ = { isa = PBXGroup; children = ( - A571BACD232052D6003BC0AA /* port.h */, - A571BACE232052D6003BC0AA /* types.h */, - A571BACF232052D6003BC0AA /* decode.h */, + A57167DC235968A0000CEC60 /* port.h */, + A57167DD235968A0000CEC60 /* types.h */, + A57167DE235968A0000CEC60 /* decode.h */, ); path = brotli; sourceTree = ""; }; - A571BAD1232052D6003BC0AA /* docs */ = { + A57167E0235968A0000CEC60 /* docs */ = { isa = PBXGroup; children = ( - A571BAD2232052D6003BC0AA /* brotli-comparison-study-2015-09-22.pdf */, + A57167E1235968A0000CEC60 /* brotli-comparison-study-2015-09-22.pdf */, ); path = docs; sourceTree = ""; }; - A571BAD4232052D6003BC0AA /* common */ = { + A57167E3235968A0000CEC60 /* 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 */, + A57167E4235968A0000CEC60 /* dictionary.c */, + A57167E5235968A0000CEC60 /* version.h */, + A57167E6235968A0000CEC60 /* transform.c */, + A57167E7235968A0000CEC60 /* context.h */, + A57167E8235968A0000CEC60 /* constants.h */, + A57167E9235968A0000CEC60 /* dictionary.h */, + A57167EA235968A0000CEC60 /* transform.h */, + A57167EB235968A0000CEC60 /* platform.h */, ); path = common; sourceTree = ""; }; - A571BADD232052D6003BC0AA /* dec */ = { + A57167EC235968A0000CEC60 /* 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 */, + A57167ED235968A0000CEC60 /* state.c */, + A57167EE235968A0000CEC60 /* bit_reader.h */, + A57167EF235968A0000CEC60 /* decode.c */, + A57167F0235968A0000CEC60 /* huffman.c */, + A57167F1235968A0000CEC60 /* bit_reader.c */, + A57167F2235968A0000CEC60 /* prefix.h */, + A57167F3235968A0000CEC60 /* state.h */, + A57167F4235968A0000CEC60 /* huffman.h */, ); path = dec; sourceTree = ""; }; - A571BAEA232052D6003BC0AA /* ResetUtilityLib */ = { + A57167F9235968A0000CEC60 /* ResetUtilityLib */ = { isa = PBXGroup; children = ( - A571BAEB232052D6003BC0AA /* ResetUtility.c */, - A571BAEC232052D6003BC0AA /* ResetUtilityLib.inf */, + A57167FA235968A0000CEC60 /* ResetUtility.c */, + A57167FB235968A0000CEC60 /* ResetUtilityLib.inf */, ); path = ResetUtilityLib; sourceTree = ""; }; - A571BAED232052D6003BC0AA /* SmmCorePerformanceLib */ = { + A57167FC235968A0000CEC60 /* SmmCorePerformanceLib */ = { isa = PBXGroup; children = ( - A571BAEE232052D6003BC0AA /* SmmCorePerformanceLib.c */, - A571BAEF232052D6003BC0AA /* SmmCorePerformanceLib.uni */, - A571BAF0232052D6003BC0AA /* SmmCorePerformanceLib.inf */, - A571BAF1232052D6003BC0AA /* SmmCorePerformanceLibInternal.h */, + A57167FD235968A0000CEC60 /* SmmCorePerformanceLib.c */, + A57167FE235968A0000CEC60 /* SmmCorePerformanceLib.uni */, + A57167FF235968A0000CEC60 /* SmmCorePerformanceLib.inf */, + A5716800235968A0000CEC60 /* SmmCorePerformanceLibInternal.h */, ); path = SmmCorePerformanceLib; sourceTree = ""; }; - A571BAF2232052D6003BC0AA /* UefiMemoryAllocationProfileLib */ = { + A5716801235968A0000CEC60 /* UefiMemoryAllocationProfileLib */ = { isa = PBXGroup; children = ( - A571BAF3232052D6003BC0AA /* MemoryAllocationLib.c */, - A571BAF4232052D6003BC0AA /* UefiMemoryAllocationProfileLib.uni */, - A571BAF5232052D6003BC0AA /* UefiMemoryAllocationProfileLib.inf */, - A571BAF6232052D6003BC0AA /* DxeMemoryProfileLib.c */, + A5716802235968A0000CEC60 /* MemoryAllocationLib.c */, + A5716803235968A0000CEC60 /* UefiMemoryAllocationProfileLib.uni */, + A5716804235968A0000CEC60 /* UefiMemoryAllocationProfileLib.inf */, + A5716805235968A0000CEC60 /* DxeMemoryProfileLib.c */, ); path = UefiMemoryAllocationProfileLib; sourceTree = ""; }; - A571BAF7232052D6003BC0AA /* PeiDebugLibDebugPpi */ = { + A5716806235968A0000CEC60 /* PeiDebugLibDebugPpi */ = { isa = PBXGroup; children = ( - A571BAF8232052D6003BC0AA /* PeiDebugLibDebugPpi.inf */, - A571BAF9232052D6003BC0AA /* DebugLib.c */, + A5716807235968A0000CEC60 /* PeiDebugLibDebugPpi.inf */, + A5716808235968A0000CEC60 /* DebugLib.c */, ); path = PeiDebugLibDebugPpi; sourceTree = ""; }; - A571BAFA232052D6003BC0AA /* SmmSmiHandlerProfileLib */ = { + A5716809235968A0000CEC60 /* SmmSmiHandlerProfileLib */ = { isa = PBXGroup; children = ( - A571BAFB232052D6003BC0AA /* SmmSmiHandlerProfileLib.c */, - A571BAFC232052D6003BC0AA /* SmmSmiHandlerProfileLib.inf */, - A571BAFD232052D6003BC0AA /* SmmSmiHandlerProfileLib.uni */, + A571680A235968A0000CEC60 /* SmmSmiHandlerProfileLib.c */, + A571680B235968A0000CEC60 /* SmmSmiHandlerProfileLib.inf */, + A571680C235968A0000CEC60 /* SmmSmiHandlerProfileLib.uni */, ); path = SmmSmiHandlerProfileLib; sourceTree = ""; }; - A571BAFE232052D6003BC0AA /* DxeReportStatusCodeLib */ = { + A571680D235968A0000CEC60 /* DxeReportStatusCodeLib */ = { isa = PBXGroup; children = ( - A571BAFF232052D6003BC0AA /* DxeReportStatusCodeLib.inf */, - A571BB00232052D6003BC0AA /* DxeReportStatusCodeLib.uni */, - A571BB01232052D6003BC0AA /* ReportStatusCodeLib.c */, + A571680E235968A0000CEC60 /* DxeReportStatusCodeLib.inf */, + A571680F235968A0000CEC60 /* DxeReportStatusCodeLib.uni */, + A5716810235968A0000CEC60 /* ReportStatusCodeLib.c */, ); path = DxeReportStatusCodeLib; sourceTree = ""; }; - A571BB02232052D6003BC0AA /* VarCheckUefiLib */ = { + A5716811235968A0000CEC60 /* VarCheckUefiLib */ = { isa = PBXGroup; children = ( - A571BB03232052D6003BC0AA /* VarCheckUefiLib.inf */, - A571BB04232052D6003BC0AA /* VarCheckUefiLib.uni */, - A571BB05232052D6003BC0AA /* VarCheckUefiLibNullClass.c */, + A5716812235968A0000CEC60 /* VarCheckUefiLib.inf */, + A5716813235968A0000CEC60 /* VarCheckUefiLib.uni */, + A5716814235968A0000CEC60 /* VarCheckUefiLibNullClass.c */, ); path = VarCheckUefiLib; sourceTree = ""; }; - A571BB06232052D6003BC0AA /* RuntimeResetSystemLib */ = { + A5716815235968A0000CEC60 /* RuntimeResetSystemLib */ = { isa = PBXGroup; children = ( - A571BB07232052D6003BC0AA /* RuntimeResetSystemLib.inf */, - A571BB08232052D6003BC0AA /* RuntimeResetSystemLib.c */, - A571BB09232052D6003BC0AA /* RuntimeResetSystemLib.uni */, + A5716816235968A0000CEC60 /* RuntimeResetSystemLib.inf */, + A5716817235968A0000CEC60 /* RuntimeResetSystemLib.c */, + A5716818235968A0000CEC60 /* RuntimeResetSystemLib.uni */, ); path = RuntimeResetSystemLib; sourceTree = ""; }; - A571BB0A232052D6003BC0AA /* VarCheckPcdLib */ = { + A5716819235968A0000CEC60 /* VarCheckPcdLib */ = { isa = PBXGroup; children = ( - A571BB0B232052D6003BC0AA /* VarCheckPcdLibNullClass.c */, - A571BB0C232052D6003BC0AA /* VarCheckPcdStructure.h */, - A571BB0D232052D6003BC0AA /* VarCheckPcdLib.uni */, - A571BB0E232052D6003BC0AA /* VarCheckPcdLib.inf */, + A571681A235968A0000CEC60 /* VarCheckPcdLibNullClass.c */, + A571681B235968A0000CEC60 /* VarCheckPcdStructure.h */, + A571681C235968A0000CEC60 /* VarCheckPcdLib.uni */, + A571681D235968A0000CEC60 /* VarCheckPcdLib.inf */, ); path = VarCheckPcdLib; sourceTree = ""; }; - A571BB0F232052D6003BC0AA /* DxeSecurityManagementLib */ = { + A571681E235968A0000CEC60 /* DxeSecurityManagementLib */ = { isa = PBXGroup; children = ( - A571BB10232052D7003BC0AA /* DxeSecurityManagementLib.c */, - A571BB11232052D7003BC0AA /* DxeSecurityManagementLib.uni */, - A571BB12232052D7003BC0AA /* DxeSecurityManagementLib.inf */, + A571681F235968A0000CEC60 /* DxeSecurityManagementLib.c */, + A5716820235968A0000CEC60 /* DxeSecurityManagementLib.uni */, + A5716821235968A0000CEC60 /* DxeSecurityManagementLib.inf */, ); path = DxeSecurityManagementLib; sourceTree = ""; }; - A571BB13232052D7003BC0AA /* PiSmmCoreMemoryAllocationLib */ = { + A5716822235968A0000CEC60 /* 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 */, + A5716823235968A0000CEC60 /* PiSmmCoreMemoryProfileLib.c */, + A5716824235968A0000CEC60 /* PiSmmCoreMemoryAllocationServices.h */, + A5716825235968A0000CEC60 /* MemoryAllocationLib.c */, + A5716826235968A0000CEC60 /* PiSmmCoreMemoryProfileServices.h */, + A5716827235968A0000CEC60 /* PiSmmCoreMemoryAllocationLib.uni */, + A5716828235968A0000CEC60 /* PiSmmCoreMemoryAllocationProfileLib.inf */, + A5716829235968A0000CEC60 /* PiSmmCoreMemoryProfileLibNull.c */, + A571682A235968A0000CEC60 /* PiSmmCoreMemoryAllocationLib.inf */, + A571682B235968A0000CEC60 /* PiSmmCoreMemoryAllocationProfileLib.uni */, ); path = PiSmmCoreMemoryAllocationLib; sourceTree = ""; }; - A571BB1D232052D7003BC0AA /* DxePrintLibPrint2Protocol */ = { + A571682C235968A0000CEC60 /* DxePrintLibPrint2Protocol */ = { isa = PBXGroup; children = ( - A571BB1E232052D7003BC0AA /* DxePrintLibPrint2Protocol.uni */, - A571BB1F232052D7003BC0AA /* PrintLib.c */, - A571BB20232052D7003BC0AA /* DxePrintLibPrint2Protocol.inf */, + A571682D235968A0000CEC60 /* DxePrintLibPrint2Protocol.uni */, + A571682E235968A0000CEC60 /* PrintLib.c */, + A571682F235968A0000CEC60 /* DxePrintLibPrint2Protocol.inf */, ); path = DxePrintLibPrint2Protocol; sourceTree = ""; }; - A571BB21232052D7003BC0AA /* DxeCoreMemoryAllocationLib */ = { + A5716830235968A0000CEC60 /* 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 */, + A5716831235968A0000CEC60 /* MemoryAllocationLib.c */, + A5716832235968A0000CEC60 /* DxeCoreMemoryAllocationServices.h */, + A5716833235968A0000CEC60 /* DxeCoreMemoryProfileServices.h */, + A5716834235968A0000CEC60 /* DxeCoreMemoryAllocationProfileLib.inf */, + A5716835235968A0000CEC60 /* DxeCoreMemoryAllocationProfileLib.uni */, + A5716836235968A0000CEC60 /* DxeCoreMemoryProfileLib.c */, + A5716837235968A0000CEC60 /* DxeCoreMemoryAllocationLib.uni */, + A5716838235968A0000CEC60 /* DxeCoreMemoryAllocationLib.inf */, + A5716839235968A0000CEC60 /* DxeCoreMemoryProfileLibNull.c */, ); path = DxeCoreMemoryAllocationLib; sourceTree = ""; }; - A571BB2B232052D7003BC0AA /* BootManagerUiLib */ = { + A571683A235968A0000CEC60 /* BootManagerUiLib */ = { isa = PBXGroup; children = ( - A571BB2C232052D7003BC0AA /* BootManagerStrings.uni */, - A571BB2D232052D7003BC0AA /* BootManager.h */, - A571BB2E232052D7003BC0AA /* BootManagerUiLib.uni */, - A571BB2F232052D7003BC0AA /* BootManagerVfr.Vfr */, - A571BB30232052D7003BC0AA /* BootManagerUiLib.inf */, - A571BB31232052D7003BC0AA /* BootManager.c */, + A571683B235968A0000CEC60 /* BootManagerStrings.uni */, + A571683C235968A0000CEC60 /* BootManager.h */, + A571683D235968A0000CEC60 /* BootManagerUiLib.uni */, + A571683E235968A0000CEC60 /* BootManagerVfr.Vfr */, + A571683F235968A0000CEC60 /* BootManagerUiLib.inf */, + A5716840235968A0000CEC60 /* BootManager.c */, ); path = BootManagerUiLib; sourceTree = ""; }; - A571BB32232052D7003BC0AA /* BaseBmpSupportLib */ = { + A5716841235968A0000CEC60 /* BaseBmpSupportLib */ = { isa = PBXGroup; children = ( - A571BB33232052D7003BC0AA /* BmpSupportLib.c */, - A571BB34232052D7003BC0AA /* BaseBmpSupportLib.inf */, - A571BB35232052D7003BC0AA /* BaseBmpSupportLib.uni */, + A5716842235968A0000CEC60 /* BmpSupportLib.c */, + A5716843235968A0000CEC60 /* BaseBmpSupportLib.inf */, + A5716844235968A0000CEC60 /* BaseBmpSupportLib.uni */, ); path = BaseBmpSupportLib; sourceTree = ""; }; - A571BB36232052D7003BC0AA /* CpuExceptionHandlerLibNull */ = { + A5716845235968A0000CEC60 /* CpuExceptionHandlerLibNull */ = { isa = PBXGroup; children = ( - A571BB37232052D7003BC0AA /* CpuExceptionHandlerLibNull.uni */, - A571BB38232052D7003BC0AA /* CpuExceptionHandlerLibNull.inf */, - A571BB39232052D7003BC0AA /* CpuExceptionHandlerLibNull.c */, + A5716846235968A0000CEC60 /* CpuExceptionHandlerLibNull.uni */, + A5716847235968A0000CEC60 /* CpuExceptionHandlerLibNull.inf */, + A5716848235968A0000CEC60 /* CpuExceptionHandlerLibNull.c */, ); path = CpuExceptionHandlerLibNull; sourceTree = ""; }; - A571BB3A232052D7003BC0AA /* UefiHiiLib */ = { + A5716849235968A0000CEC60 /* UefiHiiLib */ = { isa = PBXGroup; children = ( - A571BB3B232052D7003BC0AA /* HiiLib.c */, - A571BB3C232052D7003BC0AA /* UefiHiiLib.uni */, - A571BB3D232052D7003BC0AA /* UefiHiiLib.inf */, - A571BB3E232052D7003BC0AA /* HiiString.c */, - A571BB3F232052D7003BC0AA /* HiiLanguage.c */, - A571BB40232052D7003BC0AA /* InternalHiiLib.h */, + A571684A235968A0000CEC60 /* HiiLib.c */, + A571684B235968A0000CEC60 /* UefiHiiLib.uni */, + A571684C235968A0000CEC60 /* UefiHiiLib.inf */, + A571684D235968A0000CEC60 /* HiiString.c */, + A571684E235968A0000CEC60 /* HiiLanguage.c */, + A571684F235968A0000CEC60 /* InternalHiiLib.h */, ); path = UefiHiiLib; sourceTree = ""; }; - A571BB41232052D7003BC0AA /* BaseSortLib */ = { + A5716850235968A0000CEC60 /* BaseSortLib */ = { isa = PBXGroup; children = ( - A571BB42232052D7003BC0AA /* BaseSortLib.inf */, - A571BB43232052D7003BC0AA /* BaseSortLib.uni */, - A571BB44232052D7003BC0AA /* BaseSortLib.c */, + A5716851235968A0000CEC60 /* BaseSortLib.inf */, + A5716852235968A0000CEC60 /* BaseSortLib.uni */, + A5716853235968A0000CEC60 /* BaseSortLib.c */, ); path = BaseSortLib; sourceTree = ""; }; - A571BB45232052D7003BC0AA /* DxeCorePerformanceLib */ = { + A5716854235968A0000CEC60 /* DxeCorePerformanceLib */ = { isa = PBXGroup; children = ( - A571BB46232052D7003BC0AA /* DxeCorePerformanceLib.c */, - A571BB47232052D7003BC0AA /* DxeCorePerformanceLibInternal.h */, - A571BB48232052D7003BC0AA /* DxeCorePerformanceLib.inf */, - A571BB49232052D7003BC0AA /* DxeCorePerformanceLib.uni */, + A5716855235968A0000CEC60 /* DxeCorePerformanceLib.c */, + A5716856235968A0000CEC60 /* DxeCorePerformanceLibInternal.h */, + A5716857235968A0000CEC60 /* DxeCorePerformanceLib.inf */, + A5716858235968A0000CEC60 /* DxeCorePerformanceLib.uni */, ); path = DxeCorePerformanceLib; sourceTree = ""; }; - A571BB4A232052D7003BC0AA /* DxeResetSystemLib */ = { + A5716859235968A0000CEC60 /* DxeResetSystemLib */ = { isa = PBXGroup; children = ( - A571BB4B232052D7003BC0AA /* DxeResetSystemLib.uni */, - A571BB4C232052D7003BC0AA /* DxeResetSystemLib.inf */, - A571BB4D232052D7003BC0AA /* DxeResetSystemLib.c */, + A571685A235968A0000CEC60 /* DxeResetSystemLib.uni */, + A571685B235968A0000CEC60 /* DxeResetSystemLib.inf */, + A571685C235968A0000CEC60 /* DxeResetSystemLib.c */, ); path = DxeResetSystemLib; sourceTree = ""; }; - A571BB4E232052D7003BC0AA /* PeiResetSystemLib */ = { + A571685D235968A0000CEC60 /* PeiResetSystemLib */ = { isa = PBXGroup; children = ( - A571BB4F232052D7003BC0AA /* PeiResetSystemLib.uni */, - A571BB50232052D7003BC0AA /* PeiResetSystemLib.inf */, - A571BB51232052D7003BC0AA /* PeiResetSystemLib.c */, + A571685E235968A0000CEC60 /* PeiResetSystemLib.uni */, + A571685F235968A0000CEC60 /* PeiResetSystemLib.inf */, + A5716860235968A0000CEC60 /* PeiResetSystemLib.c */, ); path = PeiResetSystemLib; sourceTree = ""; }; - A571BB53232052D7003BC0AA /* Logo */ = { + A5716862235968A0000CEC60 /* 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 */, + A5716863235968A0000CEC60 /* LogoDxe.uni */, + A5716864235968A0000CEC60 /* LogoDxe.inf */, + A5716865235968A0000CEC60 /* Logo.bmp */, + A5716866235968A0000CEC60 /* Logo.uni */, + A5716867235968A0000CEC60 /* LogoDxeExtra.uni */, + A5716868235968A0000CEC60 /* LogoExtra.uni */, + A5716869235968A0000CEC60 /* Logo.inf */, + A571686A235968A0000CEC60 /* Logo.idf */, + A571686B235968A0000CEC60 /* Logo.c */, ); path = Logo; sourceTree = ""; }; - A571BB5F232052D7003BC0AA /* Application */ = { + A571686E235968A0000CEC60 /* Application */ = { isa = PBXGroup; children = ( - A571BB60232052D7003BC0AA /* UiApp */, - A571BB6F232052D7003BC0AA /* HelloWorld */, - A571BB75232052D7003BC0AA /* BootManagerMenuApp */, - A571BB7C232052D7003BC0AA /* CapsuleApp */, - A571BB85232052D7003BC0AA /* MemoryProfileInfo */, - A571BB8A232052D7003BC0AA /* DumpDynPcd */, - A571BB8E232052D7003BC0AA /* VariableInfo */, - A571BB93232052D7003BC0AA /* SmiHandlerProfileInfo */, + A571686F235968A0000CEC60 /* UiApp */, + A571687E235968A0000CEC60 /* HelloWorld */, + A5716884235968A0000CEC60 /* BootManagerMenuApp */, + A571688B235968A0000CEC60 /* CapsuleApp */, + A5716894235968A0000CEC60 /* MemoryProfileInfo */, + A5716899235968A0000CEC60 /* DumpDynPcd */, + A571689D235968A0000CEC60 /* VariableInfo */, + A57168A2235968A0000CEC60 /* SmiHandlerProfileInfo */, ); path = Application; sourceTree = ""; }; - A571BB60232052D7003BC0AA /* UiApp */ = { + A571686F235968A0000CEC60 /* 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 */, + A5716870235968A0000CEC60 /* FrontPage.h */, + A5716871235968A0000CEC60 /* FrontPageCustomizedUi.h */, + A5716872235968A0000CEC60 /* Ui.h */, + A5716873235968A0000CEC60 /* FrontPageCustomizedUiSupport.c */, + A5716874235968A0000CEC60 /* FrontPageVfr.Vfr */, + A5716875235968A0000CEC60 /* String.c */, + A5716876235968A0000CEC60 /* FrontPageCustomizedUi.c */, + A5716877235968A0000CEC60 /* UiApp.uni */, + A5716878235968A0000CEC60 /* FrontPage.c */, + A5716879235968A0000CEC60 /* FrontPageStrings.uni */, + A571687A235968A0000CEC60 /* UiAppExtra.uni */, + A571687B235968A0000CEC60 /* UiApp.inf */, + A571687C235968A0000CEC60 /* FrontPageCustomizedUiSupport.h */, + A571687D235968A0000CEC60 /* String.h */, ); path = UiApp; sourceTree = ""; }; - A571BB6F232052D7003BC0AA /* HelloWorld */ = { + A571687E235968A0000CEC60 /* HelloWorld */ = { isa = PBXGroup; children = ( - A571BB70232052D7003BC0AA /* HelloWorldStr.uni */, - A571BB71232052D7003BC0AA /* HelloWorld.uni */, - A571BB72232052D7003BC0AA /* HelloWorld.inf */, - A571BB73232052D7003BC0AA /* HelloWorld.c */, - A571BB74232052D7003BC0AA /* HelloWorldExtra.uni */, + A571687F235968A0000CEC60 /* HelloWorldStr.uni */, + A5716880235968A0000CEC60 /* HelloWorld.uni */, + A5716881235968A0000CEC60 /* HelloWorld.inf */, + A5716882235968A0000CEC60 /* HelloWorld.c */, + A5716883235968A0000CEC60 /* HelloWorldExtra.uni */, ); path = HelloWorld; sourceTree = ""; }; - A571BB75232052D7003BC0AA /* BootManagerMenuApp */ = { + A5716884235968A0000CEC60 /* BootManagerMenuApp */ = { isa = PBXGroup; children = ( - A571BB76232052D7003BC0AA /* BootManagerMenu.c */, - A571BB77232052D7003BC0AA /* BootManagerMenuAppExtra.uni */, - A571BB78232052D7003BC0AA /* BootManagerMenuStrings.uni */, - A571BB79232052D7003BC0AA /* BootManagerMenu.h */, - A571BB7A232052D7003BC0AA /* BootManagerMenuApp.inf */, - A571BB7B232052D7003BC0AA /* BootManagerMenuApp.uni */, + A5716885235968A0000CEC60 /* BootManagerMenu.c */, + A5716886235968A0000CEC60 /* BootManagerMenuAppExtra.uni */, + A5716887235968A0000CEC60 /* BootManagerMenuStrings.uni */, + A5716888235968A0000CEC60 /* BootManagerMenu.h */, + A5716889235968A0000CEC60 /* BootManagerMenuApp.inf */, + A571688A235968A0000CEC60 /* BootManagerMenuApp.uni */, ); path = BootManagerMenuApp; sourceTree = ""; }; - A571BB7C232052D7003BC0AA /* CapsuleApp */ = { + A571688B235968A0000CEC60 /* 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 */, + A571688C235968A0000CEC60 /* CapsuleApp.h */, + A571688D235968A0000CEC60 /* CapsuleApp.inf */, + A571688E235968A0000CEC60 /* AppSupport.c */, + A571688F235968A0000CEC60 /* CapsuleApp.uni */, + A5716890235968A0000CEC60 /* CapsuleAppExtra.uni */, + A5716891235968A0000CEC60 /* CapsuleOnDisk.c */, + A5716892235968A0000CEC60 /* CapsuleApp.c */, + A5716893235968A0000CEC60 /* CapsuleDump.c */, ); path = CapsuleApp; sourceTree = ""; }; - A571BB85232052D7003BC0AA /* MemoryProfileInfo */ = { + A5716894235968A0000CEC60 /* MemoryProfileInfo */ = { isa = PBXGroup; children = ( - A571BB86232052D7003BC0AA /* MemoryProfileInfo.inf */, - A571BB87232052D7003BC0AA /* MemoryProfileInfo.c */, - A571BB88232052D7003BC0AA /* MemoryProfileInfo.uni */, - A571BB89232052D7003BC0AA /* MemoryProfileInfoExtra.uni */, + A5716895235968A0000CEC60 /* MemoryProfileInfo.inf */, + A5716896235968A0000CEC60 /* MemoryProfileInfo.c */, + A5716897235968A0000CEC60 /* MemoryProfileInfo.uni */, + A5716898235968A0000CEC60 /* MemoryProfileInfoExtra.uni */, ); path = MemoryProfileInfo; sourceTree = ""; }; - A571BB8A232052D7003BC0AA /* DumpDynPcd */ = { + A5716899235968A0000CEC60 /* DumpDynPcd */ = { isa = PBXGroup; children = ( - A571BB8B232052D7003BC0AA /* DumpDynPcd.inf */, - A571BB8C232052D7003BC0AA /* DumpDynPcdStr.uni */, - A571BB8D232052D7003BC0AA /* DumpDynPcd.c */, + A571689A235968A0000CEC60 /* DumpDynPcd.inf */, + A571689B235968A0000CEC60 /* DumpDynPcdStr.uni */, + A571689C235968A0000CEC60 /* DumpDynPcd.c */, ); path = DumpDynPcd; sourceTree = ""; }; - A571BB8E232052D7003BC0AA /* VariableInfo */ = { + A571689D235968A0000CEC60 /* VariableInfo */ = { isa = PBXGroup; children = ( - A571BB8F232052D7003BC0AA /* VariableInfoExtra.uni */, - A571BB90232052D7003BC0AA /* VariableInfo.inf */, - A571BB91232052D7003BC0AA /* VariableInfo.uni */, - A571BB92232052D7003BC0AA /* VariableInfo.c */, + A571689E235968A0000CEC60 /* VariableInfoExtra.uni */, + A571689F235968A0000CEC60 /* VariableInfo.inf */, + A57168A0235968A0000CEC60 /* VariableInfo.uni */, + A57168A1235968A0000CEC60 /* VariableInfo.c */, ); path = VariableInfo; sourceTree = ""; }; - A571BB93232052D7003BC0AA /* SmiHandlerProfileInfo */ = { + A57168A2235968A0000CEC60 /* SmiHandlerProfileInfo */ = { isa = PBXGroup; children = ( - A571BB94232052D7003BC0AA /* SmiHandlerProfileInfoExtra.uni */, - A571BB95232052D7003BC0AA /* SmiHandlerProfileInfo.uni */, - A571BB96232052D7003BC0AA /* SmiHandlerProfileInfo.inf */, - A571BB97232052D7003BC0AA /* SmiHandlerProfileInfo.c */, + A57168A3235968A0000CEC60 /* SmiHandlerProfileInfoExtra.uni */, + A57168A4235968A0000CEC60 /* SmiHandlerProfileInfo.uni */, + A57168A5235968A0000CEC60 /* SmiHandlerProfileInfo.inf */, + A57168A6235968A0000CEC60 /* SmiHandlerProfileInfo.c */, ); path = SmiHandlerProfileInfo; sourceTree = ""; }; - A571BB99232052E8003BC0AA /* MdePkg */ = { + A57168A8235968A6000CEC60 /* MdePkg */ = { isa = PBXGroup; children = ( - A571BB9A232052E8003BC0AA /* Include */, - A571BDCB232052E9003BC0AA /* Library */, - A571C26E232052EC003BC0AA /* MdePkg.dec */, - A571C26F232052EC003BC0AA /* MdePkg.uni */, - A571C270232052EC003BC0AA /* MdePkgExtra.uni */, - A571C271232052EC003BC0AA /* MdePkg.dsc */, + A57168A9235968A6000CEC60 /* Include */, + A5716ADA235968A7000CEC60 /* Library */, + A5716F7E235968A9000CEC60 /* MdePkg.dec */, + A5716F7F235968A9000CEC60 /* MdePkg.uni */, + A5716F80235968A9000CEC60 /* MdePkgExtra.uni */, + A5716F81235968A9000CEC60 /* MdePkg.dsc */, ); name = MdePkg; path = ../../../MdePkg; sourceTree = ""; }; - A571BB9A232052E8003BC0AA /* Include */ = { + A57168A9235968A6000CEC60 /* 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 */, + A57168AA235968A6000CEC60 /* PiPei.h */, + A57168AB235968A6000CEC60 /* Ebc */, + A57168AD235968A6000CEC60 /* PiMm.h */, + A57168AE235968A6000CEC60 /* Uefi.h */, + A57168AF235968A6000CEC60 /* X64 */, + A57168B2235968A6000CEC60 /* Uefi */, + A57168BA235968A6000CEC60 /* IndustryStandard */, + A571690B235968A6000CEC60 /* Library */, + A571694C235968A6000CEC60 /* Protocol */, + A5716A46235968A6000CEC60 /* Pi */, + A5716A54235968A6000CEC60 /* Ia32 */, + A5716A57235968A6000CEC60 /* PiSmm.h */, + A5716A58235968A6000CEC60 /* Register */, + A5716A7D235968A6000CEC60 /* PiDxe.h */, + A5716A7E235968A6000CEC60 /* Guid */, + A5716AA6235968A6000CEC60 /* Arm */, + A5716AA8235968A6000CEC60 /* Ppi */, + A5716AD7235968A7000CEC60 /* AArch64 */, + A5716AD9235968A7000CEC60 /* Base.h */, ); path = Include; sourceTree = ""; }; - A571BB9C232052E8003BC0AA /* Ebc */ = { + A57168AB235968A6000CEC60 /* Ebc */ = { isa = PBXGroup; children = ( - A571BB9D232052E8003BC0AA /* ProcessorBind.h */, + A57168AC235968A6000CEC60 /* ProcessorBind.h */, ); path = Ebc; sourceTree = ""; }; - A571BBA0232052E8003BC0AA /* X64 */ = { + A57168AF235968A6000CEC60 /* X64 */ = { isa = PBXGroup; children = ( - A571BBA1232052E8003BC0AA /* Nasm.inc */, - A571BBA2232052E8003BC0AA /* ProcessorBind.h */, + A57168B0235968A6000CEC60 /* Nasm.inc */, + A57168B1235968A6000CEC60 /* ProcessorBind.h */, ); path = X64; sourceTree = ""; }; - A571BBA3232052E8003BC0AA /* Uefi */ = { + A57168B2235968A6000CEC60 /* 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 */, + A57168B3235968A6000CEC60 /* UefiAcpiDataTable.h */, + A57168B4235968A6000CEC60 /* UefiPxe.h */, + A57168B5235968A6000CEC60 /* UefiSpec.h */, + A57168B6235968A6000CEC60 /* UefiGpt.h */, + A57168B7235968A6000CEC60 /* UefiBaseType.h */, + A57168B8235968A6000CEC60 /* UefiInternalFormRepresentation.h */, + A57168B9235968A6000CEC60 /* UefiMultiPhase.h */, ); path = Uefi; sourceTree = ""; }; - A571BBAB232052E8003BC0AA /* IndustryStandard */ = { + A57168BA235968A6000CEC60 /* 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 */, + A57168BB235968A6000CEC60 /* IpmiNetFnFirmware.h */, + A57168BC235968A6000CEC60 /* SdramSpdLpDdr.h */, + A57168BD235968A6000CEC60 /* ElTorito.h */, + A57168BE235968A6000CEC60 /* SdramSpdDdr3.h */, + A57168BF235968A6000CEC60 /* Acpi62.h */, + A57168C0235968A6000CEC60 /* WindowsSmmSecurityMitigationTable.h */, + A57168C1235968A6000CEC60 /* Nvme.h */, + A57168C2235968A6000CEC60 /* IoRemappingTable.h */, + A57168C3235968A6000CEC60 /* LowPowerIdleTable.h */, + A57168C4235968A6000CEC60 /* Emmc.h */, + A57168C5235968A6000CEC60 /* WatchdogActionTable.h */, + A57168C6235968A6000CEC60 /* DmaRemappingReportingTable.h */, + A57168C7235968A6000CEC60 /* AlertStandardFormatTable.h */, + A57168C8235968A6000CEC60 /* Acpi40.h */, + A57168C9235968A6000CEC60 /* Bmp.h */, + A57168CA235968A6000CEC60 /* UefiTcgPlatform.h */, + A57168CB235968A6000CEC60 /* SerialPortConsoleRedirectionTable.h */, + A57168CC235968A6000CEC60 /* Pci22.h */, + A57168CD235968A6000CEC60 /* Mbr.h */, + A57168CE235968A6000CEC60 /* Acpi61.h */, + A57168CF235968A6000CEC60 /* SdramSpdDdr4.h */, + A57168D0235968A6000CEC60 /* TcgStorageOpal.h */, + A57168D1235968A6000CEC60 /* IpmiNetFnChassis.h */, + A57168D2235968A6000CEC60 /* Acpi.h */, + A57168D3235968A6000CEC60 /* Tpm2Acpi.h */, + A57168D4235968A6000CEC60 /* PeImage.h */, + A57168D5235968A6000CEC60 /* PciExpress30.h */, + A57168D6235968A6000CEC60 /* SdramSpd.h */, + A57168D7235968A6000CEC60 /* Acpi10.h */, + A57168D8235968A6000CEC60 /* MemoryMappedConfigurationSpaceAccessTable.h */, + A57168D9235968A6000CEC60 /* IpmiFruInformationStorage.h */, + A57168DA235968A6000CEC60 /* IpmiNetFnStorage.h */, + A57168DB235968A6000CEC60 /* IScsiBootFirmwareTable.h */, + A57168DC235968A6000CEC60 /* Bluetooth.h */, + A57168DD235968A6000CEC60 /* AcpiAml.h */, + A57168DE235968A6000CEC60 /* Acpi50.h */, + A57168DF235968A6000CEC60 /* Tpm20.h */, + A57168E0235968A6000CEC60 /* PciCodeId.h */, + A57168E1235968A6000CEC60 /* IpmiNetFnTransport.h */, + A57168E2235968A6000CEC60 /* Dhcp.h */, + A57168E3235968A6000CEC60 /* TpmPtp.h */, + A57168E4235968A6000CEC60 /* Acpi20.h */, + A57168E5235968A6000CEC60 /* Pci23.h */, + A57168E6235968A6000CEC60 /* IpmiNetFnApp.h */, + A57168E7235968A6000CEC60 /* PciExpress40.h */, + A57168E8235968A6000CEC60 /* IpmiNetFnSensorEvent.h */, + A57168E9235968A6000CEC60 /* Acpi60.h */, + A57168EA235968A6000CEC60 /* PciExpress21.h */, + A57168EB235968A6000CEC60 /* PciExpress31.h */, + A57168EC235968A6000CEC60 /* TcgStorageCore.h */, + A57168ED235968A6000CEC60 /* HighPrecisionEventTimerTable.h */, + A57168EE235968A6000CEC60 /* Usb.h */, + A57168EF235968A6000CEC60 /* Acpi51.h */, + A57168F0235968A6000CEC60 /* Sd.h */, + A57168F1235968A6000CEC60 /* WatchdogResourceTable.h */, + A57168F2235968A6000CEC60 /* Acpi30.h */, + A57168F3235968A6000CEC60 /* Udf.h */, + A57168F4235968A6000CEC60 /* DebugPortTable.h */, + A57168F5235968A6000CEC60 /* SmBios.h */, + A57168F6235968A6000CEC60 /* MemoryOverwriteRequestControlLock.h */, + A57168F7235968A6000CEC60 /* Atapi.h */, + A57168F8235968A6000CEC60 /* TcpaAcpi.h */, + A57168F9235968A6000CEC60 /* LegacyBiosMpTable.h */, + A57168FA235968A6000CEC60 /* TpmTis.h */, + A57168FB235968A6000CEC60 /* Acpi63.h */, + A57168FC235968A6000CEC60 /* SmBus.h */, + A57168FD235968A6000CEC60 /* Http11.h */, + A57168FE235968A6000CEC60 /* TcgPhysicalPresence.h */, + A57168FF235968A6000CEC60 /* IpmiNetFnGroupExtension.h */, + A5716900235968A6000CEC60 /* Tls1.h */, + A5716901235968A6000CEC60 /* Pci.h */, + A5716902235968A6000CEC60 /* DebugPort2Table.h */, + A5716903235968A6000CEC60 /* Scsi.h */, + A5716904235968A6000CEC60 /* Pci30.h */, + A5716905235968A6000CEC60 /* Hsti.h */, + A5716906235968A6000CEC60 /* WindowsUxCapsule.h */, + A5716907235968A6000CEC60 /* Tpm12.h */, + A5716908235968A6000CEC60 /* Ipmi.h */, + A5716909235968A6000CEC60 /* IpmiNetFnBridge.h */, + A571690A235968A6000CEC60 /* ServiceProcessorManagementInterfaceTable.h */, ); path = IndustryStandard; sourceTree = ""; }; - A571BBFC232052E8003BC0AA /* Library */ = { + A571690B235968A6000CEC60 /* 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 */, + A571690C235968A6000CEC60 /* OrderedCollectionLib.h */, + A571690D235968A6000CEC60 /* TimerLib.h */, + A571690E235968A6000CEC60 /* PeiServicesTablePointerLib.h */, + A571690F235968A6000CEC60 /* SmiHandlerProfileLib.h */, + A5716910235968A6000CEC60 /* UefiUsbLib.h */, + A5716911235968A6000CEC60 /* UefiDecompressLib.h */, + A5716912235968A6000CEC60 /* UefiRuntimeServicesTableLib.h */, + A5716913235968A6000CEC60 /* PeimEntryPoint.h */, + A5716914235968A6000CEC60 /* RngLib.h */, + A5716915235968A6000CEC60 /* PciCf8Lib.h */, + A5716916235968A6000CEC60 /* SmmPeriodicSmiLib.h */, + A5716917235968A6000CEC60 /* PeiCoreEntryPoint.h */, + A5716918235968A6000CEC60 /* S3PciLib.h */, + A5716919235968A6000CEC60 /* PciSegmentLib.h */, + A571691A235968A6000CEC60 /* DebugLib.h */, + A571691B235968A6000CEC60 /* SynchronizationLib.h */, + A571691C235968A6000CEC60 /* SafeIntLib.h */, + A571691D235968A6000CEC60 /* S3SmbusLib.h */, + A571691E235968A6000CEC60 /* DevicePathLib.h */, + A571691F235968A6000CEC60 /* PcdLib.h */, + A5716920235968A6000CEC60 /* FileHandleLib.h */, + A5716921235968A6000CEC60 /* UefiLib.h */, + A5716922235968A6000CEC60 /* SmmMemLib.h */, + A5716923235968A6000CEC60 /* PostCodeLib.h */, + A5716924235968A6000CEC60 /* S3StallLib.h */, + A5716925235968A6000CEC60 /* PciLib.h */, + A5716926235968A6000CEC60 /* UefiBootServicesTableLib.h */, + A5716927235968A6000CEC60 /* MmServicesTableLib.h */, + A5716928235968A6000CEC60 /* PeCoffExtraActionLib.h */, + A5716929235968A6000CEC60 /* PciExpressLib.h */, + A571692A235968A6000CEC60 /* S3IoLib.h */, + A571692B235968A6000CEC60 /* ReportStatusCodeLib.h */, + A571692C235968A6000CEC60 /* UefiScsiLib.h */, + A571692D235968A6000CEC60 /* UefiRuntimeLib.h */, + A571692E235968A6000CEC60 /* SmmServicesTableLib.h */, + A571692F235968A6000CEC60 /* SerialPortLib.h */, + A5716930235968A6000CEC60 /* DxeCoreEntryPoint.h */, + A5716931235968A6000CEC60 /* PeCoffGetEntryPointLib.h */, + A5716932235968A6000CEC60 /* UefiDriverEntryPoint.h */, + A5716933235968A6000CEC60 /* BaseMemoryLib.h */, + A5716934235968A6000CEC60 /* DxeServicesLib.h */, + A5716935235968A6000CEC60 /* PeCoffLib.h */, + A5716936235968A6000CEC60 /* S3PciSegmentLib.h */, + A5716937235968A6000CEC60 /* BaseLib.h */, + A5716938235968A6000CEC60 /* SmmLib.h */, + A5716939235968A6000CEC60 /* PeiServicesLib.h */, + A571693A235968A6000CEC60 /* DxeServicesTableLib.h */, + A571693B235968A6000CEC60 /* SmbusLib.h */, + A571693C235968A6000CEC60 /* MemoryAllocationLib.h */, + A571693D235968A6000CEC60 /* HstiLib.h */, + A571693E235968A6000CEC60 /* ExtractGuidedSectionLib.h */, + A571693F235968A6000CEC60 /* ResourcePublicationLib.h */, + A5716940235968A6000CEC60 /* S3BootScriptLib.h */, + A5716941235968A6000CEC60 /* CacheMaintenanceLib.h */, + A5716942235968A6000CEC60 /* CpuLib.h */, + A5716943235968A6000CEC60 /* StandaloneMmDriverEntryPoint.h */, + A5716944235968A6000CEC60 /* SmmIoLib.h */, + A5716945235968A6000CEC60 /* IoLib.h */, + A5716946235968A6000CEC60 /* PrintLib.h */, + A5716947235968A6000CEC60 /* UefiApplicationEntryPoint.h */, + A5716948235968A6000CEC60 /* PerformanceLib.h */, + A5716949235968A6000CEC60 /* HobLib.h */, + A571694A235968A6000CEC60 /* DebugPrintErrorLevelLib.h */, + A571694B235968A6000CEC60 /* PciSegmentInfoLib.h */, ); path = Library; sourceTree = ""; }; - A571BC3D232052E8003BC0AA /* Protocol */ = { + A571694C235968A6000CEC60 /* 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 */, + A571694D235968A6000CEC60 /* LegacySpiController.h */, + A571694E235968A6000CEC60 /* SpiHc.h */, + A571694F235968A6000CEC60 /* Tcp4.h */, + A5716950235968A6000CEC60 /* DriverFamilyOverride.h */, + A5716951235968A6000CEC60 /* MmSxDispatch.h */, + A5716952235968A6000CEC60 /* MmCpu.h */, + A5716953235968A6000CEC60 /* TcgService.h */, + A5716954235968A6000CEC60 /* WiFi2.h */, + A5716955235968A6000CEC60 /* PartitionInfo.h */, + A5716956235968A6000CEC60 /* SmmReportStatusCodeHandler.h */, + A5716957235968A6000CEC60 /* UgaDraw.h */, + A5716958235968A6000CEC60 /* Bis.h */, + A5716959235968A6000CEC60 /* SmartCardEdge.h */, + A571695A235968A6000CEC60 /* EapConfiguration.h */, + A571695B235968A6000CEC60 /* ShellDynamicCommand.h */, + A571695C235968A6000CEC60 /* Rest.h */, + A571695D235968A6000CEC60 /* NvdimmLabel.h */, + A571695E235968A6000CEC60 /* Udp4.h */, + A571695F235968A6000CEC60 /* LoadedImage.h */, + A5716960235968A6000CEC60 /* WiFi.h */, + A5716961235968A6000CEC60 /* SmmSwDispatch2.h */, + A5716962235968A6000CEC60 /* FormBrowser2.h */, + A5716963235968A6000CEC60 /* I2cHost.h */, + A5716964235968A6000CEC60 /* DevicePathFromText.h */, + A5716965235968A6000CEC60 /* Shell.h */, + A5716966235968A6000CEC60 /* IpSec.h */, + A5716967235968A6000CEC60 /* SimpleTextInEx.h */, + A5716968235968A6000CEC60 /* CpuIo2.h */, + A5716969235968A6000CEC60 /* Ip4.h */, + A571696A235968A6000CEC60 /* DriverConfiguration.h */, + A571696B235968A6000CEC60 /* SpiSmmConfiguration.h */, + A571696C235968A6000CEC60 /* DiskIo.h */, + A571696D235968A6000CEC60 /* Tls.h */, + A571696E235968A6000CEC60 /* MmReadyToLock.h */, + A571696F235968A6000CEC60 /* SimpleFileSystem.h */, + A5716970235968A6000CEC60 /* MmStatusCode.h */, + A5716971235968A6000CEC60 /* Http.h */, + A5716972235968A6000CEC60 /* ScsiPassThruExt.h */, + A5716973235968A6000CEC60 /* HiiConfigAccess.h */, + A5716974235968A6000CEC60 /* SmbusHc.h */, + A5716975235968A6000CEC60 /* DevicePathToText.h */, + A5716976235968A6000CEC60 /* MmCpuIo.h */, + A5716977235968A6000CEC60 /* ServiceBinding.h */, + A5716978235968A6000CEC60 /* DriverConfiguration2.h */, + A5716979235968A6000CEC60 /* Usb2HostController.h */, + A571697A235968A6000CEC60 /* FirmwareManagement.h */, + A571697B235968A6000CEC60 /* EdidDiscovered.h */, + A571697C235968A6000CEC60 /* MmEndOfDxe.h */, + A571697D235968A6000CEC60 /* BootManagerPolicy.h */, + A571697E235968A6000CEC60 /* RealTimeClock.h */, + A571697F235968A6000CEC60 /* SimplePointer.h */, + A5716980235968A6000CEC60 /* Ip6Config.h */, + A5716981235968A6000CEC60 /* I2cIo.h */, + A5716982235968A6000CEC60 /* Dns6.h */, + A5716983235968A6000CEC60 /* UfsDeviceConfig.h */, + A5716984235968A6000CEC60 /* DeviceIo.h */, + A5716985235968A6000CEC60 /* ReportStatusCodeHandler.h */, + A5716986235968A6000CEC60 /* TlsConfig.h */, + A5716987235968A6000CEC60 /* ScsiIo.h */, + A5716988235968A6000CEC60 /* Security.h */, + A5716989235968A6000CEC60 /* SmmSxDispatch2.h */, + A571698A235968A6000CEC60 /* MmControl.h */, + A571698B235968A6000CEC60 /* NetworkInterfaceIdentifier.h */, + A571698C235968A6000CEC60 /* MmPowerButtonDispatch.h */, + A571698D235968A6000CEC60 /* Security2.h */, + A571698E235968A6000CEC60 /* EdidActive.h */, + A571698F235968A6000CEC60 /* UserCredential.h */, + A5716990235968A6000CEC60 /* MmAccess.h */, + A5716991235968A6000CEC60 /* UnicodeCollation.h */, + A5716992235968A6000CEC60 /* MonotonicCounter.h */, + A5716993235968A6000CEC60 /* BluetoothHc.h */, + A5716994235968A6000CEC60 /* PlatformDriverOverride.h */, + A5716995235968A6000CEC60 /* ManagedNetwork.h */, + A5716996235968A6000CEC60 /* DriverDiagnostics.h */, + A5716997235968A6000CEC60 /* HiiImageDecoder.h */, + A5716998235968A6000CEC60 /* SimpleNetwork.h */, + A5716999235968A6000CEC60 /* HiiString.h */, + A571699A235968A6000CEC60 /* TrEEProtocol.h */, + A571699B235968A6000CEC60 /* VariableWrite.h */, + A571699C235968A6000CEC60 /* BluetoothLeConfig.h */, + A571699D235968A6000CEC60 /* Ip4Config.h */, + A571699E235968A6000CEC60 /* MmMp.h */, + A571699F235968A6000CEC60 /* HiiPopup.h */, + A57169A0235968A6000CEC60 /* GraphicsOutput.h */, + A57169A1235968A6000CEC60 /* IScsiInitiatorName.h */, + A57169A2235968A6000CEC60 /* Ftp4.h */, + A57169A3235968A6000CEC60 /* AtaPassThru.h */, + A57169A4235968A6000CEC60 /* SimpleTextOut.h */, + A57169A5235968A6000CEC60 /* HiiConfigKeyword.h */, + A57169A6235968A6000CEC60 /* PciOverride.h */, + A57169A7235968A6000CEC60 /* DiskIo2.h */, + A57169A8235968A6000CEC60 /* IsaHc.h */, + A57169A9235968A6000CEC60 /* ComponentName2.h */, + A57169AA235968A6000CEC60 /* SmmStatusCode.h */, + A57169AB235968A6000CEC60 /* PciPlatform.h */, + A57169AC235968A6000CEC60 /* DriverDiagnostics2.h */, + A57169AD235968A6000CEC60 /* Rng.h */, + A57169AE235968A6000CEC60 /* Dhcp4.h */, + A57169AF235968A6000CEC60 /* PxeBaseCode.h */, + A57169B0235968A6000CEC60 /* GuidedSectionExtraction.h */, + A57169B1235968A6000CEC60 /* Variable.h */, + A57169B2235968A6000CEC60 /* MmReportStatusCodeHandler.h */, + A57169B3235968A6000CEC60 /* DxeMmReadyToLock.h */, + A57169B4235968A6000CEC60 /* DriverBinding.h */, + A57169B5235968A6000CEC60 /* FirmwareVolume2.h */, + A57169B6235968A6000CEC60 /* BlockIo.h */, + A57169B7235968A6000CEC60 /* MmBase.h */, + A57169B8235968A6000CEC60 /* SmmCpuIo2.h */, + A57169B9235968A6000CEC60 /* SmmUsbDispatch2.h */, + A57169BA235968A6000CEC60 /* Mtftp6.h */, + A57169BB235968A6000CEC60 /* S3SmmSaveState.h */, + A57169BC235968A6000CEC60 /* SpiNorFlash.h */, + A57169BD235968A6000CEC60 /* Metronome.h */, + A57169BE235968A6000CEC60 /* SmmPowerButtonDispatch2.h */, + A57169BF235968A6000CEC60 /* Runtime.h */, + A57169C0235968A6000CEC60 /* LegacySpiSmmFlash.h */, + A57169C1235968A6000CEC60 /* PlatformToDriverConfiguration.h */, + A57169C2235968A6000CEC60 /* Timer.h */, + A57169C3235968A6000CEC60 /* DevicePathUtilities.h */, + A57169C4235968A6000CEC60 /* PxeBaseCodeCallBack.h */, + A57169C5235968A6000CEC60 /* LegacySpiSmmController.h */, + A57169C6235968A6000CEC60 /* LegacyRegion2.h */, + A57169C7235968A6000CEC60 /* DebugPort.h */, + A57169C8235968A6000CEC60 /* Tcp6.h */, + A57169C9235968A6000CEC60 /* PciRootBridgeIo.h */, + A57169CA235968A6000CEC60 /* Pcd.h */, + A57169CB235968A6000CEC60 /* UgaIo.h */, + A57169CC235968A6000CEC60 /* SpiSmmNorFlash.h */, + A57169CD235968A6000CEC60 /* Hash2.h */, + A57169CE235968A6000CEC60 /* SpiConfiguration.h */, + A57169CF235968A6000CEC60 /* SuperIoControl.h */, + A57169D0235968A6000CEC60 /* DevicePath.h */, + A57169D1235968A6000CEC60 /* TapeIo.h */, + A57169D2235968A6000CEC60 /* SmmCpu.h */, + A57169D3235968A6000CEC60 /* DriverSupportedEfiVersion.h */, + A57169D4235968A6000CEC60 /* StorageSecurityCommand.h */, + A57169D5235968A6000CEC60 /* UserManager.h */, + A57169D6235968A6000CEC60 /* PiPcd.h */, + A57169D7235968A6000CEC60 /* SecurityPolicy.h */, + A57169D8235968A6000CEC60 /* UsbFunctionIo.h */, + A57169D9235968A6000CEC60 /* BusSpecificDriverOverride.h */, + A57169DA235968A6000CEC60 /* MmSwDispatch.h */, + A57169DB235968A6000CEC60 /* Supplicant.h */, + A57169DC235968A6000CEC60 /* Udp6.h */, + A57169DD235968A6000CEC60 /* SmmReadyToLock.h */, + A57169DE235968A6000CEC60 /* PciHotPlugRequest.h */, + A57169DF235968A6000CEC60 /* AuthenticationInfo.h */, + A57169E0235968A6000CEC60 /* Ip4Config2.h */, + A57169E1235968A6000CEC60 /* MmCommunication.h */, + A57169E2235968A6000CEC60 /* EapManagement2.h */, + A57169E3235968A6000CEC60 /* Decompress.h */, + A57169E4235968A6000CEC60 /* PiPcdInfo.h */, + A57169E5235968A6000CEC60 /* PciHostBridgeResourceAllocation.h */, + A57169E6235968A6000CEC60 /* HiiPackageList.h */, + A57169E7235968A6000CEC60 /* SpiIo.h */, + A57169E8235968A6000CEC60 /* HiiImage.h */, + A57169E9235968A6000CEC60 /* Pkcs7Verify.h */, + A57169EA235968A6000CEC60 /* SmmGpiDispatch2.h */, + A57169EB235968A6000CEC60 /* SmmCommunication.h */, + A57169EC235968A6000CEC60 /* NvmExpressPassthru.h */, + A57169ED235968A6000CEC60 /* IpSecConfig.h */, + A57169EE235968A6000CEC60 /* DeferredImageLoad.h */, + A57169EF235968A6000CEC60 /* MmUsbDispatch.h */, + A57169F0235968A6000CEC60 /* SmmStandbyButtonDispatch2.h */, + A57169F1235968A6000CEC60 /* Capsule.h */, + A57169F2235968A6000CEC60 /* SuperIo.h */, + A57169F3235968A6000CEC60 /* RegularExpressionProtocol.h */, + A57169F4235968A6000CEC60 /* IdeControllerInit.h */, + A57169F5235968A6000CEC60 /* Cpu.h */, + A57169F6235968A6000CEC60 /* AbsolutePointer.h */, + A57169F7235968A6000CEC60 /* UsbHostController.h */, + A57169F8235968A6000CEC60 /* UsbIo.h */, + A57169F9235968A6000CEC60 /* HiiConfigRouting.h */, + A57169FA235968A6000CEC60 /* BluetoothAttribute.h */, + A57169FB235968A6000CEC60 /* Ip6.h */, + A57169FC235968A6000CEC60 /* BlockIo2.h */, + A57169FD235968A6000CEC60 /* Dns4.h */, + A57169FE235968A6000CEC60 /* HiiDatabase.h */, + A57169FF235968A6000CEC60 /* HiiImageEx.h */, + A5716A00235968A6000CEC60 /* PciIo.h */, + A5716A01235968A6000CEC60 /* MmPeriodicTimerDispatch.h */, + A5716A02235968A6000CEC60 /* RamDisk.h */, + A5716A03235968A6000CEC60 /* ScsiPassThru.h */, + A5716A04235968A6000CEC60 /* DiskInfo.h */, + A5716A05235968A6000CEC60 /* Bds.h */, + A5716A06235968A6000CEC60 /* SerialIo.h */, + A5716A07235968A6000CEC60 /* DriverHealth.h */, + A5716A08235968A6000CEC60 /* Arp.h */, + A5716A09235968A6000CEC60 /* ShellParameters.h */, + A5716A0A235968A6000CEC60 /* IncompatiblePciDeviceSupport.h */, + A5716A0B235968A6000CEC60 /* LegacySpiFlash.h */, + A5716A0C235968A6000CEC60 /* I2cMaster.h */, + A5716A0D235968A6000CEC60 /* Smbios.h */, + A5716A0E235968A6000CEC60 /* EapManagement.h */, + A5716A0F235968A6000CEC60 /* EraseBlock.h */, + A5716A10235968A6000CEC60 /* Tcg2Protocol.h */, + A5716A11235968A6000CEC60 /* AcpiSystemDescriptionTable.h */, + A5716A12235968A6000CEC60 /* PciEnumerationComplete.h */, + A5716A13235968A6000CEC60 /* ResetNotification.h */, + A5716A14235968A6000CEC60 /* PciHotPlugInit.h */, + A5716A15235968A6000CEC60 /* Kms.h */, + A5716A16235968A6000CEC60 /* MmPciRootBridgeIo.h */, + A5716A17235968A6000CEC60 /* I2cBusConfigurationManagement.h */, + A5716A18235968A6000CEC60 /* LoadFile.h */, + A5716A19235968A6000CEC60 /* PcdInfo.h */, + A5716A1A235968A6000CEC60 /* WatchdogTimer.h */, + A5716A1B235968A6000CEC60 /* SmmEndOfDxe.h */, + A5716A1C235968A6000CEC60 /* MmConfiguration.h */, + A5716A1D235968A6000CEC60 /* SmmPeriodicTimerDispatch2.h */, + A5716A1E235968A6000CEC60 /* S3SaveState.h */, + A5716A1F235968A6000CEC60 /* SdMmcPassThru.h */, + A5716A20235968A6000CEC60 /* Reset.h */, + A5716A21235968A6000CEC60 /* Dhcp6.h */, + A5716A22235968A6000CEC60 /* DxeSmmReadyToLock.h */, + A5716A23235968A6000CEC60 /* MpService.h */, + A5716A24235968A6000CEC60 /* SmmConfiguration.h */, + A5716A25235968A6000CEC60 /* MmGpiDispatch.h */, + A5716A26235968A6000CEC60 /* SmmControl2.h */, + A5716A27235968A6000CEC60 /* StatusCode.h */, + A5716A28235968A6000CEC60 /* Timestamp.h */, + A5716A29235968A6000CEC60 /* BlockIoCrypto.h */, + A5716A2A235968A6000CEC60 /* SmartCardReader.h */, + A5716A2B235968A6000CEC60 /* FirmwareVolumeBlock.h */, + A5716A2C235968A6000CEC60 /* HttpBootCallback.h */, + A5716A2D235968A6000CEC60 /* SimpleTextIn.h */, + A5716A2E235968A6000CEC60 /* MmIoTrapDispatch.h */, + A5716A2F235968A6000CEC60 /* Hash.h */, + A5716A30235968A6000CEC60 /* VlanConfig.h */, + A5716A31235968A6000CEC60 /* HiiFont.h */, + A5716A32235968A6000CEC60 /* SmmAccess2.h */, + A5716A33235968A6000CEC60 /* UserCredential2.h */, + A5716A34235968A6000CEC60 /* AcpiTable.h */, + A5716A35235968A6000CEC60 /* EdidOverride.h */, + A5716A36235968A6000CEC60 /* I2cEnumerate.h */, + A5716A37235968A6000CEC60 /* BluetoothConfig.h */, + A5716A38235968A6000CEC60 /* BluetoothIo.h */, + A5716A39235968A6000CEC60 /* MmStandbyButtonDispatch.h */, + A5716A3A235968A6000CEC60 /* Mtftp4.h */, + A5716A3B235968A6000CEC60 /* SmmIoTrapDispatch2.h */, + A5716A3C235968A6000CEC60 /* SpiSmmHc.h */, + A5716A3D235968A6000CEC60 /* Ebc.h */, + A5716A3E235968A6000CEC60 /* DebugSupport.h */, + A5716A3F235968A6000CEC60 /* ComponentName.h */, + A5716A40235968A6000CEC60 /* Eap.h */, + A5716A41235968A6000CEC60 /* AdapterInformation.h */, + A5716A42235968A6000CEC60 /* SmmBase2.h */, + A5716A43235968A6000CEC60 /* SmmPciRootBridgeIo.h */, + A5716A44235968A6000CEC60 /* HttpUtilities.h */, + A5716A45235968A6000CEC60 /* LoadFile2.h */, ); path = Protocol; sourceTree = ""; }; - A571BD37232052E9003BC0AA /* Pi */ = { + A5716A46235968A6000CEC60 /* 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 */, + A5716A47235968A6000CEC60 /* PiFirmwareVolume.h */, + A5716A48235968A6000CEC60 /* PiMmCis.h */, + A5716A49235968A6000CEC60 /* PiDxeCis.h */, + A5716A4A235968A6000CEC60 /* PiStatusCode.h */, + A5716A4B235968A6000CEC60 /* PiBootMode.h */, + A5716A4C235968A6000CEC60 /* PiHob.h */, + A5716A4D235968A6000CEC60 /* PiPeiCis.h */, + A5716A4E235968A6000CEC60 /* PiSmmCis.h */, + A5716A4F235968A6000CEC60 /* PiDependency.h */, + A5716A50235968A6000CEC60 /* PiS3BootScript.h */, + A5716A51235968A6000CEC60 /* PiMultiPhase.h */, + A5716A52235968A6000CEC60 /* PiFirmwareFile.h */, + A5716A53235968A6000CEC60 /* PiI2c.h */, ); path = Pi; sourceTree = ""; }; - A571BD45232052E9003BC0AA /* Ia32 */ = { + A5716A54235968A6000CEC60 /* Ia32 */ = { isa = PBXGroup; children = ( - A571BD46232052E9003BC0AA /* Nasm.inc */, - A571BD47232052E9003BC0AA /* ProcessorBind.h */, + A5716A55235968A6000CEC60 /* Nasm.inc */, + A5716A56235968A6000CEC60 /* ProcessorBind.h */, ); path = Ia32; sourceTree = ""; }; - A571BD49232052E9003BC0AA /* Register */ = { + A5716A58235968A6000CEC60 /* Register */ = { isa = PBXGroup; children = ( - A571BD4A232052E9003BC0AA /* Intel */, - A571BD6A232052E9003BC0AA /* Amd */, + A5716A59235968A6000CEC60 /* Intel */, + A5716A79235968A6000CEC60 /* Amd */, ); path = Register; sourceTree = ""; }; - A571BD4A232052E9003BC0AA /* Intel */ = { + A5716A59235968A6000CEC60 /* 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 */, + A5716A5A235968A6000CEC60 /* Microcode.h */, + A5716A5B235968A6000CEC60 /* SmramSaveStateMap.h */, + A5716A5C235968A6000CEC60 /* Msr */, + A5716A72235968A6000CEC60 /* Cpuid.h */, + A5716A73235968A6000CEC60 /* StmStatusCode.h */, + A5716A74235968A6000CEC60 /* StmResourceDescriptor.h */, + A5716A75235968A6000CEC60 /* LocalApic.h */, + A5716A76235968A6000CEC60 /* StmApi.h */, + A5716A77235968A6000CEC60 /* ArchitecturalMsr.h */, + A5716A78235968A6000CEC60 /* Msr.h */, ); path = Intel; sourceTree = ""; }; - A571BD4D232052E9003BC0AA /* Msr */ = { + A5716A5C235968A6000CEC60 /* 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 */, + A5716A5D235968A6000CEC60 /* Pentium4Msr.h */, + A5716A5E235968A6000CEC60 /* GoldmontPlusMsr.h */, + A5716A5F235968A6000CEC60 /* IvyBridgeMsr.h */, + A5716A60235968A6000CEC60 /* BroadwellMsr.h */, + A5716A61235968A6000CEC60 /* HaswellEMsr.h */, + A5716A62235968A6000CEC60 /* XeonE7Msr.h */, + A5716A63235968A6000CEC60 /* Core2Msr.h */, + A5716A64235968A6000CEC60 /* NehalemMsr.h */, + A5716A65235968A6000CEC60 /* SandyBridgeMsr.h */, + A5716A66235968A6000CEC60 /* P6Msr.h */, + A5716A67235968A6000CEC60 /* PentiumMsr.h */, + A5716A68235968A6000CEC60 /* SilvermontMsr.h */, + A5716A69235968A6000CEC60 /* Xeon5600Msr.h */, + A5716A6A235968A6000CEC60 /* SkylakeMsr.h */, + A5716A6B235968A6000CEC60 /* CoreMsr.h */, + A5716A6C235968A6000CEC60 /* XeonDMsr.h */, + A5716A6D235968A6000CEC60 /* XeonPhiMsr.h */, + A5716A6E235968A6000CEC60 /* PentiumMMsr.h */, + A5716A6F235968A6000CEC60 /* GoldmontMsr.h */, + A5716A70235968A6000CEC60 /* HaswellMsr.h */, + A5716A71235968A6000CEC60 /* AtomMsr.h */, ); path = Msr; sourceTree = ""; }; - A571BD6A232052E9003BC0AA /* Amd */ = { + A5716A79235968A6000CEC60 /* Amd */ = { isa = PBXGroup; children = ( - A571BD6B232052E9003BC0AA /* Cpuid.h */, - A571BD6C232052E9003BC0AA /* Fam17Msr.h */, - A571BD6D232052E9003BC0AA /* Msr.h */, + A5716A7A235968A6000CEC60 /* Cpuid.h */, + A5716A7B235968A6000CEC60 /* Fam17Msr.h */, + A5716A7C235968A6000CEC60 /* Msr.h */, ); path = Amd; sourceTree = ""; }; - A571BD6F232052E9003BC0AA /* Guid */ = { + A5716A7E235968A6000CEC60 /* 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 */, + A5716A7F235968A6000CEC60 /* MdePkgTokenSpace.h */, + A5716A80235968A6000CEC60 /* SmramMemoryReserve.h */, + A5716A81235968A6000CEC60 /* FileInfo.h */, + A5716A82235968A6000CEC60 /* SystemResourceTable.h */, + A5716A83235968A6000CEC60 /* AprioriFileName.h */, + A5716A84235968A6000CEC60 /* PropertiesTable.h */, + A5716A85235968A6000CEC60 /* MemoryAllocationHob.h */, + A5716A86235968A6000CEC60 /* EventGroup.h */, + A5716A87235968A6000CEC60 /* FirmwareFileSystem3.h */, + A5716A88235968A6000CEC60 /* Cper.h */, + A5716A89235968A6000CEC60 /* MemoryOverwriteControl.h */, + A5716A8A235968A6000CEC60 /* Gpt.h */, + A5716A8B235968A6000CEC60 /* MemoryAttributesTable.h */, + A5716A8C235968A6000CEC60 /* EventLegacyBios.h */, + A5716A8D235968A6000CEC60 /* FmpCapsule.h */, + A5716A8E235968A6000CEC60 /* FirmwareContentsSigned.h */, + A5716A8F235968A6000CEC60 /* Acpi.h */, + A5716A90235968A6000CEC60 /* Apriori.h */, + A5716A91235968A6000CEC60 /* DxeServices.h */, + A5716A92235968A6000CEC60 /* Btt.h */, + A5716A93235968A6000CEC60 /* HobList.h */, + A5716A94235968A6000CEC60 /* GraphicsInfoHob.h */, + A5716A95235968A6000CEC60 /* HiiFormMapMethodGuid.h */, + A5716A96235968A6000CEC60 /* FileSystemVolumeLabelInfo.h */, + A5716A97235968A6000CEC60 /* FirmwareFileSystem2.h */, + A5716A98235968A6000CEC60 /* StatusCodeDataTypeId.h */, + A5716A99235968A6000CEC60 /* DebugImageInfoTable.h */, + A5716A9A235968A6000CEC60 /* HiiKeyBoardLayout.h */, + A5716A9B235968A6000CEC60 /* WinCertificate.h */, + A5716A9C235968A6000CEC60 /* SmBios.h */, + A5716A9D235968A6000CEC60 /* ImageAuthentication.h */, + A5716A9E235968A6000CEC60 /* VectorHandoffTable.h */, + A5716A9F235968A6000CEC60 /* FileSystemInfo.h */, + A5716AA0235968A6000CEC60 /* HardwareErrorVariable.h */, + A5716AA1235968A6000CEC60 /* Mps.h */, + A5716AA2235968A6000CEC60 /* PcAnsi.h */, + A5716AA3235968A6000CEC60 /* GlobalVariable.h */, + A5716AA4235968A6000CEC60 /* HiiPlatformSetupFormset.h */, + A5716AA5235968A6000CEC60 /* CapsuleReport.h */, ); path = Guid; sourceTree = ""; }; - A571BD97232052E9003BC0AA /* Arm */ = { + A5716AA6235968A6000CEC60 /* Arm */ = { isa = PBXGroup; children = ( - A571BD98232052E9003BC0AA /* ProcessorBind.h */, + A5716AA7235968A6000CEC60 /* ProcessorBind.h */, ); path = Arm; sourceTree = ""; }; - A571BD99232052E9003BC0AA /* Ppi */ = { + A5716AA8235968A6000CEC60 /* 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 */, + A5716AA9235968A6000CEC60 /* PeiCoreFvLocation.h */, + A5716AAA235968A6000CEC60 /* SecHobData.h */, + A5716AAB235968A6000CEC60 /* VectorHandoffInfo.h */, + A5716AAC235968A6000CEC60 /* ReadOnlyVariable2.h */, + A5716AAD235968A7000CEC60 /* ReportStatusCodeHandler.h */, + A5716AAE235968A7000CEC60 /* S3Resume2.h */, + A5716AAF235968A7000CEC60 /* MmControl.h */, + A5716AB0235968A7000CEC60 /* Reset2.h */, + A5716AB1235968A7000CEC60 /* Security2.h */, + A5716AB2235968A7000CEC60 /* MmAccess.h */, + A5716AB3235968A7000CEC60 /* EndOfPeiPhase.h */, + A5716AB4235968A7000CEC60 /* Smbus2.h */, + A5716AB5235968A7000CEC60 /* BootInRecoveryMode.h */, + A5716AB6235968A7000CEC60 /* IsaHc.h */, + A5716AB7235968A7000CEC60 /* DxeIpl.h */, + A5716AB8235968A7000CEC60 /* GuidedSectionExtraction.h */, + A5716AB9235968A7000CEC60 /* MemoryDiscovered.h */, + A5716ABA235968A7000CEC60 /* BlockIo.h */, + A5716ABB235968A7000CEC60 /* Pcd.h */, + A5716ABC235968A7000CEC60 /* LoadImage.h */, + A5716ABD235968A7000CEC60 /* FirmwareVolumeInfo2.h */, + A5716ABE235968A7000CEC60 /* PiPcd.h */, + A5716ABF235968A7000CEC60 /* Stall.h */, + A5716AC0235968A7000CEC60 /* PciCfg2.h */, + A5716AC1235968A7000CEC60 /* Decompress.h */, + A5716AC2235968A7000CEC60 /* PiPcdInfo.h */, + A5716AC3235968A7000CEC60 /* MasterBootMode.h */, + A5716AC4235968A7000CEC60 /* Capsule.h */, + A5716AC5235968A7000CEC60 /* SuperIo.h */, + A5716AC6235968A7000CEC60 /* BlockIo2.h */, + A5716AC7235968A7000CEC60 /* FirmwareVolumeInfo.h */, + A5716AC8235968A7000CEC60 /* I2cMaster.h */, + A5716AC9235968A7000CEC60 /* RecoveryModule.h */, + A5716ACA235968A7000CEC60 /* SecPlatformInformation2.h */, + A5716ACB235968A7000CEC60 /* Graphics.h */, + A5716ACC235968A7000CEC60 /* MpServices.h */, + A5716ACD235968A7000CEC60 /* TemporaryRamSupport.h */, + A5716ACE235968A7000CEC60 /* TemporaryRamDone.h */, + A5716ACF235968A7000CEC60 /* DeviceRecoveryModule.h */, + A5716AD0235968A7000CEC60 /* LoadFile.h */, + A5716AD1235968A7000CEC60 /* PcdInfo.h */, + A5716AD2235968A7000CEC60 /* Reset.h */, + A5716AD3235968A7000CEC60 /* StatusCode.h */, + A5716AD4235968A7000CEC60 /* SecPlatformInformation.h */, + A5716AD5235968A7000CEC60 /* CpuIo.h */, + A5716AD6235968A7000CEC60 /* FirmwareVolume.h */, ); path = Ppi; sourceTree = ""; }; - A571BDC8232052E9003BC0AA /* AArch64 */ = { + A5716AD7235968A7000CEC60 /* AArch64 */ = { isa = PBXGroup; children = ( - A571BDC9232052E9003BC0AA /* ProcessorBind.h */, + A5716AD8235968A7000CEC60 /* ProcessorBind.h */, ); path = AArch64; sourceTree = ""; }; - A571BDCB232052E9003BC0AA /* Library */ = { + A5716ADA235968A7000CEC60 /* 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 */, + A5716ADB235968A7000CEC60 /* PeiServicesTablePointerLibIdt */, + A5716ADF235968A7000CEC60 /* StandaloneMmServicesTableLib */, + A5716AE3235968A7000CEC60 /* PeiPciLibPciCfg2 */, + A5716AE7235968A7000CEC60 /* PeiSmbusLibSmbus2Ppi */, + A5716AED235968A7000CEC60 /* BaseDebugPrintErrorLevelLib */, + A5716AF1235968A7000CEC60 /* BaseCacheMaintenanceLib */, + A5716AF7235968A7000CEC60 /* DxeIoLibCpuIo2 */, + A5716AFE235968A7000CEC60 /* BasePciLibCf8 */, + A5716B02235968A7000CEC60 /* PeiServicesTablePointerLib */, + A5716B06235968A7000CEC60 /* BaseDebugLibNull */, + A5716B0A235968A7000CEC60 /* UefiPciSegmentLibPciRootBridgeIo */, + A5716B0F235968A7000CEC60 /* PeiServicesLib */, + A5716B13235968A7000CEC60 /* BasePciExpressLib */, + A5716B17235968A7000CEC60 /* BaseS3SmbusLib */, + A5716B1B235968A7000CEC60 /* DxeServicesLib */, + A5716B22235968A7000CEC60 /* SecPeiDxeTimerLibCpu */, + A5716B26235968A7000CEC60 /* StandaloneMmDriverEntryPoint */, + A5716B2A235968A7000CEC60 /* SmmPciLibPciRootBridgeIo */, + A5716B2E235968A7000CEC60 /* BaseLib */, + A5716CA9235968A7000CEC60 /* BaseMemoryLibRepStr */, + A5716CD4235968A7000CEC60 /* BaseSynchronizationLib */, + A5716CFA235968A7000CEC60 /* UefiMemoryLib */, + A5716D0D235968A7000CEC60 /* PciSegmentLibSegmentInfo */, + A5716D16235968A7000CEC60 /* BaseCpuLib */, + A5716D2F235968A7000CEC60 /* PeiExtractGuidedSectionLib */, + A5716D33235968A7000CEC60 /* UefiDriverEntryPoint */, + A5716D37235968A7000CEC60 /* UefiDebugLibDebugPortProtocol */, + A5716D3C235968A7000CEC60 /* SmmPciExpressLib */, + A5716D3F235968A7000CEC60 /* DxeRuntimePciExpressLib */, + A5716D43235968A7000CEC60 /* BaseMemoryLibOptDxe */, + A5716D81235968A8000CEC60 /* BasePerformanceLibNull */, + A5716D85235968A8000CEC60 /* BasePciSegmentLibPci */, + A5716D89235968A8000CEC60 /* PeiDxePostCodeLibReportStatusCode */, + A5716D8D235968A8000CEC60 /* BasePcdLibNull */, + A5716D91235968A8000CEC60 /* BaseStackCheckLib */, + A5716D96235968A8000CEC60 /* BaseRngLib */, + A5716D9A235968A8000CEC60 /* DxeCoreEntryPoint */, + A5716D9E235968A8000CEC60 /* BasePostCodeLibPort80 */, + A5716DA2235968A8000CEC60 /* PeiCoreEntryPoint */, + A5716DA6235968A8000CEC60 /* BasePeCoffLib */, + A5716DAE235968A8000CEC60 /* SmmLibNull */, + A5716DB2235968A8000CEC60 /* BasePciCf8Lib */, + A5716DB6235968A8000CEC60 /* MmServicesTableLib */, + A5716DBA235968A8000CEC60 /* BaseSafeIntLib */, + A5716DC0235968A8000CEC60 /* SmmServicesTableLib */, + A5716DC4235968A8000CEC60 /* DxeExtractGuidedSectionLib */, + A5716DC8235968A8000CEC60 /* UefiApplicationEntryPoint */, + A5716DCC235968A8000CEC60 /* BaseMemoryLib */, + A5716DE0235968A8000CEC60 /* SmmIoLibSmmCpuIo2 */, + A5716DE7235968A8000CEC60 /* DxeSmbusLib */, + A5716DED235968A8000CEC60 /* BaseSmbusLibNull */, + A5716DF1235968A8000CEC60 /* BaseTimerLibNullTemplate */, + A5716DF5235968A8000CEC60 /* BaseS3IoLib */, + A5716DF9235968A8000CEC60 /* BaseDebugLibSerialPort */, + A5716DFD235968A8000CEC60 /* BaseMemoryLibSse2 */, + A5716E28235968A8000CEC60 /* BaseUefiDecompressLib */, + A5716E2F235968A8000CEC60 /* BaseSerialPortLibNull */, + A5716E33235968A8000CEC60 /* BaseS3BootScriptLibNull */, + A5716E37235968A8000CEC60 /* DxePcdLib */, + A5716E3B235968A8000CEC60 /* SmmPeriodicSmiLib */, + A5716E3F235968A8000CEC60 /* UefiScsiLib */, + A5716E43235968A8000CEC60 /* PeiResourcePublicationLib */, + A5716E47235968A8000CEC60 /* DxeHobLib */, + A5716E4B235968A8000CEC60 /* BaseS3PciSegmentLib */, + A5716E4F235968A8000CEC60 /* BasePciSegmentInfoLibNull */, + A5716E53235968A8000CEC60 /* SmmMemoryAllocationLib */, + A5716E57235968A8000CEC60 /* BaseExtractGuidedSectionLib */, + A5716E5B235968A8000CEC60 /* UefiBootServicesTableLib */, + A5716E5F235968A8000CEC60 /* UefiDebugLibStdErr */, + A5716E64235968A8000CEC60 /* PeiMemoryAllocationLib */, + A5716E68235968A8000CEC60 /* UefiDevicePathLib */, + A5716E73235968A8000CEC60 /* PeiHobLib */, + A5716E77235968A8000CEC60 /* PeiMemoryLib */, + A5716E8A235968A8000CEC60 /* BaseIoLibIntrinsic */, + A5716EA5235968A8000CEC60 /* PeiPciSegmentLibPciCfg2 */, + A5716EA9235968A8000CEC60 /* BasePeCoffGetEntryPointLib */, + A5716EAD235968A8000CEC60 /* UefiDevicePathLibDevicePathProtocol */, + A5716EB1235968A8000CEC60 /* SmmIoLib */, + A5716EB5235968A8000CEC60 /* DxeCoreHobLib */, + A5716EB9235968A8000CEC60 /* UefiRuntimeServicesTableLib */, + A5716EBD235968A8000CEC60 /* PeiPcdLib */, + A5716EC1235968A8000CEC60 /* SmmMemLib */, + A5716EC5235968A8000CEC60 /* UefiFileHandleLib */, + A5716EC9235968A8000CEC60 /* DxeRuntimeDebugLibSerialPort */, + A5716ECD235968A8000CEC60 /* BaseMemoryLibMmx */, + A5716EF8235968A8000CEC60 /* BaseOrderedCollectionRedBlackTreeLib */, + A5716EFC235968A8000CEC60 /* UefiMemoryAllocationLib */, + A5716F00235968A8000CEC60 /* UefiRuntimeLib */, + A5716F04235968A8000CEC60 /* UefiDebugLibConOut */, + A5716F09235968A8000CEC60 /* BasePciLibPciExpress */, + A5716F0D235968A8000CEC60 /* UefiLib */, + A5716F17235968A8000CEC60 /* DxeHstiLib */, + A5716F1D235968A8000CEC60 /* BasePostCodeLibDebug */, + A5716F21235968A8000CEC60 /* BaseS3StallLib */, + A5716F25235968A8000CEC60 /* BaseMemoryLibOptPei */, + A5716F50235968A8000CEC60 /* UefiPciLibPciRootBridgeIo */, + A5716F54235968A8000CEC60 /* PeimEntryPoint */, + A5716F58235968A8000CEC60 /* SmiHandlerProfileLibNull */, + A5716F5C235968A8000CEC60 /* BaseS3PciLib */, + A5716F60235968A8000CEC60 /* BasePrintLib */, + A5716F66235968A8000CEC60 /* PeiIoLibCpuIo */, + A5716F6C235968A8000CEC60 /* BaseReportStatusCodeLibNull */, + A5716F70235968A9000CEC60 /* DxeServicesTableLib */, + A5716F74235968A9000CEC60 /* BasePeCoffExtraActionLibNull */, + A5716F78235968A9000CEC60 /* UefiUsbLib */, ); path = Library; sourceTree = ""; }; - A571BDCC232052E9003BC0AA /* PeiServicesTablePointerLibIdt */ = { + A5716ADB235968A7000CEC60 /* PeiServicesTablePointerLibIdt */ = { isa = PBXGroup; children = ( - A571BDCD232052E9003BC0AA /* PeiServicesTablePointerLibIdt.uni */, - A571BDCE232052E9003BC0AA /* PeiServicesTablePointerLibIdt.inf */, - A571BDCF232052E9003BC0AA /* PeiServicesTablePointer.c */, + A5716ADC235968A7000CEC60 /* PeiServicesTablePointerLibIdt.uni */, + A5716ADD235968A7000CEC60 /* PeiServicesTablePointerLibIdt.inf */, + A5716ADE235968A7000CEC60 /* PeiServicesTablePointer.c */, ); path = PeiServicesTablePointerLibIdt; sourceTree = ""; }; - A571BDD0232052E9003BC0AA /* StandaloneMmServicesTableLib */ = { + A5716ADF235968A7000CEC60 /* StandaloneMmServicesTableLib */ = { isa = PBXGroup; children = ( - A571BDD1232052E9003BC0AA /* StandaloneMmServicesTableLib.c */, - A571BDD2232052E9003BC0AA /* StandaloneMmServicesTableLib.inf */, - A571BDD3232052E9003BC0AA /* StandaloneMmServicesTableLib.uni */, + A5716AE0235968A7000CEC60 /* StandaloneMmServicesTableLib.c */, + A5716AE1235968A7000CEC60 /* StandaloneMmServicesTableLib.inf */, + A5716AE2235968A7000CEC60 /* StandaloneMmServicesTableLib.uni */, ); path = StandaloneMmServicesTableLib; sourceTree = ""; }; - A571BDD4232052E9003BC0AA /* PeiPciLibPciCfg2 */ = { + A5716AE3235968A7000CEC60 /* PeiPciLibPciCfg2 */ = { isa = PBXGroup; children = ( - A571BDD5232052E9003BC0AA /* PeiPciLibPciCfg2.uni */, - A571BDD6232052E9003BC0AA /* PeiPciLibPciCfg2.inf */, - A571BDD7232052E9003BC0AA /* PciLib.c */, + A5716AE4235968A7000CEC60 /* PeiPciLibPciCfg2.uni */, + A5716AE5235968A7000CEC60 /* PeiPciLibPciCfg2.inf */, + A5716AE6235968A7000CEC60 /* PciLib.c */, ); path = PeiPciLibPciCfg2; sourceTree = ""; }; - A571BDD8232052E9003BC0AA /* PeiSmbusLibSmbus2Ppi */ = { + A5716AE7235968A7000CEC60 /* PeiSmbusLibSmbus2Ppi */ = { isa = PBXGroup; children = ( - A571BDD9232052E9003BC0AA /* SmbusLib.c */, - A571BDDA232052E9003BC0AA /* InternalSmbusLib.h */, - A571BDDB232052E9003BC0AA /* PeiSmbusLib.c */, - A571BDDC232052E9003BC0AA /* PeiSmbusLibSmbus2Ppi.inf */, - A571BDDD232052E9003BC0AA /* PeiSmbusLibSmbus2Ppi.uni */, + A5716AE8235968A7000CEC60 /* SmbusLib.c */, + A5716AE9235968A7000CEC60 /* InternalSmbusLib.h */, + A5716AEA235968A7000CEC60 /* PeiSmbusLib.c */, + A5716AEB235968A7000CEC60 /* PeiSmbusLibSmbus2Ppi.inf */, + A5716AEC235968A7000CEC60 /* PeiSmbusLibSmbus2Ppi.uni */, ); path = PeiSmbusLibSmbus2Ppi; sourceTree = ""; }; - A571BDDE232052E9003BC0AA /* BaseDebugPrintErrorLevelLib */ = { + A5716AED235968A7000CEC60 /* BaseDebugPrintErrorLevelLib */ = { isa = PBXGroup; children = ( - A571BDDF232052E9003BC0AA /* BaseDebugPrintErrorLevelLib.c */, - A571BDE0232052E9003BC0AA /* BaseDebugPrintErrorLevelLib.inf */, - A571BDE1232052E9003BC0AA /* BaseDebugPrintErrorLevelLib.uni */, + A5716AEE235968A7000CEC60 /* BaseDebugPrintErrorLevelLib.c */, + A5716AEF235968A7000CEC60 /* BaseDebugPrintErrorLevelLib.inf */, + A5716AF0235968A7000CEC60 /* BaseDebugPrintErrorLevelLib.uni */, ); path = BaseDebugPrintErrorLevelLib; sourceTree = ""; }; - A571BDE2232052E9003BC0AA /* BaseCacheMaintenanceLib */ = { + A5716AF1235968A7000CEC60 /* BaseCacheMaintenanceLib */ = { isa = PBXGroup; children = ( - A571BDE3232052E9003BC0AA /* BaseCacheMaintenanceLib.inf */, - A571BDE4232052E9003BC0AA /* BaseCacheMaintenanceLib.uni */, - A571BDE5232052E9003BC0AA /* X86Cache.c */, - A571BDE6232052E9003BC0AA /* ArmCache.c */, - A571BDE7232052E9003BC0AA /* EbcCache.c */, + A5716AF2235968A7000CEC60 /* BaseCacheMaintenanceLib.inf */, + A5716AF3235968A7000CEC60 /* BaseCacheMaintenanceLib.uni */, + A5716AF4235968A7000CEC60 /* X86Cache.c */, + A5716AF5235968A7000CEC60 /* ArmCache.c */, + A5716AF6235968A7000CEC60 /* EbcCache.c */, ); path = BaseCacheMaintenanceLib; sourceTree = ""; }; - A571BDE8232052E9003BC0AA /* DxeIoLibCpuIo2 */ = { + A5716AF7235968A7000CEC60 /* DxeIoLibCpuIo2 */ = { isa = PBXGroup; children = ( - A571BDE9232052E9003BC0AA /* IoLibMmioBuffer.c */, - A571BDEA232052E9003BC0AA /* IoLib.c */, - A571BDEB232052E9003BC0AA /* IoHighLevel.c */, - A571BDEC232052E9003BC0AA /* DxeIoLibCpuIo2.uni */, - A571BDED232052E9003BC0AA /* DxeCpuIo2LibInternal.h */, - A571BDEE232052E9003BC0AA /* DxeIoLibCpuIo2.inf */, + A5716AF8235968A7000CEC60 /* IoLibMmioBuffer.c */, + A5716AF9235968A7000CEC60 /* IoLib.c */, + A5716AFA235968A7000CEC60 /* IoHighLevel.c */, + A5716AFB235968A7000CEC60 /* DxeIoLibCpuIo2.uni */, + A5716AFC235968A7000CEC60 /* DxeCpuIo2LibInternal.h */, + A5716AFD235968A7000CEC60 /* DxeIoLibCpuIo2.inf */, ); path = DxeIoLibCpuIo2; sourceTree = ""; }; - A571BDEF232052E9003BC0AA /* BasePciLibCf8 */ = { + A5716AFE235968A7000CEC60 /* BasePciLibCf8 */ = { isa = PBXGroup; children = ( - A571BDF0232052E9003BC0AA /* BasePciLibCf8.inf */, - A571BDF1232052E9003BC0AA /* BasePciLibCf8.uni */, - A571BDF2232052E9003BC0AA /* PciLib.c */, + A5716AFF235968A7000CEC60 /* BasePciLibCf8.inf */, + A5716B00235968A7000CEC60 /* BasePciLibCf8.uni */, + A5716B01235968A7000CEC60 /* PciLib.c */, ); path = BasePciLibCf8; sourceTree = ""; }; - A571BDF3232052E9003BC0AA /* PeiServicesTablePointerLib */ = { + A5716B02235968A7000CEC60 /* PeiServicesTablePointerLib */ = { isa = PBXGroup; children = ( - A571BDF4232052E9003BC0AA /* PeiServicesTablePointerLib.uni */, - A571BDF5232052E9003BC0AA /* PeiServicesTablePointerLib.inf */, - A571BDF6232052E9003BC0AA /* PeiServicesTablePointer.c */, + A5716B03235968A7000CEC60 /* PeiServicesTablePointerLib.uni */, + A5716B04235968A7000CEC60 /* PeiServicesTablePointerLib.inf */, + A5716B05235968A7000CEC60 /* PeiServicesTablePointer.c */, ); path = PeiServicesTablePointerLib; sourceTree = ""; }; - A571BDF7232052E9003BC0AA /* BaseDebugLibNull */ = { + A5716B06235968A7000CEC60 /* BaseDebugLibNull */ = { isa = PBXGroup; children = ( - A571BDF8232052E9003BC0AA /* BaseDebugLibNull.inf */, - A571BDF9232052E9003BC0AA /* BaseDebugLibNull.uni */, - A571BDFA232052E9003BC0AA /* DebugLib.c */, + A5716B07235968A7000CEC60 /* BaseDebugLibNull.inf */, + A5716B08235968A7000CEC60 /* BaseDebugLibNull.uni */, + A5716B09235968A7000CEC60 /* DebugLib.c */, ); path = BaseDebugLibNull; sourceTree = ""; }; - A571BDFB232052E9003BC0AA /* UefiPciSegmentLibPciRootBridgeIo */ = { + A5716B0A235968A7000CEC60 /* UefiPciSegmentLibPciRootBridgeIo */ = { isa = PBXGroup; children = ( - A571BDFC232052E9003BC0AA /* PciSegmentLib.h */, - A571BDFD232052E9003BC0AA /* UefiPciSegmentLibPciRootBridgeIo.inf */, - A571BDFE232052E9003BC0AA /* UefiPciSegmentLibPciRootBridgeIo.uni */, - A571BDFF232052E9003BC0AA /* PciSegmentLib.c */, + A5716B0B235968A7000CEC60 /* PciSegmentLib.h */, + A5716B0C235968A7000CEC60 /* UefiPciSegmentLibPciRootBridgeIo.inf */, + A5716B0D235968A7000CEC60 /* UefiPciSegmentLibPciRootBridgeIo.uni */, + A5716B0E235968A7000CEC60 /* PciSegmentLib.c */, ); path = UefiPciSegmentLibPciRootBridgeIo; sourceTree = ""; }; - A571BE00232052E9003BC0AA /* PeiServicesLib */ = { + A5716B0F235968A7000CEC60 /* PeiServicesLib */ = { isa = PBXGroup; children = ( - A571BE01232052E9003BC0AA /* PeiServicesLib.inf */, - A571BE02232052E9003BC0AA /* PeiServicesLib.c */, - A571BE03232052E9003BC0AA /* PeiServicesLib.uni */, + A5716B10235968A7000CEC60 /* PeiServicesLib.inf */, + A5716B11235968A7000CEC60 /* PeiServicesLib.c */, + A5716B12235968A7000CEC60 /* PeiServicesLib.uni */, ); path = PeiServicesLib; sourceTree = ""; }; - A571BE04232052E9003BC0AA /* BasePciExpressLib */ = { + A5716B13235968A7000CEC60 /* BasePciExpressLib */ = { isa = PBXGroup; children = ( - A571BE05232052E9003BC0AA /* BasePciExpressLib.uni */, - A571BE06232052E9003BC0AA /* BasePciExpressLib.inf */, - A571BE07232052E9003BC0AA /* PciExpressLib.c */, + A5716B14235968A7000CEC60 /* BasePciExpressLib.uni */, + A5716B15235968A7000CEC60 /* BasePciExpressLib.inf */, + A5716B16235968A7000CEC60 /* PciExpressLib.c */, ); path = BasePciExpressLib; sourceTree = ""; }; - A571BE08232052E9003BC0AA /* BaseS3SmbusLib */ = { + A5716B17235968A7000CEC60 /* BaseS3SmbusLib */ = { isa = PBXGroup; children = ( - A571BE09232052E9003BC0AA /* BaseS3SmbusLib.inf */, - A571BE0A232052E9003BC0AA /* BaseS3SmbusLib.uni */, - A571BE0B232052E9003BC0AA /* S3SmbusLib.c */, + A5716B18235968A7000CEC60 /* BaseS3SmbusLib.inf */, + A5716B19235968A7000CEC60 /* BaseS3SmbusLib.uni */, + A5716B1A235968A7000CEC60 /* S3SmbusLib.c */, ); path = BaseS3SmbusLib; sourceTree = ""; }; - A571BE0C232052E9003BC0AA /* DxeServicesLib */ = { + A5716B1B235968A7000CEC60 /* DxeServicesLib */ = { isa = PBXGroup; children = ( - A571BE0D232052E9003BC0AA /* Allocate.c */, - A571BE0E232052E9003BC0AA /* DxeServicesLib.c */, - A571BE0F232052E9003BC0AA /* X64 */, - A571BE11232052E9003BC0AA /* DxeServicesLib.uni */, - A571BE12232052E9003BC0AA /* DxeServicesLib.inf */, + A5716B1C235968A7000CEC60 /* Allocate.c */, + A5716B1D235968A7000CEC60 /* DxeServicesLib.c */, + A5716B1E235968A7000CEC60 /* X64 */, + A5716B20235968A7000CEC60 /* DxeServicesLib.uni */, + A5716B21235968A7000CEC60 /* DxeServicesLib.inf */, ); path = DxeServicesLib; sourceTree = ""; }; - A571BE0F232052E9003BC0AA /* X64 */ = { + A5716B1E235968A7000CEC60 /* X64 */ = { isa = PBXGroup; children = ( - A571BE10232052E9003BC0AA /* Allocate.c */, + A5716B1F235968A7000CEC60 /* Allocate.c */, ); path = X64; sourceTree = ""; }; - A571BE13232052E9003BC0AA /* SecPeiDxeTimerLibCpu */ = { + A5716B22235968A7000CEC60 /* SecPeiDxeTimerLibCpu */ = { isa = PBXGroup; children = ( - A571BE14232052E9003BC0AA /* X86TimerLib.c */, - A571BE15232052E9003BC0AA /* SecPeiDxeTimerLibCpu.inf */, - A571BE16232052E9003BC0AA /* SecPeiDxeTimerLibCpu.uni */, + A5716B23235968A7000CEC60 /* X86TimerLib.c */, + A5716B24235968A7000CEC60 /* SecPeiDxeTimerLibCpu.inf */, + A5716B25235968A7000CEC60 /* SecPeiDxeTimerLibCpu.uni */, ); path = SecPeiDxeTimerLibCpu; sourceTree = ""; }; - A571BE17232052E9003BC0AA /* StandaloneMmDriverEntryPoint */ = { + A5716B26235968A7000CEC60 /* StandaloneMmDriverEntryPoint */ = { isa = PBXGroup; children = ( - A571BE18232052E9003BC0AA /* StandaloneMmDriverEntryPoint.inf */, - A571BE19232052E9003BC0AA /* StandaloneMmDriverEntryPoint.uni */, - A571BE1A232052E9003BC0AA /* StandaloneMmDriverEntryPoint.c */, + A5716B27235968A7000CEC60 /* StandaloneMmDriverEntryPoint.inf */, + A5716B28235968A7000CEC60 /* StandaloneMmDriverEntryPoint.uni */, + A5716B29235968A7000CEC60 /* StandaloneMmDriverEntryPoint.c */, ); path = StandaloneMmDriverEntryPoint; sourceTree = ""; }; - A571BE1B232052E9003BC0AA /* SmmPciLibPciRootBridgeIo */ = { + A5716B2A235968A7000CEC60 /* SmmPciLibPciRootBridgeIo */ = { isa = PBXGroup; children = ( - A571BE1C232052E9003BC0AA /* SmmPciLibPciRootBridgeIo.uni */, - A571BE1D232052E9003BC0AA /* SmmPciLibPciRootBridgeIo.inf */, - A571BE1E232052E9003BC0AA /* PciLib.c */, + A5716B2B235968A7000CEC60 /* SmmPciLibPciRootBridgeIo.uni */, + A5716B2C235968A7000CEC60 /* SmmPciLibPciRootBridgeIo.inf */, + A5716B2D235968A7000CEC60 /* PciLib.c */, ); path = SmmPciLibPciRootBridgeIo; sourceTree = ""; }; - A571BE1F232052E9003BC0AA /* BaseLib */ = { + A5716B2E235968A7000CEC60 /* 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 */, + A5716B2F235968A7000CEC60 /* SwapBytes32.c */, + A5716B30235968A7000CEC60 /* X86ReadIdtr.c */, + A5716B31235968A7000CEC60 /* Ebc */, + A5716B36235968A7000CEC60 /* BaseLibInternals.h */, + A5716B37235968A7000CEC60 /* DivS64x64Remainder.c */, + A5716B38235968A7000CEC60 /* X86WriteIdtr.c */, + A5716B39235968A7000CEC60 /* FilePaths.c */, + A5716B3A235968A7000CEC60 /* BaseLib.uni */, + A5716B3B235968A7000CEC60 /* X86FxRestore.c */, + A5716B3C235968A7000CEC60 /* RRotU64.c */, + A5716B3D235968A7000CEC60 /* LongJump.c */, + A5716B3E235968A7000CEC60 /* Cpu.c */, + A5716B3F235968A7000CEC60 /* BaseLib.inf */, + A5716B40235968A7000CEC60 /* GetPowerOfTwo64.c */, + A5716B41235968A7000CEC60 /* X64 */, + A5716B9A235968A7000CEC60 /* X86Msr.c */, + A5716B9B235968A7000CEC60 /* DivU64x64Remainder.c */, + A5716B9C235968A7000CEC60 /* X86Thunk.c */, + A5716B9D235968A7000CEC60 /* CpuDeadLoop.c */, + A5716B9E235968A7000CEC60 /* LowBitSet64.c */, + A5716B9F235968A7000CEC60 /* LRotU64.c */, + A5716BA0235968A7000CEC60 /* X86PatchInstruction.c */, + A5716BA1235968A7000CEC60 /* X86FxSave.c */, + A5716BA2235968A7000CEC60 /* X86GetInterruptState.c */, + A5716BA3235968A7000CEC60 /* CheckSum.c */, + A5716BA4235968A7000CEC60 /* MultU64x32.c */, + A5716BA5235968A7000CEC60 /* String.c */, + A5716BA6235968A7000CEC60 /* X86DisablePaging32.c */, + A5716BA7235968A7000CEC60 /* BitField.c */, + A5716BA8235968A7000CEC60 /* X86EnablePaging64.c */, + A5716BA9235968A7000CEC60 /* HighBitSet64.c */, + A5716BAA235968A7000CEC60 /* LShiftU64.c */, + A5716BAB235968A7000CEC60 /* SafeString.c */, + A5716BAC235968A7000CEC60 /* MultS64x64.c */, + A5716BAD235968A7000CEC60 /* Unaligned.c */, + A5716BAE235968A7000CEC60 /* Ia32 */, + A5716C6A235968A7000CEC60 /* GetPowerOfTwo32.c */, + A5716C6B235968A7000CEC60 /* Math64.c */, + A5716C6C235968A7000CEC60 /* RRotU32.c */, + A5716C6D235968A7000CEC60 /* DivU64x32.c */, + A5716C6E235968A7000CEC60 /* DivU64x32Remainder.c */, + A5716C6F235968A7000CEC60 /* X86MemoryFence.c */, + A5716C70235968A7000CEC60 /* SwapBytes64.c */, + A5716C71235968A7000CEC60 /* RShiftU64.c */, + A5716C72235968A7000CEC60 /* SwitchStack.c */, + A5716C73235968A7000CEC60 /* ChkStkGcc.c */, + A5716C74235968A7000CEC60 /* SetJump.c */, + A5716C75235968A7000CEC60 /* X86EnablePaging32.c */, + A5716C76235968A7000CEC60 /* X86WriteGdtr.c */, + A5716C77235968A7000CEC60 /* SwapBytes16.c */, + A5716C78235968A7000CEC60 /* HighBitSet32.c */, + A5716C79235968A7000CEC60 /* X86RdRand.c */, + A5716C7A235968A7000CEC60 /* Arm */, + A5716C8F235968A7000CEC60 /* MultU64x64.c */, + A5716C90235968A7000CEC60 /* X86DisablePaging64.c */, + A5716C91235968A7000CEC60 /* X86ReadGdtr.c */, + A5716C92235968A7000CEC60 /* ARShiftU64.c */, + A5716C93235968A7000CEC60 /* AArch64 */, + A5716CA4235968A7000CEC60 /* LowBitSet32.c */, + A5716CA5235968A7000CEC60 /* LRotU32.c */, + A5716CA6235968A7000CEC60 /* ModU64x32.c */, + A5716CA7235968A7000CEC60 /* LinkedList.c */, + A5716CA8235968A7000CEC60 /* X86SpeculationBarrier.c */, ); path = BaseLib; sourceTree = ""; }; - A571BE22232052E9003BC0AA /* Ebc */ = { + A5716B31235968A7000CEC60 /* Ebc */ = { isa = PBXGroup; children = ( - A571BE23232052E9003BC0AA /* CpuBreakpoint.c */, - A571BE24232052E9003BC0AA /* SwitchStack.c */, - A571BE25232052E9003BC0AA /* SetJumpLongJump.c */, - A571BE26232052E9003BC0AA /* SpeculationBarrier.c */, + A5716B32235968A7000CEC60 /* CpuBreakpoint.c */, + A5716B33235968A7000CEC60 /* SwitchStack.c */, + A5716B34235968A7000CEC60 /* SetJumpLongJump.c */, + A5716B35235968A7000CEC60 /* SpeculationBarrier.c */, ); path = Ebc; sourceTree = ""; }; - A571BE32232052E9003BC0AA /* X64 */ = { + A5716B41235968A7000CEC60 /* 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 */, + A5716B42235968A7000CEC60 /* WriteMm4.nasm */, + A5716B43235968A7000CEC60 /* WriteDr6.nasm */, + A5716B44235968A7000CEC60 /* Nasm.inc */, + A5716B45235968A7000CEC60 /* WriteTr.nasm */, + A5716B46235968A7000CEC60 /* WriteCr4.nasm */, + A5716B47235968A7000CEC60 /* Mwait.nasm */, + A5716B48235968A7000CEC60 /* ReadFs.nasm */, + A5716B49235968A7000CEC60 /* ReadDs.nasm */, + A5716B4A235968A7000CEC60 /* FxRestore.nasm */, + A5716B4B235968A7000CEC60 /* ReadMm4.nasm */, + A5716B4C235968A7000CEC60 /* ReadDr6.nasm */, + A5716B4D235968A7000CEC60 /* CpuPause.nasm */, + A5716B4E235968A7000CEC60 /* ReadCr4.nasm */, + A5716B4F235968A7000CEC60 /* WriteLdtr.nasm */, + A5716B50235968A7000CEC60 /* ReadDr7.nasm */, + A5716B51235968A7000CEC60 /* SwitchStack.nasm */, + A5716B52235968A7000CEC60 /* ReadMm5.nasm */, + A5716B53235968A7000CEC60 /* WriteMsr64.nasm */, + A5716B54235968A7000CEC60 /* ReadIdtr.nasm */, + A5716B55235968A7000CEC60 /* WriteDr7.nasm */, + A5716B56235968A7000CEC60 /* WriteMm5.nasm */, + A5716B57235968A7000CEC60 /* ReadMm2.nasm */, + A5716B58235968A7000CEC60 /* ReadDr0.nasm */, + A5716B59235968A7000CEC60 /* ReadEs.nasm */, + A5716B5A235968A7000CEC60 /* ReadCr2.nasm */, + A5716B5B235968A7000CEC60 /* EnableCache.nasm */, + A5716B5C235968A7000CEC60 /* CpuIdEx.nasm */, + A5716B5D235968A7000CEC60 /* SetJump.nasm */, + A5716B5E235968A7000CEC60 /* WriteMm2.nasm */, + A5716B5F235968A7000CEC60 /* EnableInterrupts.nasm */, + A5716B60235968A7000CEC60 /* RdRand.nasm */, + A5716B61235968A7000CEC60 /* WriteDr0.nasm */, + A5716B62235968A7000CEC60 /* DisableCache.nasm */, + A5716B63235968A7000CEC60 /* WriteCr2.nasm */, + A5716B64235968A7000CEC60 /* ReadGs.nasm */, + A5716B65235968A7000CEC60 /* WriteGdtr.nasm */, + A5716B66235968A7000CEC60 /* ReadCs.nasm */, + A5716B67235968A7000CEC60 /* EnableDisableInterrupts.nasm */, + A5716B68235968A7000CEC60 /* WriteCr3.nasm */, + A5716B69235968A7000CEC60 /* WriteDr1.nasm */, + A5716B6A235968A7000CEC60 /* ReadMsr64.c */, + A5716B6B235968A7000CEC60 /* WriteMm3.nasm */, + A5716B6C235968A7000CEC60 /* Thunk16.nasm */, + A5716B6D235968A7000CEC60 /* ReadCr3.nasm */, + A5716B6E235968A7000CEC60 /* ReadDr1.nasm */, + A5716B6F235968A7000CEC60 /* ReadMm3.nasm */, + A5716B70235968A7000CEC60 /* ReadCr0.nasm */, + A5716B71235968A7000CEC60 /* DisableInterrupts.nasm */, + A5716B72235968A7000CEC60 /* ReadDr2.nasm */, + A5716B73235968A7000CEC60 /* Lfence.nasm */, + A5716B74235968A7000CEC60 /* ReadMm0.nasm */, + A5716B75235968A7000CEC60 /* DisablePaging64.nasm */, + A5716B76235968A7000CEC60 /* WriteCr0.nasm */, + A5716B77235968A7000CEC60 /* WriteDr2.nasm */, + A5716B78235968A7000CEC60 /* WriteMm0.nasm */, + A5716B79235968A7000CEC60 /* GccInline.c */, + A5716B7A235968A7000CEC60 /* CpuBreakpoint.c */, + A5716B7B235968A7000CEC60 /* WriteMm1.nasm */, + A5716B7C235968A7000CEC60 /* ReadTr.nasm */, + A5716B7D235968A7000CEC60 /* WriteDr3.nasm */, + A5716B7E235968A7000CEC60 /* ReadMm1.nasm */, + A5716B7F235968A7000CEC60 /* ReadDr3.nasm */, + A5716B80235968A7000CEC60 /* CpuBreakpoint.nasm */, + A5716B81235968A7000CEC60 /* Invd.nasm */, + A5716B82235968A7000CEC60 /* LongJump.nasm */, + A5716B83235968A7000CEC60 /* ReadGdtr.nasm */, + A5716B84235968A7000CEC60 /* Wbinvd.nasm */, + A5716B85235968A7000CEC60 /* ReadEflags.nasm */, + A5716B86235968A7000CEC60 /* WriteMsr64.c */, + A5716B87235968A7000CEC60 /* Non-existing.c */, + A5716B88235968A7000CEC60 /* WriteDr4.nasm */, + A5716B89235968A7000CEC60 /* FlushCacheLine.nasm */, + A5716B8A235968A7000CEC60 /* WriteMm6.nasm */, + A5716B8B235968A7000CEC60 /* ReadLdtr.nasm */, + A5716B8C235968A7000CEC60 /* WriteIdtr.nasm */, + A5716B8D235968A7000CEC60 /* FxSave.nasm */, + A5716B8E235968A7000CEC60 /* Monitor.nasm */, + A5716B8F235968A7000CEC60 /* ReadDr4.nasm */, + A5716B90235968A7000CEC60 /* ReadMm6.nasm */, + A5716B91235968A7000CEC60 /* ReadMsr64.nasm */, + A5716B92235968A7000CEC60 /* ReadMm7.nasm */, + A5716B93235968A7000CEC60 /* ReadDr5.nasm */, + A5716B94235968A7000CEC60 /* ReadSs.nasm */, + A5716B95235968A7000CEC60 /* WriteMm7.nasm */, + A5716B96235968A7000CEC60 /* CpuId.nasm */, + A5716B97235968A7000CEC60 /* WriteDr5.nasm */, + A5716B98235968A7000CEC60 /* ReadPmc.nasm */, + A5716B99235968A7000CEC60 /* ReadTsc.nasm */, ); path = X64; sourceTree = ""; }; - A571BE9E232052E9003BC0AA /* Ia32 */ = { + A5716BAE235968A7000CEC60 /* 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 */, + A5716BAF235968A7000CEC60 /* EnablePaging32.c */, + A5716BB0235968A7000CEC60 /* WriteMm4.nasm */, + A5716BB1235968A7000CEC60 /* WriteDr3.c */, + A5716BB2235968A7000CEC60 /* ReadGdtr.c */, + A5716BB3235968A7000CEC60 /* WriteDr6.nasm */, + A5716BB4235968A7000CEC60 /* WriteTr.nasm */, + A5716BB5235968A7000CEC60 /* WriteCr4.nasm */, + A5716BB6235968A7000CEC60 /* ReadDr2.c */, + A5716BB7235968A7000CEC60 /* Mwait.nasm */, + A5716BB8235968A7000CEC60 /* ReadFs.nasm */, + A5716BB9235968A7000CEC60 /* ReadDs.nasm */, + A5716BBA235968A7000CEC60 /* FxRestore.nasm */, + A5716BBB235968A7000CEC60 /* ReadSs.c */, + A5716BBC235968A7000CEC60 /* ReadMm4.nasm */, + A5716BBD235968A7000CEC60 /* DivS64x64Remainder.c */, + A5716BBE235968A7000CEC60 /* Monitor.c */, + A5716BBF235968A7000CEC60 /* ReadDr6.nasm */, + A5716BC0235968A7000CEC60 /* WriteGdtr.c */, + A5716BC1235968A7000CEC60 /* CpuPause.nasm */, + A5716BC2235968A7000CEC60 /* ReadDr6.c */, + A5716BC3235968A7000CEC60 /* ReadPmc.c */, + A5716BC4235968A7000CEC60 /* Wbinvd.c */, + A5716BC5235968A7000CEC60 /* DisablePaging32.c */, + A5716BC6235968A7000CEC60 /* RShiftU64.nasm */, + A5716BC7235968A7000CEC60 /* ReadCr4.nasm */, + A5716BC8235968A7000CEC60 /* Invd.c */, + A5716BC9235968A7000CEC60 /* WriteDr7.c */, + A5716BCA235968A7000CEC60 /* WriteMm7.c */, + A5716BCB235968A7000CEC60 /* RRotU64.c */, + A5716BCC235968A7000CEC60 /* ReadCr2.c */, + A5716BCD235968A7000CEC60 /* LShiftU64.nasm */, + A5716BCE235968A7000CEC60 /* ReadTr.c */, + A5716BCF235968A7000CEC60 /* ReadMm6.c */, + A5716BD0235968A7000CEC60 /* WriteLdtr.nasm */, + A5716BD1235968A7000CEC60 /* ReadDr7.nasm */, + A5716BD2235968A7000CEC60 /* ReadMm5.nasm */, + A5716BD3235968A7000CEC60 /* WriteCr3.c */, + A5716BD4235968A7000CEC60 /* WriteMsr64.nasm */, + A5716BD5235968A7000CEC60 /* CpuPause.c */, + A5716BD6235968A7000CEC60 /* ReadMm2.c */, + A5716BD7235968A7000CEC60 /* ReadIdtr.nasm */, + A5716BD8235968A7000CEC60 /* WriteDr7.nasm */, + A5716BD9235968A7000CEC60 /* CpuIdEx.c */, + A5716BDA235968A7000CEC60 /* WriteMm3.c */, + A5716BDB235968A7000CEC60 /* WriteMm5.nasm */, + A5716BDC235968A7000CEC60 /* ReadDr1.c */, + A5716BDD235968A7000CEC60 /* ReadMm2.nasm */, + A5716BDE235968A7000CEC60 /* ReadDr0.nasm */, + A5716BDF235968A7000CEC60 /* ReadEs.nasm */, + A5716BE0235968A7000CEC60 /* ReadEs.c */, + A5716BE1235968A7000CEC60 /* FlushCacheLine.c */, + A5716BE2235968A7000CEC60 /* ReadCr2.nasm */, + A5716BE3235968A7000CEC60 /* WriteDr0.c */, + A5716BE4235968A7000CEC60 /* DisableInterrupts.c */, + A5716BE5235968A7000CEC60 /* EnableCache.nasm */, + A5716BE6235968A7000CEC60 /* CpuIdEx.nasm */, + A5716BE7235968A7000CEC60 /* SetJump.nasm */, + A5716BE8235968A7000CEC60 /* WriteMm2.nasm */, + A5716BE9235968A7000CEC60 /* EnableInterrupts.nasm */, + A5716BEA235968A7000CEC60 /* RdRand.nasm */, + A5716BEB235968A7000CEC60 /* WriteDr0.nasm */, + A5716BEC235968A7000CEC60 /* DisableCache.nasm */, + A5716BED235968A7000CEC60 /* LRotU64.c */, + A5716BEE235968A7000CEC60 /* WriteDr4.c */, + A5716BEF235968A7000CEC60 /* WriteCr2.nasm */, + A5716BF0235968A7000CEC60 /* ReadGs.nasm */, + A5716BF1235968A7000CEC60 /* WriteGdtr.nasm */, + A5716BF2235968A7000CEC60 /* ReadDr5.c */, + A5716BF3235968A7000CEC60 /* EnableCache.c */, + A5716BF4235968A7000CEC60 /* ReadMm5.c */, + A5716BF5235968A7000CEC60 /* ReadCs.nasm */, + A5716BF6235968A7000CEC60 /* EnableInterrupts.c */, + A5716BF7235968A7000CEC60 /* WriteCr0.c */, + A5716BF8235968A7000CEC60 /* EnableDisableInterrupts.nasm */, + A5716BF9235968A7000CEC60 /* MultU64x32.c */, + A5716BFA235968A7000CEC60 /* WriteCr3.nasm */, + A5716BFB235968A7000CEC60 /* DivU64x64Remainder.nasm */, + A5716BFC235968A7000CEC60 /* WriteMm4.c */, + A5716BFD235968A7000CEC60 /* WriteDr1.nasm */, + A5716BFE235968A7000CEC60 /* WriteLdtr.c */, + A5716BFF235968A7000CEC60 /* ReadMsr64.c */, + A5716C00235968A7000CEC60 /* WriteMm3.nasm */, + A5716C01235968A7000CEC60 /* Thunk16.nasm */, + A5716C02235968A7000CEC60 /* ReadCr3.nasm */, + A5716C03235968A7000CEC60 /* WriteMm0.c */, + A5716C04235968A7000CEC60 /* ReadDs.c */, + A5716C05235968A7000CEC60 /* FxSave.c */, + A5716C06235968A7000CEC60 /* WriteCr4.c */, + A5716C07235968A7000CEC60 /* ReadDr1.nasm */, + A5716C08235968A7000CEC60 /* ReadMm1.c */, + A5716C09235968A7000CEC60 /* ReadMm3.nasm */, + A5716C0A235968A7000CEC60 /* ReadLdtr.c */, + A5716C0B235968A7000CEC60 /* ARShiftU64.nasm */, + A5716C0C235968A7000CEC60 /* LShiftU64.c */, + A5716C0D235968A7000CEC60 /* ReadCr0.nasm */, + A5716C0E235968A7000CEC60 /* ReadDr0.c */, + A5716C0F235968A7000CEC60 /* DisableInterrupts.nasm */, + A5716C10235968A7000CEC60 /* SwapBytes64.nasm */, + A5716C11235968A7000CEC60 /* ReadCs.c */, + A5716C12235968A7000CEC60 /* ReadDr2.nasm */, + A5716C13235968A7000CEC60 /* Lfence.nasm */, + A5716C14235968A7000CEC60 /* ReadMm0.nasm */, + A5716C15235968A7000CEC60 /* WriteDr1.c */, + A5716C16235968A7000CEC60 /* MultU64x64.nasm */, + A5716C17235968A7000CEC60 /* WriteDr5.c */, + A5716C18235968A7000CEC60 /* LRotU64.nasm */, + A5716C19235968A7000CEC60 /* Mwait.c */, + A5716C1A235968A7000CEC60 /* WriteCr0.nasm */, + A5716C1B235968A7000CEC60 /* RRotU64.nasm */, + A5716C1C235968A7000CEC60 /* ReadDr4.c */, + A5716C1D235968A7000CEC60 /* ReadGs.c */, + A5716C1E235968A7000CEC60 /* WriteDr2.nasm */, + A5716C1F235968A7000CEC60 /* WriteMm0.nasm */, + A5716C20235968A7000CEC60 /* GccInline.c */, + A5716C21235968A7000CEC60 /* CpuBreakpoint.c */, + A5716C22235968A7000CEC60 /* WriteMm1.nasm */, + A5716C23235968A7000CEC60 /* ReadTr.nasm */, + A5716C24235968A7000CEC60 /* InternalSwitchStack.c */, + A5716C25235968A7000CEC60 /* DivU64x32.c */, + A5716C26235968A7000CEC60 /* ReadMm4.c */, + A5716C27235968A7000CEC60 /* DivU64x32Remainder.c */, + A5716C28235968A7000CEC60 /* WriteDr3.nasm */, + A5716C29235968A7000CEC60 /* ReadFs.c */, + A5716C2A235968A7000CEC60 /* ReadCr0.c */, + A5716C2B235968A7000CEC60 /* CpuId.c */, + A5716C2C235968A7000CEC60 /* MultU64x32.nasm */, + A5716C2D235968A7000CEC60 /* WriteMm5.c */, + A5716C2E235968A7000CEC60 /* DisablePaging32.nasm */, + A5716C2F235968A7000CEC60 /* SwapBytes64.c */, + A5716C30235968A7000CEC60 /* RShiftU64.c */, + A5716C31235968A7000CEC60 /* ReadMm1.nasm */, + A5716C32235968A7000CEC60 /* WriteMm1.c */, + A5716C33235968A7000CEC60 /* ReadDr3.nasm */, + A5716C34235968A7000CEC60 /* ReadCr4.c */, + A5716C35235968A7000CEC60 /* DivU64x32.nasm */, + A5716C36235968A7000CEC60 /* CpuBreakpoint.nasm */, + A5716C37235968A7000CEC60 /* Invd.nasm */, + A5716C38235968A7000CEC60 /* ReadMm0.c */, + A5716C39235968A7000CEC60 /* LongJump.nasm */, + A5716C3A235968A7000CEC60 /* DisableCache.c */, + A5716C3B235968A7000CEC60 /* ReadGdtr.nasm */, + A5716C3C235968A7000CEC60 /* Wbinvd.nasm */, + A5716C3D235968A7000CEC60 /* ReadEflags.nasm */, + A5716C3E235968A7000CEC60 /* FxRestore.c */, + A5716C3F235968A7000CEC60 /* WriteMsr64.c */, + A5716C40235968A7000CEC60 /* Non-existing.c */, + A5716C41235968A7000CEC60 /* WriteDr2.c */, + A5716C42235968A7000CEC60 /* EnablePaging64.nasm */, + A5716C43235968A7000CEC60 /* WriteDr4.nasm */, + A5716C44235968A7000CEC60 /* FlushCacheLine.nasm */, + A5716C45235968A7000CEC60 /* WriteIdtr.c */, + A5716C46235968A7000CEC60 /* ReadDr3.c */, + A5716C47235968A7000CEC60 /* WriteMm6.nasm */, + A5716C48235968A7000CEC60 /* ReadLdtr.nasm */, + A5716C49235968A7000CEC60 /* ReadDr7.c */, + A5716C4A235968A7000CEC60 /* ReadEflags.c */, + A5716C4B235968A7000CEC60 /* WriteIdtr.nasm */, + A5716C4C235968A7000CEC60 /* MultU64x64.c */, + A5716C4D235968A7000CEC60 /* DivU64x32Remainder.nasm */, + A5716C4E235968A7000CEC60 /* FxSave.nasm */, + A5716C4F235968A7000CEC60 /* Monitor.nasm */, + A5716C50235968A7000CEC60 /* WriteDr6.c */, + A5716C51235968A7000CEC60 /* ReadDr4.nasm */, + A5716C52235968A7000CEC60 /* ReadMm6.nasm */, + A5716C53235968A7000CEC60 /* ReadMsr64.nasm */, + A5716C54235968A7000CEC60 /* ReadIdtr.c */, + A5716C55235968A7000CEC60 /* ARShiftU64.c */, + A5716C56235968A7000CEC60 /* ReadCr3.c */, + A5716C57235968A7000CEC60 /* ReadMm7.nasm */, + A5716C58235968A7000CEC60 /* ReadDr5.nasm */, + A5716C59235968A7000CEC60 /* WriteMm6.c */, + A5716C5A235968A7000CEC60 /* ReadTsc.c */, + A5716C5B235968A7000CEC60 /* WriteCr2.c */, + A5716C5C235968A7000CEC60 /* ModU64x32.c */, + A5716C5D235968A7000CEC60 /* ReadSs.nasm */, + A5716C5E235968A7000CEC60 /* ReadMm7.c */, + A5716C5F235968A7000CEC60 /* EnableDisableInterrupts.c */, + A5716C60235968A7000CEC60 /* WriteMm7.nasm */, + A5716C61235968A7000CEC60 /* ReadMm3.c */, + A5716C62235968A7000CEC60 /* CpuId.nasm */, + A5716C63235968A7000CEC60 /* InternalSwitchStack.nasm */, + A5716C64235968A7000CEC60 /* WriteDr5.nasm */, + A5716C65235968A7000CEC60 /* ReadPmc.nasm */, + A5716C66235968A7000CEC60 /* WriteMm2.c */, + A5716C67235968A7000CEC60 /* ModU64x32.nasm */, + A5716C68235968A7000CEC60 /* ReadTsc.nasm */, + A5716C69235968A7000CEC60 /* EnablePaging32.nasm */, ); path = Ia32; sourceTree = ""; }; - A571BF6A232052EA003BC0AA /* Arm */ = { + A5716C7A235968A7000CEC60 /* 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 */, + A5716C7B235968A7000CEC60 /* Math64.S */, + A5716C7C235968A7000CEC60 /* CpuPause.asm */, + A5716C7D235968A7000CEC60 /* EnableInterrupts.asm */, + A5716C7E235968A7000CEC60 /* SwitchStack.S */, + A5716C7F235968A7000CEC60 /* CpuBreakpoint.S */, + A5716C80235968A7000CEC60 /* SetJumpLongJump.asm */, + A5716C81235968A7000CEC60 /* CpuBreakpoint.asm */, + A5716C82235968A7000CEC60 /* GetInterruptsState.S */, + A5716C83235968A7000CEC60 /* MemoryFence.asm */, + A5716C84235968A7000CEC60 /* SpeculationBarrier.S */, + A5716C85235968A7000CEC60 /* DisableInterrupts.asm */, + A5716C86235968A7000CEC60 /* SetJumpLongJump.S */, + A5716C87235968A7000CEC60 /* GetInterruptsState.asm */, + A5716C88235968A7000CEC60 /* Unaligned.c */, + A5716C89235968A7000CEC60 /* InternalSwitchStack.c */, + A5716C8A235968A7000CEC60 /* SpeculationBarrier.asm */, + A5716C8B235968A7000CEC60 /* MemoryFence.S */, + A5716C8C235968A7000CEC60 /* DisableInterrupts.S */, + A5716C8D235968A7000CEC60 /* SwitchStack.asm */, + A5716C8E235968A7000CEC60 /* EnableInterrupts.S */, ); path = Arm; sourceTree = ""; }; - A571BF83232052EA003BC0AA /* AArch64 */ = { + A5716C93235968A7000CEC60 /* 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 */, + A5716C94235968A7000CEC60 /* EnableInterrupts.asm */, + A5716C95235968A7000CEC60 /* SwitchStack.S */, + A5716C96235968A7000CEC60 /* CpuBreakpoint.S */, + A5716C97235968A7000CEC60 /* SetJumpLongJump.asm */, + A5716C98235968A7000CEC60 /* CpuBreakpoint.asm */, + A5716C99235968A7000CEC60 /* GetInterruptsState.S */, + A5716C9A235968A7000CEC60 /* MemoryFence.asm */, + A5716C9B235968A7000CEC60 /* SpeculationBarrier.S */, + A5716C9C235968A7000CEC60 /* DisableInterrupts.asm */, + A5716C9D235968A7000CEC60 /* SetJumpLongJump.S */, + A5716C9E235968A7000CEC60 /* GetInterruptsState.asm */, + A5716C9F235968A7000CEC60 /* SpeculationBarrier.asm */, + A5716CA0235968A7000CEC60 /* MemoryFence.S */, + A5716CA1235968A7000CEC60 /* DisableInterrupts.S */, + A5716CA2235968A7000CEC60 /* SwitchStack.asm */, + A5716CA3235968A7000CEC60 /* EnableInterrupts.S */, ); path = AArch64; sourceTree = ""; }; - A571BF99232052EA003BC0AA /* BaseMemoryLibRepStr */ = { + A5716CA9235968A7000CEC60 /* 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 */, + A5716CAA235968A7000CEC60 /* SetMem64Wrapper.c */, + A5716CAB235968A7000CEC60 /* ZeroMemWrapper.c */, + A5716CAC235968A7000CEC60 /* CopyMemWrapper.c */, + A5716CAD235968A7000CEC60 /* ScanMem64Wrapper.c */, + A5716CAE235968A7000CEC60 /* X64 */, + A5716CBB235968A7000CEC60 /* ScanMem8Wrapper.c */, + A5716CBC235968A7000CEC60 /* SetMem32Wrapper.c */, + A5716CBD235968A7000CEC60 /* Ia32 */, + A5716CCA235968A7000CEC60 /* ScanMem32Wrapper.c */, + A5716CCB235968A7000CEC60 /* IsZeroBufferWrapper.c */, + A5716CCC235968A7000CEC60 /* SetMemWrapper.c */, + A5716CCD235968A7000CEC60 /* CompareMemWrapper.c */, + A5716CCE235968A7000CEC60 /* SetMem16Wrapper.c */, + A5716CCF235968A7000CEC60 /* BaseMemoryLibRepStr.uni */, + A5716CD0235968A7000CEC60 /* MemLibGuid.c */, + A5716CD1235968A7000CEC60 /* MemLibInternals.h */, + A5716CD2235968A7000CEC60 /* ScanMem16Wrapper.c */, + A5716CD3235968A7000CEC60 /* BaseMemoryLibRepStr.inf */, ); path = BaseMemoryLibRepStr; sourceTree = ""; }; - A571BF9E232052EA003BC0AA /* X64 */ = { + A5716CAE235968A7000CEC60 /* 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 */, + A5716CAF235968A7000CEC60 /* ZeroMem.nasm */, + A5716CB0235968A7000CEC60 /* CompareMem.nasm */, + A5716CB1235968A7000CEC60 /* SetMem16.nasm */, + A5716CB2235968A7000CEC60 /* ScanMem64.nasm */, + A5716CB3235968A7000CEC60 /* ScanMem32.nasm */, + A5716CB4235968A7000CEC60 /* SetMem.nasm */, + A5716CB5235968A7000CEC60 /* IsZeroBuffer.nasm */, + A5716CB6235968A7000CEC60 /* SetMem64.nasm */, + A5716CB7235968A7000CEC60 /* ScanMem8.nasm */, + A5716CB8235968A7000CEC60 /* SetMem32.nasm */, + A5716CB9235968A7000CEC60 /* ScanMem16.nasm */, + A5716CBA235968A7000CEC60 /* CopyMem.nasm */, ); path = X64; sourceTree = ""; }; - A571BFAD232052EA003BC0AA /* Ia32 */ = { + A5716CBD235968A7000CEC60 /* 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 */, + A5716CBE235968A7000CEC60 /* ZeroMem.nasm */, + A5716CBF235968A7000CEC60 /* CompareMem.nasm */, + A5716CC0235968A7000CEC60 /* SetMem16.nasm */, + A5716CC1235968A7000CEC60 /* ScanMem64.nasm */, + A5716CC2235968A7000CEC60 /* ScanMem32.nasm */, + A5716CC3235968A7000CEC60 /* SetMem.nasm */, + A5716CC4235968A7000CEC60 /* IsZeroBuffer.nasm */, + A5716CC5235968A7000CEC60 /* SetMem64.nasm */, + A5716CC6235968A7000CEC60 /* ScanMem8.nasm */, + A5716CC7235968A7000CEC60 /* SetMem32.nasm */, + A5716CC8235968A7000CEC60 /* ScanMem16.nasm */, + A5716CC9235968A7000CEC60 /* CopyMem.nasm */, ); path = Ia32; sourceTree = ""; }; - A571BFC4232052EA003BC0AA /* BaseSynchronizationLib */ = { + A5716CD4235968A7000CEC60 /* 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 */, + A5716CD5235968A7000CEC60 /* BaseSynchronizationLib.uni */, + A5716CD6235968A7000CEC60 /* Ebc */, + A5716CD8235968A7000CEC60 /* BaseSynchronizationLib.inf */, + A5716CD9235968A7000CEC60 /* X64 */, + A5716CE3235968A7000CEC60 /* InterlockedIncrementMsc.c */, + A5716CE4235968A7000CEC60 /* Ia32 */, + A5716CEF235968A7000CEC60 /* BaseSynchronizationLibInternals.h */, + A5716CF0235968A7000CEC60 /* SynchronizationMsc.c */, + A5716CF1235968A7000CEC60 /* Synchronization.c */, + A5716CF2235968A7000CEC60 /* Arm */, + A5716CF5235968A7000CEC60 /* AArch64 */, + A5716CF8235968A7000CEC60 /* SynchronizationGcc.c */, + A5716CF9235968A7000CEC60 /* InterlockedDecrementMsc.c */, ); path = BaseSynchronizationLib; sourceTree = ""; }; - A571BFC6232052EA003BC0AA /* Ebc */ = { + A5716CD6235968A7000CEC60 /* Ebc */ = { isa = PBXGroup; children = ( - A571BFC7232052EA003BC0AA /* Synchronization.c */, + A5716CD7235968A7000CEC60 /* Synchronization.c */, ); path = Ebc; sourceTree = ""; }; - A571BFC9232052EA003BC0AA /* X64 */ = { + A5716CD9235968A7000CEC60 /* 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 */, + A5716CDA235968A7000CEC60 /* InterlockedCompareExchange64.c */, + A5716CDB235968A7000CEC60 /* InterlockedIncrement.nasm */, + A5716CDC235968A7000CEC60 /* InterlockedCompareExchange16.nasm */, + A5716CDD235968A7000CEC60 /* InterlockedCompareExchange16.c */, + A5716CDE235968A7000CEC60 /* GccInline.c */, + A5716CDF235968A7000CEC60 /* InterlockedCompareExchange32.c */, + A5716CE0235968A7000CEC60 /* InterlockedCompareExchange64.nasm */, + A5716CE1235968A7000CEC60 /* InterlockedCompareExchange32.nasm */, + A5716CE2235968A7000CEC60 /* InterlockedDecrement.nasm */, ); path = X64; sourceTree = ""; }; - A571BFD4232052EA003BC0AA /* Ia32 */ = { + A5716CE4235968A7000CEC60 /* 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 */, + A5716CE5235968A7000CEC60 /* InterlockedCompareExchange64.c */, + A5716CE6235968A7000CEC60 /* InternalGetSpinLockProperties.c */, + A5716CE7235968A7000CEC60 /* InterlockedIncrement.nasm */, + A5716CE8235968A7000CEC60 /* InterlockedCompareExchange16.nasm */, + A5716CE9235968A7000CEC60 /* InterlockedCompareExchange16.c */, + A5716CEA235968A7000CEC60 /* GccInline.c */, + A5716CEB235968A7000CEC60 /* InterlockedCompareExchange32.c */, + A5716CEC235968A7000CEC60 /* InterlockedCompareExchange64.nasm */, + A5716CED235968A7000CEC60 /* InterlockedCompareExchange32.nasm */, + A5716CEE235968A7000CEC60 /* InterlockedDecrement.nasm */, ); path = Ia32; sourceTree = ""; }; - A571BFE2232052EA003BC0AA /* Arm */ = { + A5716CF2235968A7000CEC60 /* Arm */ = { isa = PBXGroup; children = ( - A571BFE3232052EA003BC0AA /* Synchronization.S */, - A571BFE4232052EA003BC0AA /* Synchronization.asm */, + A5716CF3235968A7000CEC60 /* Synchronization.S */, + A5716CF4235968A7000CEC60 /* Synchronization.asm */, ); path = Arm; sourceTree = ""; }; - A571BFE5232052EA003BC0AA /* AArch64 */ = { + A5716CF5235968A7000CEC60 /* AArch64 */ = { isa = PBXGroup; children = ( - A571BFE6232052EA003BC0AA /* Synchronization.S */, - A571BFE7232052EA003BC0AA /* Synchronization.asm */, + A5716CF6235968A7000CEC60 /* Synchronization.S */, + A5716CF7235968A7000CEC60 /* Synchronization.asm */, ); path = AArch64; sourceTree = ""; }; - A571BFEA232052EA003BC0AA /* UefiMemoryLib */ = { + A5716CFA235968A7000CEC60 /* 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 */, + A5716CFB235968A7000CEC60 /* SetMem64Wrapper.c */, + A5716CFC235968A7000CEC60 /* ZeroMemWrapper.c */, + A5716CFD235968A7000CEC60 /* CopyMemWrapper.c */, + A5716CFE235968A7000CEC60 /* ScanMem64Wrapper.c */, + A5716CFF235968A7000CEC60 /* MemLibGeneric.c */, + A5716D00235968A7000CEC60 /* ScanMem8Wrapper.c */, + A5716D01235968A7000CEC60 /* SetMem32Wrapper.c */, + A5716D02235968A7000CEC60 /* ScanMem32Wrapper.c */, + A5716D03235968A7000CEC60 /* IsZeroBufferWrapper.c */, + A5716D04235968A7000CEC60 /* SetMemWrapper.c */, + A5716D05235968A7000CEC60 /* MemLib.c */, + A5716D06235968A7000CEC60 /* CompareMemWrapper.c */, + A5716D07235968A7000CEC60 /* UefiMemoryLib.inf */, + A5716D08235968A7000CEC60 /* SetMem16Wrapper.c */, + A5716D09235968A7000CEC60 /* MemLibGuid.c */, + A5716D0A235968A7000CEC60 /* UefiMemoryLib.uni */, + A5716D0B235968A7000CEC60 /* MemLibInternals.h */, + A5716D0C235968A7000CEC60 /* ScanMem16Wrapper.c */, ); path = UefiMemoryLib; sourceTree = ""; }; - A571BFFD232052EA003BC0AA /* PciSegmentLibSegmentInfo */ = { + A5716D0D235968A7000CEC60 /* 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 */, + A5716D0E235968A7000CEC60 /* PciSegmentLibCommon.h */, + A5716D0F235968A7000CEC60 /* DxeRuntimePciSegmentLibSegmentInfo.inf */, + A5716D10235968A7000CEC60 /* BasePciSegmentLibSegmentInfo.inf */, + A5716D11235968A7000CEC60 /* DxeRuntimePciSegmentLibSegmentInfo.uni */, + A5716D12235968A7000CEC60 /* BasePciSegmentLibSegmentInfo.uni */, + A5716D13235968A7000CEC60 /* BasePciSegmentLib.c */, + A5716D14235968A7000CEC60 /* PciSegmentLibCommon.c */, + A5716D15235968A7000CEC60 /* DxeRuntimePciSegmentLib.c */, ); path = PciSegmentLibSegmentInfo; sourceTree = ""; }; - A571C006232052EA003BC0AA /* BaseCpuLib */ = { + A5716D16235968A7000CEC60 /* BaseCpuLib */ = { isa = PBXGroup; children = ( - A571C007232052EA003BC0AA /* Ebc */, - A571C009232052EA003BC0AA /* X64 */, - A571C00C232052EA003BC0AA /* BaseCpuLib.uni */, - A571C00D232052EA003BC0AA /* BaseCpuLib.inf */, - A571C00E232052EA003BC0AA /* Ia32 */, - A571C015232052EA003BC0AA /* Arm */, - A571C01A232052EA003BC0AA /* AArch64 */, + A5716D17235968A7000CEC60 /* Ebc */, + A5716D19235968A7000CEC60 /* X64 */, + A5716D1C235968A7000CEC60 /* BaseCpuLib.uni */, + A5716D1D235968A7000CEC60 /* BaseCpuLib.inf */, + A5716D1E235968A7000CEC60 /* Ia32 */, + A5716D25235968A7000CEC60 /* Arm */, + A5716D2A235968A7000CEC60 /* AArch64 */, ); path = BaseCpuLib; sourceTree = ""; }; - A571C007232052EA003BC0AA /* Ebc */ = { + A5716D17235968A7000CEC60 /* Ebc */ = { isa = PBXGroup; children = ( - A571C008232052EA003BC0AA /* CpuSleepFlushTlb.c */, + A5716D18235968A7000CEC60 /* CpuSleepFlushTlb.c */, ); path = Ebc; sourceTree = ""; }; - A571C009232052EA003BC0AA /* X64 */ = { + A5716D19235968A7000CEC60 /* X64 */ = { isa = PBXGroup; children = ( - A571C00A232052EA003BC0AA /* CpuSleep.nasm */, - A571C00B232052EA003BC0AA /* CpuFlushTlb.nasm */, + A5716D1A235968A7000CEC60 /* CpuSleep.nasm */, + A5716D1B235968A7000CEC60 /* CpuFlushTlb.nasm */, ); path = X64; sourceTree = ""; }; - A571C00E232052EA003BC0AA /* Ia32 */ = { + A5716D1E235968A7000CEC60 /* Ia32 */ = { isa = PBXGroup; children = ( - A571C00F232052EA003BC0AA /* CpuSleep.c */, - A571C010232052EA003BC0AA /* CpuFlushTlbGcc.c */, - A571C011232052EA003BC0AA /* CpuFlushTlb.c */, - A571C012232052EA003BC0AA /* CpuSleep.nasm */, - A571C013232052EA003BC0AA /* CpuFlushTlb.nasm */, - A571C014232052EA003BC0AA /* CpuSleepGcc.c */, + A5716D1F235968A7000CEC60 /* CpuSleep.c */, + A5716D20235968A7000CEC60 /* CpuFlushTlbGcc.c */, + A5716D21235968A7000CEC60 /* CpuFlushTlb.c */, + A5716D22235968A7000CEC60 /* CpuSleep.nasm */, + A5716D23235968A7000CEC60 /* CpuFlushTlb.nasm */, + A5716D24235968A7000CEC60 /* CpuSleepGcc.c */, ); path = Ia32; sourceTree = ""; }; - A571C015232052EA003BC0AA /* Arm */ = { + A5716D25235968A7000CEC60 /* Arm */ = { isa = PBXGroup; children = ( - A571C016232052EA003BC0AA /* CpuFlushTlb.S */, - A571C017232052EA003BC0AA /* CpuFlushTlb.asm */, - A571C018232052EA003BC0AA /* CpuSleep.asm */, - A571C019232052EA003BC0AA /* CpuSleep.S */, + A5716D26235968A7000CEC60 /* CpuFlushTlb.S */, + A5716D27235968A7000CEC60 /* CpuFlushTlb.asm */, + A5716D28235968A7000CEC60 /* CpuSleep.asm */, + A5716D29235968A7000CEC60 /* CpuSleep.S */, ); path = Arm; sourceTree = ""; }; - A571C01A232052EA003BC0AA /* AArch64 */ = { + A5716D2A235968A7000CEC60 /* AArch64 */ = { isa = PBXGroup; children = ( - A571C01B232052EA003BC0AA /* CpuFlushTlb.S */, - A571C01C232052EA003BC0AA /* CpuFlushTlb.asm */, - A571C01D232052EA003BC0AA /* CpuSleep.asm */, - A571C01E232052EA003BC0AA /* CpuSleep.S */, + A5716D2B235968A7000CEC60 /* CpuFlushTlb.S */, + A5716D2C235968A7000CEC60 /* CpuFlushTlb.asm */, + A5716D2D235968A7000CEC60 /* CpuSleep.asm */, + A5716D2E235968A7000CEC60 /* CpuSleep.S */, ); path = AArch64; sourceTree = ""; }; - A571C01F232052EA003BC0AA /* PeiExtractGuidedSectionLib */ = { + A5716D2F235968A7000CEC60 /* PeiExtractGuidedSectionLib */ = { isa = PBXGroup; children = ( - A571C020232052EA003BC0AA /* PeiExtractGuidedSectionLib.c */, - A571C021232052EA003BC0AA /* PeiExtractGuidedSectionLib.uni */, - A571C022232052EA003BC0AA /* PeiExtractGuidedSectionLib.inf */, + A5716D30235968A7000CEC60 /* PeiExtractGuidedSectionLib.c */, + A5716D31235968A7000CEC60 /* PeiExtractGuidedSectionLib.uni */, + A5716D32235968A7000CEC60 /* PeiExtractGuidedSectionLib.inf */, ); path = PeiExtractGuidedSectionLib; sourceTree = ""; }; - A571C023232052EA003BC0AA /* UefiDriverEntryPoint */ = { + A5716D33235968A7000CEC60 /* UefiDriverEntryPoint */ = { isa = PBXGroup; children = ( - A571C024232052EA003BC0AA /* DriverEntryPoint.c */, - A571C025232052EA003BC0AA /* UefiDriverEntryPoint.inf */, - A571C026232052EA003BC0AA /* UefiDriverEntryPoint.uni */, + A5716D34235968A7000CEC60 /* DriverEntryPoint.c */, + A5716D35235968A7000CEC60 /* UefiDriverEntryPoint.inf */, + A5716D36235968A7000CEC60 /* UefiDriverEntryPoint.uni */, ); path = UefiDriverEntryPoint; sourceTree = ""; }; - A571C027232052EA003BC0AA /* UefiDebugLibDebugPortProtocol */ = { + A5716D37235968A7000CEC60 /* UefiDebugLibDebugPortProtocol */ = { isa = PBXGroup; children = ( - A571C028232052EA003BC0AA /* DebugLibConstructor.c */, - A571C029232052EA003BC0AA /* DebugLib.c */, - A571C02A232052EA003BC0AA /* UefiDebugLibDebugPortProtocol.uni */, - A571C02B232052EA003BC0AA /* UefiDebugLibDebugPortProtocol.inf */, + A5716D38235968A7000CEC60 /* DebugLibConstructor.c */, + A5716D39235968A7000CEC60 /* DebugLib.c */, + A5716D3A235968A7000CEC60 /* UefiDebugLibDebugPortProtocol.uni */, + A5716D3B235968A7000CEC60 /* UefiDebugLibDebugPortProtocol.inf */, ); path = UefiDebugLibDebugPortProtocol; sourceTree = ""; }; - A571C02C232052EA003BC0AA /* SmmPciExpressLib */ = { + A5716D3C235968A7000CEC60 /* SmmPciExpressLib */ = { isa = PBXGroup; children = ( - A571C02D232052EA003BC0AA /* SmmPciExpressLib.inf */, - A571C02E232052EA003BC0AA /* PciExpressLib.c */, + A5716D3D235968A7000CEC60 /* SmmPciExpressLib.inf */, + A5716D3E235968A7000CEC60 /* PciExpressLib.c */, ); path = SmmPciExpressLib; sourceTree = ""; }; - A571C02F232052EA003BC0AA /* DxeRuntimePciExpressLib */ = { + A5716D3F235968A7000CEC60 /* DxeRuntimePciExpressLib */ = { isa = PBXGroup; children = ( - A571C030232052EA003BC0AA /* DxeRuntimePciExpressLib.uni */, - A571C031232052EA003BC0AA /* DxeRuntimePciExpressLib.inf */, - A571C032232052EA003BC0AA /* PciExpressLib.c */, + A5716D40235968A7000CEC60 /* DxeRuntimePciExpressLib.uni */, + A5716D41235968A7000CEC60 /* DxeRuntimePciExpressLib.inf */, + A5716D42235968A7000CEC60 /* PciExpressLib.c */, ); path = DxeRuntimePciExpressLib; sourceTree = ""; }; - A571C033232052EA003BC0AA /* BaseMemoryLibOptDxe */ = { + A5716D43235968A7000CEC60 /* 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 */, + A5716D44235968A7000CEC60 /* SetMem64Wrapper.c */, + A5716D45235968A7000CEC60 /* ZeroMemWrapper.c */, + A5716D46235968A7000CEC60 /* CopyMemWrapper.c */, + A5716D47235968A7000CEC60 /* ScanMem64Wrapper.c */, + A5716D48235968A7000CEC60 /* X64 */, + A5716D55235968A8000CEC60 /* ScanMem8Wrapper.c */, + A5716D56235968A8000CEC60 /* SetMem32Wrapper.c */, + A5716D57235968A8000CEC60 /* Ia32 */, + A5716D64235968A8000CEC60 /* ScanMem32Wrapper.c */, + A5716D65235968A8000CEC60 /* IsZeroBufferWrapper.c */, + A5716D66235968A8000CEC60 /* SetMemWrapper.c */, + A5716D67235968A8000CEC60 /* CompareMemWrapper.c */, + A5716D68235968A8000CEC60 /* Arm */, + A5716D75235968A8000CEC60 /* BaseMemoryLibOptDxe.uni */, + A5716D76235968A8000CEC60 /* SetMem16Wrapper.c */, + A5716D77235968A8000CEC60 /* MemLibGuid.c */, + A5716D78235968A8000CEC60 /* AArch64 */, + A5716D7E235968A8000CEC60 /* MemLibInternals.h */, + A5716D7F235968A8000CEC60 /* BaseMemoryLibOptDxe.inf */, + A5716D80235968A8000CEC60 /* ScanMem16Wrapper.c */, ); path = BaseMemoryLibOptDxe; sourceTree = ""; }; - A571C038232052EA003BC0AA /* X64 */ = { + A5716D48235968A7000CEC60 /* 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 */, + A5716D49235968A7000CEC60 /* ZeroMem.nasm */, + A5716D4A235968A7000CEC60 /* CompareMem.nasm */, + A5716D4B235968A7000CEC60 /* SetMem16.nasm */, + A5716D4C235968A8000CEC60 /* ScanMem64.nasm */, + A5716D4D235968A8000CEC60 /* ScanMem32.nasm */, + A5716D4E235968A8000CEC60 /* SetMem.nasm */, + A5716D4F235968A8000CEC60 /* IsZeroBuffer.nasm */, + A5716D50235968A8000CEC60 /* SetMem64.nasm */, + A5716D51235968A8000CEC60 /* ScanMem8.nasm */, + A5716D52235968A8000CEC60 /* SetMem32.nasm */, + A5716D53235968A8000CEC60 /* ScanMem16.nasm */, + A5716D54235968A8000CEC60 /* CopyMem.nasm */, ); path = X64; sourceTree = ""; }; - A571C047232052EA003BC0AA /* Ia32 */ = { + A5716D57235968A8000CEC60 /* 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 */, + A5716D58235968A8000CEC60 /* ZeroMem.nasm */, + A5716D59235968A8000CEC60 /* CompareMem.nasm */, + A5716D5A235968A8000CEC60 /* SetMem16.nasm */, + A5716D5B235968A8000CEC60 /* ScanMem64.nasm */, + A5716D5C235968A8000CEC60 /* ScanMem32.nasm */, + A5716D5D235968A8000CEC60 /* SetMem.nasm */, + A5716D5E235968A8000CEC60 /* IsZeroBuffer.nasm */, + A5716D5F235968A8000CEC60 /* SetMem64.nasm */, + A5716D60235968A8000CEC60 /* ScanMem8.nasm */, + A5716D61235968A8000CEC60 /* SetMem32.nasm */, + A5716D62235968A8000CEC60 /* ScanMem16.nasm */, + A5716D63235968A8000CEC60 /* CopyMem.nasm */, ); path = Ia32; sourceTree = ""; }; - A571C058232052EA003BC0AA /* Arm */ = { + A5716D68235968A8000CEC60 /* 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 */, + A5716D69235968A8000CEC60 /* ScanMemGeneric.c */, + A5716D6A235968A8000CEC60 /* CompareMem.asm */, + A5716D6B235968A8000CEC60 /* CopyMem.S */, + A5716D6C235968A8000CEC60 /* SetMem.S */, + A5716D6D235968A8000CEC60 /* ScanMem.asm */, + A5716D6E235968A8000CEC60 /* CopyMem.asm */, + A5716D6F235968A8000CEC60 /* CompareMem.S */, + A5716D70235968A8000CEC60 /* MemLibGuid.c */, + A5716D71235968A8000CEC60 /* SetMem.asm */, + A5716D72235968A8000CEC60 /* CompareGuid.asm */, + A5716D73235968A8000CEC60 /* CompareGuid.S */, + A5716D74235968A8000CEC60 /* ScanMem.S */, ); path = Arm; sourceTree = ""; }; - A571C068232052EA003BC0AA /* AArch64 */ = { + A5716D78235968A8000CEC60 /* AArch64 */ = { isa = PBXGroup; children = ( - A571C069232052EA003BC0AA /* CopyMem.S */, - A571C06A232052EA003BC0AA /* SetMem.S */, - A571C06B232052EA003BC0AA /* CompareMem.S */, - A571C06C232052EA003BC0AA /* CompareGuid.S */, - A571C06D232052EA003BC0AA /* ScanMem.S */, + A5716D79235968A8000CEC60 /* CopyMem.S */, + A5716D7A235968A8000CEC60 /* SetMem.S */, + A5716D7B235968A8000CEC60 /* CompareMem.S */, + A5716D7C235968A8000CEC60 /* CompareGuid.S */, + A5716D7D235968A8000CEC60 /* ScanMem.S */, ); path = AArch64; sourceTree = ""; }; - A571C071232052EA003BC0AA /* BasePerformanceLibNull */ = { + A5716D81235968A8000CEC60 /* BasePerformanceLibNull */ = { isa = PBXGroup; children = ( - A571C072232052EA003BC0AA /* PerformanceLib.c */, - A571C073232052EA003BC0AA /* BasePerformanceLibNull.inf */, - A571C074232052EA003BC0AA /* BasePerformanceLibNull.uni */, + A5716D82235968A8000CEC60 /* PerformanceLib.c */, + A5716D83235968A8000CEC60 /* BasePerformanceLibNull.inf */, + A5716D84235968A8000CEC60 /* BasePerformanceLibNull.uni */, ); path = BasePerformanceLibNull; sourceTree = ""; }; - A571C075232052EA003BC0AA /* BasePciSegmentLibPci */ = { + A5716D85235968A8000CEC60 /* BasePciSegmentLibPci */ = { isa = PBXGroup; children = ( - A571C076232052EA003BC0AA /* BasePciSegmentLibPci.inf */, - A571C077232052EA003BC0AA /* BasePciSegmentLibPci.uni */, - A571C078232052EA003BC0AA /* PciSegmentLib.c */, + A5716D86235968A8000CEC60 /* BasePciSegmentLibPci.inf */, + A5716D87235968A8000CEC60 /* BasePciSegmentLibPci.uni */, + A5716D88235968A8000CEC60 /* PciSegmentLib.c */, ); path = BasePciSegmentLibPci; sourceTree = ""; }; - A571C079232052EA003BC0AA /* PeiDxePostCodeLibReportStatusCode */ = { + A5716D89235968A8000CEC60 /* PeiDxePostCodeLibReportStatusCode */ = { isa = PBXGroup; children = ( - A571C07A232052EA003BC0AA /* PostCode.c */, - A571C07B232052EA003BC0AA /* PeiDxePostCodeLibReportStatusCode.inf */, - A571C07C232052EA003BC0AA /* PeiDxePostCodeLibReportStatusCode.uni */, + A5716D8A235968A8000CEC60 /* PostCode.c */, + A5716D8B235968A8000CEC60 /* PeiDxePostCodeLibReportStatusCode.inf */, + A5716D8C235968A8000CEC60 /* PeiDxePostCodeLibReportStatusCode.uni */, ); path = PeiDxePostCodeLibReportStatusCode; sourceTree = ""; }; - A571C07D232052EA003BC0AA /* BasePcdLibNull */ = { + A5716D8D235968A8000CEC60 /* BasePcdLibNull */ = { isa = PBXGroup; children = ( - A571C07E232052EA003BC0AA /* BasePcdLibNull.uni */, - A571C07F232052EA003BC0AA /* BasePcdLibNull.inf */, - A571C080232052EA003BC0AA /* PcdLib.c */, + A5716D8E235968A8000CEC60 /* BasePcdLibNull.uni */, + A5716D8F235968A8000CEC60 /* BasePcdLibNull.inf */, + A5716D90235968A8000CEC60 /* PcdLib.c */, ); path = BasePcdLibNull; sourceTree = ""; }; - A571C081232052EA003BC0AA /* BaseStackCheckLib */ = { + A5716D91235968A8000CEC60 /* BaseStackCheckLib */ = { isa = PBXGroup; children = ( - A571C082232052EA003BC0AA /* BaseStackCheckGcc.c */, - A571C083232052EA003BC0AA /* BaseStackCheckLib.uni */, - A571C084232052EA003BC0AA /* BaseStackCheckNull.c */, - A571C085232052EA003BC0AA /* BaseStackCheckLib.inf */, + A5716D92235968A8000CEC60 /* BaseStackCheckGcc.c */, + A5716D93235968A8000CEC60 /* BaseStackCheckLib.uni */, + A5716D94235968A8000CEC60 /* BaseStackCheckNull.c */, + A5716D95235968A8000CEC60 /* BaseStackCheckLib.inf */, ); path = BaseStackCheckLib; sourceTree = ""; }; - A571C086232052EA003BC0AA /* BaseRngLib */ = { + A5716D96235968A8000CEC60 /* BaseRngLib */ = { isa = PBXGroup; children = ( - A571C087232052EA003BC0AA /* BaseRngLib.uni */, - A571C088232052EA003BC0AA /* BaseRngLib.inf */, - A571C089232052EA003BC0AA /* BaseRng.c */, + A5716D97235968A8000CEC60 /* BaseRngLib.uni */, + A5716D98235968A8000CEC60 /* BaseRngLib.inf */, + A5716D99235968A8000CEC60 /* BaseRng.c */, ); path = BaseRngLib; sourceTree = ""; }; - A571C08A232052EA003BC0AA /* DxeCoreEntryPoint */ = { + A5716D9A235968A8000CEC60 /* DxeCoreEntryPoint */ = { isa = PBXGroup; children = ( - A571C08B232052EA003BC0AA /* DxeCoreEntryPoint.c */, - A571C08C232052EA003BC0AA /* DxeCoreEntryPoint.uni */, - A571C08D232052EA003BC0AA /* DxeCoreEntryPoint.inf */, + A5716D9B235968A8000CEC60 /* DxeCoreEntryPoint.c */, + A5716D9C235968A8000CEC60 /* DxeCoreEntryPoint.uni */, + A5716D9D235968A8000CEC60 /* DxeCoreEntryPoint.inf */, ); path = DxeCoreEntryPoint; sourceTree = ""; }; - A571C08E232052EA003BC0AA /* BasePostCodeLibPort80 */ = { + A5716D9E235968A8000CEC60 /* BasePostCodeLibPort80 */ = { isa = PBXGroup; children = ( - A571C08F232052EA003BC0AA /* PostCode.c */, - A571C090232052EA003BC0AA /* BasePostCodeLibPort80.inf */, - A571C091232052EA003BC0AA /* BasePostCodeLibPort80.uni */, + A5716D9F235968A8000CEC60 /* PostCode.c */, + A5716DA0235968A8000CEC60 /* BasePostCodeLibPort80.inf */, + A5716DA1235968A8000CEC60 /* BasePostCodeLibPort80.uni */, ); path = BasePostCodeLibPort80; sourceTree = ""; }; - A571C092232052EA003BC0AA /* PeiCoreEntryPoint */ = { + A5716DA2235968A8000CEC60 /* PeiCoreEntryPoint */ = { isa = PBXGroup; children = ( - A571C093232052EA003BC0AA /* PeiCoreEntryPoint.uni */, - A571C094232052EA003BC0AA /* PeiCoreEntryPoint.inf */, - A571C095232052EA003BC0AA /* PeiCoreEntryPoint.c */, + A5716DA3235968A8000CEC60 /* PeiCoreEntryPoint.uni */, + A5716DA4235968A8000CEC60 /* PeiCoreEntryPoint.inf */, + A5716DA5235968A8000CEC60 /* PeiCoreEntryPoint.c */, ); path = PeiCoreEntryPoint; sourceTree = ""; }; - A571C096232052EA003BC0AA /* BasePeCoffLib */ = { + A5716DA6235968A8000CEC60 /* BasePeCoffLib */ = { isa = PBXGroup; children = ( - A571C097232052EA003BC0AA /* BasePeCoffLibInternals.h */, - A571C098232052EA003BC0AA /* BasePeCoff.c */, - A571C099232052EA003BC0AA /* PeCoffLoaderEx.c */, - A571C09A232052EA003BC0AA /* Arm */, - A571C09C232052EA003BC0AA /* BasePeCoffLib.uni */, - A571C09D232052EA003BC0AA /* BasePeCoffLib.inf */, + A5716DA7235968A8000CEC60 /* BasePeCoffLibInternals.h */, + A5716DA8235968A8000CEC60 /* BasePeCoff.c */, + A5716DA9235968A8000CEC60 /* PeCoffLoaderEx.c */, + A5716DAA235968A8000CEC60 /* Arm */, + A5716DAC235968A8000CEC60 /* BasePeCoffLib.uni */, + A5716DAD235968A8000CEC60 /* BasePeCoffLib.inf */, ); path = BasePeCoffLib; sourceTree = ""; }; - A571C09A232052EA003BC0AA /* Arm */ = { + A5716DAA235968A8000CEC60 /* Arm */ = { isa = PBXGroup; children = ( - A571C09B232052EA003BC0AA /* PeCoffLoaderEx.c */, + A5716DAB235968A8000CEC60 /* PeCoffLoaderEx.c */, ); path = Arm; sourceTree = ""; }; - A571C09E232052EA003BC0AA /* SmmLibNull */ = { + A5716DAE235968A8000CEC60 /* SmmLibNull */ = { isa = PBXGroup; children = ( - A571C09F232052EA003BC0AA /* SmmLibNull.uni */, - A571C0A0232052EA003BC0AA /* SmmLibNull.inf */, - A571C0A1232052EA003BC0AA /* SmmLibNull.c */, + A5716DAF235968A8000CEC60 /* SmmLibNull.uni */, + A5716DB0235968A8000CEC60 /* SmmLibNull.inf */, + A5716DB1235968A8000CEC60 /* SmmLibNull.c */, ); path = SmmLibNull; sourceTree = ""; }; - A571C0A2232052EA003BC0AA /* BasePciCf8Lib */ = { + A5716DB2235968A8000CEC60 /* BasePciCf8Lib */ = { isa = PBXGroup; children = ( - A571C0A3232052EA003BC0AA /* BasePciCf8Lib.uni */, - A571C0A4232052EA003BC0AA /* BasePciCf8Lib.inf */, - A571C0A5232052EA003BC0AA /* PciCf8Lib.c */, + A5716DB3235968A8000CEC60 /* BasePciCf8Lib.uni */, + A5716DB4235968A8000CEC60 /* BasePciCf8Lib.inf */, + A5716DB5235968A8000CEC60 /* PciCf8Lib.c */, ); path = BasePciCf8Lib; sourceTree = ""; }; - A571C0A6232052EA003BC0AA /* MmServicesTableLib */ = { + A5716DB6235968A8000CEC60 /* MmServicesTableLib */ = { isa = PBXGroup; children = ( - A571C0A7232052EA003BC0AA /* MmServicesTableLib.uni */, - A571C0A8232052EA003BC0AA /* MmServicesTableLib.inf */, - A571C0A9232052EA003BC0AA /* MmServicesTableLib.c */, + A5716DB7235968A8000CEC60 /* MmServicesTableLib.uni */, + A5716DB8235968A8000CEC60 /* MmServicesTableLib.inf */, + A5716DB9235968A8000CEC60 /* MmServicesTableLib.c */, ); path = MmServicesTableLib; sourceTree = ""; }; - A571C0AA232052EA003BC0AA /* BaseSafeIntLib */ = { + A5716DBA235968A8000CEC60 /* BaseSafeIntLib */ = { isa = PBXGroup; children = ( - A571C0AB232052EA003BC0AA /* SafeIntLib64.c */, - A571C0AC232052EA003BC0AA /* SafeIntLibEbc.c */, - A571C0AD232052EA003BC0AA /* BaseSafeIntLib.inf */, - A571C0AE232052EA003BC0AA /* SafeIntLib32.c */, - A571C0AF232052EA003BC0AA /* SafeIntLib.c */, + A5716DBB235968A8000CEC60 /* SafeIntLib64.c */, + A5716DBC235968A8000CEC60 /* SafeIntLibEbc.c */, + A5716DBD235968A8000CEC60 /* BaseSafeIntLib.inf */, + A5716DBE235968A8000CEC60 /* SafeIntLib32.c */, + A5716DBF235968A8000CEC60 /* SafeIntLib.c */, ); path = BaseSafeIntLib; sourceTree = ""; }; - A571C0B0232052EA003BC0AA /* SmmServicesTableLib */ = { + A5716DC0235968A8000CEC60 /* SmmServicesTableLib */ = { isa = PBXGroup; children = ( - A571C0B1232052EA003BC0AA /* SmmServicesTableLib.c */, - A571C0B2232052EA003BC0AA /* SmmServicesTableLib.inf */, - A571C0B3232052EA003BC0AA /* SmmServicesTableLib.uni */, + A5716DC1235968A8000CEC60 /* SmmServicesTableLib.c */, + A5716DC2235968A8000CEC60 /* SmmServicesTableLib.inf */, + A5716DC3235968A8000CEC60 /* SmmServicesTableLib.uni */, ); path = SmmServicesTableLib; sourceTree = ""; }; - A571C0B4232052EA003BC0AA /* DxeExtractGuidedSectionLib */ = { + A5716DC4235968A8000CEC60 /* DxeExtractGuidedSectionLib */ = { isa = PBXGroup; children = ( - A571C0B5232052EA003BC0AA /* DxeExtractGuidedSectionLib.uni */, - A571C0B6232052EA003BC0AA /* DxeExtractGuidedSectionLib.inf */, - A571C0B7232052EA003BC0AA /* DxeExtractGuidedSectionLib.c */, + A5716DC5235968A8000CEC60 /* DxeExtractGuidedSectionLib.uni */, + A5716DC6235968A8000CEC60 /* DxeExtractGuidedSectionLib.inf */, + A5716DC7235968A8000CEC60 /* DxeExtractGuidedSectionLib.c */, ); path = DxeExtractGuidedSectionLib; sourceTree = ""; }; - A571C0B8232052EA003BC0AA /* UefiApplicationEntryPoint */ = { + A5716DC8235968A8000CEC60 /* UefiApplicationEntryPoint */ = { isa = PBXGroup; children = ( - A571C0B9232052EA003BC0AA /* UefiApplicationEntryPoint.uni */, - A571C0BA232052EA003BC0AA /* UefiApplicationEntryPoint.inf */, - A571C0BB232052EA003BC0AA /* ApplicationEntryPoint.c */, + A5716DC9235968A8000CEC60 /* UefiApplicationEntryPoint.uni */, + A5716DCA235968A8000CEC60 /* UefiApplicationEntryPoint.inf */, + A5716DCB235968A8000CEC60 /* ApplicationEntryPoint.c */, ); path = UefiApplicationEntryPoint; sourceTree = ""; }; - A571C0BC232052EA003BC0AA /* BaseMemoryLib */ = { + A5716DCC235968A8000CEC60 /* 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 */, + A5716DCD235968A8000CEC60 /* SetMem64Wrapper.c */, + A5716DCE235968A8000CEC60 /* ZeroMemWrapper.c */, + A5716DCF235968A8000CEC60 /* BaseMemoryLib.inf */, + A5716DD0235968A8000CEC60 /* CopyMemWrapper.c */, + A5716DD1235968A8000CEC60 /* ScanMem64Wrapper.c */, + A5716DD2235968A8000CEC60 /* BaseMemoryLib.uni */, + A5716DD3235968A8000CEC60 /* MemLibGeneric.c */, + A5716DD4235968A8000CEC60 /* ScanMem8Wrapper.c */, + A5716DD5235968A8000CEC60 /* SetMem32Wrapper.c */, + A5716DD6235968A8000CEC60 /* CopyMem.c */, + A5716DD7235968A8000CEC60 /* SetMem.c */, + A5716DD8235968A8000CEC60 /* ScanMem32Wrapper.c */, + A5716DD9235968A8000CEC60 /* IsZeroBufferWrapper.c */, + A5716DDA235968A8000CEC60 /* SetMemWrapper.c */, + A5716DDB235968A8000CEC60 /* CompareMemWrapper.c */, + A5716DDC235968A8000CEC60 /* SetMem16Wrapper.c */, + A5716DDD235968A8000CEC60 /* MemLibGuid.c */, + A5716DDE235968A8000CEC60 /* MemLibInternals.h */, + A5716DDF235968A8000CEC60 /* ScanMem16Wrapper.c */, ); path = BaseMemoryLib; sourceTree = ""; }; - A571C0D0232052EB003BC0AA /* SmmIoLibSmmCpuIo2 */ = { + A5716DE0235968A8000CEC60 /* SmmIoLibSmmCpuIo2 */ = { isa = PBXGroup; children = ( - A571C0D1232052EB003BC0AA /* IoLibMmioBuffer.c */, - A571C0D2232052EB003BC0AA /* IoLib.c */, - A571C0D3232052EB003BC0AA /* IoHighLevel.c */, - A571C0D4232052EB003BC0AA /* SmmCpuIoLibInternal.h */, - A571C0D5232052EB003BC0AA /* SmmIoLibSmmCpuIo2.uni */, - A571C0D6232052EB003BC0AA /* SmmIoLibSmmCpuIo2.inf */, + A5716DE1235968A8000CEC60 /* IoLibMmioBuffer.c */, + A5716DE2235968A8000CEC60 /* IoLib.c */, + A5716DE3235968A8000CEC60 /* IoHighLevel.c */, + A5716DE4235968A8000CEC60 /* SmmCpuIoLibInternal.h */, + A5716DE5235968A8000CEC60 /* SmmIoLibSmmCpuIo2.uni */, + A5716DE6235968A8000CEC60 /* SmmIoLibSmmCpuIo2.inf */, ); path = SmmIoLibSmmCpuIo2; sourceTree = ""; }; - A571C0D7232052EB003BC0AA /* DxeSmbusLib */ = { + A5716DE7235968A8000CEC60 /* DxeSmbusLib */ = { isa = PBXGroup; children = ( - A571C0D8232052EB003BC0AA /* DxeSmbusLib.c */, - A571C0D9232052EB003BC0AA /* SmbusLib.c */, - A571C0DA232052EB003BC0AA /* InternalSmbusLib.h */, - A571C0DB232052EB003BC0AA /* DxeSmbusLib.inf */, - A571C0DC232052EB003BC0AA /* DxeSmbusLib.uni */, + A5716DE8235968A8000CEC60 /* DxeSmbusLib.c */, + A5716DE9235968A8000CEC60 /* SmbusLib.c */, + A5716DEA235968A8000CEC60 /* InternalSmbusLib.h */, + A5716DEB235968A8000CEC60 /* DxeSmbusLib.inf */, + A5716DEC235968A8000CEC60 /* DxeSmbusLib.uni */, ); path = DxeSmbusLib; sourceTree = ""; }; - A571C0DD232052EB003BC0AA /* BaseSmbusLibNull */ = { + A5716DED235968A8000CEC60 /* BaseSmbusLibNull */ = { isa = PBXGroup; children = ( - A571C0DE232052EB003BC0AA /* BaseSmbusLibNull.c */, - A571C0DF232052EB003BC0AA /* BaseSmbusLibNull.uni */, - A571C0E0232052EB003BC0AA /* BaseSmbusLibNull.inf */, + A5716DEE235968A8000CEC60 /* BaseSmbusLibNull.c */, + A5716DEF235968A8000CEC60 /* BaseSmbusLibNull.uni */, + A5716DF0235968A8000CEC60 /* BaseSmbusLibNull.inf */, ); path = BaseSmbusLibNull; sourceTree = ""; }; - A571C0E1232052EB003BC0AA /* BaseTimerLibNullTemplate */ = { + A5716DF1235968A8000CEC60 /* BaseTimerLibNullTemplate */ = { isa = PBXGroup; children = ( - A571C0E2232052EB003BC0AA /* BaseTimerLibNullTemplate.uni */, - A571C0E3232052EB003BC0AA /* BaseTimerLibNullTemplate.inf */, - A571C0E4232052EB003BC0AA /* TimerLibNull.c */, + A5716DF2235968A8000CEC60 /* BaseTimerLibNullTemplate.uni */, + A5716DF3235968A8000CEC60 /* BaseTimerLibNullTemplate.inf */, + A5716DF4235968A8000CEC60 /* TimerLibNull.c */, ); path = BaseTimerLibNullTemplate; sourceTree = ""; }; - A571C0E5232052EB003BC0AA /* BaseS3IoLib */ = { + A5716DF5235968A8000CEC60 /* BaseS3IoLib */ = { isa = PBXGroup; children = ( - A571C0E6232052EB003BC0AA /* BaseS3IoLib.inf */, - A571C0E7232052EB003BC0AA /* BaseS3IoLib.uni */, - A571C0E8232052EB003BC0AA /* S3IoLib.c */, + A5716DF6235968A8000CEC60 /* BaseS3IoLib.inf */, + A5716DF7235968A8000CEC60 /* BaseS3IoLib.uni */, + A5716DF8235968A8000CEC60 /* S3IoLib.c */, ); path = BaseS3IoLib; sourceTree = ""; }; - A571C0E9232052EB003BC0AA /* BaseDebugLibSerialPort */ = { + A5716DF9235968A8000CEC60 /* BaseDebugLibSerialPort */ = { isa = PBXGroup; children = ( - A571C0EA232052EB003BC0AA /* BaseDebugLibSerialPort.uni */, - A571C0EB232052EB003BC0AA /* BaseDebugLibSerialPort.inf */, - A571C0EC232052EB003BC0AA /* DebugLib.c */, + A5716DFA235968A8000CEC60 /* BaseDebugLibSerialPort.uni */, + A5716DFB235968A8000CEC60 /* BaseDebugLibSerialPort.inf */, + A5716DFC235968A8000CEC60 /* DebugLib.c */, ); path = BaseDebugLibSerialPort; sourceTree = ""; }; - A571C0ED232052EB003BC0AA /* BaseMemoryLibSse2 */ = { + A5716DFD235968A8000CEC60 /* 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 */, + A5716DFE235968A8000CEC60 /* SetMem64Wrapper.c */, + A5716DFF235968A8000CEC60 /* ZeroMemWrapper.c */, + A5716E00235968A8000CEC60 /* CopyMemWrapper.c */, + A5716E01235968A8000CEC60 /* ScanMem64Wrapper.c */, + A5716E02235968A8000CEC60 /* X64 */, + A5716E0F235968A8000CEC60 /* BaseMemoryLibSse2.uni */, + A5716E10235968A8000CEC60 /* ScanMem8Wrapper.c */, + A5716E11235968A8000CEC60 /* BaseMemoryLibSse2.inf */, + A5716E12235968A8000CEC60 /* SetMem32Wrapper.c */, + A5716E13235968A8000CEC60 /* Ia32 */, + A5716E20235968A8000CEC60 /* ScanMem32Wrapper.c */, + A5716E21235968A8000CEC60 /* IsZeroBufferWrapper.c */, + A5716E22235968A8000CEC60 /* SetMemWrapper.c */, + A5716E23235968A8000CEC60 /* CompareMemWrapper.c */, + A5716E24235968A8000CEC60 /* SetMem16Wrapper.c */, + A5716E25235968A8000CEC60 /* MemLibGuid.c */, + A5716E26235968A8000CEC60 /* MemLibInternals.h */, + A5716E27235968A8000CEC60 /* ScanMem16Wrapper.c */, ); path = BaseMemoryLibSse2; sourceTree = ""; }; - A571C0F2232052EB003BC0AA /* X64 */ = { + A5716E02235968A8000CEC60 /* 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 */, + A5716E03235968A8000CEC60 /* ZeroMem.nasm */, + A5716E04235968A8000CEC60 /* CompareMem.nasm */, + A5716E05235968A8000CEC60 /* SetMem16.nasm */, + A5716E06235968A8000CEC60 /* ScanMem64.nasm */, + A5716E07235968A8000CEC60 /* ScanMem32.nasm */, + A5716E08235968A8000CEC60 /* SetMem.nasm */, + A5716E09235968A8000CEC60 /* IsZeroBuffer.nasm */, + A5716E0A235968A8000CEC60 /* SetMem64.nasm */, + A5716E0B235968A8000CEC60 /* ScanMem8.nasm */, + A5716E0C235968A8000CEC60 /* SetMem32.nasm */, + A5716E0D235968A8000CEC60 /* ScanMem16.nasm */, + A5716E0E235968A8000CEC60 /* CopyMem.nasm */, ); path = X64; sourceTree = ""; }; - A571C103232052EB003BC0AA /* Ia32 */ = { + A5716E13235968A8000CEC60 /* 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 */, + A5716E14235968A8000CEC60 /* ZeroMem.nasm */, + A5716E15235968A8000CEC60 /* CompareMem.nasm */, + A5716E16235968A8000CEC60 /* SetMem16.nasm */, + A5716E17235968A8000CEC60 /* ScanMem64.nasm */, + A5716E18235968A8000CEC60 /* ScanMem32.nasm */, + A5716E19235968A8000CEC60 /* SetMem.nasm */, + A5716E1A235968A8000CEC60 /* IsZeroBuffer.nasm */, + A5716E1B235968A8000CEC60 /* SetMem64.nasm */, + A5716E1C235968A8000CEC60 /* ScanMem8.nasm */, + A5716E1D235968A8000CEC60 /* SetMem32.nasm */, + A5716E1E235968A8000CEC60 /* ScanMem16.nasm */, + A5716E1F235968A8000CEC60 /* CopyMem.nasm */, ); path = Ia32; sourceTree = ""; }; - A571C118232052EB003BC0AA /* BaseUefiDecompressLib */ = { + A5716E28235968A8000CEC60 /* BaseUefiDecompressLib */ = { isa = PBXGroup; children = ( - A571C119232052EB003BC0AA /* BaseUefiDecompressLib.uni */, - A571C11A232052EB003BC0AA /* BaseUefiDecompressLib.inf */, - A571C11B232052EB003BC0AA /* BaseUefiDecompressLibInternals.h */, - A571C11C232052EB003BC0AA /* BaseUefiTianoCustomDecompressLib.inf */, - A571C11D232052EB003BC0AA /* BaseUefiDecompressLib.c */, - A571C11E232052EB003BC0AA /* BaseUefiTianoCustomDecompressLib.c */, + A5716E29235968A8000CEC60 /* BaseUefiDecompressLib.uni */, + A5716E2A235968A8000CEC60 /* BaseUefiDecompressLib.inf */, + A5716E2B235968A8000CEC60 /* BaseUefiDecompressLibInternals.h */, + A5716E2C235968A8000CEC60 /* BaseUefiTianoCustomDecompressLib.inf */, + A5716E2D235968A8000CEC60 /* BaseUefiDecompressLib.c */, + A5716E2E235968A8000CEC60 /* BaseUefiTianoCustomDecompressLib.c */, ); path = BaseUefiDecompressLib; sourceTree = ""; }; - A571C11F232052EB003BC0AA /* BaseSerialPortLibNull */ = { + A5716E2F235968A8000CEC60 /* BaseSerialPortLibNull */ = { isa = PBXGroup; children = ( - A571C120232052EB003BC0AA /* BaseSerialPortLibNull.uni */, - A571C121232052EB003BC0AA /* BaseSerialPortLibNull.inf */, - A571C122232052EB003BC0AA /* BaseSerialPortLibNull.c */, + A5716E30235968A8000CEC60 /* BaseSerialPortLibNull.uni */, + A5716E31235968A8000CEC60 /* BaseSerialPortLibNull.inf */, + A5716E32235968A8000CEC60 /* BaseSerialPortLibNull.c */, ); path = BaseSerialPortLibNull; sourceTree = ""; }; - A571C123232052EB003BC0AA /* BaseS3BootScriptLibNull */ = { + A5716E33235968A8000CEC60 /* BaseS3BootScriptLibNull */ = { isa = PBXGroup; children = ( - A571C124232052EB003BC0AA /* BaseS3BootScriptLibNull.inf */, - A571C125232052EB003BC0AA /* BootScriptLib.c */, - A571C126232052EB003BC0AA /* BaseS3BootScriptLibNull.uni */, + A5716E34235968A8000CEC60 /* BaseS3BootScriptLibNull.inf */, + A5716E35235968A8000CEC60 /* BootScriptLib.c */, + A5716E36235968A8000CEC60 /* BaseS3BootScriptLibNull.uni */, ); path = BaseS3BootScriptLibNull; sourceTree = ""; }; - A571C127232052EB003BC0AA /* DxePcdLib */ = { + A5716E37235968A8000CEC60 /* DxePcdLib */ = { isa = PBXGroup; children = ( - A571C128232052EB003BC0AA /* DxePcdLib.c */, - A571C129232052EB003BC0AA /* DxePcdLib.uni */, - A571C12A232052EB003BC0AA /* DxePcdLib.inf */, + A5716E38235968A8000CEC60 /* DxePcdLib.c */, + A5716E39235968A8000CEC60 /* DxePcdLib.uni */, + A5716E3A235968A8000CEC60 /* DxePcdLib.inf */, ); path = DxePcdLib; sourceTree = ""; }; - A571C12B232052EB003BC0AA /* SmmPeriodicSmiLib */ = { + A5716E3B235968A8000CEC60 /* SmmPeriodicSmiLib */ = { isa = PBXGroup; children = ( - A571C12C232052EB003BC0AA /* SmmPeriodicSmiLib.inf */, - A571C12D232052EB003BC0AA /* SmmPeriodicSmiLib.uni */, - A571C12E232052EB003BC0AA /* SmmPeriodicSmiLib.c */, + A5716E3C235968A8000CEC60 /* SmmPeriodicSmiLib.inf */, + A5716E3D235968A8000CEC60 /* SmmPeriodicSmiLib.uni */, + A5716E3E235968A8000CEC60 /* SmmPeriodicSmiLib.c */, ); path = SmmPeriodicSmiLib; sourceTree = ""; }; - A571C12F232052EB003BC0AA /* UefiScsiLib */ = { + A5716E3F235968A8000CEC60 /* UefiScsiLib */ = { isa = PBXGroup; children = ( - A571C130232052EB003BC0AA /* UefiScsiLib.c */, - A571C131232052EB003BC0AA /* UefiScsiLib.uni */, - A571C132232052EB003BC0AA /* UefiScsiLib.inf */, + A5716E40235968A8000CEC60 /* UefiScsiLib.c */, + A5716E41235968A8000CEC60 /* UefiScsiLib.uni */, + A5716E42235968A8000CEC60 /* UefiScsiLib.inf */, ); path = UefiScsiLib; sourceTree = ""; }; - A571C133232052EB003BC0AA /* PeiResourcePublicationLib */ = { + A5716E43235968A8000CEC60 /* PeiResourcePublicationLib */ = { isa = PBXGroup; children = ( - A571C134232052EB003BC0AA /* PeiResourcePublicationLib.c */, - A571C135232052EB003BC0AA /* PeiResourcePublicationLib.inf */, - A571C136232052EB003BC0AA /* PeiResourcePublicationLib.uni */, + A5716E44235968A8000CEC60 /* PeiResourcePublicationLib.c */, + A5716E45235968A8000CEC60 /* PeiResourcePublicationLib.inf */, + A5716E46235968A8000CEC60 /* PeiResourcePublicationLib.uni */, ); path = PeiResourcePublicationLib; sourceTree = ""; }; - A571C137232052EB003BC0AA /* DxeHobLib */ = { + A5716E47235968A8000CEC60 /* DxeHobLib */ = { isa = PBXGroup; children = ( - A571C138232052EB003BC0AA /* DxeHobLib.inf */, - A571C139232052EB003BC0AA /* DxeHobLib.uni */, - A571C13A232052EB003BC0AA /* HobLib.c */, + A5716E48235968A8000CEC60 /* DxeHobLib.inf */, + A5716E49235968A8000CEC60 /* DxeHobLib.uni */, + A5716E4A235968A8000CEC60 /* HobLib.c */, ); path = DxeHobLib; sourceTree = ""; }; - A571C13B232052EB003BC0AA /* BaseS3PciSegmentLib */ = { + A5716E4B235968A8000CEC60 /* BaseS3PciSegmentLib */ = { isa = PBXGroup; children = ( - A571C13C232052EB003BC0AA /* S3PciSegmentLib.c */, - A571C13D232052EB003BC0AA /* BaseS3PciSegmentLib.uni */, - A571C13E232052EB003BC0AA /* BaseS3PciSegmentLib.inf */, + A5716E4C235968A8000CEC60 /* S3PciSegmentLib.c */, + A5716E4D235968A8000CEC60 /* BaseS3PciSegmentLib.uni */, + A5716E4E235968A8000CEC60 /* BaseS3PciSegmentLib.inf */, ); path = BaseS3PciSegmentLib; sourceTree = ""; }; - A571C13F232052EB003BC0AA /* BasePciSegmentInfoLibNull */ = { + A5716E4F235968A8000CEC60 /* BasePciSegmentInfoLibNull */ = { isa = PBXGroup; children = ( - A571C140232052EB003BC0AA /* BasePciSegmentInfoLibNull.inf */, - A571C141232052EB003BC0AA /* BasePciSegmentInfoLibNull.uni */, - A571C142232052EB003BC0AA /* PciSegmentInfoLib.c */, + A5716E50235968A8000CEC60 /* BasePciSegmentInfoLibNull.inf */, + A5716E51235968A8000CEC60 /* BasePciSegmentInfoLibNull.uni */, + A5716E52235968A8000CEC60 /* PciSegmentInfoLib.c */, ); path = BasePciSegmentInfoLibNull; sourceTree = ""; }; - A571C143232052EB003BC0AA /* SmmMemoryAllocationLib */ = { + A5716E53235968A8000CEC60 /* SmmMemoryAllocationLib */ = { isa = PBXGroup; children = ( - A571C144232052EB003BC0AA /* MemoryAllocationLib.c */, - A571C145232052EB003BC0AA /* SmmMemoryAllocationLib.uni */, - A571C146232052EB003BC0AA /* SmmMemoryAllocationLib.inf */, + A5716E54235968A8000CEC60 /* MemoryAllocationLib.c */, + A5716E55235968A8000CEC60 /* SmmMemoryAllocationLib.uni */, + A5716E56235968A8000CEC60 /* SmmMemoryAllocationLib.inf */, ); path = SmmMemoryAllocationLib; sourceTree = ""; }; - A571C147232052EB003BC0AA /* BaseExtractGuidedSectionLib */ = { + A5716E57235968A8000CEC60 /* BaseExtractGuidedSectionLib */ = { isa = PBXGroup; children = ( - A571C148232052EB003BC0AA /* BaseExtractGuidedSectionLib.uni */, - A571C149232052EB003BC0AA /* BaseExtractGuidedSectionLib.inf */, - A571C14A232052EB003BC0AA /* BaseExtractGuidedSectionLib.c */, + A5716E58235968A8000CEC60 /* BaseExtractGuidedSectionLib.uni */, + A5716E59235968A8000CEC60 /* BaseExtractGuidedSectionLib.inf */, + A5716E5A235968A8000CEC60 /* BaseExtractGuidedSectionLib.c */, ); path = BaseExtractGuidedSectionLib; sourceTree = ""; }; - A571C14B232052EB003BC0AA /* UefiBootServicesTableLib */ = { + A5716E5B235968A8000CEC60 /* UefiBootServicesTableLib */ = { isa = PBXGroup; children = ( - A571C14C232052EB003BC0AA /* UefiBootServicesTableLib.uni */, - A571C14D232052EB003BC0AA /* UefiBootServicesTableLib.inf */, - A571C14E232052EB003BC0AA /* UefiBootServicesTableLib.c */, + A5716E5C235968A8000CEC60 /* UefiBootServicesTableLib.uni */, + A5716E5D235968A8000CEC60 /* UefiBootServicesTableLib.inf */, + A5716E5E235968A8000CEC60 /* UefiBootServicesTableLib.c */, ); path = UefiBootServicesTableLib; sourceTree = ""; }; - A571C14F232052EB003BC0AA /* UefiDebugLibStdErr */ = { + A5716E5F235968A8000CEC60 /* UefiDebugLibStdErr */ = { isa = PBXGroup; children = ( - A571C150232052EB003BC0AA /* DebugLibConstructor.c */, - A571C151232052EB003BC0AA /* UefiDebugLibStdErr.uni */, - A571C152232052EB003BC0AA /* UefiDebugLibStdErr.inf */, - A571C153232052EB003BC0AA /* DebugLib.c */, + A5716E60235968A8000CEC60 /* DebugLibConstructor.c */, + A5716E61235968A8000CEC60 /* UefiDebugLibStdErr.uni */, + A5716E62235968A8000CEC60 /* UefiDebugLibStdErr.inf */, + A5716E63235968A8000CEC60 /* DebugLib.c */, ); path = UefiDebugLibStdErr; sourceTree = ""; }; - A571C154232052EB003BC0AA /* PeiMemoryAllocationLib */ = { + A5716E64235968A8000CEC60 /* PeiMemoryAllocationLib */ = { isa = PBXGroup; children = ( - A571C155232052EB003BC0AA /* MemoryAllocationLib.c */, - A571C156232052EB003BC0AA /* PeiMemoryAllocationLib.uni */, - A571C157232052EB003BC0AA /* PeiMemoryAllocationLib.inf */, + A5716E65235968A8000CEC60 /* MemoryAllocationLib.c */, + A5716E66235968A8000CEC60 /* PeiMemoryAllocationLib.uni */, + A5716E67235968A8000CEC60 /* PeiMemoryAllocationLib.inf */, ); path = PeiMemoryAllocationLib; sourceTree = ""; }; - A571C158232052EB003BC0AA /* UefiDevicePathLib */ = { + A5716E68235968A8000CEC60 /* 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 */, + A5716E69235968A8000CEC60 /* DevicePathUtilities.c */, + A5716E6A235968A8000CEC60 /* UefiDevicePathLib.c */, + A5716E6B235968A8000CEC60 /* DevicePathFromText.c */, + A5716E6C235968A8000CEC60 /* UefiDevicePathLibOptionalDevicePathProtocol.uni */, + A5716E6D235968A8000CEC60 /* DevicePathToText.c */, + A5716E6E235968A8000CEC60 /* UefiDevicePathLibOptionalDevicePathProtocol.c */, + A5716E6F235968A8000CEC60 /* UefiDevicePathLibOptionalDevicePathProtocol.inf */, + A5716E70235968A8000CEC60 /* UefiDevicePathLib.uni */, + A5716E71235968A8000CEC60 /* UefiDevicePathLib.inf */, + A5716E72235968A8000CEC60 /* UefiDevicePathLib.h */, ); path = UefiDevicePathLib; sourceTree = ""; }; - A571C163232052EB003BC0AA /* PeiHobLib */ = { + A5716E73235968A8000CEC60 /* PeiHobLib */ = { isa = PBXGroup; children = ( - A571C164232052EB003BC0AA /* PeiHobLib.uni */, - A571C165232052EB003BC0AA /* PeiHobLib.inf */, - A571C166232052EB003BC0AA /* HobLib.c */, + A5716E74235968A8000CEC60 /* PeiHobLib.uni */, + A5716E75235968A8000CEC60 /* PeiHobLib.inf */, + A5716E76235968A8000CEC60 /* HobLib.c */, ); path = PeiHobLib; sourceTree = ""; }; - A571C167232052EB003BC0AA /* PeiMemoryLib */ = { + A5716E77235968A8000CEC60 /* 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 */, + A5716E78235968A8000CEC60 /* SetMem64Wrapper.c */, + A5716E79235968A8000CEC60 /* ZeroMemWrapper.c */, + A5716E7A235968A8000CEC60 /* CopyMemWrapper.c */, + A5716E7B235968A8000CEC60 /* ScanMem64Wrapper.c */, + A5716E7C235968A8000CEC60 /* MemLibGeneric.c */, + A5716E7D235968A8000CEC60 /* PeiMemoryLib.inf */, + A5716E7E235968A8000CEC60 /* ScanMem8Wrapper.c */, + A5716E7F235968A8000CEC60 /* PeiMemoryLib.uni */, + A5716E80235968A8000CEC60 /* SetMem32Wrapper.c */, + A5716E81235968A8000CEC60 /* ScanMem32Wrapper.c */, + A5716E82235968A8000CEC60 /* IsZeroBufferWrapper.c */, + A5716E83235968A8000CEC60 /* SetMemWrapper.c */, + A5716E84235968A8000CEC60 /* MemLib.c */, + A5716E85235968A8000CEC60 /* CompareMemWrapper.c */, + A5716E86235968A8000CEC60 /* SetMem16Wrapper.c */, + A5716E87235968A8000CEC60 /* MemLibGuid.c */, + A5716E88235968A8000CEC60 /* MemLibInternals.h */, + A5716E89235968A8000CEC60 /* ScanMem16Wrapper.c */, ); path = PeiMemoryLib; sourceTree = ""; }; - A571C17A232052EB003BC0AA /* BaseIoLibIntrinsic */ = { + A5716E8A235968A8000CEC60 /* 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 */, + A5716E8B235968A8000CEC60 /* BaseIoLibIntrinsic.inf */, + A5716E8C235968A8000CEC60 /* IoLibEbc.c */, + A5716E8D235968A8000CEC60 /* BaseIoLibIntrinsic.uni */, + A5716E8E235968A8000CEC60 /* IoLibGcc.c */, + A5716E8F235968A8000CEC60 /* BaseIoLibIntrinsicSev.inf */, + A5716E90235968A8000CEC60 /* BaseIoLibIntrinsicInternal.h */, + A5716E91235968A8000CEC60 /* IoLibMmioBuffer.c */, + A5716E92235968A8000CEC60 /* X64 */, + A5716E95235968A8000CEC60 /* IoLib.c */, + A5716E96235968A8000CEC60 /* IoHighLevel.c */, + A5716E97235968A8000CEC60 /* IoLibMsc.c */, + A5716E98235968A8000CEC60 /* Ia32 */, + A5716E9B235968A8000CEC60 /* IoLibArm.c */, + A5716E9C235968A8000CEC60 /* Arm */, + A5716E9F235968A8000CEC60 /* BaseIoLibIntrinsicArmVirt.inf */, + A5716EA0235968A8000CEC60 /* AArch64 */, + A5716EA3235968A8000CEC60 /* IoLibArmVirt.c */, + A5716EA4235968A8000CEC60 /* BaseIoLibIntrinsicArmVirt.uni */, ); path = BaseIoLibIntrinsic; sourceTree = ""; }; - A571C182232052EB003BC0AA /* X64 */ = { + A5716E92235968A8000CEC60 /* X64 */ = { isa = PBXGroup; children = ( - A571C183232052EB003BC0AA /* IoFifo.nasm */, - A571C184232052EB003BC0AA /* IoFifoSev.nasm */, + A5716E93235968A8000CEC60 /* IoFifo.nasm */, + A5716E94235968A8000CEC60 /* IoFifoSev.nasm */, ); path = X64; sourceTree = ""; }; - A571C188232052EB003BC0AA /* Ia32 */ = { + A5716E98235968A8000CEC60 /* Ia32 */ = { isa = PBXGroup; children = ( - A571C189232052EB003BC0AA /* IoFifo.nasm */, - A571C18A232052EB003BC0AA /* IoFifoSev.nasm */, + A5716E99235968A8000CEC60 /* IoFifo.nasm */, + A5716E9A235968A8000CEC60 /* IoFifoSev.nasm */, ); path = Ia32; sourceTree = ""; }; - A571C18C232052EB003BC0AA /* Arm */ = { + A5716E9C235968A8000CEC60 /* Arm */ = { isa = PBXGroup; children = ( - A571C18D232052EB003BC0AA /* ArmVirtMmio.S */, - A571C18E232052EB003BC0AA /* ArmVirtMmio.asm */, + A5716E9D235968A8000CEC60 /* ArmVirtMmio.S */, + A5716E9E235968A8000CEC60 /* ArmVirtMmio.asm */, ); path = Arm; sourceTree = ""; }; - A571C190232052EB003BC0AA /* AArch64 */ = { + A5716EA0235968A8000CEC60 /* AArch64 */ = { isa = PBXGroup; children = ( - A571C191232052EB003BC0AA /* ArmVirtMmio.S */, - A571C192232052EB003BC0AA /* ArmVirtMmio.asm */, + A5716EA1235968A8000CEC60 /* ArmVirtMmio.S */, + A5716EA2235968A8000CEC60 /* ArmVirtMmio.asm */, ); path = AArch64; sourceTree = ""; }; - A571C195232052EB003BC0AA /* PeiPciSegmentLibPciCfg2 */ = { + A5716EA5235968A8000CEC60 /* PeiPciSegmentLibPciCfg2 */ = { isa = PBXGroup; children = ( - A571C196232052EB003BC0AA /* PeiPciSegmentLibPciCfg2.inf */, - A571C197232052EB003BC0AA /* PeiPciSegmentLibPciCfg2.uni */, - A571C198232052EB003BC0AA /* PciSegmentLib.c */, + A5716EA6235968A8000CEC60 /* PeiPciSegmentLibPciCfg2.inf */, + A5716EA7235968A8000CEC60 /* PeiPciSegmentLibPciCfg2.uni */, + A5716EA8235968A8000CEC60 /* PciSegmentLib.c */, ); path = PeiPciSegmentLibPciCfg2; sourceTree = ""; }; - A571C199232052EB003BC0AA /* BasePeCoffGetEntryPointLib */ = { + A5716EA9235968A8000CEC60 /* BasePeCoffGetEntryPointLib */ = { isa = PBXGroup; children = ( - A571C19A232052EB003BC0AA /* BasePeCoffGetEntryPointLib.uni */, - A571C19B232052EB003BC0AA /* BasePeCoffGetEntryPointLib.inf */, - A571C19C232052EB003BC0AA /* PeCoffGetEntryPoint.c */, + A5716EAA235968A8000CEC60 /* BasePeCoffGetEntryPointLib.uni */, + A5716EAB235968A8000CEC60 /* BasePeCoffGetEntryPointLib.inf */, + A5716EAC235968A8000CEC60 /* PeCoffGetEntryPoint.c */, ); path = BasePeCoffGetEntryPointLib; sourceTree = ""; }; - A571C19D232052EB003BC0AA /* UefiDevicePathLibDevicePathProtocol */ = { + A5716EAD235968A8000CEC60 /* UefiDevicePathLibDevicePathProtocol */ = { isa = PBXGroup; children = ( - A571C19E232052EB003BC0AA /* UefiDevicePathLibDevicePathProtocol.inf */, - A571C19F232052EB003BC0AA /* UefiDevicePathLibDevicePathProtocol.uni */, - A571C1A0232052EB003BC0AA /* UefiDevicePathLib.c */, + A5716EAE235968A8000CEC60 /* UefiDevicePathLibDevicePathProtocol.inf */, + A5716EAF235968A8000CEC60 /* UefiDevicePathLibDevicePathProtocol.uni */, + A5716EB0235968A8000CEC60 /* UefiDevicePathLib.c */, ); path = UefiDevicePathLibDevicePathProtocol; sourceTree = ""; }; - A571C1A1232052EB003BC0AA /* SmmIoLib */ = { + A5716EB1235968A8000CEC60 /* SmmIoLib */ = { isa = PBXGroup; children = ( - A571C1A2232052EB003BC0AA /* SmmIoLib.c */, - A571C1A3232052EB003BC0AA /* SmmIoLib.uni */, - A571C1A4232052EB003BC0AA /* SmmIoLib.inf */, + A5716EB2235968A8000CEC60 /* SmmIoLib.c */, + A5716EB3235968A8000CEC60 /* SmmIoLib.uni */, + A5716EB4235968A8000CEC60 /* SmmIoLib.inf */, ); path = SmmIoLib; sourceTree = ""; }; - A571C1A5232052EB003BC0AA /* DxeCoreHobLib */ = { + A5716EB5235968A8000CEC60 /* DxeCoreHobLib */ = { isa = PBXGroup; children = ( - A571C1A6232052EB003BC0AA /* HobLib.c */, - A571C1A7232052EB003BC0AA /* DxeCoreHobLib.inf */, - A571C1A8232052EB003BC0AA /* DxeCoreHobLib.uni */, + A5716EB6235968A8000CEC60 /* HobLib.c */, + A5716EB7235968A8000CEC60 /* DxeCoreHobLib.inf */, + A5716EB8235968A8000CEC60 /* DxeCoreHobLib.uni */, ); path = DxeCoreHobLib; sourceTree = ""; }; - A571C1A9232052EB003BC0AA /* UefiRuntimeServicesTableLib */ = { + A5716EB9235968A8000CEC60 /* UefiRuntimeServicesTableLib */ = { isa = PBXGroup; children = ( - A571C1AA232052EB003BC0AA /* UefiRuntimeServicesTableLib.uni */, - A571C1AB232052EB003BC0AA /* UefiRuntimeServicesTableLib.inf */, - A571C1AC232052EB003BC0AA /* UefiRuntimeServicesTableLib.c */, + A5716EBA235968A8000CEC60 /* UefiRuntimeServicesTableLib.uni */, + A5716EBB235968A8000CEC60 /* UefiRuntimeServicesTableLib.inf */, + A5716EBC235968A8000CEC60 /* UefiRuntimeServicesTableLib.c */, ); path = UefiRuntimeServicesTableLib; sourceTree = ""; }; - A571C1AD232052EB003BC0AA /* PeiPcdLib */ = { + A5716EBD235968A8000CEC60 /* PeiPcdLib */ = { isa = PBXGroup; children = ( - A571C1AE232052EB003BC0AA /* PeiPcdLib.c */, - A571C1AF232052EB003BC0AA /* PeiPcdLib.inf */, - A571C1B0232052EB003BC0AA /* PeiPcdLib.uni */, + A5716EBE235968A8000CEC60 /* PeiPcdLib.c */, + A5716EBF235968A8000CEC60 /* PeiPcdLib.inf */, + A5716EC0235968A8000CEC60 /* PeiPcdLib.uni */, ); path = PeiPcdLib; sourceTree = ""; }; - A571C1B1232052EB003BC0AA /* SmmMemLib */ = { + A5716EC1235968A8000CEC60 /* SmmMemLib */ = { isa = PBXGroup; children = ( - A571C1B2232052EB003BC0AA /* SmmMemLib.uni */, - A571C1B3232052EB003BC0AA /* SmmMemLib.c */, - A571C1B4232052EB003BC0AA /* SmmMemLib.inf */, + A5716EC2235968A8000CEC60 /* SmmMemLib.uni */, + A5716EC3235968A8000CEC60 /* SmmMemLib.c */, + A5716EC4235968A8000CEC60 /* SmmMemLib.inf */, ); path = SmmMemLib; sourceTree = ""; }; - A571C1B5232052EB003BC0AA /* UefiFileHandleLib */ = { + A5716EC5235968A8000CEC60 /* UefiFileHandleLib */ = { isa = PBXGroup; children = ( - A571C1B6232052EB003BC0AA /* UefiFileHandleLib.inf */, - A571C1B7232052EB003BC0AA /* UefiFileHandleLib.uni */, - A571C1B8232052EB003BC0AA /* UefiFileHandleLib.c */, + A5716EC6235968A8000CEC60 /* UefiFileHandleLib.inf */, + A5716EC7235968A8000CEC60 /* UefiFileHandleLib.uni */, + A5716EC8235968A8000CEC60 /* UefiFileHandleLib.c */, ); path = UefiFileHandleLib; sourceTree = ""; }; - A571C1B9232052EB003BC0AA /* DxeRuntimeDebugLibSerialPort */ = { + A5716EC9235968A8000CEC60 /* DxeRuntimeDebugLibSerialPort */ = { isa = PBXGroup; children = ( - A571C1BA232052EB003BC0AA /* DebugLib.c */, - A571C1BB232052EB003BC0AA /* DxeRuntimeDebugLibSerialPort.inf */, - A571C1BC232052EB003BC0AA /* DxeRuntimeDebugLibSerialPort.uni */, + A5716ECA235968A8000CEC60 /* DebugLib.c */, + A5716ECB235968A8000CEC60 /* DxeRuntimeDebugLibSerialPort.inf */, + A5716ECC235968A8000CEC60 /* DxeRuntimeDebugLibSerialPort.uni */, ); path = DxeRuntimeDebugLibSerialPort; sourceTree = ""; }; - A571C1BD232052EB003BC0AA /* BaseMemoryLibMmx */ = { + A5716ECD235968A8000CEC60 /* 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 */, + A5716ECE235968A8000CEC60 /* SetMem64Wrapper.c */, + A5716ECF235968A8000CEC60 /* ZeroMemWrapper.c */, + A5716ED0235968A8000CEC60 /* CopyMemWrapper.c */, + A5716ED1235968A8000CEC60 /* ScanMem64Wrapper.c */, + A5716ED2235968A8000CEC60 /* X64 */, + A5716EDF235968A8000CEC60 /* ScanMem8Wrapper.c */, + A5716EE0235968A8000CEC60 /* SetMem32Wrapper.c */, + A5716EE1235968A8000CEC60 /* Ia32 */, + A5716EEE235968A8000CEC60 /* ScanMem32Wrapper.c */, + A5716EEF235968A8000CEC60 /* IsZeroBufferWrapper.c */, + A5716EF0235968A8000CEC60 /* SetMemWrapper.c */, + A5716EF1235968A8000CEC60 /* CompareMemWrapper.c */, + A5716EF2235968A8000CEC60 /* SetMem16Wrapper.c */, + A5716EF3235968A8000CEC60 /* MemLibGuid.c */, + A5716EF4235968A8000CEC60 /* BaseMemoryLibMmx.inf */, + A5716EF5235968A8000CEC60 /* MemLibInternals.h */, + A5716EF6235968A8000CEC60 /* ScanMem16Wrapper.c */, + A5716EF7235968A8000CEC60 /* BaseMemoryLibMmx.uni */, ); path = BaseMemoryLibMmx; sourceTree = ""; }; - A571C1C2232052EB003BC0AA /* X64 */ = { + A5716ED2235968A8000CEC60 /* 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 */, + A5716ED3235968A8000CEC60 /* ZeroMem.nasm */, + A5716ED4235968A8000CEC60 /* CompareMem.nasm */, + A5716ED5235968A8000CEC60 /* SetMem16.nasm */, + A5716ED6235968A8000CEC60 /* ScanMem64.nasm */, + A5716ED7235968A8000CEC60 /* ScanMem32.nasm */, + A5716ED8235968A8000CEC60 /* SetMem.nasm */, + A5716ED9235968A8000CEC60 /* IsZeroBuffer.nasm */, + A5716EDA235968A8000CEC60 /* SetMem64.nasm */, + A5716EDB235968A8000CEC60 /* ScanMem8.nasm */, + A5716EDC235968A8000CEC60 /* SetMem32.nasm */, + A5716EDD235968A8000CEC60 /* ScanMem16.nasm */, + A5716EDE235968A8000CEC60 /* CopyMem.nasm */, ); path = X64; sourceTree = ""; }; - A571C1D1232052EB003BC0AA /* Ia32 */ = { + A5716EE1235968A8000CEC60 /* 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 */, + A5716EE2235968A8000CEC60 /* ZeroMem.nasm */, + A5716EE3235968A8000CEC60 /* CompareMem.nasm */, + A5716EE4235968A8000CEC60 /* SetMem16.nasm */, + A5716EE5235968A8000CEC60 /* ScanMem64.nasm */, + A5716EE6235968A8000CEC60 /* ScanMem32.nasm */, + A5716EE7235968A8000CEC60 /* SetMem.nasm */, + A5716EE8235968A8000CEC60 /* IsZeroBuffer.nasm */, + A5716EE9235968A8000CEC60 /* SetMem64.nasm */, + A5716EEA235968A8000CEC60 /* ScanMem8.nasm */, + A5716EEB235968A8000CEC60 /* SetMem32.nasm */, + A5716EEC235968A8000CEC60 /* ScanMem16.nasm */, + A5716EED235968A8000CEC60 /* CopyMem.nasm */, ); path = Ia32; sourceTree = ""; }; - A571C1E8232052EB003BC0AA /* BaseOrderedCollectionRedBlackTreeLib */ = { + A5716EF8235968A8000CEC60 /* BaseOrderedCollectionRedBlackTreeLib */ = { isa = PBXGroup; children = ( - A571C1E9232052EB003BC0AA /* BaseOrderedCollectionRedBlackTreeLib.inf */, - A571C1EA232052EB003BC0AA /* BaseOrderedCollectionRedBlackTreeLib.uni */, - A571C1EB232052EB003BC0AA /* BaseOrderedCollectionRedBlackTreeLib.c */, + A5716EF9235968A8000CEC60 /* BaseOrderedCollectionRedBlackTreeLib.inf */, + A5716EFA235968A8000CEC60 /* BaseOrderedCollectionRedBlackTreeLib.uni */, + A5716EFB235968A8000CEC60 /* BaseOrderedCollectionRedBlackTreeLib.c */, ); path = BaseOrderedCollectionRedBlackTreeLib; sourceTree = ""; }; - A571C1EC232052EB003BC0AA /* UefiMemoryAllocationLib */ = { + A5716EFC235968A8000CEC60 /* UefiMemoryAllocationLib */ = { isa = PBXGroup; children = ( - A571C1ED232052EB003BC0AA /* UefiMemoryAllocationLib.inf */, - A571C1EE232052EB003BC0AA /* MemoryAllocationLib.c */, - A571C1EF232052EB003BC0AA /* UefiMemoryAllocationLib.uni */, + A5716EFD235968A8000CEC60 /* UefiMemoryAllocationLib.inf */, + A5716EFE235968A8000CEC60 /* MemoryAllocationLib.c */, + A5716EFF235968A8000CEC60 /* UefiMemoryAllocationLib.uni */, ); path = UefiMemoryAllocationLib; sourceTree = ""; }; - A571C1F0232052EB003BC0AA /* UefiRuntimeLib */ = { + A5716F00235968A8000CEC60 /* UefiRuntimeLib */ = { isa = PBXGroup; children = ( - A571C1F1232052EB003BC0AA /* UefiRuntimeLib.uni */, - A571C1F2232052EB003BC0AA /* UefiRuntimeLib.inf */, - A571C1F3232052EB003BC0AA /* RuntimeLib.c */, + A5716F01235968A8000CEC60 /* UefiRuntimeLib.uni */, + A5716F02235968A8000CEC60 /* UefiRuntimeLib.inf */, + A5716F03235968A8000CEC60 /* RuntimeLib.c */, ); path = UefiRuntimeLib; sourceTree = ""; }; - A571C1F4232052EB003BC0AA /* UefiDebugLibConOut */ = { + A5716F04235968A8000CEC60 /* UefiDebugLibConOut */ = { isa = PBXGroup; children = ( - A571C1F5232052EB003BC0AA /* UefiDebugLibConOut.inf */, - A571C1F6232052EB003BC0AA /* UefiDebugLibConOut.uni */, - A571C1F7232052EB003BC0AA /* DebugLibConstructor.c */, - A571C1F8232052EB003BC0AA /* DebugLib.c */, + A5716F05235968A8000CEC60 /* UefiDebugLibConOut.inf */, + A5716F06235968A8000CEC60 /* UefiDebugLibConOut.uni */, + A5716F07235968A8000CEC60 /* DebugLibConstructor.c */, + A5716F08235968A8000CEC60 /* DebugLib.c */, ); path = UefiDebugLibConOut; sourceTree = ""; }; - A571C1F9232052EB003BC0AA /* BasePciLibPciExpress */ = { + A5716F09235968A8000CEC60 /* BasePciLibPciExpress */ = { isa = PBXGroup; children = ( - A571C1FA232052EB003BC0AA /* BasePciLibPciExpress.uni */, - A571C1FB232052EB003BC0AA /* BasePciLibPciExpress.inf */, - A571C1FC232052EB003BC0AA /* PciLib.c */, + A5716F0A235968A8000CEC60 /* BasePciLibPciExpress.uni */, + A5716F0B235968A8000CEC60 /* BasePciLibPciExpress.inf */, + A5716F0C235968A8000CEC60 /* PciLib.c */, ); path = BasePciLibPciExpress; sourceTree = ""; }; - A571C1FD232052EB003BC0AA /* UefiLib */ = { + A5716F0D235968A8000CEC60 /* 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 */, + A5716F0E235968A8000CEC60 /* UefiLibPrint.c */, + A5716F0F235968A8000CEC60 /* UefiLib.uni */, + A5716F10235968A8000CEC60 /* UefiLib.inf */, + A5716F11235968A8000CEC60 /* UefiDriverModel.c */, + A5716F12235968A8000CEC60 /* UefiNotTiano.c */, + A5716F13235968A8000CEC60 /* Console.c */, + A5716F14235968A8000CEC60 /* UefiLib.c */, + A5716F15235968A8000CEC60 /* UefiLibInternal.h */, + A5716F16235968A8000CEC60 /* Acpi.c */, ); path = UefiLib; sourceTree = ""; }; - A571C207232052EB003BC0AA /* DxeHstiLib */ = { + A5716F17235968A8000CEC60 /* DxeHstiLib */ = { isa = PBXGroup; children = ( - A571C208232052EB003BC0AA /* DxeHstiLib.uni */, - A571C209232052EB003BC0AA /* HstiDxe.c */, - A571C20A232052EB003BC0AA /* DxeHstiLib.inf */, - A571C20B232052EB003BC0AA /* HstiAip.c */, - A571C20C232052EB003BC0AA /* HstiDxe.h */, + A5716F18235968A8000CEC60 /* DxeHstiLib.uni */, + A5716F19235968A8000CEC60 /* HstiDxe.c */, + A5716F1A235968A8000CEC60 /* DxeHstiLib.inf */, + A5716F1B235968A8000CEC60 /* HstiAip.c */, + A5716F1C235968A8000CEC60 /* HstiDxe.h */, ); path = DxeHstiLib; sourceTree = ""; }; - A571C20D232052EB003BC0AA /* BasePostCodeLibDebug */ = { + A5716F1D235968A8000CEC60 /* BasePostCodeLibDebug */ = { isa = PBXGroup; children = ( - A571C20E232052EB003BC0AA /* PostCode.c */, - A571C20F232052EB003BC0AA /* BasePostCodeLibDebug.uni */, - A571C210232052EB003BC0AA /* BasePostCodeLibDebug.inf */, + A5716F1E235968A8000CEC60 /* PostCode.c */, + A5716F1F235968A8000CEC60 /* BasePostCodeLibDebug.uni */, + A5716F20235968A8000CEC60 /* BasePostCodeLibDebug.inf */, ); path = BasePostCodeLibDebug; sourceTree = ""; }; - A571C211232052EB003BC0AA /* BaseS3StallLib */ = { + A5716F21235968A8000CEC60 /* BaseS3StallLib */ = { isa = PBXGroup; children = ( - A571C212232052EB003BC0AA /* BaseS3StallLib.inf */, - A571C213232052EB003BC0AA /* BaseS3StallLib.uni */, - A571C214232052EB003BC0AA /* S3StallLib.c */, + A5716F22235968A8000CEC60 /* BaseS3StallLib.inf */, + A5716F23235968A8000CEC60 /* BaseS3StallLib.uni */, + A5716F24235968A8000CEC60 /* S3StallLib.c */, ); path = BaseS3StallLib; sourceTree = ""; }; - A571C215232052EB003BC0AA /* BaseMemoryLibOptPei */ = { + A5716F25235968A8000CEC60 /* 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 */, + A5716F26235968A8000CEC60 /* SetMem64Wrapper.c */, + A5716F27235968A8000CEC60 /* ZeroMemWrapper.c */, + A5716F28235968A8000CEC60 /* BaseMemoryLibOptPei.uni */, + A5716F29235968A8000CEC60 /* CopyMemWrapper.c */, + A5716F2A235968A8000CEC60 /* ScanMem64Wrapper.c */, + A5716F2B235968A8000CEC60 /* BaseMemoryLibOptPei.inf */, + A5716F2C235968A8000CEC60 /* X64 */, + A5716F39235968A8000CEC60 /* ScanMem8Wrapper.c */, + A5716F3A235968A8000CEC60 /* SetMem32Wrapper.c */, + A5716F3B235968A8000CEC60 /* Ia32 */, + A5716F48235968A8000CEC60 /* ScanMem32Wrapper.c */, + A5716F49235968A8000CEC60 /* IsZeroBufferWrapper.c */, + A5716F4A235968A8000CEC60 /* SetMemWrapper.c */, + A5716F4B235968A8000CEC60 /* CompareMemWrapper.c */, + A5716F4C235968A8000CEC60 /* SetMem16Wrapper.c */, + A5716F4D235968A8000CEC60 /* MemLibGuid.c */, + A5716F4E235968A8000CEC60 /* MemLibInternals.h */, + A5716F4F235968A8000CEC60 /* ScanMem16Wrapper.c */, ); path = BaseMemoryLibOptPei; sourceTree = ""; }; - A571C21C232052EB003BC0AA /* X64 */ = { + A5716F2C235968A8000CEC60 /* 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 */, + A5716F2D235968A8000CEC60 /* ZeroMem.nasm */, + A5716F2E235968A8000CEC60 /* CompareMem.nasm */, + A5716F2F235968A8000CEC60 /* SetMem16.nasm */, + A5716F30235968A8000CEC60 /* ScanMem64.nasm */, + A5716F31235968A8000CEC60 /* ScanMem32.nasm */, + A5716F32235968A8000CEC60 /* SetMem.nasm */, + A5716F33235968A8000CEC60 /* IsZeroBuffer.nasm */, + A5716F34235968A8000CEC60 /* SetMem64.nasm */, + A5716F35235968A8000CEC60 /* ScanMem8.nasm */, + A5716F36235968A8000CEC60 /* SetMem32.nasm */, + A5716F37235968A8000CEC60 /* ScanMem16.nasm */, + A5716F38235968A8000CEC60 /* CopyMem.nasm */, ); path = X64; sourceTree = ""; }; - A571C22B232052EB003BC0AA /* Ia32 */ = { + A5716F3B235968A8000CEC60 /* 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 */, + A5716F3C235968A8000CEC60 /* ZeroMem.nasm */, + A5716F3D235968A8000CEC60 /* CompareMem.nasm */, + A5716F3E235968A8000CEC60 /* SetMem16.nasm */, + A5716F3F235968A8000CEC60 /* ScanMem64.nasm */, + A5716F40235968A8000CEC60 /* ScanMem32.nasm */, + A5716F41235968A8000CEC60 /* SetMem.nasm */, + A5716F42235968A8000CEC60 /* IsZeroBuffer.nasm */, + A5716F43235968A8000CEC60 /* SetMem64.nasm */, + A5716F44235968A8000CEC60 /* ScanMem8.nasm */, + A5716F45235968A8000CEC60 /* SetMem32.nasm */, + A5716F46235968A8000CEC60 /* ScanMem16.nasm */, + A5716F47235968A8000CEC60 /* CopyMem.nasm */, ); path = Ia32; sourceTree = ""; }; - A571C240232052EC003BC0AA /* UefiPciLibPciRootBridgeIo */ = { + A5716F50235968A8000CEC60 /* UefiPciLibPciRootBridgeIo */ = { isa = PBXGroup; children = ( - A571C241232052EC003BC0AA /* UefiPciLibPciRootBridgeIo.uni */, - A571C242232052EC003BC0AA /* UefiPciLibPciRootBridgeIo.inf */, - A571C243232052EC003BC0AA /* PciLib.c */, + A5716F51235968A8000CEC60 /* UefiPciLibPciRootBridgeIo.uni */, + A5716F52235968A8000CEC60 /* UefiPciLibPciRootBridgeIo.inf */, + A5716F53235968A8000CEC60 /* PciLib.c */, ); path = UefiPciLibPciRootBridgeIo; sourceTree = ""; }; - A571C244232052EC003BC0AA /* PeimEntryPoint */ = { + A5716F54235968A8000CEC60 /* PeimEntryPoint */ = { isa = PBXGroup; children = ( - A571C245232052EC003BC0AA /* PeimEntryPoint.c */, - A571C246232052EC003BC0AA /* PeimEntryPoint.uni */, - A571C247232052EC003BC0AA /* PeimEntryPoint.inf */, + A5716F55235968A8000CEC60 /* PeimEntryPoint.c */, + A5716F56235968A8000CEC60 /* PeimEntryPoint.uni */, + A5716F57235968A8000CEC60 /* PeimEntryPoint.inf */, ); path = PeimEntryPoint; sourceTree = ""; }; - A571C248232052EC003BC0AA /* SmiHandlerProfileLibNull */ = { + A5716F58235968A8000CEC60 /* SmiHandlerProfileLibNull */ = { isa = PBXGroup; children = ( - A571C249232052EC003BC0AA /* SmiHandlerProfileLibNull.c */, - A571C24A232052EC003BC0AA /* SmiHandlerProfileLibNull.inf */, - A571C24B232052EC003BC0AA /* SmiHandlerProfileLibNull.uni */, + A5716F59235968A8000CEC60 /* SmiHandlerProfileLibNull.c */, + A5716F5A235968A8000CEC60 /* SmiHandlerProfileLibNull.inf */, + A5716F5B235968A8000CEC60 /* SmiHandlerProfileLibNull.uni */, ); path = SmiHandlerProfileLibNull; sourceTree = ""; }; - A571C24C232052EC003BC0AA /* BaseS3PciLib */ = { + A5716F5C235968A8000CEC60 /* BaseS3PciLib */ = { isa = PBXGroup; children = ( - A571C24D232052EC003BC0AA /* S3PciLib.c */, - A571C24E232052EC003BC0AA /* BaseS3PciLib.uni */, - A571C24F232052EC003BC0AA /* BaseS3PciLib.inf */, + A5716F5D235968A8000CEC60 /* S3PciLib.c */, + A5716F5E235968A8000CEC60 /* BaseS3PciLib.uni */, + A5716F5F235968A8000CEC60 /* BaseS3PciLib.inf */, ); path = BaseS3PciLib; sourceTree = ""; }; - A571C250232052EC003BC0AA /* BasePrintLib */ = { + A5716F60235968A8000CEC60 /* BasePrintLib */ = { isa = PBXGroup; children = ( - A571C251232052EC003BC0AA /* PrintLibInternal.h */, - A571C252232052EC003BC0AA /* PrintLib.c */, - A571C253232052EC003BC0AA /* BasePrintLib.inf */, - A571C254232052EC003BC0AA /* BasePrintLib.uni */, - A571C255232052EC003BC0AA /* PrintLibInternal.c */, + A5716F61235968A8000CEC60 /* PrintLibInternal.h */, + A5716F62235968A8000CEC60 /* PrintLib.c */, + A5716F63235968A8000CEC60 /* BasePrintLib.inf */, + A5716F64235968A8000CEC60 /* BasePrintLib.uni */, + A5716F65235968A8000CEC60 /* PrintLibInternal.c */, ); path = BasePrintLib; sourceTree = ""; }; - A571C256232052EC003BC0AA /* PeiIoLibCpuIo */ = { + A5716F66235968A8000CEC60 /* PeiIoLibCpuIo */ = { isa = PBXGroup; children = ( - A571C257232052EC003BC0AA /* IoLibMmioBuffer.c */, - A571C258232052EC003BC0AA /* IoLib.c */, - A571C259232052EC003BC0AA /* IoHighLevel.c */, - A571C25A232052EC003BC0AA /* PeiIoLibCpuIo.uni */, - A571C25B232052EC003BC0AA /* PeiIoLibCpuIo.inf */, + A5716F67235968A8000CEC60 /* IoLibMmioBuffer.c */, + A5716F68235968A8000CEC60 /* IoLib.c */, + A5716F69235968A8000CEC60 /* IoHighLevel.c */, + A5716F6A235968A8000CEC60 /* PeiIoLibCpuIo.uni */, + A5716F6B235968A8000CEC60 /* PeiIoLibCpuIo.inf */, ); path = PeiIoLibCpuIo; sourceTree = ""; }; - A571C25C232052EC003BC0AA /* BaseReportStatusCodeLibNull */ = { + A5716F6C235968A8000CEC60 /* BaseReportStatusCodeLibNull */ = { isa = PBXGroup; children = ( - A571C25D232052EC003BC0AA /* BaseReportStatusCodeLib.c */, - A571C25E232052EC003BC0AA /* BaseReportStatusCodeLibNull.uni */, - A571C25F232052EC003BC0AA /* BaseReportStatusCodeLibNull.inf */, + A5716F6D235968A9000CEC60 /* BaseReportStatusCodeLib.c */, + A5716F6E235968A9000CEC60 /* BaseReportStatusCodeLibNull.uni */, + A5716F6F235968A9000CEC60 /* BaseReportStatusCodeLibNull.inf */, ); path = BaseReportStatusCodeLibNull; sourceTree = ""; }; - A571C260232052EC003BC0AA /* DxeServicesTableLib */ = { + A5716F70235968A9000CEC60 /* DxeServicesTableLib */ = { isa = PBXGroup; children = ( - A571C261232052EC003BC0AA /* DxeServicesTableLib.c */, - A571C262232052EC003BC0AA /* DxeServicesTableLib.inf */, - A571C263232052EC003BC0AA /* DxeServicesTableLib.uni */, + A5716F71235968A9000CEC60 /* DxeServicesTableLib.c */, + A5716F72235968A9000CEC60 /* DxeServicesTableLib.inf */, + A5716F73235968A9000CEC60 /* DxeServicesTableLib.uni */, ); path = DxeServicesTableLib; sourceTree = ""; }; - A571C264232052EC003BC0AA /* BasePeCoffExtraActionLibNull */ = { + A5716F74235968A9000CEC60 /* BasePeCoffExtraActionLibNull */ = { isa = PBXGroup; children = ( - A571C265232052EC003BC0AA /* BasePeCoffExtraActionLibNull.inf */, - A571C266232052EC003BC0AA /* PeCoffExtraActionLibNull.uni */, - A571C267232052EC003BC0AA /* PeCoffExtraActionLib.c */, + A5716F75235968A9000CEC60 /* BasePeCoffExtraActionLibNull.inf */, + A5716F76235968A9000CEC60 /* PeCoffExtraActionLibNull.uni */, + A5716F77235968A9000CEC60 /* PeCoffExtraActionLib.c */, ); path = BasePeCoffExtraActionLibNull; sourceTree = ""; }; - A571C268232052EC003BC0AA /* UefiUsbLib */ = { + A5716F78235968A9000CEC60 /* UefiUsbLib */ = { isa = PBXGroup; children = ( - A571C269232052EC003BC0AA /* UsbDxeLib.c */, - A571C26A232052EC003BC0AA /* UefiUsbLib.inf */, - A571C26B232052EC003BC0AA /* UefiUsbLib.uni */, - A571C26C232052EC003BC0AA /* Hid.c */, - A571C26D232052EC003BC0AA /* UefiUsbLibInternal.h */, + A5716F79235968A9000CEC60 /* UsbDxeLib.c */, + A5716F7A235968A9000CEC60 /* UefiUsbLib.inf */, + A5716F7B235968A9000CEC60 /* UefiUsbLib.uni */, + A5716F7C235968A9000CEC60 /* Hid.c */, + A5716F7D235968A9000CEC60 /* UefiUsbLibInternal.h */, ); path = UefiUsbLib; sourceTree = ""; }; - A571C272232052F8003BC0AA /* PcAtChipsetPkg */ = { + A5716F84235968CC000CEC60 /* 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 */, + A5716F85235968CC000CEC60 /* PcAtChipsetPkg.dec */, + A5716F86235968CC000CEC60 /* PcAtChipsetPkg.uni */, + A5716F87235968CC000CEC60 /* IsaAcpiDxe */, + A5716F90235968CC000CEC60 /* HpetTimerDxe */, + A5716F95235968CC000CEC60 /* PcAtChipsetPkg.dsc */, + A5716F96235968CC000CEC60 /* Include */, + A5716F9E235968CC000CEC60 /* Bus */, + A5716FA7235968CC000CEC60 /* Library */, + A5716FBF235968CC000CEC60 /* 8259InterruptControllerDxe */, + A5716FC5235968CC000CEC60 /* PcAtChipsetPkgExtra.uni */, + A5716FC6235968CC000CEC60 /* 8254TimerDxe */, + A5716FCC235968CC000CEC60 /* PcatRealTimeClockRuntimeDxe */, ); name = PcAtChipsetPkg; path = ../../../PcAtChipsetPkg; sourceTree = ""; }; - A571C275232052F8003BC0AA /* IsaAcpiDxe */ = { + A5716F87235968CC000CEC60 /* 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 */, + A5716F88235968CC000CEC60 /* IsaAcpi.c */, + A5716F89235968CC000CEC60 /* IsaAcpiExtra.uni */, + A5716F8A235968CC000CEC60 /* PcatIsaAcpi.h */, + A5716F8B235968CC000CEC60 /* ComponentName.c */, + A5716F8C235968CC000CEC60 /* IsaAcpi.c.bak */, + A5716F8D235968CC000CEC60 /* PcatIsaAcpi.c */, + A5716F8E235968CC000CEC60 /* IsaAcpi.inf */, + A5716F8F235968CC000CEC60 /* IsaAcpi.uni */, ); path = IsaAcpiDxe; sourceTree = ""; }; - A571C27E232052F8003BC0AA /* HpetTimerDxe */ = { + A5716F90235968CC000CEC60 /* HpetTimerDxe */ = { isa = PBXGroup; children = ( - A571C27F232052F8003BC0AA /* HpetTimerDxe.uni */, - A571C280232052F8003BC0AA /* HpetTimer.c */, - A571C281232052F8003BC0AA /* HpetTimerDxeExtra.uni */, - A571C282232052F8003BC0AA /* HpetTimerDxe.inf */, + A5716F91235968CC000CEC60 /* HpetTimerDxe.uni */, + A5716F92235968CC000CEC60 /* HpetTimer.c */, + A5716F93235968CC000CEC60 /* HpetTimerDxeExtra.uni */, + A5716F94235968CC000CEC60 /* HpetTimerDxe.inf */, ); path = HpetTimerDxe; sourceTree = ""; }; - A571C284232052F8003BC0AA /* Include */ = { + A5716F96235968CC000CEC60 /* Include */ = { isa = PBXGroup; children = ( - A571C285232052F8003BC0AA /* Library */, - A571C287232052F8003BC0AA /* Register */, - A571C28A232052F8003BC0AA /* Guid */, + A5716F97235968CC000CEC60 /* Library */, + A5716F99235968CC000CEC60 /* Register */, + A5716F9C235968CC000CEC60 /* Guid */, ); path = Include; sourceTree = ""; }; - A571C285232052F8003BC0AA /* Library */ = { + A5716F97235968CC000CEC60 /* Library */ = { isa = PBXGroup; children = ( - A571C286232052F8003BC0AA /* IoApicLib.h */, + A5716F98235968CC000CEC60 /* IoApicLib.h */, ); path = Library; sourceTree = ""; }; - A571C287232052F8003BC0AA /* Register */ = { + A5716F99235968CC000CEC60 /* Register */ = { isa = PBXGroup; children = ( - A571C288232052F8003BC0AA /* IoApic.h */, - A571C289232052F8003BC0AA /* Hpet.h */, + A5716F9A235968CC000CEC60 /* IoApic.h */, + A5716F9B235968CC000CEC60 /* Hpet.h */, ); path = Register; sourceTree = ""; }; - A571C28A232052F8003BC0AA /* Guid */ = { + A5716F9C235968CC000CEC60 /* Guid */ = { isa = PBXGroup; children = ( - A571C28B232052F8003BC0AA /* PcAtChipsetTokenSpace.h */, + A5716F9D235968CC000CEC60 /* PcAtChipsetTokenSpace.h */, ); path = Guid; sourceTree = ""; }; - A571C28C232052F8003BC0AA /* Bus */ = { + A5716F9E235968CC000CEC60 /* Bus */ = { isa = PBXGroup; children = ( - A571C28D232052F8003BC0AA /* Pci */, + A5716F9F235968CC000CEC60 /* Pci */, ); path = Bus; sourceTree = ""; }; - A571C28D232052F8003BC0AA /* Pci */ = { + A5716F9F235968CC000CEC60 /* Pci */ = { isa = PBXGroup; children = ( - A571C28E232052F8003BC0AA /* IdeControllerDxe */, + A5716FA0235968CC000CEC60 /* IdeControllerDxe */, ); path = Pci; sourceTree = ""; }; - A571C28E232052F8003BC0AA /* IdeControllerDxe */ = { + A5716FA0235968CC000CEC60 /* IdeControllerDxe */ = { isa = PBXGroup; children = ( - A571C28F232052F8003BC0AA /* IdeController.c */, - A571C290232052F8003BC0AA /* IdeControllerExtra.uni */, - A571C291232052F8003BC0AA /* IdeControllerDxe.inf */, - A571C292232052F8003BC0AA /* ComponentName.c */, - A571C293232052F8003BC0AA /* IdeController.uni */, - A571C294232052F8003BC0AA /* IdeController.h */, + A5716FA1235968CC000CEC60 /* IdeController.c */, + A5716FA2235968CC000CEC60 /* IdeControllerExtra.uni */, + A5716FA3235968CC000CEC60 /* IdeControllerDxe.inf */, + A5716FA4235968CC000CEC60 /* ComponentName.c */, + A5716FA5235968CC000CEC60 /* IdeController.uni */, + A5716FA6235968CC000CEC60 /* IdeController.h */, ); path = IdeControllerDxe; sourceTree = ""; }; - A571C295232052F8003BC0AA /* Library */ = { + A5716FA7235968CC000CEC60 /* Library */ = { isa = PBXGroup; children = ( - A571C296232052F8003BC0AA /* AcpiTimerLib */, - A571C2A1232052F8003BC0AA /* BaseIoApicLib */, - A571C2A5232052F8003BC0AA /* ResetSystemLib */, - A571C2A9232052F8003BC0AA /* SerialIoLib */, + A5716FA8235968CC000CEC60 /* AcpiTimerLib */, + A5716FB3235968CC000CEC60 /* BaseIoApicLib */, + A5716FB7235968CC000CEC60 /* ResetSystemLib */, + A5716FBB235968CC000CEC60 /* SerialIoLib */, ); path = Library; sourceTree = ""; }; - A571C296232052F8003BC0AA /* AcpiTimerLib */ = { + A5716FA8235968CC000CEC60 /* 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 */, + A5716FA9235968CC000CEC60 /* DxeAcpiTimerLib.uni */, + A5716FAA235968CC000CEC60 /* DxeAcpiTimerLib.inf */, + A5716FAB235968CC000CEC60 /* BaseAcpiTimerLib.uni */, + A5716FAC235968CC000CEC60 /* BaseAcpiTimerLib.inf */, + A5716FAD235968CC000CEC60 /* BaseAcpiTimerLib.c */, + A5716FAE235968CC000CEC60 /* PeiAcpiTimerLib.inf */, + A5716FAF235968CC000CEC60 /* PeiAcpiTimerLib.uni */, + A5716FB0235968CC000CEC60 /* DxeAcpiTimerLib.c */, + A5716FB1235968CC000CEC60 /* PeiAcpiTimerLib.c */, + A5716FB2235968CC000CEC60 /* AcpiTimerLib.c */, ); path = AcpiTimerLib; sourceTree = ""; }; - A571C2A1232052F8003BC0AA /* BaseIoApicLib */ = { + A5716FB3235968CC000CEC60 /* BaseIoApicLib */ = { isa = PBXGroup; children = ( - A571C2A2232052F8003BC0AA /* BaseIoApicLib.uni */, - A571C2A3232052F8003BC0AA /* BaseIoApicLib.inf */, - A571C2A4232052F8003BC0AA /* IoApicLib.c */, + A5716FB4235968CC000CEC60 /* BaseIoApicLib.uni */, + A5716FB5235968CC000CEC60 /* BaseIoApicLib.inf */, + A5716FB6235968CC000CEC60 /* IoApicLib.c */, ); path = BaseIoApicLib; sourceTree = ""; }; - A571C2A5232052F8003BC0AA /* ResetSystemLib */ = { + A5716FB7235968CC000CEC60 /* ResetSystemLib */ = { isa = PBXGroup; children = ( - A571C2A6232052F8003BC0AA /* ResetSystemLib.c */, - A571C2A7232052F8003BC0AA /* ResetSystemLib.uni */, - A571C2A8232052F8003BC0AA /* ResetSystemLib.inf */, + A5716FB8235968CC000CEC60 /* ResetSystemLib.c */, + A5716FB9235968CC000CEC60 /* ResetSystemLib.uni */, + A5716FBA235968CC000CEC60 /* ResetSystemLib.inf */, ); path = ResetSystemLib; sourceTree = ""; }; - A571C2A9232052F8003BC0AA /* SerialIoLib */ = { + A5716FBB235968CC000CEC60 /* SerialIoLib */ = { isa = PBXGroup; children = ( - A571C2AA232052F8003BC0AA /* SerialPortLib.c */, - A571C2AB232052F8003BC0AA /* SerialIoLib.inf */, - A571C2AC232052F8003BC0AA /* PcAtSerialPortLib.uni */, + A5716FBC235968CC000CEC60 /* SerialPortLib.c */, + A5716FBD235968CC000CEC60 /* SerialIoLib.inf */, + A5716FBE235968CC000CEC60 /* PcAtSerialPortLib.uni */, ); path = SerialIoLib; sourceTree = ""; }; - A571C2AD232052F8003BC0AA /* 8259InterruptControllerDxe */ = { + A5716FBF235968CC000CEC60 /* 8259InterruptControllerDxe */ = { isa = PBXGroup; children = ( - A571C2AE232052F8003BC0AA /* Legacy8259Extra.uni */, - A571C2AF232052F8003BC0AA /* 8259.c */, - A571C2B0232052F8003BC0AA /* 8259.inf */, - A571C2B1232052F8003BC0AA /* Legacy8259.uni */, - A571C2B2232052F8003BC0AA /* 8259.h */, + A5716FC0235968CC000CEC60 /* Legacy8259Extra.uni */, + A5716FC1235968CC000CEC60 /* 8259.c */, + A5716FC2235968CC000CEC60 /* 8259.inf */, + A5716FC3235968CC000CEC60 /* Legacy8259.uni */, + A5716FC4235968CC000CEC60 /* 8259.h */, ); path = 8259InterruptControllerDxe; sourceTree = ""; }; - A571C2B4232052F8003BC0AA /* 8254TimerDxe */ = { + A5716FC6235968CC000CEC60 /* 8254TimerDxe */ = { isa = PBXGroup; children = ( - A571C2B5232052F8003BC0AA /* Timer.c */, - A571C2B6232052F8003BC0AA /* Timer.uni */, - A571C2B7232052F8003BC0AA /* 8254Timer.inf */, - A571C2B8232052F8003BC0AA /* Timer.h */, - A571C2B9232052F8003BC0AA /* TimerExtra.uni */, + A5716FC7235968CC000CEC60 /* Timer.c */, + A5716FC8235968CC000CEC60 /* Timer.uni */, + A5716FC9235968CC000CEC60 /* 8254Timer.inf */, + A5716FCA235968CC000CEC60 /* Timer.h */, + A5716FCB235968CC000CEC60 /* TimerExtra.uni */, ); path = 8254TimerDxe; sourceTree = ""; }; - A571C2BA232052F8003BC0AA /* PcatRealTimeClockRuntimeDxe */ = { + A5716FCC235968CC000CEC60 /* PcatRealTimeClockRuntimeDxe */ = { isa = PBXGroup; children = ( - A571C2BB232052F8003BC0AA /* PcatRealTimeClockRuntimeDxe.inf */, - A571C2BC232052F8003BC0AA /* PcRtc.uni */, - A571C2BD232052F8003BC0AA /* PcRtc.c */, - A571C2BE232052F8003BC0AA /* PcRtcEntry.c */, - A571C2BF232052F8003BC0AA /* PcRtcExtra.uni */, - A571C2C0232052F8003BC0AA /* PcRtc.h */, + A5716FCD235968CC000CEC60 /* PcatRealTimeClockRuntimeDxe.inf */, + A5716FCE235968CC000CEC60 /* PcRtc.uni */, + A5716FCF235968CC000CEC60 /* PcRtc.c */, + A5716FD0235968CC000CEC60 /* PcRtcEntry.c */, + A5716FD1235968CC000CEC60 /* PcRtcExtra.uni */, + A5716FD2235968CC000CEC60 /* PcRtc.h */, ); path = PcatRealTimeClockRuntimeDxe; sourceTree = ""; }; - A571C2C123205311003BC0AA /* NetworkPkg */ = { + A5716FD3235A1576000CEC60 /* Isa */ = { 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 */, + A5716FD4235A1576000CEC60 /* IsaBusDxe */, + A5716FDE235A1576000CEC60 /* IsaIoDxe */, + A5716FE8235A1576000CEC60 /* Ps2MouseAbsolutePointerDxe */, + A5716FF1235A1576000CEC60 /* Ps2KeyboardDxe */, + A5716FFA235A1576000CEC60 /* IsaSerialDxe */, + A5717001235A1576000CEC60 /* Ps2MouseDxe */, ); - name = NetworkPkg; - path = ../../../NetworkPkg; + path = Isa; sourceTree = ""; }; - A571C2C223205311003BC0AA /* HttpBootDxe */ = { + A5716FD4235A1576000CEC60 /* IsaBusDxe */ = { 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 */, + A5716FD5235A1576000CEC60 /* InternalIsaBus.h */, + A5716FD6235A1576000CEC60 /* IsaBusDxeExtra.uni */, + A5716FD7235A1576000CEC60 /* IsaIo.c */, + A5716FD8235A1576000CEC60 /* ComponentName.c */, + A5716FD9235A1576000CEC60 /* IsaBusDxe.inf */, + A5716FDA235A1576000CEC60 /* InternalIsaIo.h */, + A5716FDB235A1576000CEC60 /* IsaBusDxe.uni */, + A5716FDC235A1576000CEC60 /* ComponentName.h */, + A5716FDD235A1576000CEC60 /* IsaBus.c */, ); - path = HttpBootDxe; + path = IsaBusDxe; sourceTree = ""; }; - A571C2DA23205311003BC0AA /* WifiConnectionManagerDxe */ = { + A5716FDE235A1576000CEC60 /* IsaIoDxe */ = { 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 */, + A5716FDF235A1576000CEC60 /* IsaIoDxeExtra.uni */, + A5716FE0235A1576000CEC60 /* IsaIoDxe.inf */, + A5716FE1235A1576000CEC60 /* IsaDriver.h */, + A5716FE2235A1576000CEC60 /* IsaIo.c */, + A5716FE3235A1576000CEC60 /* IsaIoDxe.uni */, + A5716FE4235A1576000CEC60 /* ComponentName.c */, + A5716FE5235A1576000CEC60 /* IsaIo.h */, + A5716FE6235A1576000CEC60 /* IsaDriver.c */, + A5716FE7235A1576000CEC60 /* ComponentName.h */, ); - path = WifiConnectionManagerDxe; + path = IsaIoDxe; sourceTree = ""; }; - A571C2EF23205311003BC0AA /* Udp4Dxe */ = { + A5716FE8235A1576000CEC60 /* Ps2MouseAbsolutePointerDxe */ = { 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 */, + A5716FE9235A1576000CEC60 /* Ps2MouseAbsolutePointerDxeExtra.uni */, + A5716FEA235A1576000CEC60 /* Ps2MouseAbsolutePointer.c */, + A5716FEB235A1576000CEC60 /* ComponentName.c */, + A5716FEC235A1576000CEC60 /* CommPs2.h */, + A5716FED235A1576000CEC60 /* Ps2MouseAbsolutePointerDxe.inf */, + A5716FEE235A1576000CEC60 /* CommPs2.c */, + A5716FEF235A1576000CEC60 /* Ps2MouseAbsolutePointerDxe.uni */, + A5716FF0235A1576000CEC60 /* Ps2MouseAbsolutePointer.h */, ); - path = Udp4Dxe; + path = Ps2MouseAbsolutePointerDxe; sourceTree = ""; }; - A571C2F923205311003BC0AA /* DpcDxe */ = { + A5716FF1235A1576000CEC60 /* Ps2KeyboardDxe */ = { isa = PBXGroup; children = ( - A571C2FA23205311003BC0AA /* Dpc.c */, - A571C2FB23205311003BC0AA /* DpcDxeExtra.uni */, - A571C2FC23205311003BC0AA /* DpcDxe.uni */, - A571C2FD23205311003BC0AA /* DpcDxe.inf */, - A571C2FE23205311003BC0AA /* Dpc.h */, + A5716FF2235A1576000CEC60 /* Ps2KbdTextIn.c */, + A5716FF3235A1576000CEC60 /* Ps2KeyboardDxeExtra.uni */, + A5716FF4235A1576000CEC60 /* Ps2Keyboard.c */, + A5716FF5235A1576000CEC60 /* Ps2KbdCtrller.c */, + A5716FF6235A1576000CEC60 /* ComponentName.c */, + A5716FF7235A1576000CEC60 /* Ps2keyboardDxe.inf */, + A5716FF8235A1576000CEC60 /* Ps2KeyboardDxe.uni */, + A5716FF9235A1576000CEC60 /* Ps2Keyboard.h */, ); - path = DpcDxe; + path = Ps2KeyboardDxe; sourceTree = ""; }; - A571C2FF23205311003BC0AA /* MnpDxe */ = { + A5716FFA235A1576000CEC60 /* IsaSerialDxe */ = { 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 */, + A5716FFB235A1576000CEC60 /* Serial.c */, + A5716FFC235A1576000CEC60 /* ComponentName.c */, + A5716FFD235A1576000CEC60 /* Serial.h */, + A5716FFE235A1576000CEC60 /* IsaSerialDxe.inf */, + A5716FFF235A1576000CEC60 /* IsaSerialDxeExtra.uni */, + A5717000235A1576000CEC60 /* IsaSerialDxe.uni */, ); - path = MnpDxe; + path = IsaSerialDxe; sourceTree = ""; }; - A571C30E23205311003BC0AA /* Mtftp4Dxe */ = { + A5717001235A1576000CEC60 /* Ps2MouseDxe */ = { 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 */, + A5717002235A1576000CEC60 /* Ps2Mouse.c */, + A5717003235A1576000CEC60 /* ComponentName.c */, + A5717004235A1576000CEC60 /* CommPs2.h */, + A5717005235A1576000CEC60 /* Ps2Mouse.h */, + A5717006235A1576000CEC60 /* Ps2MouseDxe.inf */, + A5717007235A1576000CEC60 /* CommPs2.c */, ); - path = Mtftp4Dxe; + path = Ps2MouseDxe; sourceTree = ""; }; - A571C31E23205311003BC0AA /* Ip4Dxe */ = { + A5717008235A1871000CEC60 /* DataHubDxe */ = { 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 */, + A5717009235A1871000CEC60 /* DataHub.c */, + A571700A235A1871000CEC60 /* DataHubDxe.uni */, + A571700B235A1871000CEC60 /* DataHubDxe.inf */, + A571700C235A1871000CEC60 /* DataHubDxeExtra.uni */, + A571700D235A1871000CEC60 /* DataHub.h */, ); - path = Ip4Dxe; + path = DataHubDxe; sourceTree = ""; }; - A571C34023205311003BC0AA /* DnsDxe */ = { + A571700E235A187C000CEC60 /* DataHubStdErrDxe */ = { 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 */, + A571700F235A187C000CEC60 /* DataHubStdErrDxeExtra.uni */, + A5717010235A187C000CEC60 /* DataHubStdErr.c */, + A5717011235A187C000CEC60 /* DataHubStdErrDxe.inf */, + A5717012235A187C000CEC60 /* DataHubStdErrDxe.uni */, ); - path = DnsDxe; + path = DataHubStdErrDxe; sourceTree = ""; }; - A571C34D23205311003BC0AA /* Include */ = { + A5717013235A188B000CEC60 /* DriverOverride */ = { isa = PBXGroup; children = ( - A571C34E23205311003BC0AA /* Library */, - A571C35523205311003BC0AA /* Protocol */, - A571C35723205311003BC0AA /* Guid */, + A5717014235A188B000CEC60 /* DriverOverride.c */, + A5717015235A188B000CEC60 /* DriverOverride.inf */, ); - path = Include; + path = DriverOverride; sourceTree = ""; }; - A571C34E23205311003BC0AA /* Library */ = { + A571B3282320523B003BC0AA /* FromEDK2 */ = { isa = PBXGroup; children = ( - A571C34F23205311003BC0AA /* HttpLib.h */, - A571C35023205311003BC0AA /* IpIoLib.h */, - A571C35123205311003BC0AA /* UdpIoLib.h */, - A571C35223205311003BC0AA /* NetLib.h */, - A571C35323205311003BC0AA /* TcpIoLib.h */, - A571C35423205311003BC0AA /* DpcLib.h */, + A5715BCE23596841000CEC60 /* BaseTools */, + A57160AC2359688B000CEC60 /* IntelFrameworkModulePkg */, + A57160C823596894000CEC60 /* IntelFrameworkPkg */, + A571610B2359689E000CEC60 /* MdeModulePkg */, + A57168A8235968A6000CEC60 /* MdePkg */, + A5716F84235968CC000CEC60 /* PcAtChipsetPkg */, + A571603723596861000CEC60 /* UefiCpuPkg */, ); - 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; + path = FromEDK2; sourceTree = ""; }; A59CB66421BC14AA0054A7CF /* OsxSmbiosGenDxe */ = { @@ -18978,27 +17260,182 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + A571600923596842000CEC60 /* scan.c in Sources */, + A5715FCC23596842000CEC60 /* Makefile in Sources */, + A5715FB623596842000CEC60 /* static_dict.c in Sources */, + A571601723596842000CEC60 /* misc.c in Sources */, + A571600823596842000CEC60 /* makefile in Sources */, + A5715FDA23596842000CEC60 /* GenPage.c in Sources */, + A571601423596842000CEC60 /* fcache.c in Sources */, + A5715FE423596842000CEC60 /* Crc32.c in Sources */, + A5715FBD23596842000CEC60 /* huffman.c in Sources */, + A5715FFD23596842000CEC60 /* support.c in Sources */, + A5715FD023596842000CEC60 /* LzFind.c in Sources */, + A5715FE823596842000CEC60 /* EfiUtilityMsgs.c in Sources */, + A5715FB123596842000CEC60 /* backward_references.c in Sources */, + A5715FDE23596842000CEC60 /* BinderFuncs.c in Sources */, + A571601F23596842000CEC60 /* BufFileInput.cpp in Sources */, + A5716F83235968BE000CEC60 /* Nasm.inc in Sources */, + A571602723596842000CEC60 /* sym.c in Sources */, + A5715F9E23596842000CEC60 /* Makefile in Sources */, + A571602F23596842000CEC60 /* VfrCompiler.cpp in Sources */, + A5715FD923596842000CEC60 /* Makefile in Sources */, + A571602A23596842000CEC60 /* genmk.c in Sources */, + A5715FB423596842000CEC60 /* brotli_bit_stream.c in Sources */, + A5715FB723596842000CEC60 /* literal_cost.c in Sources */, + A5715FE523596842000CEC60 /* SimpleFileParsing.c in Sources */, + A5715FF123596842000CEC60 /* Makefile in Sources */, + A5715FB923596842000CEC60 /* dictionary.c in Sources */, + A571600B23596842000CEC60 /* hash.c in Sources */, + A571600423596842000CEC60 /* dlg_a.c in Sources */, + A5715FD823596842000CEC60 /* GenCrc32.c in Sources */, A5BF392720D9F17B004340E1 /* FloatLib.c in Sources */, + A5715FDF23596842000CEC60 /* Makefile in Sources */, + A571603023596842000CEC60 /* VfrFormPkg.cpp in Sources */, + A571601923596842000CEC60 /* globals.c in Sources */, + A571601023596842000CEC60 /* pred.c in Sources */, 2C794E401A0AA85900D845B0 /* Test.c in Sources */, + A5715FAB23596842000CEC60 /* entropy_encode.c in Sources */, + A571602323596842000CEC60 /* ASTBase.cpp in Sources */, + A5715FCF23596842000CEC60 /* LzFindMt.c in Sources */, + A571601823596842000CEC60 /* antlr.c in Sources */, + A571600C23596842000CEC60 /* err.c in Sources */, + A571602123596842000CEC60 /* PCCTSAST.cpp in Sources */, + A5715FF323596842000CEC60 /* DevicePath.c in Sources */, + A571603223596842000CEC60 /* VfrUtilityLib.cpp in Sources */, + A5715FD623596842000CEC60 /* Threads.c in Sources */, + A5715FF423596842000CEC60 /* DevicePathUtilities.c in Sources */, + A5715FB523596842000CEC60 /* bit_cost.c in Sources */, + A5715FD323596842000CEC60 /* LzmaDec.c in Sources */, 12B8EBBE1DDCE91200AC0A2C /* egemb_font.c in Sources */, + A5715FD523596842000CEC60 /* 7zFile.c in Sources */, + A571601323596842000CEC60 /* mrhoist.c in Sources */, + A571601523596842000CEC60 /* gen.c in Sources */, + A5715FFE23596842000CEC60 /* relabel.c in Sources */, + A5715FFC23596842000CEC60 /* makefile in Sources */, 12B8EBC21DDCEA2A00AC0A2C /* scroll_images.c in Sources */, + A571602623596842000CEC60 /* DLexerBase.cpp in Sources */, + A571602823596842000CEC60 /* makefile in Sources */, + A5715FC223596842000CEC60 /* Elf32Convert.c in Sources */, A5611B3421DCBA53008FDB96 /* StartupSound.c in Sources */, + A5715FC023596842000CEC60 /* GenSec.c in Sources */, + A571600123596842000CEC60 /* main.c in Sources */, + A571601C23596842000CEC60 /* dumpcycles.c in Sources */, 12E3015A1D5A413A00EED426 /* lodepng.c in Sources */, + A5715FD423596842000CEC60 /* 7zStream.c in Sources */, + A5715FC623596842000CEC60 /* EfiLdrImage.c in Sources */, + A5715FED23596842000CEC60 /* FvLib.c in Sources */, + A5715FD223596842000CEC60 /* Alloc.c in Sources */, + A5715FCB23596842000CEC60 /* Makefile in Sources */, + A5715FC523596842000CEC60 /* Elf64Convert.c in Sources */, + A571602223596842000CEC60 /* ATokenBuffer.cpp in Sources */, + A5715FAA23596842000CEC60 /* memory.c in Sources */, + A571603423596842000CEC60 /* Makefile in Sources */, + A5715FBE23596842000CEC60 /* bit_reader.c in Sources */, + A5715FA123596842000CEC60 /* EfiCompressor.c in Sources */, + A5715FB823596842000CEC60 /* metablock.c in Sources */, + A5715FEE23596842000CEC60 /* FirmwareVolumeBuffer.c in Sources */, + A5715FAE23596842000CEC60 /* encode.c in Sources */, + A5715FAD23596842000CEC60 /* block_splitter.c in Sources */, A5603D0421F04ECE005F400E /* sound.c in Sources */, + A5715FE323596842000CEC60 /* OsPath.c in Sources */, + A5715FE123596842000CEC60 /* StringFuncs.c in Sources */, + A5715FEF23596842000CEC60 /* VolInfo.c in Sources */, A5BF392C20D9F18C004340E1 /* nanosvg.c in Sources */, + A571602423596842000CEC60 /* slist.cpp in Sources */, + A5715FE223596842000CEC60 /* TianoCompress.c in Sources */, + A5715FEB23596842000CEC60 /* MyAlloc.c in Sources */, + A5715FB023596842000CEC60 /* cluster.c in Sources */, + A5715FCA23596842000CEC60 /* GenFvInternalLib.c in Sources */, + A571601123596842000CEC60 /* build.c in Sources */, + A571600223596842000CEC60 /* DlgDDK.mak in Sources */, + A571601623596842000CEC60 /* dumpnode.c in Sources */, 12B2F75C211E169E009BF236 /* egemb_icons_dark.c in Sources */, + A571600723596842000CEC60 /* lex.c in Sources */, + A571602E23596842000CEC60 /* test.c in Sources */, + A5715FDC23596842000CEC60 /* MemoryFile.c in Sources */, + A5715FA423596842000CEC60 /* Split.c in Sources */, + A571602C23596842000CEC60 /* makefile in Sources */, + A5715FF723596842000CEC60 /* DevicePathFromText.c in Sources */, 2C794E3F1A0AA85900D845B0 /* FSInject.c in Sources */, + A5715FC423596842000CEC60 /* GenFw.c in Sources */, + A5715FC123596842000CEC60 /* Makefile in Sources */, + A5715FF823596842000CEC60 /* Makefile in Sources */, + A571600D23596842000CEC60 /* AntlrMS.mak in Sources */, + A571600F23596842000CEC60 /* main.c in Sources */, 12B8EBBF1DDCE91200AC0A2C /* egemb_icons.c in Sources */, + A5715FAF23596842000CEC60 /* encoder_dict.c in Sources */, A5BF392B20D9F18C004340E1 /* nanosvgrast.c in Sources */, + A571601D23596842000CEC60 /* Makefile in Sources */, + A5715FEC23596842000CEC60 /* EfiCompress.c in Sources */, + A5715FC923596842000CEC60 /* Makefile in Sources */, + A5715FCE23596842000CEC60 /* LzmaEnc.c in Sources */, A59CB66921BC14AB0054A7CF /* SmbiosGen.c in Sources */, + A5715FE723596842000CEC60 /* CommonLib.c in Sources */, + A5715FA923596842000CEC60 /* histogram.c in Sources */, + A5715FC723596842000CEC60 /* Makefile in Sources */, + A571600023596842000CEC60 /* err.c in Sources */, + A571603323596842000CEC60 /* VfrError.cpp in Sources */, + A571602523596842000CEC60 /* charptr.c in Sources */, 1288B5211A30CEFB007CBCEF /* Net.c in Sources */, + A5715FFB23596842000CEC60 /* DlgMS.mak in Sources */, + A571601A23596842000CEC60 /* fset.c in Sources */, + A5715FDD23596842000CEC60 /* Decompress.c in Sources */, + A571601223596842000CEC60 /* AntlrPPC.mak in Sources */, + A5715F9D23596842000CEC60 /* Makefile in Sources */, 12A60F5A1DB610500068BF8B /* AppleImageCodec.c in Sources */, + A571603123596842000CEC60 /* Makefile in Sources */, + A5715FA223596842000CEC60 /* Makefile in Sources */, + A5715FBC23596842000CEC60 /* decode.c in Sources */, + A5715FF623596842000CEC60 /* UefiDevicePathLib.c in Sources */, + A571601B23596842000CEC60 /* AntlrDDK.mak in Sources */, + A5715FF223596842000CEC60 /* TianoCompress.c in Sources */, + A5715FF023596842000CEC60 /* Makefile in Sources */, + A5715FF523596842000CEC60 /* Makefile in Sources */, 12A60F5B1DB610500068BF8B /* load_bmp.c in Sources */, + A5715FB223596842000CEC60 /* utf8_util.c in Sources */, + A571600623596842000CEC60 /* egman.c in Sources */, + A5715FC823596842000CEC60 /* GenFv.c in Sources */, A5582AFD21019EA6002CFB6E /* VectorGraphics.c in Sources */, + A5715FBB23596842000CEC60 /* state.c in Sources */, + A5715FB323596842000CEC60 /* compress_fragment.c in Sources */, + A571602B23596842000CEC60 /* set.c in Sources */, + A5715FC323596842000CEC60 /* ElfConvert.c in Sources */, 12A60F5C1DB610500068BF8B /* load_icns.c in Sources */, + A5715FD123596842000CEC60 /* Bra86.c in Sources */, + A5715FE023596842000CEC60 /* BasePeCoff.c in Sources */, + A571600523596842000CEC60 /* output.c in Sources */, + A5715FA523596842000CEC60 /* brotli.c in Sources */, 12A60F5D1DB610500068BF8B /* picopng.c in Sources */, + A5715FFA23596842000CEC60 /* automata.c in Sources */, + A5715F9F23596842000CEC60 /* TestRoot.cer.gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr.inc in Sources */, + A5715FFF23596842000CEC60 /* dlg_p.c in Sources */, + A5715FA023596842000CEC60 /* TestRoot.cer.gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer.inc in Sources */, + A5715FF923596842000CEC60 /* GenFfs.c in Sources */, + A571600E23596842000CEC60 /* fset2.c in Sources */, + A5715FE923596842000CEC60 /* PeCoffLoaderEx.c in Sources */, + A5715FA823596842000CEC60 /* backward_references_hq.c in Sources */, + A5715FD723596842000CEC60 /* Makefile in Sources */, + A5715FA723596842000CEC60 /* dictionary_hash.c in Sources */, + A5715FEA23596842000CEC60 /* PcdValueCommon.c in Sources */, + A5715FAC23596842000CEC60 /* compress_fragment_two_pass.c in Sources */, + A571602923596842000CEC60 /* genmk_old.c in Sources */, + A571602023596842000CEC60 /* AParser.cpp in Sources */, + A571603623596842000CEC60 /* RunMakefileSample.mak in Sources */, + A5715FCD23596842000CEC60 /* LzmaCompress.c in Sources */, + A571603523596842000CEC60 /* EfiRom.c in Sources */, + A5715FBA23596842000CEC60 /* transform.c in Sources */, + A571602D23596842000CEC60 /* rexpr.c in Sources */, 12A60F5F1DB610500068BF8B /* SMCHelper.c in Sources */, + A5715FA623596842000CEC60 /* Makefile in Sources */, + A571600A23596842000CEC60 /* bits.c in Sources */, + A5715FA323596842000CEC60 /* Makefile in Sources */, + A5715FBF23596842000CEC60 /* Makefile in Sources */, 12AAF3A51DB75DC800A52B12 /* FirmwareVolume.c in Sources */, + A5715FDB23596842000CEC60 /* ParseInf.c in Sources */, + A5715FE623596842000CEC60 /* ParseGuidedSectionTools.c in Sources */, + A571600323596842000CEC60 /* DlgPPC.mak in Sources */, + A571601E23596842000CEC60 /* ast.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };