Changeset 105670 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
- Timestamp:
- Aug 14, 2024 1:16:30 PM (6 months ago)
- 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-159268 /vendor/edk2/current 103735-103757,103769-103776,129194-164365
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
r101291 r105670 4 4 # (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> 5 5 # Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. 6 # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> 6 7 # 7 8 # SPDX-License-Identifier: BSD-2-Clause-Patent … … 24 25 25 26 [Sources] 27 RedfishPlatformConfigCapability.c 26 28 RedfishPlatformConfigDxe.h 27 29 RedfishPlatformConfigDxe.c … … 37 39 HiiUtilityLib 38 40 MemoryAllocationLib 41 PcdLib 39 42 PrintLib 43 RedfishDebugLib 40 44 UefiLib 41 45 UefiBootServicesTableLib … … 52 56 gEfiRegexSyntaxTypePerlGuid ## CONSUMED 53 57 58 [FixedPcd] 59 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishPlatformConfigFeatureProperty 60 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishPlatformConfigDebugProperty 61 54 62 [Depex] 55 63 TRUE
Note:
See TracChangeset
for help on using the changeset viewer.