]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BasePeCoffGetEntryPointLib / BasePeCoffGetEntryPointLib.inf
CommitLineData
6bfbb5f0 1## @file\r
34b0820e 2# PE/COFF Entry Point Library implementation.\r
85ea851e 3#\r
9095d37b 4# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
e1f414b6 5#\r
9344f092 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e1f414b6 7#\r
8#\r
6bfbb5f0 9##\r
e1f414b6 10\r
e1f414b6 11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = BasePeCoffGetEntryPointLib\r
c92c1790 14 MODULE_UNI_FILE = BasePeCoffGetEntryPointLib.uni\r
e1f414b6 15 FILE_GUID = be490364-73d2-420d-950e-f6450ca75dfb\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
9095d37b 18 LIBRARY_CLASS = PeCoffGetEntryPointLib\r
e1f414b6 19\r
20\r
e1f414b6 21#\r
3cb0a311 22# VALID_ARCHITECTURES = IA32 X64 EBC\r
e1f414b6 23#\r
24\r
6bfbb5f0 25[Sources]\r
e1f414b6 26 PeCoffGetEntryPoint.c\r
e1f414b6 27\r
28\r
e1f414b6 29[Packages]\r
30 MdePkg/MdePkg.dec\r
31\r
32\r
e1f414b6 33[LibraryClasses]\r
34 DebugLib\r
35\r