diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 06:30:05 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 06:30:05 +0000 |
commit | 7f58a2f7d6ac989096f28c1a860324fef6ef7340 (patch) | |
tree | c29358dada39ff5f896ae5a5d074fe2bc842d3c4 /MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf | |
parent | af4d71fcda8f124b0a92f45cf13fca050f2671c8 (diff) | |
download | edk2-platforms-7f58a2f7d6ac989096f28c1a860324fef6ef7340.tar.xz |
Roll back revision 2222 to recover the wrong checking.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2780 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf')
-rw-r--r-- | MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf b/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf index 36504f9860..ec17ceacf8 100644 --- a/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf +++ b/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf @@ -1,13 +1,12 @@ #/** @file
-# Component description file for SecurityStub module
-#
-# This driver supports platform security service.
-# Copyright (c) 2006 - 2007, Intel Corporation
+# Component description file for SecurityStub module
#
+# Copyright (c) 2006 - 2007, 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
# 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.
#
@@ -46,7 +45,6 @@ SecurityStub.c
SecurityStub.h
SecurityStub.dxs
- CommonHeader.h
################################################################################
@@ -61,6 +59,17 @@ ################################################################################
#
+# Package Dependency Section - list of Package files that are required for
+# this module.
+#
+################################################################################
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+
+################################################################################
+#
# Library Class Section - list of Library Classes that are required for
# this module.
#
|