X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBasePeCoffGetEntryPointLib%2FBasePeCoffGetEntryPointLib.inf;h=b6eed82d5f80f0aa76ac389d29a468168dfbacd3;hp=9ecdc5b87d3d8ebc587886834e9f94535784d520;hb=9e981317be20ab85bb68a670e79735f9685a3348;hpb=afa223265a8c8c8e7e57654b22927778d1fb599a diff --git a/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf b/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf index 9ecdc5b87d..b6eed82d5f 100644 --- a/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf +++ b/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf @@ -1,35 +1,33 @@ -#/** @file -# Component description file Base PE/Coff Get Entry Point Library. +## @file +# PE/COFF Entry Point Library implementation. # -# PE/COFF Entry Point Library implementation. -# Copyright (c) 2007 - 2008, Intel Corporation. +# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php +# http://opensource.org/licenses/bsd-license.php. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = BasePeCoffGetEntryPointLib + MODULE_UNI_FILE = BasePeCoffGetEntryPointLib.uni FILE_GUID = be490364-73d2-420d-950e-f6450ca75dfb MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = PeCoffGetEntryPointLib - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] PeCoffGetEntryPoint.c