X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FBootModePei%2FBootModePei.inf;h=a4096390a1231b9265421b285c8651dab22ea25f;hb=0b757975ef998417ff47e43b6649a42369193ea4;hp=074e7e75feec3ee42200bf90ef01ad727e958680;hpb=dd0687a4b18c8ba6f37587ad13c9744ff9a67250;p=mirror_edk2.git diff --git a/Nt32Pkg/BootModePei/BootModePei.inf b/Nt32Pkg/BootModePei/BootModePei.inf index 074e7e75fe..a4096390a1 100644 --- a/Nt32Pkg/BootModePei/BootModePei.inf +++ b/Nt32Pkg/BootModePei/BootModePei.inf @@ -1,8 +1,8 @@ -#/** @file +## @file # Component description file for BootMode module # # This module provides platform specific function to detect boot mode. -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -20,8 +20,6 @@ FILE_GUID = B7611005-1F26-45ba-A3DB-01F39DDB2785 MODULE_TYPE = PEIM VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InitializeBootMode @@ -31,7 +29,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] BootModePei.c