X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeCoreEntryPoint%2FDxeCoreEntryPoint.inf;h=72fd7572b7c33d455959dc269d4c77ad05c5c60d;hb=c7c25997595aa34ce0a7a21ca2e1fc5b0f9b38a6;hp=5ae6e0ac696a19178a5da2a1c18d7f941885bd50;hpb=078bee4ebfc4dfdff3eff06823c4fd514c9130f5;p=mirror_edk2.git diff --git a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf index 5ae6e0ac69..72fd7572b7 100644 --- a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf +++ b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf @@ -1,35 +1,28 @@ -#/** @file -# Component description file for Dxe Core Entry Point Library +## @file +# Module entry point library for DXE core. # -# Entry Point Library instance used by Dxe Core -# Copyright (c) 2007, Intel Corporation. +# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
# -# All rights reserved. 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 -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # # -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeCoreEntryPoint + MODULE_UNI_FILE = DxeCoreEntryPoint.uni FILE_GUID = d258d6af-2fc0-4019-9c1f-1101c3dd19b5 MODULE_TYPE = DXE_CORE VERSION_STRING = 1.0 - LIBRARY_CLASS = DxeCoreEntryPoint|DXE_CORE - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 + LIBRARY_CLASS = DxeCoreEntryPoint|DXE_CORE # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) +# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only) # -[Sources.common] +[Sources] DxeCoreEntryPoint.c