microsoft/mu_feature_ffa

Public

mirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ef8c8ffe3e9cd9f6fd3732ade9463d4841c3472e

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

FfaFeaturePkg/Library/NotificationServiceLib/NotificationServiceLib.inf

36lines · modecode

1#/** @file
2#
3# Component description file for the Notification Service
4#
5# Copyright (c), Microsoft Corporation.
6#
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9#**/
10
11[Defines]
12 INF_VERSION = 1.29
13 BASE_NAME = NotificationServiceLib
14 FILE_GUID = 115afb27-e754-4618-8ff8-9e7efbd9998a
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = NotificationServiceLib
18
19[Sources.common]
20 NotificationServiceLib.c
21
22[Packages]
23 MdePkg/MdePkg.dec
24 MdeModulePkg/MdeModulePkg.dec
25 FfaFeaturePkg/FfaFeaturePkg.dec
26
27[LibraryClasses]
28 DebugLib
29 PlatformFfaInterruptLib
30 ArmSvcLib
31 ArmSmcLib
32 ArmFfaLib
33 ArmFfaLibEx
34
35[Pcd]
36 gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
37