52 lines
1.4 KiB
INI
52 lines
1.4 KiB
INI
## @file
|
|
# REST protocol implementation.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2012 - 2018, 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 = BdsCpUpdateMacAddress
|
|
FILE_GUID = 54E13C4D-E21F-4bbf-B191-00B8F07AE240
|
|
MODULE_TYPE = UEFI_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = BdsCpUpdateMacAddressDriverEntryPoint
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[Sources]
|
|
BdsCpUpdateMacAddress.h
|
|
BdsCpUpdateMacAddress.c
|
|
BdsCpUpdateMacAddress.h
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
MemoryAllocationLib
|
|
BaseLib
|
|
UefiLib
|
|
DebugLib
|
|
H2OCpLib
|
|
DevicePathLib
|
|
|
|
[Protocols]
|
|
gEfiDevicePathProtocolGuid
|
|
|
|
[Guids]
|
|
gH2OBdsCpNetworkUpdateMacAddrGuid
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdH2OBdsCpNetworkUpdateMacAddrSupported
|
|
|