mirror of https://github.com/acidanthera/audk.git
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10072 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0126845e7d
commit
8976547970
|
@ -19,7 +19,7 @@
|
|||
FILE_GUID = D6A2CB7F-6A18-4e2f-B43B-9920A733700A
|
||||
MODULE_TYPE = DXE_CORE
|
||||
VERSION_STRING = 1.0
|
||||
PI_SPECIFICATION_VERSION = 0x00010000
|
||||
|
||||
|
||||
ENTRY_POINT = DxeMain
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
MODULE_TYPE = UEFI_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = HiiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
||||
EFI_SPECIFICATION_VERSION = 0x0002000A
|
||||
|
||||
#
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## @file
|
||||
# ACPI Table Protocol Driver
|
||||
#
|
||||
# Copyright (c) 2006, 2008, 2009 Intel Corporation<BR> All rights
|
||||
# Copyright (c) 2006 - 2010 Intel Corporation<BR> 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
|
||||
|
@ -18,8 +18,6 @@
|
|||
FILE_GUID = 506533a6-e626-4500-b14f-17939c0e5b60
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||
|
||||
ENTRY_POINT = InitializeAcpiTableDxe
|
||||
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
FILE_GUID = F9D88642-0737-49bc-81B5-6889CD57D9EA
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||
|
||||
ENTRY_POINT = SmbiosDriverEntryPoint
|
||||
|
||||
|
|
Loading…
Reference in New Issue