diff options
Diffstat (limited to 'SecurityPkg/Tcg/TcgSmm/TcgSmm.inf')
-rw-r--r-- | SecurityPkg/Tcg/TcgSmm/TcgSmm.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SecurityPkg/Tcg/TcgSmm/TcgSmm.inf b/SecurityPkg/Tcg/TcgSmm/TcgSmm.inf index c8e7092e73..9e5751a430 100644 --- a/SecurityPkg/Tcg/TcgSmm/TcgSmm.inf +++ b/SecurityPkg/Tcg/TcgSmm/TcgSmm.inf @@ -3,7 +3,7 @@ # registers SMI callback functions for physical presence and
# MemoryClear to handle the requests from ACPI method.
#
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
# 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
@@ -24,6 +24,7 @@ [Sources]
TcgSmm.c
+ TcgSmm.h
Tpm.asl
[Packages]
|