historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/edk2/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.uni

18 lines
635 B
Text
Raw Normal View History

2024-01-16 17:20:27 +00:00
// /** @file
// This is a sample HII driver.
//
// This driver shows how HII protocol, VFR and UNI files are used to create a HII
// driver which can be dipslayed and configured by a UEFI HII Form Browser.
//
// Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
//
// **/
#string STR_MODULE_ABSTRACT #language en-US "A sample HII driver"
#string STR_MODULE_DESCRIPTION #language en-US "This driver shows how HII protocol, VFR and UNI files are used to create a HII driver that can be displayed and configured by a UEFI HII Form Browser."