mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/PrePeiCoreMPCore: use a unique GUID
PrePeiCoreMPCore reuses the GUID of its unicore sibling, which is usually fine, given that platforms never include both. However, it prevents us from creating a package .DSC that does include both, so update the GUID to a fresh one. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
parent
42158fdf2c
commit
802d0dfd65
|
@ -16,7 +16,7 @@
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = ArmPlatformPrePeiCore
|
BASE_NAME = ArmPlatformPrePeiCore
|
||||||
FILE_GUID = 469fc080-aec1-11df-927c-0002a5d5c51b
|
FILE_GUID = b78d02bb-d0b5-4389-bc7f-b39ee846c784
|
||||||
MODULE_TYPE = SEC
|
MODULE_TYPE = SEC
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue