X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FDxeSmmDriverEntryPoint%2FDxeSmmDriverEntryPoint.inf;h=f9884cf8d0c2ec121eeb47759b6eaa4c7c7dd5cc;hp=816e77a2c72f329b240e7e10c935b126c5c70e4a;hb=c63af3f40210af836647e9481f66754b53895d7f;hpb=38e7a3f00a652468fed7978526a7450ce54e5d09 diff --git a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf index 816e77a2c7..f9884cf8d0 100644 --- a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf +++ b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf @@ -1,8 +1,8 @@ -#/** @file +## @file # SMM driver entry point library # # Register driver in SMRAM and wrapper driver library constructors and entry point -# 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 @@ -21,8 +21,6 @@ MODULE_TYPE = DXE_SMM_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = UefiDriverEntryPoint|DXE_SMM_DRIVER - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 # @@ -31,7 +29,7 @@ # VALID_ARCHITECTURES = IA32 X64 # -[Sources.common] +[Sources] DriverEntryPoint.c