edk2/MdeModulePkg/Library/ArmCcaLibNull/ArmCcaLibNull.inf
Sami Mujawar 4fa63de5d2 ArmVirtPkg, MdeModulePkg: Move Arm CCA Library to MdeModulePkg
ArmCcaLib provides helper functions for detecting Realm execution state
and caching Realm IPA width. These helpers build on the architectural Arm
CCA RSI library and are not specific to ArmVirtPkg.

Therefore, move ArmCcaLib, ArmCcaLibNull, their public header, and related
GUID declarations to MdeModulePkg. Update ArmVirtPkg library mappings and
consumers to use the new MdeModulePkg library instances.

Continuous-integration-options: PatchCheck.ignore-multi-package
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
2026-08-25 18:05:23 +01:00

28 lines
632 B
INI

## @file
# Null implementation of the ArmCcaLib library.
#
# Copyright (c) 2022 - 2023, Arm Limited. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x0001001B
BASE_NAME = ArmCcaLib
FILE_GUID = 9E3F7AAA-10A6-4513-A960-B87F4D7DCFC5
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = ArmCcaLib
[Sources]
ArmCcaLibNull.c
[Packages]
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
[LibraryClasses]
BaseLib