Files
edk2/MdePkg/Library/BaseCacheMaintenanceLibNull/BaseCacheMaintenanceLibNull.inf
Oliver Smith-Denny 84c026111c MdePkg: Remove ARM32 Support
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>
2025-09-25 22:04:10 +00:00

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