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