mirror of
https://github.com/Dasharo/edk2.git
synced 2026-06-13 10:16:24 -07:00
84c026111c
edk2 is dropping support for the ARM32 architecture. This commit removes the remaining ARM32 code from MdePkg. This also removes irrelevant VALID_ARCHITECTURES comments from infs that are not arch specific. Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
26 lines
703 B
INI
26 lines
703 B
INI
## @file
|
|
# Null Cache Maintenance Library implementation.
|
|
#
|
|
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = BaseCacheMaintenanceLibNull
|
|
MODULE_UNI_FILE = BaseCacheMaintenanceLibNull.uni
|
|
FILE_GUID = 13F13249-AC31-4373-8B2B-AFC5755A6FCD
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.1
|
|
LIBRARY_CLASS = CacheMaintenanceLib
|
|
|
|
[Sources]
|
|
BaseCacheMaintenanceLibNull.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
|
|
[LibraryClasses]
|
|
DebugLib
|