50 lines
1.4 KiB
INI
50 lines
1.4 KiB
INI
## @file
|
|
# Set Configuration Variable for L05 Feature
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2013, Insyde Software Corp. All Rights Reserved.
|
|
#*
|
|
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#* any part of this publication in any form, by any means, without the prior
|
|
#* written permission of Insyde Software Corporation.
|
|
#*
|
|
#******************************************************************************
|
|
#
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = ConfigurationVariable
|
|
FILE_GUID = a610e170-08af-11e3-a05f-047d7b99e097
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = ConfigurationVariableDriverEntryPoint
|
|
|
|
[Sources]
|
|
ConfigurationVariable.h
|
|
ConfigurationVariable.c
|
|
|
|
[Packages]
|
|
$(PROJECT_PKG)/Project.dec
|
|
$(OEM_FEATURE_OVERRIDE_CORE_CODE)/$(OEM_FEATURE_OVERRIDE_CORE_CODE).dec
|
|
$(OEM_FEATURE_COMMON_PATH)/$(OEM_FEATURE_COMMON_PATH).dec ## Guid/L05ConfigurationVariable.h
|
|
MdePkg/MdePkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
MemoryAllocationLib
|
|
BaseMemoryLib
|
|
BaseLib
|
|
UefiLib
|
|
|
|
[Protocols]
|
|
|
|
[Guids]
|
|
gEfiL05ConfigurationVariableGuid
|
|
|
|
[Depex]
|
|
gEfiVariableArchProtocolGuid AND
|
|
gEfiVariableWriteArchProtocolGuid
|
|
|