X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDriverSampleDxe%2FDriverSampleDxe.inf;h=34a19940d8e78ea83ff049f3d7fea9f89a52bfde;hb=e5eed7d3641d71d7ea539e5379ea9c6a5cd97004;hp=9e5ff999998dea5957de500135d75bcb066e98e8;hpb=2f3065c0fb21a054956e11ebd6caf5a68bd296e2;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf b/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf index 9e5ff99999..34a19940d8 100644 --- a/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf +++ b/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf @@ -1,10 +1,10 @@ -#/** @file +## @file # 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. # -# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved. +# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 @@ -13,7 +13,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -30,7 +30,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] DriverSample.c inventorystrings.uni NVDataStruc.h @@ -46,6 +46,7 @@ [LibraryClasses] + BaseLib MemoryAllocationLib UefiBootServicesTableLib UefiDriverEntryPoint @@ -53,13 +54,16 @@ BaseMemoryLib DebugLib HiiLib - IfrSupportLib - ExtendedIfrSupportLib + PrintLib + UefiLib + +[Guids] + gEfiIfrTianoGuid ## CONSUMES ## Guid [Protocols] gEfiHiiStringProtocolGuid ## CONSUMES gEfiHiiConfigRoutingProtocolGuid ## CONSUMES - gEfiHiiConfigAccessProtocolGuid ## CONSUMES + gEfiHiiConfigAccessProtocolGuid ## PRODUCES gEfiFormBrowser2ProtocolGuid ## CONSUMES gEfiHiiDatabaseProtocolGuid ## CONSUMES