mirror of https://github.com/acidanthera/audk.git
52 lines
1.6 KiB
INI
52 lines
1.6 KiB
INI
## @file
|
|
# Provides variable check services and database management.
|
|
#
|
|
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# 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
|
|
#
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = VarCheckLib
|
|
MODULE_UNI_FILE = VarCheckLib.uni
|
|
FILE_GUID = 63E12D08-0C5D-47F8-95E4-09F89D7506C5
|
|
MODULE_TYPE = DXE_RUNTIME_DRIVER
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = VarCheckLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
#
|
|
|
|
[Sources]
|
|
VarCheckLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DebugLib
|
|
MemoryAllocationLib
|
|
|
|
[Guids]
|
|
## SOMETIMES_CONSUMES ## Variable:L"Boot####"
|
|
## SOMETIMES_CONSUMES ## Variable:L"Driver####"
|
|
## SOMETIMES_CONSUMES ## Variable:L"SysPrep####"
|
|
## SOMETIMES_CONSUMES ## Variable:L"Key####"
|
|
gEfiGlobalVariableGuid
|
|
gEfiHardwareErrorVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"HwErrRec####"
|