X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDriver1CommandsLib%2FUefiShellDriver1CommandsLib.inf;h=0682350891257f98f1d8c9865658834c7c76fefe;hb=7162fdb037fb9385f6bd7d0dc55d54029b810de2;hp=e6774c70e45d7205ce6210ba4f8ebe5d3c4ee8d0;hpb=4ba49616416ad8ce57c61d0bb0a80c7b5dbf434b;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf index e6774c70e4..0682350891 100644 --- a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf +++ b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf @@ -1,7 +1,7 @@ ## @file # Provides shell driver1 profile functions # -# Copyright (c) 2010, Intel Corporation.All rights reserved.
+# Copyright (c) 2010 - 2015, 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 @@ -16,7 +16,7 @@ INF_VERSION = 0x00010006 BASE_NAME = UefiShellDriver1CommandsLib FILE_GUID = 313D3674-3ED4-48fd-BF97-7DB35D4190D1 - MODULE_TYPE = UEFI_DRIVER + MODULE_TYPE = UEFI_APPLICATION VERSION_STRING = 1.0 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER CONSTRUCTOR = UefiShellDriver1CommandsLibConstructor @@ -58,16 +58,16 @@ PeCoffGetEntryPointLib [Pcd] - gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED + gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES [Protocols] - gEfiDriverHealthProtocolGuid # ALWAYS_CONSUMED - gEfiDriverFamilyOverrideProtocolGuid # ALWAYS_CONSUMED - gEfiHiiConfigAccessProtocolGuid # ALWAYS_CONSUMED - gEfiHiiDatabaseProtocolGuid # ALWAYS_CONSUMED + gEfiDriverHealthProtocolGuid ## UNDEFINED + gEfiDriverFamilyOverrideProtocolGuid ## UNDEFINED + gEfiHiiConfigAccessProtocolGuid ## SOMETIMES_CONSUMES + gEfiHiiDatabaseProtocolGuid ## CONSUMES [Guids] - gEfiGlobalVariableGuid # ALWAYS_CONSUMED - gEfiConsoleInDeviceGuid # ALWAYS_CONSUMED - gEfiConsoleOutDeviceGuid # ALWAYS_CONSUMED - + gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## GUID + gEfiConsoleInDeviceGuid ## CONSUMES ## GUID + gEfiConsoleOutDeviceGuid ## CONSUMES ## GUID + gShellDriver1HiiGuid ## PRODUCES ## HII