X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDriverSampleDxe%2FDriverSampleDxe.inf;h=657d0ca78e11042e03fc58e11da12ac18e124422;hp=42a331779e68eb093dc63baa943b38d4a1a47ea0;hb=cb7d01c0c9fd199742d0fed6aa69dab0c79c3338;hpb=93e3992d1ea50fb30c48f498d257d4e66252dd9b diff --git a/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf b/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf index 42a331779e..657d0ca78e 100644 --- a/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf +++ b/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf @@ -1,8 +1,8 @@ #/** @file -# Component name for module DriverSample +# This is a sample driver which show how HII protocol, VFR and UNI files are used to +# create a driver which can be dipslayed and configured by a UEFI HII Form Browser. # -# FIX ME! -# Copyright (c) 2007, Intel Corporation. All rights reserved. +# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved. # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -21,10 +21,8 @@ FILE_GUID = FE3542FE-C1D3-4EF8-657C-8048606FF671 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x0002000A - ENTRY_POINT = DriverSampleInit + UNLOAD_IMAGE = DriverSampleUnload # # The following information is for reference only and not required by the build tools. @@ -48,6 +46,7 @@ [LibraryClasses] + BaseLib MemoryAllocationLib UefiBootServicesTableLib UefiDriverEntryPoint @@ -55,18 +54,18 @@ BaseMemoryLib DebugLib HiiLib - IfrSupportLib - BaseLib +[Guids] + gEfiIfrTianoGuid ## CONSUMES ## Guid [Protocols] - gEfiHiiStringProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiFormBrowser2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiHiiDatabaseProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiHiiStringProtocolGuid ## CONSUMES + gEfiHiiConfigRoutingProtocolGuid ## CONSUMES + gEfiHiiConfigAccessProtocolGuid ## CONSUMES + gEfiFormBrowser2ProtocolGuid ## CONSUMES + gEfiHiiDatabaseProtocolGuid ## CONSUMES [Depex] - gEfiSimpleTextOutProtocolGuid AND gEfiHiiDatabaseProtocolGuid + gEfiSimpleTextOutProtocolGuid AND gEfiHiiDatabaseProtocolGuid AND gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid