]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BasePeCoffExtraActionLibNull / BasePeCoffExtraActionLibNull.inf
1 ## @file
2 # Null PE/Coff Extra Action library instances with empty functions.
3 #
4 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = PeCoffExtraActionLibNull
14 MODULE_UNI_FILE = PeCoffExtraActionLibNull.uni
15 FILE_GUID = 0EB84DA1-267A-40b4-8347-1F48694C8B47
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PeCoffExtraActionLib
19
20
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources]
26 PeCoffExtraActionLib.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30
31 [LibraryClasses]
32 DebugLib
33