Changeset 80721 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/FatPkg/FatPei/FatPei.inf
- Timestamp:
- Sep 11, 2019 8:46:37 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133262
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-129237 /vendor/edk2/current 103735-103757,103769-103776,129194-133213
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/FatPkg/FatPei/FatPei.inf
r77662 r80721 2 2 # Lite Fat driver only used in Pei Phase. 3 3 # 4 # Copyright (c) 2006 - 201 6, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR> 5 5 # 6 # This program and the accompanying materials are licensed and made available 7 # under the terms and conditions of the BSD License which accompanies this 8 # distribution. The full text of the license may be found at 9 # http://opensource.org/licenses/bsd-license.php 10 # 11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 6 # SPDX-License-Identifier: BSD-2-Clause-Patent 13 7 # 14 8 ## … … 27 21 # The following information is for reference only and not required by the build tools. 28 22 # 29 # VALID_ARCHITECTURES = IA32 X64 IPFEBC23 # VALID_ARCHITECTURES = IA32 X64 EBC 30 24 # 31 25 32 26 [Sources] 27 Mbr.c 28 Gpt.c 29 Eltorito.c 33 30 Part.c 34 31 FatLiteApi.c … … 48 45 PcdLib 49 46 BaseMemoryLib 47 MemoryAllocationLib 50 48 PeimEntryPoint 51 49 BaseLib … … 59 57 gRecoveryOnFatIdeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED 60 58 gRecoveryOnFatFloppyDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED 59 gRecoveryOnFatNvmeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED 60 gEfiPartTypeUnusedGuid ## SOMETIMES_CONSUMES ## UNDEFINED 61 61 62 62 … … 66 66 gEfiPeiDeviceRecoveryModulePpiGuid ## SOMETIMES_PRODUCES 67 67 68 69 [FeaturePcd]70 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES71 72 68 [Pcd] 73 69 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName ## CONSUMES 74 70 75 71 [Depex] 76 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid72 gEfiPeiMemoryDiscoveredPpiGuid 77 73 78 74 [UserExtensions.TianoCore."ExtraFiles"]
Note:
See TracChangeset
for help on using the changeset viewer.