2 # This is a sample driver which show how HII protocol, VFR and UNI files are used to
3 # create a driver which can be dipslayed and configured by a UEFI HII Form Browser.
5 # Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19 INF_VERSION = 0x00010005
20 BASE_NAME = DriverSample
21 FILE_GUID = FE3542FE-C1D3-4EF8-657C-8048606FF671
22 MODULE_TYPE = DXE_DRIVER
24 ENTRY_POINT = DriverSampleInit
25 UNLOAD_IMAGE = DriverSampleUnload
28 # The following information is for reference only and not required by the build tools.
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
45 MdeModulePkg/MdeModulePkg.dec
51 UefiBootServicesTableLib
53 UefiRuntimeServicesTableLib
61 gEfiIfrTianoGuid ## CONSUMES ## Guid
64 gEfiHiiStringProtocolGuid ## CONSUMES
65 gEfiHiiConfigRoutingProtocolGuid ## CONSUMES
66 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
67 gEfiFormBrowser2ProtocolGuid ## CONSUMES
68 gEfiHiiDatabaseProtocolGuid ## CONSUMES
72 gEfiSimpleTextOutProtocolGuid AND gEfiHiiDatabaseProtocolGuid AND gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid