]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/CommonDataClass/ModuleClass.py
BaseTools: Enhance BaseTools supports FixedAtBuild usage in VFR file
[mirror_edk2.git] / BaseTools / Source / Python / CommonDataClass / ModuleClass.py
index c0738b996cd2842b737deb63afc4f85b8f26ba40..c5ea15af5b974aff32c34f017354bc27b449c70a 100644 (file)
@@ -25,7 +25,7 @@ from CommonClass import *
 #\r
 # @var ModuleType:               To store value for ModuleType\r
 # @var SupArchList:              To store value for SupArchList, selection scope is in below list\r
-#                                EBC | IA32 | X64 | IPF | ARM | PPC\r
+#                                EBC | IA32 | X64 | IPF | ARM | PPC | AARCH64\r
 # @var BinaryModule:             To store value for BinaryModule\r
 # @var OutputFileBasename:       To store value for OutputFileBasename\r
 # @var ClonedFrom:               To store value for ClonedFrom, it is a set structure as\r