]> git.proxmox.com Git - mirror_edk2.git/blame - FmpDevicePkg/Library/CapsuleUpdatePolicyLibOnProtocol/CapsuleUpdatePolicyLibOnProtocol.inf
FmpDevicePkg: Fix spelling errors
[mirror_edk2.git] / FmpDevicePkg / Library / CapsuleUpdatePolicyLibOnProtocol / CapsuleUpdatePolicyLibOnProtocol.inf
CommitLineData
c40f7cc7
EJ
1## @file\r
2# Provides platform policy services used during a capsule update that uses the\r
3# services of the EDKII_CAPSULE_UPDATE_POLICY_PROTOCOL. If the\r
4# EDKII_CAPSULE_UPDATE_POLICY_PROTOCOL is not available, then assume the\r
5# platform is in a state that supports a firmware update.\r
6#\r
7# Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>\r
8# Copyright (c) 2018-2019, Intel Corporation. All rights reserved.<BR>\r
9#\r
10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = CapsuleUpdatePolicyLibOnProtocol\r
17 MODULE_UNI_FILE = CapsuleUpdatePolicyLibOnProtocol.uni\r
18 FILE_GUID = 0EA4C03F-D91B-4929-AAA5-B2FC8D69E2F4\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = CapsuleUpdatePolicyLib\r
22\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
25#\r
26\r
27[Sources]\r
28 CapsuleUpdatePolicyLibOnProtocol.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 FmpDevicePkg/FmpDevicePkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseLib\r
36 DebugLib\r
37 UefiBootServicesTableLib\r
38\r
39[Protocols]\r
95d28836 40 gEdkiiCapsuleUpdatePolicyProtocolGuid ## CONSUMES\r