BayTrail/AaeonIoPkg/F81866/F81866HwmSetup.sdl
2022-09-02 09:03:16 +08:00

82 lines
3.3 KiB
Plaintext

#**********************************************************************
#**********************************************************************
#** **
#** (C)Copyright 1985-2013, American Megatrends, Inc. **
#** **
#** All Rights Reserved. **
#** **
#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
#** **
#** Phone: (770)-246-8600 **
#** **
#**********************************************************************
#**********************************************************************
#**********************************************************************
#<AMI_FHDR_START>
#
# Name: <F81866HwmSetup.sdl>
#
# Description: SDL file to define HWM setup functions
#
#
#<AMI_FHDR_END>
#**********************************************************************
TOKEN
Name = "F81866_Hardware_monitor_SUPPORT"
Value = "1"
Help = "Main switch to enable F81866 hardware monitor support in Project"
TokenType = Boolean
TargetEQU = Yes
TargetH = Yes
Master = Yes
End
PATH
Name = "F81866_HWM_DIR"
End
#======================================================================
#elink Setup Source file and table
#======================================================================
ELINK
Name = "$(F81866_HWM_DIR)\F81866HwmSetup.sd"
Parent = "SETUP_DEFINITIONS"
Priority = 40
InvokeOrder = AfterParent
End
ELINK
Name = "$(F81866_HWM_DIR)\F81866HwmSetup.uni"
Parent = "SetupStringFiles"
InvokeOrder = AfterParent
End
ELINK
Name = "$(F81866_HWM_DIR)/F81866HwmSetup.c"
Parent = "SetupCallbackFiles"
InvokeOrder = AfterParent
End
#======================================================================
#Below elink will be linked into Setup INF component
#======================================================================
ELINK
Name = "ITEM_CALLBACK(ADVANCED_FORM_SET_CLASS,0,F81866_INTERACTIVE_KEY,F81866_HWM_CallBack),"
Parent = "SetupItemCallbacks"
InvokeOrder = AfterParent
End
#**********************************************************************
#**********************************************************************
#** **
#** (C)Copyright 1985-2013, American Megatrends, Inc. **
#** **
#** All Rights Reserved. **
#** **
#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
#** **
#** Phone: (770)-246-8600 **
#** **
#**********************************************************************
#**********************************************************************