BayTrail/AaeonIoPkg/NCT5538D/NCT5538DPeiInit.inf

70 lines
2.8 KiB
INI
Raw Permalink Normal View History

2022-09-01 01:53:05 -07:00
#**********************************************************************
#**********************************************************************
#** **
#** (C)Copyright 1985-2014, American Megatrends, Inc. **
#** **
#** All Rights Reserved. **
#** **
#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
#** **
#** Phone: (770)-246-8600 **
#** **
#**********************************************************************
#**********************************************************************
## @file
# NCT5538DPeiInit.inf
#
# SIO library common types and macro definitions. The basic idea is this
# library only includes the SIO definitions, other ISA related definitions,
# such as Floppy runtime registers and UART registers, are not included in
# this library.
# The SIO configuration port is 0x2E, this library does not support relocate
# configuration port base address to other location.
#
#
[Defines]
INF_VERSION = 0x00010005
VERSION_STRING = 1.0
BASE_NAME = NCT5538DPeiInit
MODULE_TYPE = PEIM
## FILE_GUID = 9029F23E-E1EE-40d1-9382-36DD61A63EAA
FILE_GUID = 9029F23E-E1EE-40d1-9382-36DD61A5538D
ENTRY_POINT = NCT5538DPeiInitEntryPoint
[Sources]
NCT5538DPeiInit.c
OemPeiIoTable.c
[Packages]
MdePkg/MdePkg.dec
AmiModulePkg/AmiModulePkg.dec
AmiCompatibilityPkg/AmiCompatibilityPkg.dec
[LibraryClasses]
AmiPeiLib
AmiSioPeiLib
PeimEntryPoint
[Ppis]
gEfiPeiReadOnlyVariable2PpiGuid
[Depex]
TRUE
#**********************************************************************
#**********************************************************************
#** **
#** (C)Copyright 1985-2014, American Megatrends, Inc. **
#** **
#** All Rights Reserved. **
#** **
#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
#** **
#** Phone: (770)-246-8600 **
#** **
#**********************************************************************
#**********************************************************************