diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-28 09:38:09 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-28 09:38:09 +0000 |
commit | b6eec8314fcbb397f23b6447b965b90202f5e2ac (patch) | |
tree | e1123a6279f89fb01b47a09e533ff4c129f9def2 /EdkCompatibilityPkg | |
parent | 4bcf8a95a6878eb55ab2c846a8db6637964004b4 (diff) | |
download | edk2-b6eec8314fcbb397f23b6447b965b90202f5e2ac.tar.gz |
sync patch r10662 from main trunk.
r10662 - Clean up EfiScriptLib by removing unused EfiDriverLib from its INF file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UDK2010@10707 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf index 7d93e5559e..47b084e09b 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf +++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf @@ -1,7 +1,7 @@ #/*++
#
-# Copyright (c) 2006, Intel Corporation
-# All rights reserved. This program and the accompanying materials
+# Copyright (c) 2006 - 2010, 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
# http://opensource.org/licenses/bsd-license.php
@@ -42,6 +42,5 @@ COMPONENT_TYPE = LIBRARY [libraries.common]
EdkFrameworkProtocolLib
- EfiDriverLib
[nmake.common]
|