diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-08 18:28:03 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-08 18:28:03 +0000 |
commit | 420462d0fbc56ded2fe9283928c058b06ab27f61 (patch) | |
tree | 64baa49c128367029e1604967872aebf34616f57 /ShellPkg/Library/UefiShellCEntryLib | |
parent | 82e589a43fb7a32e3ee7a6064641bce4bed77fa5 (diff) | |
download | edk2-platforms-420462d0fbc56ded2fe9283928c058b06ab27f61.tar.xz |
remove empty sections in INF files.
signed-off-by: jcarsey
reviewed-by: darylm503
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11769 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellCEntryLib')
-rw-r--r-- | ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf b/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf index b06a8f7ac8..69972cee43 100644 --- a/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf +++ b/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf @@ -40,8 +40,5 @@ [Protocols]
gEfiShellParametersProtocolGuid # ALWAYS_CONSUMED
gEfiShellInterfaceGuid # SOMETIMES_CONSUMED
-
-[Guids]
-
-[Pcd.common]
+
|