You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
https://bugzilla.tianocore.org/show_bug.cgi?id=1373 Replace BSD 2-Clause License with BSD+Patent License. This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html RFCs with detailed process for the license change: V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
43 lines
1.1 KiB
INI
43 lines
1.1 KiB
INI
## @file
|
|
# System Firmware descriptor.
|
|
#
|
|
# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x0001001A
|
|
BASE_NAME = SystemFirmwareDescriptor
|
|
FILE_GUID = 90B2B846-CA6D-4D6E-A8D3-C140A8E110AC
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = SystemFirmwareDescriptorPeimEntry
|
|
|
|
[Sources]
|
|
SystemFirmwareDescriptorTable.aslc
|
|
SystemFirmwareDescriptorPei.c
|
|
|
|
[Packages]
|
|
ArmPkg/ArmPkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
SignedCapsulePkg/SignedCapsulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
DebugLib
|
|
PcdLib
|
|
PeimEntryPoint
|
|
PeiServicesLib
|
|
|
|
[FixedPcd]
|
|
gArmTokenSpaceGuid.PcdFdSize
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision
|
|
gEfiSignedCapsulePkgTokenSpaceGuid.PcdLowestSupportedFirmwareVersion
|
|
|
|
[Pcd]
|
|
gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor
|
|
|
|
[Depex]
|
|
TRUE
|