public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.
@ 2021-09-01  5:30 Linus Liu
  2021-09-01 12:09 ` [edk2-devel] " PierreGondois
  0 siblings, 1 reply; 8+ messages in thread
From: Linus Liu @ 2021-09-01  5:30 UTC (permalink / raw)
  To: devel@edk2.groups.io


[-- Attachment #1.1: Type: text/plain, Size: 4283 bytes --]

Dear Sir
I've followed the attachment try to build UEFI on ARM platform.
But when I ran the below command.
build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG

It shows

Build fail.
Then
I've tried.

build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG  clean

It shows
Build environment: Windows-10-10.0.18362
Build start time: 12:00:00, Sep.01 2021

WORKSPACE        = d:\code\arm
PACKAGES_PATH    = d:\code\arm\edk2;d:\code\arm\edk2-platforms
EDK_TOOLS_PATH   = d:\code\arm\edk2\basetools
EDK_TOOLS_BIN    = d:\code\arm\edk2\basetools\bin\win32
CONF_PATH        = d:\code\arm\edk2\conf
PYTHON_COMMAND   = C:\Python27\python.exe


Architecture(s)  = AARCH64

Processing meta-data .Build target     = DEBUG
Toolchain        = GCC5

Active Platform          = d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc
. done!


build.py...
: error C0DE: Unknown fatal error when processing [d:\code\arm\edk2\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf]

(Please send email to devel@edk2.groups.io for help, attaching following call stack trace!)

(Python 2.7.18 on win32) Traceback (most recent call last):
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 2698, in Main
    MyBuild.Launch()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 2491, in Launch
    self._BuildPlatform()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 1824, in _BuildPlatform
    self._BuildPa(self.Target, Pa, FfsCommand=CmdListDict,PcdMaList=PcdMaList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 1293, in _BuildPa
    AutoGenObject.CreateCodeFile(True)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\Common\caching.py", line 18, in CallMeHere
    Value = self._function(obj, *args,**kwargs)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py", line 173, in CreateCodeFile
    Ma.CreateCodeFile(CreateModuleCodeFile)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py", line 1829, in CreateCodeFile
    for File in self.AutoGenFileList:
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\Common\caching.py", line 28, in __get__
    Value = obj.__dict__[self._function.__name__] = self._function(obj)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py", line 983, in AutoGenFileList
    GenC.CreateCode(self, AutoGenC, AutoGenH, StringH, AutoGenUniIdf, UniStringBinBuffer, StringIdf, AutoGenUniIdf, IdfGenBinBuffer)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py", line 2047, in CreateCode
    CreateUnicodeStringCode(Info, AutoGenC, StringH, UniGenCFlag, UniGenBinBuffer)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py", line 1706, in CreateUnicodeStringCode
    Header, Code = GetStringFiles(Info.UnicodeFileList, SrcList, IncList, Info.IncludePathList, ['.uni', '.inf'], Info.Name, CompatibleMode, ShellMode, UniGenCFlag, UniGenBinBuffer, FilterInfo)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py", line 557, in GetStringFiles
    Uni = UniFileClassObject(sorted(UniFilList, key=lambda x: x.File), IsCompatibleMode, IncludePathList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 230, in __init__
    self.LoadUniFiles(FileList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 542, in LoadUniFiles
    self.LoadUniFile(File)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 472, in LoadUniFile
    self.GetLangDef(File, Line)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 236, in GetLangDef
    Lang = shlex.split(Line.split(u"//")[0])
  File "C:\Python27\lib\shlex.py", line 275, in split
    lex = shlex(s, posix=posix)
  File "C:\Python27\lib\shlex.py", line 25, in __init__
    instream = StringIO(instream)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 20: ordinal not in range(128)


- Failed -
Build end time: 12:00:02, Sep.01 2021
Build total time: 00:00:03

Could you kindly help on it?
Thanks.



[-- Attachment #1.2: Type: text/html, Size: 10110 bytes --]

[-- Attachment #2: building-edkii-eufi-firmware-for-arm-platforms.pdf --]
[-- Type: application/pdf, Size: 372512 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.
@ 2021-09-01  9:30 Sami Mujawar
  2021-09-01 10:08 ` Linus Liu
  0 siblings, 1 reply; 8+ messages in thread
From: Sami Mujawar @ 2021-09-01  9:30 UTC (permalink / raw)
  To: devel@edk2.groups.io, Linus_Liu@phoenix.com; +Cc: nd

[-- Attachment #1: Type: text/plain, Size: 4981 bytes --]

Hi Linus,

It looks like Python2.7 is not working with the EDK2 build system on Windows (at least for Arm builds). Can you try using Python 3.7 instead?
I am using Python 3.7.3 and the build is working. Please let me know if switching to Python 3.7 does not work.

Regards,

Sami Mujawar
From: <devel@edk2.groups.io> on behalf of "Linus Liu via groups.io" <Linus_Liu=phoenix.com@groups.io>
Reply to: "devel@edk2.groups.io" <devel@edk2.groups.io>, "Linus_Liu@phoenix.com" <Linus_Liu@phoenix.com>
Date: Wednesday, 1 September 2021 at 08:50
To: "devel@edk2.groups.io" <devel@edk2.groups.io>
Subject: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Dear Sir
I’ve followed the attachment try to build UEFI on ARM platform.
But when I ran the below command.
build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG

It shows

Build fail.
Then
I’ve tried.

build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG  clean

It shows
Build environment: Windows-10-10.0.18362
Build start time: 12:00:00, Sep.01 2021

WORKSPACE        = d:\code\arm
PACKAGES_PATH    = d:\code\arm\edk2;d:\code\arm\edk2-platforms
EDK_TOOLS_PATH   = d:\code\arm\edk2\basetools
EDK_TOOLS_BIN    = d:\code\arm\edk2\basetools\bin\win32
CONF_PATH        = d:\code\arm\edk2\conf
PYTHON_COMMAND   = C:\Python27\python.exe


Architecture(s)  = AARCH64

Processing meta-data .Build target     = DEBUG
Toolchain        = GCC5

Active Platform          = d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc
. done!


build.py...
: error C0DE: Unknown fatal error when processing [d:\code\arm\edk2\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf]

(Please send email to devel@edk2.groups.io for help, attaching following call stack trace!)

(Python 2.7.18 on win32) Traceback (most recent call last):
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 2698, in Main
    MyBuild.Launch()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 2491, in Launch
    self._BuildPlatform()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 1824, in _BuildPlatform
    self._BuildPa(self.Target, Pa, FfsCommand=CmdListDict,PcdMaList=PcdMaList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 1293, in _BuildPa
    AutoGenObject.CreateCodeFile(True)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\Common\caching.py", line 18, in CallMeHere
    Value = self._function(obj, *args,**kwargs)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py", line 173, in CreateCodeFile
    Ma.CreateCodeFile(CreateModuleCodeFile)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py", line 1829, in CreateCodeFile
    for File in self.AutoGenFileList:
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\Common\caching.py", line 28, in __get__
    Value = obj.__dict__[self._function.__name__] = self._function(obj)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py", line 983, in AutoGenFileList
    GenC.CreateCode(self, AutoGenC, AutoGenH, StringH, AutoGenUniIdf, UniStringBinBuffer, StringIdf, AutoGenUniIdf, IdfGenBinBuffer)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py", line 2047, in CreateCode
    CreateUnicodeStringCode(Info, AutoGenC, StringH, UniGenCFlag, UniGenBinBuffer)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py", line 1706, in CreateUnicodeStringCode
    Header, Code = GetStringFiles(Info.UnicodeFileList, SrcList, IncList, Info.IncludePathList, ['.uni', '.inf'], Info.Name, CompatibleMode, ShellMode, UniGenCFlag, UniGenBinBuffer, FilterInfo)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py", line 557, in GetStringFiles
    Uni = UniFileClassObject(sorted(UniFilList, key=lambda x: x.File), IsCompatibleMode, IncludePathList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 230, in __init__
    self.LoadUniFiles(FileList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 542, in LoadUniFiles
    self.LoadUniFile(File)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 472, in LoadUniFile
    self.GetLangDef(File, Line)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 236, in GetLangDef
    Lang = shlex.split(Line.split(u"//")[0])
  File "C:\Python27\lib\shlex.py", line 275, in split
    lex = shlex(s, posix=posix)
  File "C:\Python27\lib\shlex.py", line 25, in __init__
    instream = StringIO(instream)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 20: ordinal not in range(128)


- Failed -
Build end time: 12:00:02, Sep.01 2021
Build total time: 00:00:03

Could you kindly help on it?
Thanks.




[-- Attachment #2: Type: text/html, Size: 14142 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.
  2021-09-01  9:30 Sami Mujawar
@ 2021-09-01 10:08 ` Linus Liu
  2021-09-01 11:30   ` Sami Mujawar
  0 siblings, 1 reply; 8+ messages in thread
From: Linus Liu @ 2021-09-01 10:08 UTC (permalink / raw)
  To: Sami Mujawar, devel@edk2.groups.io; +Cc: nd


[-- Attachment #1.1: Type: text/plain, Size: 6559 bytes --]

Dear Sir
After switching python 3.7. Still can’t work.
Has other error.
Thanks.



Building ... d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf [AARCH64]
--- Logging error ---
Traceback (most recent call last):
  File "C:\Python37\lib\logging\__init__.py", line 985, in emit
    stream.write(msg)
UnicodeEncodeError: 'cp950' codec can't encode character '\u59b8' in position 17: illegal multibyte sequence
Call stack:
  File "C:\Python37\lib\threading.py", line 885, in _bootstrap
    self._bootstrap_inner()
  File "C:\Python37\lib\threading.py", line 917, in _bootstrap_inner
    self.run()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py", line 91, in run
    self._InfoLogger_agent.log(log_message.levelno,log_message.getMessage())
Message: "'make' OΥ~ROBi檺{Χ\u59b8\u0261C"
Arguments: ()


build.py...
: error 7000: Failed to execute command
              make tbuild [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib]


build.py...
: error F002: Failed to build module
              d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf [AARCH64, GCC5, DEBUG]

- Failed -
Build end time: 18:02:33, Sep.01 2021
Build total time: 00:00:05


From: Sami Mujawar [mailto:Sami.Mujawar@arm.com]
Sent: Wednesday, September 1, 2021 5:30 PM
To: devel@edk2.groups.io; Linus Liu
Cc: nd
Subject: Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Hi Linus,

It looks like Python2.7 is not working with the EDK2 build system on Windows (at least for Arm builds). Can you try using Python 3.7 instead?
I am using Python 3.7.3 and the build is working. Please let me know if switching to Python 3.7 does not work.

Regards,

Sami Mujawar
From: <devel@edk2.groups.io> on behalf of "Linus Liu via groups.io" <Linus_Liu=phoenix.com@groups.io>
Reply to: "devel@edk2.groups.io" <devel@edk2.groups.io>, "Linus_Liu@phoenix.com" <Linus_Liu@phoenix.com>
Date: Wednesday, 1 September 2021 at 08:50
To: "devel@edk2.groups.io" <devel@edk2.groups.io>
Subject: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Dear Sir
I’ve followed the attachment try to build UEFI on ARM platform.
But when I ran the below command.
build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG

It shows

Build fail.
Then
I’ve tried.

build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG  clean

It shows
Build environment: Windows-10-10.0.18362
Build start time: 12:00:00, Sep.01 2021

WORKSPACE        = d:\code\arm
PACKAGES_PATH    = d:\code\arm\edk2;d:\code\arm\edk2-platforms
EDK_TOOLS_PATH   = d:\code\arm\edk2\basetools
EDK_TOOLS_BIN    = d:\code\arm\edk2\basetools\bin\win32
CONF_PATH        = d:\code\arm\edk2\conf
PYTHON_COMMAND   = C:\Python27\python.exe


Architecture(s)  = AARCH64

Processing meta-data .Build target     = DEBUG
Toolchain        = GCC5

Active Platform          = d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc
. done!


build.py...
: error C0DE: Unknown fatal error when processing [d:\code\arm\edk2\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf]

(Please send email to devel@edk2.groups.io for help, attaching following call stack trace!)

(Python 2.7.18 on win32) Traceback (most recent call last):
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 2698, in Main
    MyBuild.Launch()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 2491, in Launch
    self._BuildPlatform()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 1824, in _BuildPlatform
    self._BuildPa(self.Target, Pa, FfsCommand=CmdListDict,PcdMaList=PcdMaList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 1293, in _BuildPa
    AutoGenObject.CreateCodeFile(True)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\Common\caching.py", line 18, in CallMeHere
    Value = self._function(obj, *args,**kwargs)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py", line 173, in CreateCodeFile
    Ma.CreateCodeFile(CreateModuleCodeFile)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py", line 1829, in CreateCodeFile
    for File in self.AutoGenFileList:
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\Common\caching.py", line 28, in __get__
    Value = obj.__dict__[self._function.__name__] = self._function(obj)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py", line 983, in AutoGenFileList
    GenC.CreateCode(self, AutoGenC, AutoGenH, StringH, AutoGenUniIdf, UniStringBinBuffer, StringIdf, AutoGenUniIdf, IdfGenBinBuffer)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py", line 2047, in CreateCode
    CreateUnicodeStringCode(Info, AutoGenC, StringH, UniGenCFlag, UniGenBinBuffer)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py", line 1706, in CreateUnicodeStringCode
    Header, Code = GetStringFiles(Info.UnicodeFileList, SrcList, IncList, Info.IncludePathList, ['.uni', '.inf'], Info.Name, CompatibleMode, ShellMode, UniGenCFlag, UniGenBinBuffer, FilterInfo)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py", line 557, in GetStringFiles
    Uni = UniFileClassObject(sorted(UniFilList, key=lambda x: x.File), IsCompatibleMode, IncludePathList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 230, in __init__
    self.LoadUniFiles(FileList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 542, in LoadUniFiles
    self.LoadUniFile(File)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 472, in LoadUniFile
    self.GetLangDef(File, Line)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 236, in GetLangDef
    Lang = shlex.split(Line.split(u"//")[0])
  File "C:\Python27\lib\shlex.py", line 275, in split
    lex = shlex(s, posix=posix)
  File "C:\Python27\lib\shlex.py", line 25, in __init__
    instream = StringIO(instream)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 20: ordinal not in range(128)


- Failed -
Build end time: 12:00:02, Sep.01 2021
Build total time: 00:00:03

Could you kindly help on it?
Thanks.




[-- Attachment #1.2: Type: text/html, Size: 18011 bytes --]

[-- Attachment #2: buildpy37.log --]
[-- Type: application/octet-stream, Size: 290630 bytes --]

Build environment: Windows-10-10.0.18362-SP0
Build start time: 18:02:28, Sep.01 2021

WORKSPACE        = d:\code\arm
PACKAGES_PATH    = d:\code\arm\edk2;d:\code\arm\edk2-platforms
EDK_TOOLS_PATH   = d:\code\arm\edk2\basetools
EDK_TOOLS_BIN    = d:\code\arm\edk2\basetools\bin\win32
CONF_PATH        = d:\code\arm\edk2\conf
PYTHON_COMMAND   = C:\Python37\python.exe



Processing meta-data .Architecture(s)  = AARCH64
Build target     = DEBUG
Toolchain        = GCC5

Active Platform          = d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc

FLASH_DEFINITION = None
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\PCD\Dxe\Pcd.inf] [AARCH64]:
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\BasePcdLibNull\BasePcdLibNull.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2-platforms\Platform\ARM\Drivers\BootMonFs\BootMonFs.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\DpcDxe\DpcDxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\VlanConfigDxe\VlanConfigDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\MnpDxe\MnpDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\ArpDxe\ArpDxe.inf] [AARCH64]:
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\Dhcp4Dxe\Dhcp4Dxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	UdpIoLib : d:\code\arm\edk2\NetworkPkg\Library\DxeUdpIoLib\DxeUdpIoLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\Ip4Dxe\Ip4Dxe.inf] [AARCH64]:
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\Udp4Dxe\Udp4Dxe.inf] [AARCH64]:
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	IpIoLib : d:\code\arm\edk2\NetworkPkg\Library\DxeIpIoLib\DxeIpIoLib.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\Mtftp4Dxe\Mtftp4Dxe.inf] [AARCH64]:
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	UdpIoLib : d:\code\arm\edk2\NetworkPkg\Library\DxeUdpIoLib\DxeUdpIoLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\TcpDxe\TcpDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	IpIoLib : d:\code\arm\edk2\NetworkPkg\Library\DxeIpIoLib\DxeIpIoLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\UefiPxeBcDxe\UefiPxeBcDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\EmbeddedPkg\Application\AndroidFastboot\AndroidFastbootApp.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiApplicationEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiApplicationEntryPoint\UefiApplicationEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\EmbeddedPkg\Drivers\AndroidFastbootTransportUsbDxe\FastbootTransportUsbDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Drivers\ArmVExpressFastBootDxe\ArmVExpressFastBootDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiApplicationEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiApplicationEntryPoint\UefiApplicationEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	ShellCommandLib : d:\code\arm\edk2\ShellPkg\Library\UefiShellCommandLib\UefiShellCommandLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	FileHandleLib : d:\code\arm\edk2\MdePkg\Library\UefiFileHandleLib\UefiFileHandleLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	SortLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf
	HandleParsingLib : d:\code\arm\edk2\ShellPkg\Library\UefiHandleParsingLib\UefiHandleParsingLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	NULL3 : d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf
	NULL4 : d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf
	NULL5 : d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf
	NULL6 : d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf
	NULL7 : d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf
	NULL8 : d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf
	NULL9 : d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf
	NULL10 : d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf
	ShellLib : d:\code\arm\edk2\ShellPkg\Library\UefiShellLib\UefiShellLib.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	BcfgCommandLib : d:\code\arm\edk2\ShellPkg\Library\UefiShellBcfgCommandLib\UefiShellBcfgCommandLib.inf
	UefiBootManagerLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	PerformanceLib : d:\code\arm\edk2\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib.inf
	PeCoffGetEntryPointLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	OrderedCollectionLib : d:\code\arm\edk2\MdePkg\Library\BaseOrderedCollectionRedBlackTreeLib\BaseOrderedCollectionRedBlackTreeLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf

Library instances of module [d:\code\arm\edk2\ShellPkg\DynamicCommand\TftpDynamicCommand\TftpDynamicCommand.inf] [AARCH64]:
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	ShellLib : d:\code\arm\edk2\ShellPkg\Library\UefiShellLib\UefiShellLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	FileHandleLib : d:\code\arm\edk2\MdePkg\Library\UefiFileHandleLib\UefiFileHandleLib.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SortLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	TableHelperLib : d:\code\arm\edk2\DynamicTablesPkg\Library\Common\TableHelperLib\TableHelperLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	NULL11 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf
	NULL12 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf
	NULL13 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf
	NULL14 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf
	NULL15 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf
	NULL16 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf
	NULL17 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf
	NULL18 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf
	NULL19 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf
	NULL20 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf
	NULL21 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf
	NULL22 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf
	AmlLib : d:\code\arm\edk2\DynamicTablesPkg\Library\Common\AmlLib\AmlLib.inf
	SsdtSerialPortFixupLib : d:\code\arm\edk2\DynamicTablesPkg\Library\Common\SsdtSerialPortFixupLib\SsdtSerialPortFixupLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf

Library instances of module [d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe.inf] [AARCH64]:
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	TableHelperLib : d:\code\arm\edk2\DynamicTablesPkg\Library\Common\TableHelperLib\TableHelperLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\ArmPlatformPkg\PrePi\PeiUniCore.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	CacheMaintenanceLib : d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	DebugAgentLib : d:\code\arm\edk2\ArmPkg\Library\DebugAgentSymbolsBaseLib\DebugAgentSymbolsBaseLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	ExtractGuidedSectionLib : d:\code\arm\edk2\EmbeddedPkg\Library\PrePiExtractGuidedSectionLib\PrePiExtractGuidedSectionLib.inf
	LzmaDecompressLib : d:\code\arm\edk2\MdeModulePkg\Library\LzmaCustomDecompressLib\LzmaCustomDecompressLib.inf
	PrePiLib : d:\code\arm\edk2\EmbeddedPkg\Library\PrePiLib\PrePiLib.inf
	ArmPlatformLib : d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\ArmVExpressLibRTSM\ArmVExpressLib.inf
	ArmPlatformStackLib : d:\code\arm\edk2\ArmPlatformPkg\Library\ArmPlatformStackLib\ArmPlatformStackLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\EmbeddedPkg\Library\PrePiMemoryAllocationLib\PrePiMemoryAllocationLib.inf
	HobLib : d:\code\arm\edk2\EmbeddedPkg\Library\PrePiHobLib\PrePiHobLib.inf
	PrePiHobListPointerLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PrePiHobListPointerLib\PrePiHobListPointerLib.inf
	PlatformPeiLib : d:\code\arm\edk2\ArmPlatformPkg\PlatformPei\PlatformPeiLib.inf
	MemoryInitPeiLib : d:\code\arm\edk2\ArmPlatformPkg\MemoryInitPei\MemoryInitPeiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	ArmMmuLib : d:\code\arm\edk2\ArmPkg\Library\ArmMmuLib\ArmMmuBaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLib\BaseMemoryLib.inf
	UefiDecompressLib : d:\code\arm\edk2\MdePkg\Library\BaseUefiDecompressLib\BaseUefiDecompressLib.inf
	PeCoffLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffLib\BasePeCoffLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PerformanceLib : d:\code\arm\edk2\MdeModulePkg\Library\PeiPerformanceLib\PeiPerformanceLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\BasePcdLibNull\BasePcdLibNull.inf
	PeCoffExtraActionLib : d:\code\arm\edk2\ArmPkg\Library\DebugPeCoffExtraActionLib\DebugPeCoffExtraActionLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf] [AARCH64]:
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	CacheMaintenanceLib : d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf
	UefiDecompressLib : d:\code\arm\edk2\MdePkg\Library\BaseUefiDecompressLib\BaseUefiDecompressLib.inf
	PerformanceLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeCorePerformanceLib\DxeCorePerformanceLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeCoreHobLib\DxeCoreHobLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	DxeCoreEntryPoint : d:\code\arm\edk2\MdePkg\Library\DxeCoreEntryPoint\DxeCoreEntryPoint.inf
	PeCoffLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffLib\BasePeCoffLib.inf
	PeCoffGetEntryPointLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf
	PeCoffExtraActionLib : d:\code\arm\edk2\ArmPkg\Library\DebugPeCoffExtraActionLib\DebugPeCoffExtraActionLib.inf
	ExtractGuidedSectionLib : d:\code\arm\edk2\MdePkg\Library\DxeExtractGuidedSectionLib\DxeExtractGuidedSectionLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeCoreMemoryAllocationLib\DxeCoreMemoryAllocationLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	DebugAgentLib : d:\code\arm\edk2\MdeModulePkg\Library\DebugAgentLibNull\DebugAgentLibNull.inf
	CpuExceptionHandlerLib : d:\code\arm\edk2\ArmPkg\Library\ArmExceptionLib\ArmExceptionLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\BasePcdLibNull\BasePcdLibNull.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	NULL23 : d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	DefaultExceptionHandlerLib : d:\code\arm\edk2\ArmPkg\Library\DefaultExceptionHandlerLib\DefaultExceptionHandlerLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	ArmDisassemblerLib : d:\code\arm\edk2\ArmPkg\Library\ArmDisassemblerLib\ArmDisassemblerLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf

Library instances of module [d:\code\arm\edk2\ArmPkg\Drivers\CpuDxe\CpuDxe.inf] [AARCH64]:
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmMmuLib : d:\code\arm\edk2\ArmPkg\Library\ArmMmuLib\ArmMmuBaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	CacheMaintenanceLib : d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf
	CpuLib : d:\code\arm\edk2\MdePkg\Library\BaseCpuLib\BaseCpuLib.inf
	CpuExceptionHandlerLib : d:\code\arm\edk2\ArmPkg\Library\ArmExceptionLib\ArmExceptionLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	DefaultExceptionHandlerLib : d:\code\arm\edk2\ArmPkg\Library\DefaultExceptionHandlerLib\DefaultExceptionHandlerLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	PeCoffGetEntryPointLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	ArmDisassemblerLib : d:\code\arm\edk2\ArmPkg\Library\ArmDisassemblerLib\ArmDisassemblerLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Core\RuntimeDxe\RuntimeDxe.inf] [AARCH64]:
	PeCoffLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffLib\BasePeCoffLib.inf
	CacheMaintenanceLib : d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\RuntimeDxeReportStatusCodeLib\RuntimeDxeReportStatusCodeLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	PeCoffExtraActionLib : d:\code\arm\edk2\ArmPkg\Library\DebugPeCoffExtraActionLib\DebugPeCoffExtraActionLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SecurityManagementLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeSecurityManagementLib\DxeSecurityManagementLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	CapsuleLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	CacheMaintenanceLib : d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf] [AARCH64]:
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	SynchronizationLib : d:\code\arm\edk2\MdePkg\Library\BaseSynchronizationLib\BaseSynchronizationLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLib\BaseMemoryLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	TpmMeasurementLib : d:\code\arm\edk2\MdeModulePkg\Library\TpmMeasurementLibNull\TpmMeasurementLibNull.inf
	AuthVariableLib : d:\code\arm\edk2\MdeModulePkg\Library\AuthVariableLibNull\AuthVariableLibNull.inf
	VarCheckLib : d:\code\arm\edk2\MdeModulePkg\Library\VarCheckLib\VarCheckLib.inf
	VariablePolicyLib : d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyLib\VariablePolicyLibRuntimeDxe.inf
	VariablePolicyHelperLib : d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyHelperLib\VariablePolicyHelperLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	NULL24 : d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf
	NULL25 : d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SafeIntLib : d:\code\arm\edk2\MdePkg\Library\BaseSafeIntLib\BaseSafeIntLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe.inf] [AARCH64]:
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe.inf] [AARCH64]:
	ResetSystemLib : d:\code\arm\edk2\ArmPkg\Library\ArmSmcPsciResetSystemLib\ArmSmcPsciResetSystemLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\RuntimeDxeReportStatusCodeLib\RuntimeDxeReportStatusCodeLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	ArmSmcLib : d:\code\arm\edk2\ArmPkg\Library\ArmSmcLib\ArmSmcLib.inf

Library instances of module [d:\code\arm\edk2\EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe.inf] [AARCH64]:
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	RealTimeClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL031RealTimeClockLib\PL031RealTimeClockLib.inf
	TimeBaseLib : d:\code\arm\edk2\EmbeddedPkg\Library\TimeBaseLib\TimeBaseLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf

Library instances of module [d:\code\arm\edk2\EmbeddedPkg\MetronomeDxe\MetronomeDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe.inf] [AARCH64]:
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiBootManagerLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PerformanceLib : d:\code\arm\edk2\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib.inf
	PeCoffGetEntryPointLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	SortLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\SerialDxe\SerialDxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe.inf] [AARCH64]:
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe.inf] [AARCH64]:
	ArmPlatformLib : d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\ArmVExpressLibRTSM\ArmVExpressLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf

Library instances of module [d:\code\arm\edk2\ArmPkg\Drivers\ArmGic\ArmGicDxe.inf] [AARCH64]:
	ArmGicLib : d:\code\arm\edk2\ArmPkg\Drivers\ArmGic\ArmGicLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGicArchLib : d:\code\arm\edk2\ArmPkg\Library\ArmGicArchLib\ArmGicArchLib.inf

Library instances of module [d:\code\arm\edk2\ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe.inf] [AARCH64]:
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	NorFlashPlatformLib : d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\NorFlashArmVExpressLib\NorFlashArmVExpressLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\ArmPkg\Drivers\TimerDxe\TimerDxe.inf] [AARCH64]:
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf

Library instances of module [d:\code\arm\edk2\ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe.inf] [AARCH64]:
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\ArmPkg\Filesystem\SemihostFs\SemihostFs.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	SemihostLib : d:\code\arm\edk2\ArmPkg\Library\SemihostLib\SemihostLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\EmbeddedPkg\Universal\MmcDxe\MmcDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe.inf] [AARCH64]:
	ArmShellCmdRunAxfLib : d:\code\arm\edk2-platforms\Platform\ARM\Library\ArmShellCmdRunAxf\ArmShellCmdRunAxf.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	VirtioMmioDeviceLib : d:\code\arm\edk2\OvmfPkg\Library\VirtioMmioDeviceLib\VirtioMmioDeviceLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	CacheMaintenanceLib : d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	ShellLib : d:\code\arm\edk2\ShellPkg\Library\UefiShellLib\UefiShellLib.inf
	FileHandleLib : d:\code\arm\edk2\MdePkg\Library\UefiFileHandleLib\UefiFileHandleLib.inf
	SortLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf

Library instances of module [d:\code\arm\edk2\OvmfPkg\VirtioBlkDxe\VirtioBlk.inf] [AARCH64]:
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	VirtioLib : d:\code\arm\edk2\OvmfPkg\Library\VirtioLib\VirtioLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\FatPkg\EnhancedFatDxe\Fat.inf] [AARCH64]:
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	CustomizedDisplayLib : d:\code\arm\edk2\MdeModulePkg\Library\CustomizedDisplayLib\CustomizedDisplayLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe.inf] [AARCH64]:
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\BdsDxe\BdsDxe.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiBootManagerLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib.inf
	VariablePolicyHelperLib : d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyHelperLib\VariablePolicyHelperLib.inf
	PlatformBootManagerLib : d:\code\arm\edk2\ArmPkg\Library\PlatformBootManagerLib\PlatformBootManagerLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BootLogoLib : d:\code\arm\edk2\MdeModulePkg\Library\BootLogoLib\BootLogoLib.inf
	CapsuleLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	PerformanceLib : d:\code\arm\edk2\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib.inf
	PeCoffGetEntryPointLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	SortLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	UefiApplicationEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiApplicationEntryPoint\UefiApplicationEntryPoint.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	UefiBootManagerLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	NULL26 : d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf
	NULL27 : d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf
	NULL28 : d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf
	FileExplorerLib : d:\code\arm\edk2\MdeModulePkg\Library\FileExplorerLib\FileExplorerLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	PerformanceLib : d:\code\arm\edk2\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib.inf
	PeCoffGetEntryPointLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	SortLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe.inf] [AARCH64]:
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PciSegmentLib : d:\code\arm\edk2\MdePkg\Library\BasePciSegmentLibPci\BasePciSegmentLibPci.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	PciHostBridgeLib : d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\ArmVExpressPciHostBridgeLib\ArmVExpressPciHostBridgeLib.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	PciLib : d:\code\arm\edk2\MdePkg\Library\BasePciLibPciExpress\BasePciLibPciExpress.inf
	PciExpressLib : d:\code\arm\edk2\MdePkg\Library\BasePciExpressLib\BasePciExpressLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
.	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
Following Fv will be add to Fd !!!
FVMAIN
FVMAIN_COMPACT
Call each region's AddToBuffer function
First generate Apriori file !
 Begine parsing INf file : ArmPlatformPkg/PrePi/PeiUniCore.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmPlatformPrePiUniCore
ModuleGuid : 3e401783-cc94-4fcd-97bc-bd35ac369d2f
ModuleType : SEC
VersionString : 1.0
InfFileName :ArmPlatformPkg\PrePi\PeiUniCore.inf
Trying to apply common rule RULE.COMMON.SEC for INF ArmPlatformPkg\PrePi\PeiUniCore.inf
Want To Find Rule Name is : RULE.COMMON.SEC
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\PrePi\PeiUniCore\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.SEC for INF ArmPlatformPkg\PrePi\PeiUniCore.inf
Want To Find Rule Name is : RULE.COMMON.SEC
Packing binaries from inf file : ArmPlatformPkg\PrePi\PeiUniCore.inf
Write the buffer contents to Fd file
First generate Apriori file !
 Begine parsing INf file : MdeModulePkg/Core/Dxe/DxeMain.inf
Valid target architecture(s) is : AARCH64
BaseName : DxeCore
ModuleGuid : D6A2CB7F-6A18-4e2f-B43B-9920A733700A
ModuleType : DXE_CORE
VersionString : 1.0
InfFileName :MdeModulePkg\Core\Dxe\DxeMain.inf
Trying to apply common rule RULE.COMMON.DXE_CORE for INF MdeModulePkg\Core\Dxe\DxeMain.inf
Want To Find Rule Name is : RULE.COMMON.DXE_CORE
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Core\Dxe\DxeMain\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_CORE for INF MdeModulePkg\Core\Dxe\DxeMain.inf
Want To Find Rule Name is : RULE.COMMON.DXE_CORE
Packing binaries from inf file : MdeModulePkg\Core\Dxe\DxeMain.inf
 Begine parsing INf file : MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
Valid target architecture(s) is : AARCH64
BaseName : PcdDxe
ModuleGuid : 80CF7257-87AB-47f9-A3FE-D50B76D89541
ModuleType : DXE_DRIVER
VersionString : 4.0
.InfFileName :MdeModulePkg\Universal\PCD\Dxe\Pcd.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\PCD\Dxe\Pcd.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\PCD\Dxe\Pcd\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\PCD\Dxe\Pcd.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\PCD\Dxe\Pcd.inf
 Begine parsing INf file : ArmPkg/Drivers/CpuDxe/CpuDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmCpuDxe
ModuleGuid : B8D9777E-D72A-451F-9BDB-BAFB52A68415
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :ArmPkg\Drivers\CpuDxe\CpuDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\CpuDxe\CpuDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\CpuDxe\CpuDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\CpuDxe\CpuDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : ArmPkg\Drivers\CpuDxe\CpuDxe.inf
 Begine parsing INf file : MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : RuntimeDxe
ModuleGuid : B601F8C4-43B7-4784-95B1-F4226CB40CEE
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Core\RuntimeDxe\RuntimeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Core\RuntimeDxe\RuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Core\RuntimeDxe\RuntimeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Core\RuntimeDxe\RuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : MdeModulePkg\Core\RuntimeDxe\RuntimeDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : SecurityStubDxe
ModuleGuid : F80697E9-7FD6-4665-8646-88E33EF71DFC
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : CapsuleRuntimeDxe
ModuleGuid : 42857F0A-13F2-4B21-8A23-53D3F714B840
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : VariableRuntimeDxe
ModuleGuid : CBD2E4D5-7068-4FF5-B462-9822B4AD8D60
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : FaultTolerantWriteDxe
ModuleGuid : FE5CEA76-4F72-49e8-986F-2CD899DFFE5D
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : MonotonicCounterRuntimeDxe
ModuleGuid : AD608272-D07F-4964-801E-7BD3B7888652
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ResetSystemRuntimeDxe
ModuleGuid : 4B28E4C7-FF36-4e10-93CF-A82159E777C5
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe.inf
 Begine parsing INf file : EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : RealTimeClock
ModuleGuid : B336F62D-4135-4A55-AE4E-4971BBF0885D
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe.inf
 Begine parsing INf file : EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : MetronomeDxe
ModuleGuid : 4C6E0267-C77D-410D-8100-1495911A989D
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :EmbeddedPkg\MetronomeDxe\MetronomeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF EmbeddedPkg\MetronomeDxe\MetronomeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\MetronomeDxe\MetronomeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF EmbeddedPkg\MetronomeDxe\MetronomeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : EmbeddedPkg\MetronomeDxe\MetronomeDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : HiiDatabase
ModuleGuid : 348C4D62-BFBD-4882-9ECE-C80BB1C4783B
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : AcpiTableDxe
ModuleGuid : 9622E42C-8E38-4a08-9E8F-54F784652F6B
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe.inf
 Begine parsing INf file : Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ConfigurationManagerDxe
ModuleGuid : 29F45677-1920-4454-94A6-CF119C9491DB
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe.inf
 Begine parsing INf file : DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : DynamicTableFactoryDxe
ModuleGuid : FE846898-7403-4932-B8AD-A0491F0C2CBA
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
 Begine parsing INf file : DynamicTablesPkg/Drivers/DynamicTableManagerDxe/DynamicTableManagerDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : DynamicTableManagerDxe
ModuleGuid : 89122868-BCFD-49E8-88A3-06635CB7B3CF
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ConPlatformDxe
ModuleGuid : 51ccf399-4fdf-4e55-a45b-e123f84d456a
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe.inf
Optional Section don't exist!
 Begine parsing INf file : MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ConSplitterDxe
ModuleGuid : 408edcec-cf6d-477c-a5a8-b4844e3de281
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe.inf
Optional Section don't exist!
 Begine parsing INf file : MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : GraphicsConsoleDxe
ModuleGuid : CCCB0C28-4B24-11d5-9A5A-0090273FC14D
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe.inf
Optional Section don't exist!
 Begine parsing INf file : MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : TerminalDxe
ModuleGuid : 9E863906-A40F-4875-977F-5B93FF237FC6
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe.inf
Optional Section don't exist!
 Begine parsing INf file : MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : SerialDxe
ModuleGuid : 9A5163E7-5C29-453F-825C-837A46A81E15
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\SerialDxe\SerialDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SerialDxe\SerialDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SerialDxe\SerialDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SerialDxe\SerialDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\SerialDxe\SerialDxe.inf
 Begine parsing INf file : ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmGicDxe
ModuleGuid : DE371F7C-DEC4-4D21-ADF1-593ABCC15882
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :ArmPkg\Drivers\ArmGic\ArmGicDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\ArmGic\ArmGicDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\ArmGic\ArmGicDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\ArmGic\ArmGicDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : ArmPkg\Drivers\ArmGic\ArmGicDxe.inf
 Begine parsing INf file : ArmPkg/Drivers/TimerDxe/TimerDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmTimerDxe
ModuleGuid : 49ea041e-6752-42ca-b0b1-7344fe2546b7
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :ArmPkg\Drivers\TimerDxe\TimerDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\TimerDxe\TimerDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\TimerDxe\TimerDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\TimerDxe\TimerDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : ArmPkg\Drivers\TimerDxe\TimerDxe.inf
 Begine parsing INf file : ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmVeNorFlashDxe
ModuleGuid : 93E34C7E-B50E-11DF-9223-2443DFD72085
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe.inf
 Begine parsing INf file : ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : GenericWatchdogDxe
ModuleGuid : 0619f5c2-4858-4caa-a86a-73a21a18df6b
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe.inf
 Begine parsing INf file : ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
Valid target architecture(s) is : AARCH64
BaseName : SemihostFs
ModuleGuid : C5B9C74A-6D72-4719-99AB-C59F199091EB
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :ArmPkg\Filesystem\SemihostFs\SemihostFs.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF ArmPkg\Filesystem\SemihostFs\SemihostFs.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Filesystem\SemihostFs\SemihostFs\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF ArmPkg\Filesystem\SemihostFs\SemihostFs.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : ArmPkg\Filesystem\SemihostFs\SemihostFs.inf
Optional Section don't exist!
 Begine parsing INf file : MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : DiskIoDxe
ModuleGuid : 6B38F7B4-AD98-40e9-9093-ACA2B5A253C4
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe.inf
Optional Section don't exist!
 Begine parsing INf file : MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : PartitionDxe
ModuleGuid : 1FA1F39E-FEFF-4aae-BD7B-38A070A3B609
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe.inf
Optional Section don't exist!
 Begine parsing INf file : FatPkg/EnhancedFatDxe/Fat.inf
Valid target architecture(s) is : AARCH64
BaseName : Fat
ModuleGuid : 961578FE-B6B7-44c3-AF35-6BC705CD2B1F
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :FatPkg\EnhancedFatDxe\Fat.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF FatPkg\EnhancedFatDxe\Fat.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\FatPkg\EnhancedFatDxe\Fat\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF FatPkg\EnhancedFatDxe\Fat.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : FatPkg\EnhancedFatDxe\Fat.inf
Optional Section don't exist!
 Begine parsing INf file : MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : EnglishDxe
ModuleGuid : CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe.inf
Optional Section don't exist!
 Begine parsing INf file : EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : MmcDxe
ModuleGuid : b6f44cc0-9e45-11df-be21-0002a5d5c51b
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :EmbeddedPkg\Universal\MmcDxe\MmcDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF EmbeddedPkg\Universal\MmcDxe\MmcDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Universal\MmcDxe\MmcDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF EmbeddedPkg\Universal\MmcDxe\MmcDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : EmbeddedPkg\Universal\MmcDxe\MmcDxe.inf
 Begine parsing INf file : Platform/ARM/VExpressPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : PL180MciDxe
ModuleGuid : 09831032-6fa3-4484-af4f-0a000a8d3a82
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : SmbiosDxe
ModuleGuid : F9D88642-0737-49bc-81B5-6889CD57D9EA
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe.inf
 Begine parsing INf file : Platform/ARM/VExpressPkg/Drivers/ArmVExpressDxe/ArmFvpDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmFvpDxe
ModuleGuid : 405b2307-6839-4d52-aeb9-bece64252800
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe.inf
Optional Section don't exist!
 Begine parsing INf file : OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
Valid target architecture(s) is : AARCH64
BaseName : VirtioBlkDxe
ModuleGuid : 11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :OvmfPkg\VirtioBlkDxe\VirtioBlk.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF OvmfPkg\VirtioBlkDxe\VirtioBlk.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\OvmfPkg\VirtioBlkDxe\VirtioBlk\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF OvmfPkg\VirtioBlkDxe\VirtioBlk.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : OvmfPkg\VirtioBlkDxe\VirtioBlk.inf
Optional Section don't exist!
 Begine parsing INf file : ShellPkg/Application/Shell/Shell.inf
Valid target architecture(s) is : AARCH64
BaseName : Shell
ModuleGuid : 7C04A583-9E3E-4f1c-AD65-E05268D0B4D1
ModuleType : UEFI_APPLICATION
VersionString : 1.0
InfFileName :ShellPkg\Application\Shell\Shell.inf
Trying to apply common rule RULE.COMMON.UEFI_APPLICATION for INF ShellPkg\Application\Shell\Shell.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_APPLICATION
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_APPLICATION for INF ShellPkg\Application\Shell\Shell.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_APPLICATION
Packing binaries from inf file : ShellPkg\Application\Shell\Shell.inf
 Begine parsing INf file : MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : DevicePathDxe
ModuleGuid : 9B680FCE-AD6B-4F3A-B60B-F59899003443
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : DisplayEngine
ModuleGuid : E660EA85-058E-4b55-A54B-F02F83A24707
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : SetupBrowser
ModuleGuid : EBf342FE-B1D3-4EF8-957C-8048606FF671
ModuleType : DXE_DRIVER
VersionString : 2.0
InfFileName :MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe.inf
 Begine parsing INf file : MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : BdsDxe
ModuleGuid : 6D33944A-EC75-4855-A54D-809C75241F6C
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\BdsDxe\BdsDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\BdsDxe\BdsDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\BdsDxe\BdsDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\BdsDxe\BdsDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\BdsDxe\BdsDxe.inf
 Begine parsing INf file : MdeModulePkg/Application/UiApp/UiApp.inf
Valid target architecture(s) is : AARCH64
BaseName : UiApp
ModuleGuid : 462CAA21-7614-4503-836E-8AB6F4662331
ModuleType : UEFI_APPLICATION
VersionString : 1.0
InfFileName :MdeModulePkg\Application\UiApp\UiApp.inf
Trying to apply common rule RULE.COMMON.UEFI_APPLICATION for INF MdeModulePkg\Application\UiApp\UiApp.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_APPLICATION
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Application\UiApp\UiApp\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_APPLICATION for INF MdeModulePkg\Application\UiApp\UiApp.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_APPLICATION
Packing binaries from inf file : MdeModulePkg\Application\UiApp\UiApp.inf
 Begine parsing INf file : ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmPciCpuIo2Dxe
ModuleGuid : 168D1A6E-F4A5-448A-9E95-795661BB3067
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe.inf
 Begine parsing INf file : MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : PciBusDxe
ModuleGuid : 93B80004-9FB3-11d4-9A3A-0090273FC14D
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe.inf
Optional Section don't exist!
 Begine parsing INf file : MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : PciHostBridgeDxe
ModuleGuid : 128FB770-5E79-4176-9E51-9BB268A17DD1
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe.inf
 Begine parsing INf file : MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
Valid target architecture(s) is : AARCH64
BaseName : AtaAtapiPassThruDxe
ModuleGuid : 5E523CB4-D397-4986-87BD-A6DD8B22F455
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru.inf
Optional Section don't exist!
 Begine parsing INf file : MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : AtaBusDxe
ModuleGuid : 19DF145A-B1D4-453f-8507-38816676D7F6
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe.inf
Optional Section don't exist!
 Begine parsing INf file : MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : SataController
ModuleGuid : 820C59BB-274C-43B2-83EA-DAC673035A59
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe.inf
Optional Section don't exist!
 Begine parsing INf file : MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : FvSimpleFileSystem
ModuleGuid : 907125c0-a5f1-11e3-a3fe-a3198b49350c
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe.inf
Optional Section don't exist!
DEPEX[PcdDxe] (+PcdDxe) = ['(', 'TRUE', ')']






















Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
.Skipped d:\code\arm\edk2\ShellPkg\Library\UefiHandleParsingLib\UefiHandleParsingLib.uni for string token uses search
DEPEX[SerialDxe] (+SerialDxe) = ['(', 'TRUE', ')']



DEPEX[SerialDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']













DEPEX[VirtioBlkDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





DEPEX[TerminalDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



DEPEX[UefiPxeBcDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





Skipped d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerStrings.uni for string token uses search
DEPEX[RealTimeClock] (+RealTimeClock) = ['(', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')']


DEPEX[RealTimeClock] (+DxePcdLib) = ['(', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']


















DEPEX[RealTimeClock] (+PL031RealTimeClockLib) = ['(', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')', 'AND', '(', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')']




DEPEX[ArmTimerDxe] (+ArmTimerDxe) = ['(', '{ 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }', ')']

DEPEX[ArmTimerDxe] (+DxePcdLib) = ['(', '{ 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']





















DEPEX[Dhcp4Dxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\SmbiosView\SmbiosViewStrings.uni for string token uses search
DEPEX[GraphicsConsoleDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.uni for string token uses search




Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\Edit\TextEditStrings.uni for string token uses search
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\HexEdit\HexeditStrings.uni for string token uses search
Skipped d:\code\arm\edk2\MdeModulePkg\Universal\DisplayEngineDxe\FormDisplayStr.uni for string token uses search
DEPEX[DisplayEngine] (+DisplayEngine) = ['(', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', 'AND', '{ 0xa770c357, 0xb693, 0x4e6d, { 0xa6, 0xcf, 0xd2, 0x1c, 0x72, 0x8e, 0x55, 0xb } }', ')']

DEPEX[DisplayEngine] (+DxePcdLib) = ['(', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', 'AND', '{ 0xa770c357, 0xb693, 0x4e6d, { 0xa6, 0xcf, 0xd2, 0x1c, 0x72, 0x8e, 0x55, 0xb } }', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']















DEPEX[DisplayEngine] (+UefiHiiServicesLib) = ['(', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', 'AND', '{ 0xa770c357, 0xb693, 0x4e6d, { 0xa6, 0xcf, 0xd2, 0x1c, 0x72, 0x8e, 0x55, 0xb } }', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')', 'AND', '(', '{0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}', 'AND', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')']







Skipped d:\code\arm\edk2\MdeModulePkg\Library\FileExplorerLib\FileExplorerString.uni for string token uses search
DEPEX[MetronomeDxe] (+MetronomeDxe) = ['(', 'TRUE', ')']


DEPEX[MetronomeDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']





















DEPEX[MonotonicCounterRuntimeDxe] (+MonotonicCounterRuntimeDxe) = ['(', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', ')']


DEPEX[MonotonicCounterRuntimeDxe] (+DxePcdLib) = ['(', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']
















DEPEX[ArmCpuDxe] (+ArmCpuDxe) = ['(', '{ 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }', 'OR', '{ 0x32898322, 0x2da1, 0x474a, { 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }', ')']

DEPEX[ArmCpuDxe] (+DxePcdLib) = ['(', '{ 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }', 'OR', '{ 0x32898322, 0x2da1, 0x474a, { 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']


















DEPEX[SetupBrowser] (+SetupBrowser) = ['(', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')']



DEPEX[SetupBrowser] (+DxePcdLib) = ['(', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']
























DEPEX[SetupBrowser] (+UefiHiiServicesLib) = ['(', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')', 'AND', '(', '{0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}', 'AND', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')']






Skipped d:\code\arm\edk2\MdeModulePkg\Library\CustomizedDisplayLib\CustomizedDisplayLib.uni for string token uses search
Skipped d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerStrings.uni for string token uses search
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellBcfgCommandLib\UefiShellBcfgCommandLib.uni for string token uses search
DEPEX[AcpiTableDxe] (+AcpiTableDxe) = ['(', 'TRUE', ')']

DEPEX[AcpiTableDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']




















DEPEX[DiskIoDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



DEPEX[PciBusDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



DEPEX[DynamicTableManagerDxe] (+DynamicTableManagerDxe) = ['(', '{ 0xFFE06BDD, 0x6107, 0x46A6, { 0x7B, 0xB2, 0x5A, 0x9C, 0x7E, 0xC5, 0x27, 0x5C }}', 'AND', '{ 0xd85a4835, 0x5a82, 0x4894, { 0xac, 0x2, 0x70, 0x6f, 0x43, 0xd5, 0x97, 0x8e } }', 'AND', '{ 0x91d1e327, 0xfe5a, 0x49b8, { 0xab, 0x65, 0xe, 0xce, 0x2d, 0xdb, 0x45, 0xec } }', ')']

DEPEX[DynamicTableManagerDxe] (+DxePcdLib) = ['(', '{ 0xFFE06BDD, 0x6107, 0x46A6, { 0x7B, 0xB2, 0x5A, 0x9C, 0x7E, 0xC5, 0x27, 0x5C }}', 'AND', '{ 0xd85a4835, 0x5a82, 0x4894, { 0xac, 0x2, 0x70, 0x6f, 0x43, 0xd5, 0x97, 0x8e } }', 'AND', '{ 0x91d1e327, 0xfe5a, 0x49b8, { 0xab, 0x65, 0xe, 0xce, 0x2d, 0xdb, 0x45, 0xec } }', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']
















Skipped d:\code\arm\edk2\NetworkPkg\Ip4Dxe\Ip4DxeStrings.uni for string token uses search
DEPEX[PartitionDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



DEPEX[Ip4Dxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']






Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.uni for string token uses search
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.uni for string token uses search
DEPEX[ArmPciCpuIo2Dxe] (+ArmPciCpuIo2Dxe) = ['(', 'TRUE', ')']


DEPEX[ArmPciCpuIo2Dxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']














Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.uni for string token uses search
Skipped d:\code\arm\edk2\MdeModulePkg\Application\UiApp\FrontPageStrings.uni for string token uses search
DEPEX[TcpDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']
DEPEX[HiiDatabase] (+HiiDatabase) = ['(', 'TRUE', ')']

DEPEX[HiiDatabase] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']




















DEPEX[AtaAtapiPassThruDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']






DEPEX[ArmPlatformPrePiUniCore] (+ArmPlatformPeiLib) = ['(', 'TRUE', ')']



DEPEX[ArmPlatformPrePiUniCore] (+ArmMemoryInitPeiLib) = ['(', 'TRUE', ')', 'AND', '(', 'TRUE', ')']




DEPEX[PciHostBridgeDxe] (+PciHostBridgeDxe) = ['(', '{0xad61f191, 0xae5f, 0x4c0e, {0xb9, 0xfa, 0xe8, 0x69, 0xd2, 0x88, 0xc6, 0x4f } }', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')']

DEPEX[PciHostBridgeDxe] (+DxePcdLib) = ['(', '{0xad61f191, 0xae5f, 0x4c0e, {0xb9, 0xfa, 0xe8, 0x69, 0xd2, 0x88, 0xc6, 0x4f } }', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']



























DEPEX[DevicePathDxe] (+DevicePathDxe) = ['(', 'TRUE', ')']

DEPEX[DevicePathDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']

















Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.uni for string token uses search
DEPEX[DynamicTableFactoryDxe] (+DynamicTableFactoryDxe) = ['(', 'TRUE', ')']

DEPEX[DynamicTableFactoryDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']































DEPEX[RuntimeDxe] (+RuntimeDxe) = ['(', 'TRUE', ')']


DEPEX[RuntimeDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']
























DEPEX[ArmVeNorFlashDxe] (+ArmVeNorFlashDxe) = ['(', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')']


DEPEX[ArmVeNorFlashDxe] (+DxePcdLib) = ['(', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']






















Skipped d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerStrings.uni for string token uses search
Skipped d:\code\arm\edk2\NetworkPkg\VlanConfigDxe\VlanConfigStrings.uni for string token uses search
DEPEX[VlanConfigDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





DEPEX[EnglishDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



DEPEX[CapsuleRuntimeDxe] (+CapsuleRuntimeDxe) = ['(', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', ')']



DEPEX[Udp4Dxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





DEPEX[CapsuleRuntimeDxe] (+DxePcdLib) = ['(', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']


















DEPEX[ConfigurationManagerDxe] (+ConfigurationManagerDxe) = ['(', 'TRUE', ')']

DEPEX[ConfigurationManagerDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']






















DEPEX[ArpDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





DEPEX[GenericWatchdogDxe] (+GenericWatchdogDxe) = ['(', '{ 0x32898322, 0x2da1, 0x474a, { 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }', ')']

DEPEX[GenericWatchdogDxe] (+DxePcdLib) = ['(', '{ 0x32898322, 0x2da1, 0x474a, { 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']





















DEPEX[MnpDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





DEPEX[SecurityStubDxe] (+SecurityStubDxe) = ['(', 'TRUE', ')']


DEPEX[SecurityStubDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']





















.Skipped d:\code\arm\edk2\ShellPkg\DynamicCommand\TftpDynamicCommand\Tftp.uni for string token uses search
DEPEX[tftpDynamicCommand] (+tftpDynamicCommand) = ['(', 'TRUE', ')']
DEPEX[MmcDxe] (+MmcDxe) = ['(', 'TRUE', ')']

DEPEX[MmcDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']










DEPEX[tftpDynamicCommand] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']















DEPEX[tftpDynamicCommand] (+UefiHiiServicesLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')', 'AND', '(', '{0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}', 'AND', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')']




















DEPEX[ArmGicDxe] (+ArmGicDxe) = ['(', 'TRUE', ')']


Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.uni for string token uses search
DEPEX[ArmGicDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']





















DEPEX[PL180MciDxe] (+PL180MciDxe) = ['(', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')']

DEPEX[PL180MciDxe] (+DxePcdLib) = ['(', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']






















DEPEX[SmbiosDxe] (+SmbiosDxe) = ['(', 'TRUE', ')']

DEPEX[SmbiosDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']




















DEPEX[ArmVExpressFastBootDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



DEPEX[ArmFvpDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']




DEPEX[BdsDxe] (+BdsDxe) = ['(', 'TRUE', ')']

DEPEX[BdsDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']















DEPEX[BdsDxe] (+UefiHiiServicesLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')', 'AND', '(', '{0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}', 'AND', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')']



Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.uni for string token uses search



DEPEX[DpcDxe] (+DpcDxe) = ['(', 'TRUE', ')']




DEPEX[DpcDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']

























DEPEX[VariableRuntimeDxe] (+VariableRuntimeDxe) = ['(', 'TRUE', ')']

DEPEX[VariableRuntimeDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']

DEPEX[FvSimpleFileSystem] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



































DEPEX[VariableRuntimeDxe] (+NvVarStoreFormattedLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')', 'AND', '(', '{ 0xd1a86e3f, 0x0707, 0x4c35, { 0x83, 0xcd, 0xdc, 0x2c, 0x29, 0xc8, 0x91, 0xa3 } }', ')']


DEPEX[Fat] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



DEPEX[Mtftp4Dxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





DEPEX[BootMonFs] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



DEPEX[ConPlatformDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





DEPEX[ResetSystemRuntimeDxe] (+ResetSystemRuntimeDxe) = ['(', 'TRUE', ')']

DEPEX[ResetSystemRuntimeDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']























DEPEX[AtaBusDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





DEPEX[FastbootTransportUsbDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



DEPEX[ConSplitterDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



DEPEX[FaultTolerantWriteDxe] (+FaultTolerantWriteDxe) = ['(', '{ 0x8f644fa9, 0xe850, 0x4db1, {0x9c, 0xe2, 0xb, 0x44, 0x69, 0x8e, 0x8d, 0xa4 } }', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', ')']
Skipped d:\code\arm\edk2-platforms\Platform\ARM\Library\ArmShellCmdRunAxf\ArmShellCmdRunAxf.uni for string token uses search


DEPEX[FaultTolerantWriteDxe] (+DxePcdLib) = ['(', '{ 0x8f644fa9, 0xe850, 0x4db1, {0x9c, 0xe2, 0xb, 0x44, 0x69, 0x8e, 0x8d, 0xa4 } }', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']



















DEPEX[SataController] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']




DEPEX[SemihostFs] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']




Skipped d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.uni for string token uses search
DEPEX[Shell] (+UefiShellCommandLib) = ['(', '{0xa4c751fc, 0x23ae, 0x4c3e, { 0x92, 0xe9, 0x49, 0x64, 0xcf, 0x63, 0xf3, 0x49 }}', ')']














 done!
Building ... d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf [AARCH64]
--- Logging error ---
Traceback (most recent call last):
  File "C:\Python37\lib\logging\__init__.py", line 985, in emit
    stream.write(msg)
UnicodeEncodeError: 'cp950' codec can't encode character '\u59b8' in position 17: illegal multibyte sequence
Call stack:
  File "C:\Python37\lib\threading.py", line 885, in _bootstrap
    self._bootstrap_inner()
  File "C:\Python37\lib\threading.py", line 917, in _bootstrap_inner
    self.run()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py", line 91, in run
    self._InfoLogger_agent.log(log_message.levelno,log_message.getMessage())
Message: "'make' O£W~ROBiïâ{£Y\u59b8\u0261C"
Arguments: ()


build.py...
 : error 7000: Failed to execute command
	make tbuild [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib]


build.py...
 : error F002: Failed to build module
	d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf [AARCH64, GCC5, DEBUG]

- Failed -
Build end time: 18:02:33, Sep.01 2021
Build total time: 00:00:05


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.
  2021-09-01 10:08 ` Linus Liu
@ 2021-09-01 11:30   ` Sami Mujawar
  2021-09-02  6:19     ` Linus Liu
  2021-09-02  9:07     ` Linus Liu
  0 siblings, 2 replies; 8+ messages in thread
From: Sami Mujawar @ 2021-09-01 11:30 UTC (permalink / raw)
  To: Linus Liu, devel@edk2.groups.io; +Cc: nd

[-- Attachment #1: Type: text/plain, Size: 7502 bytes --]

Hi Linus,

The problem you are seeing appears to be with your development environment setup. It may be worth trying the settings described in ‘Laszlo's unkempt git guide for edk2 contributors and maintainers’ at https://github.com/tianocore/tianocore.github.io/wiki/Laszlo%27s-unkempt-git-guide-for-edk2-contributors-and-maintainers

Also, you could try setting the GCC_HOST_PREFIX environment variable to force the build system to use nmake.
    set GCC_HOST_PREFIX=n
    call %WORKSPACE%\edk2\edksetup.bat Reconfig
    build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG

Regards,

Sami Mujawar

From: Linus Liu <Linus_Liu@phoenix.com>
Date: Wednesday, 1 September 2021 at 11:09
To: Sami Mujawar <Sami.Mujawar@arm.com>, "devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: nd <nd@arm.com>
Subject: RE: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Dear Sir
After switching python 3.7. Still can’t work.
Has other error.
Thanks.



Building ... d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf [AARCH64]
--- Logging error ---
Traceback (most recent call last):
  File "C:\Python37\lib\logging\__init__.py", line 985, in emit
    stream.write(msg)
UnicodeEncodeError: 'cp950' codec can't encode character '\u59b8' in position 17: illegal multibyte sequence
Call stack:
  File "C:\Python37\lib\threading.py", line 885, in _bootstrap
    self._bootstrap_inner()
  File "C:\Python37\lib\threading.py", line 917, in _bootstrap_inner
    self.run()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py", line 91, in run
    self._InfoLogger_agent.log(log_message.levelno,log_message.getMessage())
Message: "'make' OΥ~ROBi檺{Χ\u59b8\u0261C"
Arguments: ()


build.py...
: error 7000: Failed to execute command
              make tbuild [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib]


build.py...
: error F002: Failed to build module
              d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf [AARCH64, GCC5, DEBUG]

- Failed -
Build end time: 18:02:33, Sep.01 2021
Build total time: 00:00:05


From: Sami Mujawar [mailto:Sami.Mujawar@arm.com]
Sent: Wednesday, September 1, 2021 5:30 PM
To: devel@edk2.groups.io; Linus Liu
Cc: nd
Subject: Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Hi Linus,

It looks like Python2.7 is not working with the EDK2 build system on Windows (at least for Arm builds). Can you try using Python 3.7 instead?
I am using Python 3.7.3 and the build is working. Please let me know if switching to Python 3.7 does not work.

Regards,

Sami Mujawar
From: <devel@edk2.groups.io> on behalf of "Linus Liu via groups.io" <Linus_Liu=phoenix.com@groups.io>
Reply to: "devel@edk2.groups.io" <devel@edk2.groups.io>, "Linus_Liu@phoenix.com" <Linus_Liu@phoenix.com>
Date: Wednesday, 1 September 2021 at 08:50
To: "devel@edk2.groups.io" <devel@edk2.groups.io>
Subject: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Dear Sir
I’ve followed the attachment try to build UEFI on ARM platform.
But when I ran the below command.
build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG

It shows

Build fail.
Then
I’ve tried.

build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG  clean

It shows
Build environment: Windows-10-10.0.18362
Build start time: 12:00:00, Sep.01 2021

WORKSPACE        = d:\code\arm
PACKAGES_PATH    = d:\code\arm\edk2;d:\code\arm\edk2-platforms
EDK_TOOLS_PATH   = d:\code\arm\edk2\basetools
EDK_TOOLS_BIN    = d:\code\arm\edk2\basetools\bin\win32
CONF_PATH        = d:\code\arm\edk2\conf
PYTHON_COMMAND   = C:\Python27\python.exe


Architecture(s)  = AARCH64

Processing meta-data .Build target     = DEBUG
Toolchain        = GCC5

Active Platform          = d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc
. done!


build.py...
: error C0DE: Unknown fatal error when processing [d:\code\arm\edk2\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf]

(Please send email to devel@edk2.groups.io for help, attaching following call stack trace!)

(Python 2.7.18 on win32) Traceback (most recent call last):
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 2698, in Main
    MyBuild.Launch()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 2491, in Launch
    self._BuildPlatform()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 1824, in _BuildPlatform
    self._BuildPa(self.Target, Pa, FfsCommand=CmdListDict,PcdMaList=PcdMaList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 1293, in _BuildPa
    AutoGenObject.CreateCodeFile(True)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\Common\caching.py", line 18, in CallMeHere
    Value = self._function(obj, *args,**kwargs)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py", line 173, in CreateCodeFile
    Ma.CreateCodeFile(CreateModuleCodeFile)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py", line 1829, in CreateCodeFile
    for File in self.AutoGenFileList:
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\Common\caching.py", line 28, in __get__
    Value = obj.__dict__[self._function.__name__] = self._function(obj)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py", line 983, in AutoGenFileList
    GenC.CreateCode(self, AutoGenC, AutoGenH, StringH, AutoGenUniIdf, UniStringBinBuffer, StringIdf, AutoGenUniIdf, IdfGenBinBuffer)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py", line 2047, in CreateCode
    CreateUnicodeStringCode(Info, AutoGenC, StringH, UniGenCFlag, UniGenBinBuffer)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py", line 1706, in CreateUnicodeStringCode
    Header, Code = GetStringFiles(Info.UnicodeFileList, SrcList, IncList, Info.IncludePathList, ['.uni', '.inf'], Info.Name, CompatibleMode, ShellMode, UniGenCFlag, UniGenBinBuffer, FilterInfo)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py", line 557, in GetStringFiles
    Uni = UniFileClassObject(sorted(UniFilList, key=lambda x: x.File), IsCompatibleMode, IncludePathList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 230, in __init__
    self.LoadUniFiles(FileList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 542, in LoadUniFiles
    self.LoadUniFile(File)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 472, in LoadUniFile
    self.GetLangDef(File, Line)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 236, in GetLangDef
    Lang = shlex.split(Line.split(u"//")[0])
  File "C:\Python27\lib\shlex.py", line 275, in split
    lex = shlex(s, posix=posix)
  File "C:\Python27\lib\shlex.py", line 25, in __init__
    instream = StringIO(instream)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 20: ordinal not in range(128)


- Failed -
Build end time: 12:00:02, Sep.01 2021
Build total time: 00:00:03

Could you kindly help on it?
Thanks.




[-- Attachment #2: Type: text/html, Size: 23031 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.
  2021-09-01  5:30 building-edkii-eufi-firmware-for-arm-platforms fail on windows 10 Linus Liu
@ 2021-09-01 12:09 ` PierreGondois
  2021-09-02  2:42   ` Linus Liu
  0 siblings, 1 reply; 8+ messages in thread
From: PierreGondois @ 2021-09-01 12:09 UTC (permalink / raw)
  To: Linus Liu, devel

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

Hi Linus,
I ran in the same error as you on linux while using Python2.7. The command completed successfully with Python 3.6.9, so Python 3.X should work.

Regards,
Pierre

[-- Attachment #2: Type: text/html, Size: 192 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.
  2021-09-01 12:09 ` [edk2-devel] " PierreGondois
@ 2021-09-02  2:42   ` Linus Liu
  0 siblings, 0 replies; 8+ messages in thread
From: Linus Liu @ 2021-09-02  2:42 UTC (permalink / raw)
  To: pierre.gondois@arm.com, devel@edk2.groups.io

[-- Attachment #1: Type: text/plain, Size: 627 bytes --]

Dear Sir
Thanks for this information.
I am working on windows platforms.
Will try ‘Laszlo's unkempt git guide for edk2 contributors and maintainers’  and update result  later.
Thanks.


From: PierreGondois via Groups.Io [mailto:pierre.gondois=arm.com@groups.io]
Sent: Wednesday, September 1, 2021 8:09 PM
To: Linus Liu; devel@edk2.groups.io
Subject: Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Hi Linus,
I ran in the same error as you on linux while using Python2.7. The command completed successfully with Python 3.6.9, so Python 3.X should work.

Regards,
Pierre

[-- Attachment #2: Type: text/html, Size: 4070 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.
  2021-09-01 11:30   ` Sami Mujawar
@ 2021-09-02  6:19     ` Linus Liu
  2021-09-02  9:07     ` Linus Liu
  1 sibling, 0 replies; 8+ messages in thread
From: Linus Liu @ 2021-09-02  6:19 UTC (permalink / raw)
  To: Sami Mujawar, devel@edk2.groups.io, pierre.gondois@arm.com; +Cc: nd


[-- Attachment #1.1: Type: text/plain, Size: 10212 bytes --]

Dear Sirs
Issue remain after following the settings as Laszlo’s mentioned.
And I’ve googled the error messages.
UnicodeEncodeError: 'cp950' codec can't encode character '\u59b8' in position 17: illegal multibyte sequence
It seems related to windows character encoding.
After running chcp 65001.
The build error is similar as below link.

[13:33:09.375]: [13:33:09.375]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug:
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\DEBUG\ShellStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\OUTPUT\ShellStrDefs.hpk Shell.depex] files for module Shell [AARCH64]
.[13:33:09.388]: [13:33:09.387]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(301): debug:
    Worker 12804: Done
done!
[13:33:09.648]: [13:33:09.644]: D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py(461): debug:
    Pending Queue (20), Ready Queue (0)
Building ... d:\code\arm\edk2\OvmfPkg\Library\VirtioLib\VirtioLib.inf [AARCH64]
'make' is not recognized as an internal or external command,
operable program or batch file.
Building ... d:\code\arm\edk2\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull.inf [AARCH64]


build.py...
: error 7000: Failed to execute command
              make tbuild [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\OvmfPkg\Library\VirtioLib\VirtioLib]


build.py...
: error 7000: Failed to execute command
              make tbuild [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull]


build.py...
: error F002: Failed to build module
              d:\code\arm\edk2\OvmfPkg\Library\VirtioLib\VirtioLib.inf [AARCH64, GCC5, DEBUG]

- Failed -
Build end time: 13:33:09, Sep.02 2021
Build total time: 00:00:05

https://community.arm.com/developer/ip-products/system/f/embedded-forum/48087/build-issue-on-uefi-arm-in-windows-10-console?tempkey=7f056598-cf28-4d6b-95e7-8742eb39d7fe

From: Sami Mujawar [mailto:Sami.Mujawar@arm.com]
Sent: Wednesday, September 1, 2021 7:31 PM
To: Linus Liu; devel@edk2.groups.io
Cc: nd
Subject: Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Hi Linus,

The problem you are seeing appears to be with your development environment setup. It may be worth trying the settings described in ‘Laszlo's unkempt git guide for edk2 contributors and maintainers’ at https://github.com/tianocore/tianocore.github.io/wiki/Laszlo%27s-unkempt-git-guide-for-edk2-contributors-and-maintainers<https://github.com/tianocore/tianocore.github.io/wiki/Laszlo%27s-unkempt-git-guide-for-edk2-contributors-and-maintainers>

Also, you could try setting the GCC_HOST_PREFIX environment variable to force the build system to use nmake.
    set GCC_HOST_PREFIX=n
    call %WORKSPACE%\edk2\edksetup.bat Reconfig
    build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG

Regards,

Sami Mujawar

From: Linus Liu <Linus_Liu@phoenix.com>
Date: Wednesday, 1 September 2021 at 11:09
To: Sami Mujawar <Sami.Mujawar@arm.com>, "devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: nd <nd@arm.com>
Subject: RE: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Dear Sir
After switching python 3.7. Still can’t work.
Has other error.
Thanks.



Building ... d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf [AARCH64]
--- Logging error ---
Traceback (most recent call last):
  File "C:\Python37\lib\logging\__init__.py", line 985, in emit
    stream.write(msg)
UnicodeEncodeError: 'cp950' codec can't encode character '\u59b8' in position 17: illegal multibyte sequence
Call stack:
  File "C:\Python37\lib\threading.py", line 885, in _bootstrap
    self._bootstrap_inner()
  File "C:\Python37\lib\threading.py", line 917, in _bootstrap_inner
    self.run()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py", line 91, in run
    self._InfoLogger_agent.log(log_message.levelno,log_message.getMessage())
Message: "'make' OΥ~ROBi檺{Χ\u59b8\u0261C"
Arguments: ()


build.py...
: error 7000: Failed to execute command
              make tbuild [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib]


build.py...
: error F002: Failed to build module
              d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf [AARCH64, GCC5, DEBUG]

- Failed -
Build end time: 18:02:33, Sep.01 2021
Build total time: 00:00:05


From: Sami Mujawar [mailto:Sami.Mujawar@arm.com]
Sent: Wednesday, September 1, 2021 5:30 PM
To: devel@edk2.groups.io; Linus Liu
Cc: nd
Subject: Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Hi Linus,

It looks like Python2.7 is not working with the EDK2 build system on Windows (at least for Arm builds). Can you try using Python 3.7 instead?
I am using Python 3.7.3 and the build is working. Please let me know if switching to Python 3.7 does not work.

Regards,

Sami Mujawar
From: <devel@edk2.groups.io> on behalf of "Linus Liu via groups.io" <Linus_Liu=phoenix.com@groups.io>
Reply to: "devel@edk2.groups.io" <devel@edk2.groups.io>, "Linus_Liu@phoenix.com" <Linus_Liu@phoenix.com>
Date: Wednesday, 1 September 2021 at 08:50
To: "devel@edk2.groups.io" <devel@edk2.groups.io>
Subject: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Dear Sir
I’ve followed the attachment try to build UEFI on ARM platform.
But when I ran the below command.
build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG

It shows

Build fail.
Then
I’ve tried.

build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG  clean

It shows
Build environment: Windows-10-10.0.18362
Build start time: 12:00:00, Sep.01 2021

WORKSPACE        = d:\code\arm
PACKAGES_PATH    = d:\code\arm\edk2;d:\code\arm\edk2-platforms
EDK_TOOLS_PATH   = d:\code\arm\edk2\basetools
EDK_TOOLS_BIN    = d:\code\arm\edk2\basetools\bin\win32
CONF_PATH        = d:\code\arm\edk2\conf
PYTHON_COMMAND   = C:\Python27\python.exe


Architecture(s)  = AARCH64

Processing meta-data .Build target     = DEBUG
Toolchain        = GCC5

Active Platform          = d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc
. done!


build.py...
: error C0DE: Unknown fatal error when processing [d:\code\arm\edk2\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf]

(Please send email to devel@edk2.groups.io for help, attaching following call stack trace!)

(Python 2.7.18 on win32) Traceback (most recent call last):
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 2698, in Main
    MyBuild.Launch()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 2491, in Launch
    self._BuildPlatform()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 1824, in _BuildPlatform
    self._BuildPa(self.Target, Pa, FfsCommand=CmdListDict,PcdMaList=PcdMaList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 1293, in _BuildPa
    AutoGenObject.CreateCodeFile(True)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\Common\caching.py", line 18, in CallMeHere
    Value = self._function(obj, *args,**kwargs)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py", line 173, in CreateCodeFile
    Ma.CreateCodeFile(CreateModuleCodeFile)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py", line 1829, in CreateCodeFile
    for File in self.AutoGenFileList:
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\Common\caching.py", line 28, in __get__
    Value = obj.__dict__[self._function.__name__] = self._function(obj)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py", line 983, in AutoGenFileList
    GenC.CreateCode(self, AutoGenC, AutoGenH, StringH, AutoGenUniIdf, UniStringBinBuffer, StringIdf, AutoGenUniIdf, IdfGenBinBuffer)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py", line 2047, in CreateCode
    CreateUnicodeStringCode(Info, AutoGenC, StringH, UniGenCFlag, UniGenBinBuffer)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py", line 1706, in CreateUnicodeStringCode
    Header, Code = GetStringFiles(Info.UnicodeFileList, SrcList, IncList, Info.IncludePathList, ['.uni', '.inf'], Info.Name, CompatibleMode, ShellMode, UniGenCFlag, UniGenBinBuffer, FilterInfo)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py", line 557, in GetStringFiles
    Uni = UniFileClassObject(sorted(UniFilList, key=lambda x: x.File), IsCompatibleMode, IncludePathList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 230, in __init__
    self.LoadUniFiles(FileList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 542, in LoadUniFiles
    self.LoadUniFile(File)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 472, in LoadUniFile
    self.GetLangDef(File, Line)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 236, in GetLangDef
    Lang = shlex.split(Line.split(u"//")[0])
  File "C:\Python27\lib\shlex.py", line 275, in split
    lex = shlex(s, posix=posix)
  File "C:\Python27\lib\shlex.py", line 25, in __init__
    instream = StringIO(instream)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 20: ordinal not in range(128)


- Failed -
Build end time: 12:00:02, Sep.01 2021
Build total time: 00:00:03

Could you kindly help on it?
Thanks.




[-- Attachment #1.2: Type: text/html, Size: 27587 bytes --]

[-- Attachment #2: buildpy38924.log --]
[-- Type: application/octet-stream, Size: 1530464 bytes --]

Build environment: Windows-10-10.0.18362-SP0
Build start time: 13:57:19, Sep.02 2021

[13:57:19.30]: [13:57:19.29]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(157): debug: 
    Line 20: Found identifier statement, skipped: Default TOOL_CHAIN_CONF
[13:57:19.30]: [13:57:19.30]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 23: Found macro: VS2008_BIN = Vc\bin
[13:57:19.30]: [13:57:19.30]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 24: Found macro: VS2008_DLL = Common7\IDE;Vc\bin
[13:57:19.31]: [13:57:19.30]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 25: Found macro: VS2008_BINX64 = Vc\bin\x86_amd64
[13:57:19.31]: [13:57:19.31]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 26: Found macro: VS2008_BIN64 = Vc\bin\x86_ia64
[13:57:19.31]: [13:57:19.31]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 28: Found macro: VS2008x86_BIN = Vc\bin
[13:57:19.31]: [13:57:19.31]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 29: Found macro: VS2008x86_DLL = Common7\IDE;Vc\bin
[13:57:19.32]: [13:57:19.32]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 30: Found macro: VS2008x86_BINX64 = Vc\bin\x86_amd64
[13:57:19.32]: [13:57:19.32]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 31: Found macro: VS2008x86_BIN64 = Vc\bin\x86_ia64
[13:57:19.32]: [13:57:19.32]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 33: Found macro: VS2010_BIN = Vc\bin
[13:57:19.33]: [13:57:19.33]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 34: Found macro: VS2010_DLL = Common7\IDE;Vc\bin
[13:57:19.33]: [13:57:19.33]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 35: Found macro: VS2010_BINX64 = Vc\bin\x86_amd64
[13:57:19.33]: [13:57:19.33]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 36: Found macro: VS2010_BIN64 = Vc\bin\x86_ia64
[13:57:19.34]: [13:57:19.34]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 38: Found macro: VS2010x86_BIN = Vc\bin
[13:57:19.34]: [13:57:19.34]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 39: Found macro: VS2010x86_DLL = Common7\IDE;Vc\bin
[13:57:19.34]: [13:57:19.34]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 40: Found macro: VS2010x86_BINX64 = Vc\bin\x86_amd64
[13:57:19.35]: [13:57:19.34]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 41: Found macro: VS2010x86_BIN64 = Vc\bin\x86_ia64
[13:57:19.35]: [13:57:19.35]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 43: Found macro: VS2012_BIN = Vc\bin
[13:57:19.35]: [13:57:19.35]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 44: Found macro: VS2012_DLL = Common7\IDE;Vc\bin
[13:57:19.35]: [13:57:19.35]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 45: Found macro: VS2012_BINX64 = Vc\bin\x86_amd64
[13:57:19.36]: [13:57:19.35]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 47: Found macro: VS2012x86_BIN = Vc\bin
[13:57:19.36]: [13:57:19.36]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 48: Found macro: VS2012x86_DLL = Common7\IDE;Vc\bin
[13:57:19.36]: [13:57:19.36]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 49: Found macro: VS2012x86_BINX64 = Vc\bin\x86_amd64
[13:57:19.36]: [13:57:19.36]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 51: Found macro: VS2013_BIN = Vc\bin
[13:57:19.37]: [13:57:19.37]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 52: Found macro: VS2013_DLL = Common7\IDE;Vc\bin
[13:57:19.37]: [13:57:19.37]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 53: Found macro: VS2013_BINX64 = Vc\bin\x86_amd64
[13:57:19.37]: [13:57:19.37]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 55: Found macro: VS2013x86_BIN = Vc\bin
[13:57:19.38]: [13:57:19.37]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 56: Found macro: VS2013x86_DLL = Common7\IDE;Vc\bin
[13:57:19.38]: [13:57:19.38]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 57: Found macro: VS2013x86_BINX64 = Vc\bin\x86_amd64
[13:57:19.38]: [13:57:19.38]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 59: Found macro: VS2015_BIN = Vc\bin
[13:57:19.38]: [13:57:19.38]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 60: Found macro: VS2015_DLL = Common7\IDE;Vc\bin
[13:57:19.39]: [13:57:19.39]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 61: Found macro: VS2015_BINX64 = Vc\bin\x86_amd64
[13:57:19.39]: [13:57:19.39]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 63: Found macro: VS2015x86_BIN = Vc\bin
[13:57:19.39]: [13:57:19.39]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 64: Found macro: VS2015x86_DLL = Common7\IDE;Vc\bin
[13:57:19.40]: [13:57:19.39]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 65: Found macro: VS2015x86_BINX64 = Vc\bin\x86_amd64
[13:57:19.40]: [13:57:19.40]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 67: Found macro: VS_HOST = x86
[13:57:19.40]: [13:57:19.40]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 69: Found macro: VS2017_BIN = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin
[13:57:19.41]: [13:57:19.40]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 70: Found macro: VS2017_BIN_HOST = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx86\x86
[13:57:19.41]: [13:57:19.41]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 71: Found macro: VS2017_BIN_IA32 = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx86\x86
[13:57:19.41]: [13:57:19.41]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 72: Found macro: VS2017_BIN_X64 = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx86\x64
[13:57:19.42]: [13:57:19.41]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 73: Found macro: VS2017_BIN_ARM = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx86\arm
[13:57:19.42]: [13:57:19.42]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 74: Found macro: VS2017_BIN_AARCH64 = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx86\arm64
[13:57:19.42]: [13:57:19.42]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 76: Found macro: VS2019_BIN = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin
[13:57:19.42]: [13:57:19.42]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 77: Found macro: VS2019_BIN_HOST = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx86\x86
[13:57:19.43]: [13:57:19.42]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 78: Found macro: VS2019_BIN_IA32 = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx86\x86
[13:57:19.43]: [13:57:19.43]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 79: Found macro: VS2019_BIN_X64 = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx86\x64
[13:57:19.43]: [13:57:19.43]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 80: Found macro: VS2019_BIN_ARM = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx86\arm
[13:57:19.43]: [13:57:19.43]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 81: Found macro: VS2019_BIN_AARCH64 = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx86\arm64
[13:57:19.44]: [13:57:19.43]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 86: Found macro: RC_PATH = C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\rc.exe
[13:57:19.44]: [13:57:19.44]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 88: Found macro: WINSDK_BIN = 
[13:57:19.44]: [13:57:19.44]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 89: Found macro: WINSDKx86_BIN = 
[13:57:19.44]: [13:57:19.44]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 92: Found macro: WINSDK7_BIN = 
[13:57:19.45]: [13:57:19.45]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 93: Found macro: WINSDK7x86_BIN = 
[13:57:19.45]: [13:57:19.45]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 96: Found macro: WINSDK71_BIN = 
[13:57:19.45]: [13:57:19.45]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 97: Found macro: WINSDK71x86_BIN = 
[13:57:19.46]: [13:57:19.45]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 100: Found macro: WINSDK8_BIN = x86\
[13:57:19.46]: [13:57:19.46]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 101: Found macro: WINSDK8x86_BIN = x64
[13:57:19.46]: [13:57:19.46]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 104: Found macro: WINSDK81_BIN = x86\
[13:57:19.47]: [13:57:19.46]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 105: Found macro: WINSDK81x86_BIN = x64
[13:57:19.47]: [13:57:19.47]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 108: Found macro: WINSDK10_BIN = C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86
[13:57:19.47]: [13:57:19.47]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 115: Found macro: MS_VS_BIN = Vc\bin
[13:57:19.47]: [13:57:19.47]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 117: Found macro: MS_VS_DLL = Common7\IDE;Vc\bin
[13:57:19.47]: [13:57:19.47]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 119: Found macro: WINDDK_BIN16 = C:\WINDDK\3790.1830\bin\bin16
[13:57:19.48]: [13:57:19.48]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 120: Found macro: WINDDK_BINX64 = C:\WINDDK\3790.1830\bin\win64\x86\amd64
[13:57:19.48]: [13:57:19.48]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 122: Found macro: EBC_BIN = C:\Program Files\Intel\EBC\Bin
[13:57:19.48]: [13:57:19.48]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 123: Found macro: EBC_BINx86 = C:\Program Files (x86)\Intel\EBC\Bin
[13:57:19.49]: [13:57:19.48]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 126: Found macro: CYGWIN_BIN = c:/cygwin/bin
[13:57:19.49]: [13:57:19.49]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 127: Found macro: CYGWIN_BINIA32 = c:/cygwin/opt/tiano/i386-tiano-pe/i386-tiano-pe/bin/
[13:57:19.49]: [13:57:19.49]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 128: Found macro: CYGWIN_BINX64 = c:/cygwin/opt/tiano/x86_64-pc-mingw64/x86_64-pc-mingw64/bin/
[13:57:19.49]: [13:57:19.49]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 130: Found macro: GCC48_IA32_PREFIX = 
[13:57:19.50]: [13:57:19.50]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 131: Found macro: GCC48_X64_PREFIX = 
[13:57:19.50]: [13:57:19.50]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 133: Found macro: GCC49_IA32_PREFIX = 
[13:57:19.51]: [13:57:19.50]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 134: Found macro: GCC49_X64_PREFIX = 
[13:57:19.51]: [13:57:19.51]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 136: Found macro: GCC5_IA32_PREFIX = 
[13:57:19.51]: [13:57:19.51]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 137: Found macro: GCC5_X64_PREFIX = 
[13:57:19.51]: [13:57:19.51]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 138: Found macro: GCC_HOST_PREFIX = 
[13:57:19.52]: [13:57:19.52]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 140: Found macro: UNIX_IASL_BIN = C:\ASL\iasl
[13:57:19.52]: [13:57:19.52]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 141: Found macro: WIN_IASL_BIN = C:\ASL\iasl.exe
[13:57:19.52]: [13:57:19.52]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 143: Found macro: IASL_FLAGS = 
[13:57:19.53]: [13:57:19.52]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 144: Found macro: IASL_OUTFLAGS = -p
[13:57:19.53]: [13:57:19.53]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 146: Found macro: DEFAULT_WIN_ASL_BIN = C:\ASL\iasl.exe
[13:57:19.53]: [13:57:19.53]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 147: Found macro: DEFAULT_WIN_ASL_FLAGS = 
[13:57:19.53]: [13:57:19.53]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 148: Found macro: DEFAULT_WIN_ASL_OUTFLAGS = -p
[13:57:19.54]: [13:57:19.54]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 151: Found macro: MSFT_DEPS_FLAGS = /showIncludes
[13:57:19.54]: [13:57:19.54]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 153: Found macro: MSFT_ASLPP_FLAGS = /nologo /E /C /FIAutoGen.h
[13:57:19.54]: [13:57:19.54]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 154: Found macro: MSFT_ASLCC_FLAGS = /nologo /c /FIAutoGen.h /TC /Dmain=ReferenceAcpiTable
[13:57:19.55]: [13:57:19.54]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 155: Found macro: MSFT_ASLDLINK_FLAGS = /NODEFAULTLIB /ENTRY:ReferenceAcpiTable /SUBSYSTEM:CONSOLE
[13:57:19.55]: [13:57:19.55]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 157: Found macro: IPHONE_TOOLS = /Developer/Platforms/iPhoneOS.platform/Developer
[13:57:19.55]: [13:57:19.55]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 159: Found macro: SOURCERY_CYGWIN_TOOLS = /cygdrive/c/Program Files/CodeSourcery/Sourcery G++ Lite/bin
[13:57:19.56]: [13:57:19.55]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 161: Found macro: DTCPP_BIN = cpp
[13:57:19.58]: [13:57:19.56]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 162: Found macro: DTC_BIN = dtc
[13:57:19.59]: [13:57:19.59]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1869: Found macro: GCC_ALL_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common
[13:57:19.59]: [13:57:19.59]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1870: Found macro: GCC_IA32_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -m32 -malign-double -freorder-blocks -freorder-blocks-and-partition -O2 -mno-stack-arg-probe
[13:57:19.60]: [13:57:19.59]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1871: Found macro: GCC_X64_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mno-red-zone -Wno-address -mno-stack-arg-probe
[13:57:19.60]: [13:57:19.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1872: Found macro: GCC_ARM_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -mabi=aapcs -fno-short-enums -funsigned-char -ffunction-sections -fdata-sections -fomit-frame-pointer -Wno-address -mthumb -mfloat-abi=soft -fno-pic -fno-pie
[13:57:19.60]: [13:57:19.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1873: Found macro: GCC_ARM_CC_XIPFLAGS = -mno-unaligned-access
[13:57:19.60]: [13:57:19.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1874: Found macro: GCC_AARCH64_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -fno-short-enums -fverbose-asm -funsigned-char  -ffunction-sections -fdata-sections -Wno-address -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-pic -fno-pie -ffixed-x18
[13:57:19.61]: [13:57:19.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1875: Found macro: GCC_AARCH64_CC_XIPFLAGS = -mstrict-align -mgeneral-regs-only
[13:57:19.61]: [13:57:19.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1876: Found macro: GCC_DLINK_FLAGS_COMMON = -nostdlib --pie
[13:57:19.61]: [13:57:19.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1877: Found macro: GCC_DLINK2_FLAGS_COMMON = -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds
[13:57:19.62]: [13:57:19.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1878: Found macro: GCC_IA32_X64_DLINK_COMMON = -nostdlib --pie --gc-sections
[13:57:19.62]: [13:57:19.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1879: Found macro: GCC_ARM_AARCH64_DLINK_COMMON = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map
[13:57:19.62]: [13:57:19.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1880: Found macro: GCC_ARM_DLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--pic-veneer
[13:57:19.62]: [13:57:19.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1881: Found macro: GCC_AARCH64_DLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20
[13:57:19.63]: [13:57:19.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1882: Found macro: GCC_ARM_AARCH64_ASLDLINK_FLAGS = -Wl,--defsym=PECOFF_HEADER_SIZE=0 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -z common-page-size=0x20
[13:57:19.63]: [13:57:19.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1883: Found macro: GCC_IA32_X64_ASLDLINK_FLAGS = -nostdlib --pie --gc-sections --entry _ReferenceAcpiTable -u $(IMAGE_ENTRY_POINT)
[13:57:19.63]: [13:57:19.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1884: Found macro: GCC_ARM_ASLDLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--pic-veneer -Wl,--entry,ReferenceAcpiTable -u $(IMAGE_ENTRY_POINT) -Wl,--defsym=PECOFF_HEADER_SIZE=0 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -z common-page-size=0x20
[13:57:19.64]: [13:57:19.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1885: Found macro: GCC_AARCH64_ASLDLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--entry,ReferenceAcpiTable -u $(IMAGE_ENTRY_POINT) -Wl,--defsym=PECOFF_HEADER_SIZE=0 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -z common-page-size=0x20
[13:57:19.64]: [13:57:19.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1886: Found macro: GCC_IA32_X64_DLINK_FLAGS = -nostdlib --pie --gc-sections --entry _$(IMAGE_ENTRY_POINT) --file-alignment 0x20 --section-alignment 0x20 -Map $(DEST_DIR_DEBUG)/$(BASE_NAME).map
[13:57:19.64]: [13:57:19.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1887: Found macro: GCC_ASM_FLAGS = -c -x assembler -imacros AutoGen.h
[13:57:19.65]: [13:57:19.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1888: Found macro: GCC_PP_FLAGS = -E -x assembler-with-cpp -include AutoGen.h
[13:57:19.65]: [13:57:19.65]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1889: Found macro: GCC_VFRPP_FLAGS = -x c -E -P -DVFRCOMPILE --include $(MODULE_NAME)StrDefs.h
[13:57:19.65]: [13:57:19.65]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1890: Found macro: GCC_ASLPP_FLAGS = -x c -E -include AutoGen.h
[13:57:19.66]: [13:57:19.65]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1891: Found macro: GCC_ASLCC_FLAGS = -x c
[13:57:19.66]: [13:57:19.66]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1892: Found macro: GCC_WINDRES_FLAGS = -J rc -O coff
[13:57:19.66]: [13:57:19.66]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1893: Found macro: GCC_DTCPP_FLAGS = -E -x assembler-with-cpp -imacros AutoGen.h -nostdinc -undef
[13:57:19.66]: [13:57:19.66]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1894: Found macro: GCC_IA32_RC_FLAGS = -I binary -O elf32-i386          -B i386    --rename-section .data=.hii
[13:57:19.67]: [13:57:19.66]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1895: Found macro: GCC_X64_RC_FLAGS = -I binary -O elf64-x86-64        -B i386    --rename-section .data=.hii
[13:57:19.67]: [13:57:19.67]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1896: Found macro: GCC_ARM_RC_FLAGS = -I binary -O elf32-littlearm     -B arm     --rename-section .data=.hii
[13:57:19.67]: [13:57:19.67]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1897: Found macro: GCC_AARCH64_RC_FLAGS = -I binary -O elf64-littleaarch64 -B aarch64 --rename-section .data=.hii
[13:57:19.68]: [13:57:19.67]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1898: Found macro: GCC_RISCV64_RC_FLAGS = -I binary -O elf64-littleriscv   -B riscv   --rename-section .data=.hii
[13:57:19.68]: [13:57:19.68]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1901: Found macro: GCC_DEPS_FLAGS = -MMD -MF $@.deps
[13:57:19.68]: [13:57:19.68]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1903: Found macro: GCC48_ALL_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings
[13:57:19.69]: [13:57:19.68]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1904: Found macro: GCC48_IA32_X64_DLINK_COMMON = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x20
[13:57:19.69]: [13:57:19.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1905: Found macro: GCC48_IA32_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -m32 -march=i586 -malign-double -fno-stack-protector -D EFI32 -fno-asynchronous-unwind-tables -Wno-address
[13:57:19.69]: [13:57:19.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1906: Found macro: GCC48_X64_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address
[13:57:19.70]: [13:57:19.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1907: Found macro: GCC48_IA32_X64_ASLDLINK_FLAGS = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x20 -Wl,--entry,ReferenceAcpiTable -u ReferenceAcpiTable
[13:57:19.70]: [13:57:19.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1908: Found macro: GCC48_IA32_X64_DLINK_FLAGS = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x20 -Wl,--entry,$(IMAGE_ENTRY_POINT) -u $(IMAGE_ENTRY_POINT) -Wl,-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map,--whole-archive
[13:57:19.70]: [13:57:19.70]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1909: Found macro: GCC48_IA32_DLINK2_FLAGS = -Wl,--defsym=PECOFF_HEADER_SIZE=0x220 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds
[13:57:19.70]: [13:57:19.70]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1910: Found macro: GCC48_X64_DLINK_FLAGS = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x20 -Wl,--entry,$(IMAGE_ENTRY_POINT) -u $(IMAGE_ENTRY_POINT) -Wl,-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie
[13:57:19.70]: [13:57:19.70]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1911: Found macro: GCC48_X64_DLINK2_FLAGS = -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds
[13:57:19.71]: [13:57:19.71]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1912: Found macro: GCC48_ASM_FLAGS = -c -x assembler -imacros AutoGen.h
[13:57:19.71]: [13:57:19.71]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1913: Found macro: GCC48_ARM_ASM_FLAGS = $(ARCHASM_FLAGS) $(PLATFORM_FLAGS) -c -x assembler -imacros AutoGen.h -mlittle-endian
[13:57:19.71]: [13:57:19.71]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1914: Found macro: GCC48_AARCH64_ASM_FLAGS = $(ARCHASM_FLAGS) $(PLATFORM_FLAGS) -c -x assembler -imacros AutoGen.h -mlittle-endian
[13:57:19.72]: [13:57:19.72]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1915: Found macro: GCC48_ARM_CC_FLAGS = $(ARCHCC_FLAGS) $(PLATFORM_FLAGS) -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -mabi=aapcs -fno-short-enums -funsigned-char -ffunction-sections -fdata-sections -fomit-frame-pointer -Wno-address -mthumb -mfloat-abi=soft -fno-pic -fno-pie -fstack-protector -mword-relocations
[13:57:19.72]: [13:57:19.72]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1916: Found macro: GCC48_ARM_CC_XIPFLAGS = -mno-unaligned-access
[13:57:19.72]: [13:57:19.72]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1917: Found macro: GCC48_AARCH64_CC_FLAGS = $(ARCHCC_FLAGS) $(PLATFORM_FLAGS) -mcmodel=large -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -fno-short-enums -fverbose-asm -funsigned-char  -ffunction-sections -fdata-sections -Wno-address -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-pic -fno-pie -ffixed-x18
[13:57:19.73]: [13:57:19.72]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1918: Found macro: GCC48_AARCH64_CC_XIPFLAGS = -mstrict-align -mgeneral-regs-only
[13:57:19.73]: [13:57:19.73]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1919: Found macro: GCC48_ARM_DLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--pic-veneer -Wl,--oformat=elf32-littlearm
[13:57:19.73]: [13:57:19.73]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1920: Found macro: GCC48_ARM_DLINK2_FLAGS = -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -Wl,--defsym=PECOFF_HEADER_SIZE=0x220
[13:57:19.73]: [13:57:19.73]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1921: Found macro: GCC48_AARCH64_DLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20
[13:57:19.74]: [13:57:19.74]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1922: Found macro: GCC48_AARCH64_DLINK2_FLAGS = -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -Wl,--defsym=PECOFF_HEADER_SIZE=0x228
[13:57:19.74]: [13:57:19.74]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1923: Found macro: GCC48_ARM_ASLDLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--pic-veneer -Wl,--entry,ReferenceAcpiTable -u $(IMAGE_ENTRY_POINT) -Wl,--defsym=PECOFF_HEADER_SIZE=0 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -z common-page-size=0x20 -Wl,--oformat=elf32-littlearm
[13:57:19.74]: [13:57:19.74]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1924: Found macro: GCC48_AARCH64_ASLDLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--entry,ReferenceAcpiTable -u $(IMAGE_ENTRY_POINT) -Wl,--defsym=PECOFF_HEADER_SIZE=0 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -z common-page-size=0x20
[13:57:19.75]: [13:57:19.75]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1925: Found macro: GCC48_ASLCC_FLAGS = -x c
[13:57:19.75]: [13:57:19.75]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1927: Found macro: GCC49_IA32_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -m32 -march=i586 -malign-double -fno-stack-protector -D EFI32 -fno-asynchronous-unwind-tables -Wno-address -fno-pic -fno-pie
[13:57:19.76]: [13:57:19.75]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1928: Found macro: GCC49_X64_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address
[13:57:19.76]: [13:57:19.75]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1929: Found macro: GCC49_IA32_X64_DLINK_COMMON = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40
[13:57:19.76]: [13:57:19.76]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1930: Found macro: GCC49_IA32_X64_ASLDLINK_FLAGS = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--defsym=PECOFF_HEADER_SIZE=0 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -Wl,--entry,ReferenceAcpiTable -u ReferenceAcpiTable
[13:57:19.76]: [13:57:19.76]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1931: Found macro: GCC49_IA32_X64_DLINK_FLAGS = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,$(IMAGE_ENTRY_POINT) -u $(IMAGE_ENTRY_POINT) -Wl,-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map,--whole-archive
[13:57:19.77]: [13:57:19.76]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1932: Found macro: GCC49_IA32_DLINK2_FLAGS = -Wl,--defsym=PECOFF_HEADER_SIZE=0x220 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds
[13:57:19.77]: [13:57:19.77]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1933: Found macro: GCC49_X64_DLINK_FLAGS = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,$(IMAGE_ENTRY_POINT) -u $(IMAGE_ENTRY_POINT) -Wl,-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie
[13:57:19.77]: [13:57:19.77]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1934: Found macro: GCC49_X64_DLINK2_FLAGS = -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds
[13:57:19.78]: [13:57:19.77]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1935: Found macro: GCC49_ASM_FLAGS = -c -x assembler -imacros AutoGen.h
[13:57:19.78]: [13:57:19.78]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1936: Found macro: GCC49_ARM_ASM_FLAGS = $(ARCHASM_FLAGS) $(PLATFORM_FLAGS) -c -x assembler -imacros AutoGen.h -mlittle-endian
[13:57:19.78]: [13:57:19.78]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1937: Found macro: GCC49_AARCH64_ASM_FLAGS = $(ARCHASM_FLAGS) $(PLATFORM_FLAGS) -c -x assembler -imacros AutoGen.h -mlittle-endian
[13:57:19.79]: [13:57:19.78]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1938: Found macro: GCC49_ARM_CC_FLAGS = $(ARCHCC_FLAGS) $(PLATFORM_FLAGS) -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -mabi=aapcs -fno-short-enums -funsigned-char -ffunction-sections -fdata-sections -fomit-frame-pointer -Wno-address -mthumb -mfloat-abi=soft -fno-pic -fno-pie -fstack-protector -mword-relocations
[13:57:19.79]: [13:57:19.78]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1939: Found macro: GCC49_ARM_CC_XIPFLAGS = -mno-unaligned-access
[13:57:19.79]: [13:57:19.79]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1940: Found macro: GCC49_AARCH64_CC_FLAGS = $(ARCHCC_FLAGS) $(PLATFORM_FLAGS) -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -fno-short-enums -fverbose-asm -funsigned-char  -ffunction-sections -fdata-sections -Wno-address -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-pic -fno-pie -ffixed-x18 -mcmodel=small
[13:57:19.79]: [13:57:19.79]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1941: Found macro: GCC49_AARCH64_CC_XIPFLAGS = -mstrict-align -mgeneral-regs-only
[13:57:19.80]: [13:57:19.79]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1942: Found macro: GCC49_ARM_DLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--pic-veneer -Wl,--oformat=elf32-littlearm
[13:57:19.80]: [13:57:19.80]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1943: Found macro: GCC49_ARM_DLINK2_FLAGS = -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -Wl,--defsym=PECOFF_HEADER_SIZE=0x220
[13:57:19.80]: [13:57:19.80]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1944: Found macro: GCC49_AARCH64_DLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -z common-page-size=0x1000
[13:57:19.80]: [13:57:19.80]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1945: Found macro: GCC49_AARCH64_DLINK2_FLAGS = -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -Wl,--defsym=PECOFF_HEADER_SIZE=0x228
[13:57:19.81]: [13:57:19.80]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1946: Found macro: GCC49_ARM_ASLDLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--pic-veneer -Wl,--entry,ReferenceAcpiTable -u $(IMAGE_ENTRY_POINT) -Wl,--defsym=PECOFF_HEADER_SIZE=0 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -z common-page-size=0x20 -Wl,--oformat=elf32-littlearm
[13:57:19.81]: [13:57:19.81]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1947: Found macro: GCC49_AARCH64_ASLDLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--entry,ReferenceAcpiTable -u $(IMAGE_ENTRY_POINT) -Wl,--defsym=PECOFF_HEADER_SIZE=0 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -z common-page-size=0x20
[13:57:19.81]: [13:57:19.81]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1948: Found macro: GCC49_ASLCC_FLAGS = -x c
[13:57:19.82]: [13:57:19.81]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1950: Found macro: GCC5_IA32_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -m32 -march=i586 -malign-double -fno-stack-protector -D EFI32 -fno-asynchronous-unwind-tables -Wno-address -fno-pic -fno-pie
[13:57:19.82]: [13:57:19.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1951: Found macro: GCC5_X64_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address
[13:57:19.82]: [13:57:19.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1952: Found macro: GCC5_IA32_X64_DLINK_COMMON = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40
[13:57:19.82]: [13:57:19.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1953: Found macro: GCC5_IA32_X64_ASLDLINK_FLAGS = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--defsym=PECOFF_HEADER_SIZE=0 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -Wl,--entry,ReferenceAcpiTable -u ReferenceAcpiTable
[13:57:19.83]: [13:57:19.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1954: Found macro: GCC5_IA32_X64_DLINK_FLAGS = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,$(IMAGE_ENTRY_POINT) -u $(IMAGE_ENTRY_POINT) -Wl,-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map,--whole-archive
[13:57:19.83]: [13:57:19.83]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1955: Found macro: GCC5_IA32_DLINK2_FLAGS = -Wl,--defsym=PECOFF_HEADER_SIZE=0x220 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -Wno-error
[13:57:19.83]: [13:57:19.83]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1956: Found macro: GCC5_X64_DLINK_FLAGS = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,$(IMAGE_ENTRY_POINT) -u $(IMAGE_ENTRY_POINT) -Wl,-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie
[13:57:19.83]: [13:57:19.83]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1957: Found macro: GCC5_X64_DLINK2_FLAGS = -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -Wno-error
[13:57:19.84]: [13:57:19.84]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1958: Found macro: GCC5_ASM_FLAGS = -c -x assembler -imacros AutoGen.h
[13:57:19.84]: [13:57:19.84]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1959: Found macro: GCC5_ARM_ASM_FLAGS = $(ARCHASM_FLAGS) $(PLATFORM_FLAGS) -c -x assembler -imacros AutoGen.h -mlittle-endian
[13:57:19.84]: [13:57:19.84]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1960: Found macro: GCC5_AARCH64_ASM_FLAGS = $(ARCHASM_FLAGS) $(PLATFORM_FLAGS) -c -x assembler -imacros AutoGen.h -mlittle-endian
[13:57:19.85]: [13:57:19.85]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1961: Found macro: GCC5_ARM_CC_FLAGS = $(ARCHCC_FLAGS) $(PLATFORM_FLAGS) -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -mabi=aapcs -fno-short-enums -funsigned-char -ffunction-sections -fdata-sections -fomit-frame-pointer -Wno-address -mthumb -mfloat-abi=soft -fno-pic -fno-pie -fstack-protector -mword-relocations
[13:57:19.85]: [13:57:19.85]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1962: Found macro: GCC5_ARM_CC_XIPFLAGS = -mno-unaligned-access
[13:57:19.85]: [13:57:19.85]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1963: Found macro: GCC5_AARCH64_CC_FLAGS = $(ARCHCC_FLAGS) $(PLATFORM_FLAGS) -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -fno-short-enums -fverbose-asm -funsigned-char  -ffunction-sections -fdata-sections -Wno-address -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-pic -fno-pie -ffixed-x18 -mcmodel=small
[13:57:19.86]: [13:57:19.85]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1964: Found macro: GCC5_AARCH64_CC_XIPFLAGS = -mstrict-align -mgeneral-regs-only
[13:57:19.86]: [13:57:19.86]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1965: Found macro: GCC5_ARM_DLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--pic-veneer -Wl,--oformat=elf32-littlearm
[13:57:19.86]: [13:57:19.86]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1966: Found macro: GCC5_ARM_DLINK2_FLAGS = -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -Wl,--defsym=PECOFF_HEADER_SIZE=0x220 -Wno-error
[13:57:19.87]: [13:57:19.86]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1967: Found macro: GCC5_AARCH64_DLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -z common-page-size=0x1000
[13:57:19.87]: [13:57:19.87]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1968: Found macro: GCC5_AARCH64_DLINK2_FLAGS = -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wno-error
[13:57:19.87]: [13:57:19.87]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1969: Found macro: GCC5_ARM_ASLDLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--pic-veneer -Wl,--entry,ReferenceAcpiTable -u $(IMAGE_ENTRY_POINT) -Wl,--defsym=PECOFF_HEADER_SIZE=0 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -z common-page-size=0x20 -Wl,--oformat=elf32-littlearm
[13:57:19.87]: [13:57:19.87]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1970: Found macro: GCC5_AARCH64_ASLDLINK_FLAGS = -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--entry,ReferenceAcpiTable -u $(IMAGE_ENTRY_POINT) -Wl,--defsym=PECOFF_HEADER_SIZE=0 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds -z common-page-size=0x20
[13:57:19.88]: [13:57:19.88]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1971: Found macro: GCC5_ASLCC_FLAGS = -x c -fno-lto
[13:57:19.88]: [13:57:19.88]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1973: Found macro: GCC5_RISCV_ALL_CC_FLAGS = -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -msmall-data-limit=0
[13:57:19.88]: [13:57:19.88]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1974: Found macro: GCC5_RISCV_ALL_DLINK_COMMON = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40
[13:57:19.89]: [13:57:19.88]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1975: Found macro: GCC5_RISCV_ALL_DLINK_FLAGS = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,$(IMAGE_ENTRY_POINT) -u $(IMAGE_ENTRY_POINT) -Wl,-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map
[13:57:19.89]: [13:57:19.89]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1976: Found macro: GCC5_RISCV_ALL_DLINK2_FLAGS = -Wl,--defsym=PECOFF_HEADER_SIZE=0x220,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds
[13:57:19.89]: [13:57:19.89]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1977: Found macro: GCC5_RISCV_ALL_ASM_FLAGS = -c -x assembler -imacros $(DEST_DIR_DEBUG)/AutoGen.h
[13:57:19.89]: [13:57:19.89]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1978: Found macro: GCC5_RISCV_ALL_CC_FLAGS_WARNING_DISABLE = -Wno-tautological-compare -Wno-pointer-compare
[13:57:19.90]: [13:57:19.89]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1980: Found macro: GCC5_RISCV_OPENSBI_TYPES = -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h
[13:57:19.90]: [13:57:19.90]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1982: Found macro: GCC5_RISCV64_ARCH = rv64imafdc
[13:57:19.90]: [13:57:19.90]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1983: Found macro: GCC5_RISCV32_RISCV64_ASLDLINK_FLAGS = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,ReferenceAcpiTable -u ReferenceAcpiTable
[13:57:19.91]: [13:57:19.90]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1984: Found macro: GCC5_RISCV64_CC_FLAGS = -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -msmall-data-limit=0 -Wno-tautological-compare -Wno-pointer-compare -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h -march=rv64imafdc -fno-builtin -fno-builtin-memcpy -fno-stack-protector -Wno-address -fno-asynchronous-unwind-tables -Wno-unused-but-set-variable -fpack-struct=8 -mcmodel=medany -mabi=lp64 -mno-relax
[13:57:19.91]: [13:57:19.91]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1985: Found macro: GCC5_RISCV64_DLINK_FLAGS = -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,$(IMAGE_ENTRY_POINT) -u $(IMAGE_ENTRY_POINT) -Wl,-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -Wl,-melf64lriscv,--oformat=elf64-littleriscv,--no-relax
[13:57:19.91]: [13:57:19.91]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1986: Found macro: GCC5_RISCV64_DLINK2_FLAGS = -Wl,--defsym=PECOFF_HEADER_SIZE=0x220,--script=$(EDK_TOOLS_PATH)/Scripts/GccBase.lds
[13:57:19.91]: [13:57:19.91]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1987: Found macro: GCC5_RISCV64_ASM_FLAGS = -c -x assembler -imacros $(DEST_DIR_DEBUG)/AutoGen.h -march=rv64imafdc -mcmodel=medany -mabi=lp64
[13:57:19.93]: [13:57:19.91]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 1988: Found macro: GCC_PP_FLAGS = -E -x assembler-with-cpp -include AutoGen.h -DOPENSBI_EXTERNAL_SBI_TYPES=OpensbiTypes.h
[13:57:19.93]: [13:57:19.93]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2496: Found macro: CLANG35_ARM_TARGET = -target arm-linux-gnueabi
[13:57:19.93]: [13:57:19.93]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2497: Found macro: CLANG35_AARCH64_TARGET = -target aarch64-linux-gnu
[13:57:19.94]: [13:57:19.93]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2499: Found macro: CLANG35_WARNING_OVERRIDES = -Wno-parentheses-equality -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -Wno-empty-body -Wno-unknown-warning-option
[13:57:19.94]: [13:57:19.94]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2500: Found macro: CLANG35_ARM_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -mabi=aapcs -fno-short-enums -funsigned-char -ffunction-sections -fdata-sections -fomit-frame-pointer -Wno-address -mthumb -mfloat-abi=soft -fno-pic -fno-pie -target arm-linux-gnueabi -Wno-parentheses-equality -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -Wno-empty-body -Wno-unknown-warning-option
[13:57:19.94]: [13:57:19.94]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2501: Found macro: CLANG35_AARCH64_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -fno-short-enums -fverbose-asm -funsigned-char  -ffunction-sections -fdata-sections -Wno-address -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-pic -fno-pie -ffixed-x18 -target aarch64-linux-gnu -mcmodel=small -Wno-parentheses-equality -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -Wno-empty-body -Wno-unknown-warning-option
[13:57:19.95]: [13:57:19.94]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2563: Found macro: CLANG38_IA32_PREFIX = 
[13:57:19.95]: [13:57:19.95]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2564: Found macro: CLANG38_X64_PREFIX = 
[13:57:19.96]: [13:57:19.95]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2566: Found macro: CLANG38_IA32_TARGET = -target i686-pc-linux-gnu
[13:57:19.96]: [13:57:19.95]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2567: Found macro: CLANG38_X64_TARGET = -target x86_64-pc-linux-gnu
[13:57:19.96]: [13:57:19.95]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2569: Found macro: CLANG38_WARNING_OVERRIDES = -Wno-parentheses-equality -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -Wno-empty-body -Wno-unused-const-variable -Wno-varargs -Wno-unknown-warning-option
[13:57:19.96]: [13:57:19.96]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2570: Found macro: CLANG38_ALL_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -Wno-parentheses-equality -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -Wno-empty-body -Wno-unused-const-variable -Wno-varargs -Wno-unknown-warning-option -fno-stack-protector -mms-bitfields -Wno-address -Wno-shift-negative-value -Wno-unknown-pragmas -Wno-incompatible-library-redeclaration -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -msoft-float -mno-implicit-float  -ftrap-function=undefined_behavior_has_been_optimized_away_by_clang -funsigned-char -fno-ms-extensions -Wno-null-dereference
[13:57:19.97]: [13:57:19.96]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2649: Found macro: CLANG38_ARM_TARGET = -target arm-linux-gnueabi
[13:57:19.97]: [13:57:19.97]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2650: Found macro: CLANG38_ARM_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -mabi=aapcs -fno-short-enums -funsigned-char -ffunction-sections -fdata-sections -fomit-frame-pointer -Wno-address -mthumb -mfloat-abi=soft -fno-pic -fno-pie -target arm-linux-gnueabi -Wno-parentheses-equality -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -Wno-empty-body -Wno-unused-const-variable -Wno-varargs -Wno-unknown-warning-option -mno-movt
[13:57:19.97]: [13:57:19.97]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2651: Found macro: CLANG38_ARM_DLINK_FLAGS = -target arm-linux-gnueabi -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -Wl,--pic-veneer
[13:57:19.97]: [13:57:19.97]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2693: Found macro: CLANG38_AARCH64_TARGET = -target aarch64-linux-gnu
[13:57:19.98]: [13:57:19.98]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2694: Found macro: CLANG38_AARCH64_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -mlittle-endian -fno-short-enums -fverbose-asm -funsigned-char  -ffunction-sections -fdata-sections -Wno-address -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-pic -fno-pie -ffixed-x18 -target aarch64-linux-gnu -mcmodel=small -Wno-parentheses-equality -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -Wno-empty-body -Wno-unused-const-variable -Wno-varargs -Wno-unknown-warning-option
[13:57:19.98]: [13:57:19.98]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2695: Found macro: CLANG38_AARCH64_DLINK_FLAGS = -target aarch64-linux-gnu -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTRY_POINT) -Wl,-e,$(IMAGE_ENTRY_POINT),-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -z common-page-size=0x20 -z common-page-size=0x1000
[13:57:19.99]: [13:57:19.98]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2754: Found macro: CLANGPDB_IA32_PREFIX = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\Llvm\bin
[13:57:19.99]: [13:57:19.99]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2755: Found macro: CLANGPDB_X64_PREFIX = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\Llvm\bin
[13:57:19.99]: [13:57:19.99]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2757: Found macro: CLANGPDB_IA32_TARGET = -target i686-unknown-windows-gnu
[13:57:19.100]: [13:57:19.99]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2758: Found macro: CLANGPDB_X64_TARGET = -target x86_64-unknown-windows-gnu
[13:57:19.100]: [13:57:19.99]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2760: Found macro: CLANGPDB_WARNING_OVERRIDES = -Wno-parentheses-equality -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -Wno-empty-body -Wno-unused-const-variable -Wno-varargs -Wno-unknown-warning-option -Wno-microsoft-enum-forward-reference
[13:57:19.100]: [13:57:19.100]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2761: Found macro: CLANGPDB_ALL_CC_FLAGS = -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -Wno-parentheses-equality -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -Wno-empty-body -Wno-unused-const-variable -Wno-varargs -Wno-unknown-warning-option -Wno-microsoft-enum-forward-reference -fno-stack-protector -funsigned-char -ftrap-function=undefined_behavior_has_been_optimized_away_by_clang -Wno-address -Wno-shift-negative-value -Wno-unknown-pragmas -Wno-incompatible-library-redeclaration -Wno-null-dereference -mno-implicit-float -mms-bitfields -mno-stack-arg-probe -nostdlib -nostdlibinc -fseh-exceptions
[13:57:19.101]: [13:57:19.100]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2850: Found macro: CLANGDWARF_IA32_PREFIX = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\Llvm\bin
[13:57:19.101]: [13:57:19.101]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2851: Found macro: CLANGDWARF_X64_PREFIX = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\Llvm\bin
[13:57:19.101]: [13:57:19.101]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2855: Found macro: CLANGDWARF_IA32_X64_DLINK_COMMON = -nostdlib -Wl,-q,--gc-sections -z max-page-size=0x40
[13:57:19.102]: [13:57:19.101]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2856: Found macro: CLANGDWARF_DLINK2_FLAGS_COMMON = -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/ClangBase.lds
[13:57:19.102]: [13:57:19.101]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2857: Found macro: CLANGDWARF_IA32_X64_ASLDLINK_FLAGS = -nostdlib -Wl,-q,--gc-sections -z max-page-size=0x40 -Wl,--defsym=PECOFF_HEADER_SIZE=0 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/ClangBase.lds -Wl,--entry,ReferenceAcpiTable -u ReferenceAcpiTable
[13:57:19.102]: [13:57:19.102]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2858: Found macro: CLANGDWARF_IA32_X64_DLINK_FLAGS = -nostdlib -Wl,-q,--gc-sections -z max-page-size=0x40 -Wl,--entry,$(IMAGE_ENTRY_POINT) -u $(IMAGE_ENTRY_POINT) -Wl,-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map,--whole-archive
[13:57:19.102]: [13:57:19.102]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2859: Found macro: CLANGDWARF_IA32_DLINK2_FLAGS = -Wl,--defsym=PECOFF_HEADER_SIZE=0x220 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/ClangBase.lds
[13:57:19.103]: [13:57:19.102]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 2860: Found macro: CLANGDWARF_X64_DLINK2_FLAGS = -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=$(EDK_TOOLS_PATH)/Scripts/ClangBase.lds
[13:57:19.103]: [13:57:19.103]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 3020: Found macro: RVCT_ALL_ASM_FLAGS = --diag_suppress=1786 --diag_error=warning --apcs /interwork
[13:57:19.103]: [13:57:19.103]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 3021: Found macro: RVCT_ALL_CC_FLAGS = --c90 --no_autoinline --asm --gnu --apcs /interwork --signed_chars --no_unaligned_access --split_sections --enum_is_int --preinclude AutoGen.h --diag_suppress=186,188,1,111,68 --diag_warning 167 --diag_error=warning --diag_style=ide --protect_stack
[13:57:19.105]: [13:57:19.104]: D:\Code\Arm\edk2\BaseTools\Source\Python\Common\ToolDefClassObject.py(170): debug: 
    Line 3022: Found macro: RVCT_ALL_DLINK_FLAGS = --no_scanlib --no_exceptions --datacompressor off --strict --symbols --diag_style=ide --no_legacyalign --scatter $(EDK_TOOLS_PATH)/Scripts/Rvct-Align32.sct
WORKSPACE        = d:\code\arm
PACKAGES_PATH    = d:\code\arm\edk2;d:\code\arm\edk2-platforms
EDK_TOOLS_PATH   = d:\code\arm\edk2\basetools
EDK_TOOLS_BIN    = d:\code\arm\edk2\basetools\bin\win32
CONF_PATH        = d:\code\arm\edk2\conf
PYTHON_COMMAND   = C:\Python37\python.exe


Processing meta-data .
Architecture(s)  = AARCH64
Build target     = DEBUG
Toolchain        = GCC5

Active Platform          = d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc

FLASH_DEFINITION = None
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\PCD\Dxe\Pcd.inf] [AARCH64]:
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\BasePcdLibNull\BasePcdLibNull.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2-platforms\Platform\ARM\Drivers\BootMonFs\BootMonFs.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\DpcDxe\DpcDxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\VlanConfigDxe\VlanConfigDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\MnpDxe\MnpDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\ArpDxe\ArpDxe.inf] [AARCH64]:
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\Dhcp4Dxe\Dhcp4Dxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	UdpIoLib : d:\code\arm\edk2\NetworkPkg\Library\DxeUdpIoLib\DxeUdpIoLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\Ip4Dxe\Ip4Dxe.inf] [AARCH64]:
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\Udp4Dxe\Udp4Dxe.inf] [AARCH64]:
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	IpIoLib : d:\code\arm\edk2\NetworkPkg\Library\DxeIpIoLib\DxeIpIoLib.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\Mtftp4Dxe\Mtftp4Dxe.inf] [AARCH64]:
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	UdpIoLib : d:\code\arm\edk2\NetworkPkg\Library\DxeUdpIoLib\DxeUdpIoLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\TcpDxe\TcpDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	IpIoLib : d:\code\arm\edk2\NetworkPkg\Library\DxeIpIoLib\DxeIpIoLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\NetworkPkg\UefiPxeBcDxe\UefiPxeBcDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	DpcLib : d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\EmbeddedPkg\Application\AndroidFastboot\AndroidFastbootApp.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiApplicationEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiApplicationEntryPoint\UefiApplicationEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\EmbeddedPkg\Drivers\AndroidFastbootTransportUsbDxe\FastbootTransportUsbDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Drivers\ArmVExpressFastBootDxe\ArmVExpressFastBootDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiApplicationEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiApplicationEntryPoint\UefiApplicationEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	ShellCommandLib : d:\code\arm\edk2\ShellPkg\Library\UefiShellCommandLib\UefiShellCommandLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	FileHandleLib : d:\code\arm\edk2\MdePkg\Library\UefiFileHandleLib\UefiFileHandleLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	SortLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf
	HandleParsingLib : d:\code\arm\edk2\ShellPkg\Library\UefiHandleParsingLib\UefiHandleParsingLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	NULL3 : d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf
	NULL4 : d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf
	NULL5 : d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf
	NULL6 : d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf
	NULL7 : d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf
	NULL8 : d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf
	NULL9 : d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf
	NULL10 : d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf
	ShellLib : d:\code\arm\edk2\ShellPkg\Library\UefiShellLib\UefiShellLib.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	BcfgCommandLib : d:\code\arm\edk2\ShellPkg\Library\UefiShellBcfgCommandLib\UefiShellBcfgCommandLib.inf
	UefiBootManagerLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	PerformanceLib : d:\code\arm\edk2\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib.inf
	PeCoffGetEntryPointLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	OrderedCollectionLib : d:\code\arm\edk2\MdePkg\Library\BaseOrderedCollectionRedBlackTreeLib\BaseOrderedCollectionRedBlackTreeLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf

Library instances of module [d:\code\arm\edk2\ShellPkg\DynamicCommand\TftpDynamicCommand\TftpDynamicCommand.inf] [AARCH64]:
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	ShellLib : d:\code\arm\edk2\ShellPkg\Library\UefiShellLib\UefiShellLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	FileHandleLib : d:\code\arm\edk2\MdePkg\Library\UefiFileHandleLib\UefiFileHandleLib.inf
	NetLib : d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SortLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	TableHelperLib : d:\code\arm\edk2\DynamicTablesPkg\Library\Common\TableHelperLib\TableHelperLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	NULL11 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf
	NULL12 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf
	NULL13 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf
	NULL14 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf
	NULL15 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf
	NULL16 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf
	NULL17 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf
	NULL18 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf
	NULL19 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf
	NULL20 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf
	NULL21 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf
	NULL22 : d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf
	AmlLib : d:\code\arm\edk2\DynamicTablesPkg\Library\Common\AmlLib\AmlLib.inf
	SsdtSerialPortFixupLib : d:\code\arm\edk2\DynamicTablesPkg\Library\Common\SsdtSerialPortFixupLib\SsdtSerialPortFixupLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf

Library instances of module [d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe.inf] [AARCH64]:
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	TableHelperLib : d:\code\arm\edk2\DynamicTablesPkg\Library\Common\TableHelperLib\TableHelperLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\ArmPlatformPkg\PrePi\PeiUniCore.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	CacheMaintenanceLib : d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	DebugAgentLib : d:\code\arm\edk2\ArmPkg\Library\DebugAgentSymbolsBaseLib\DebugAgentSymbolsBaseLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	ExtractGuidedSectionLib : d:\code\arm\edk2\EmbeddedPkg\Library\PrePiExtractGuidedSectionLib\PrePiExtractGuidedSectionLib.inf
	LzmaDecompressLib : d:\code\arm\edk2\MdeModulePkg\Library\LzmaCustomDecompressLib\LzmaCustomDecompressLib.inf
	PrePiLib : d:\code\arm\edk2\EmbeddedPkg\Library\PrePiLib\PrePiLib.inf
	ArmPlatformLib : d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\ArmVExpressLibRTSM\ArmVExpressLib.inf
	ArmPlatformStackLib : d:\code\arm\edk2\ArmPlatformPkg\Library\ArmPlatformStackLib\ArmPlatformStackLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\EmbeddedPkg\Library\PrePiMemoryAllocationLib\PrePiMemoryAllocationLib.inf
	HobLib : d:\code\arm\edk2\EmbeddedPkg\Library\PrePiHobLib\PrePiHobLib.inf
	PrePiHobListPointerLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PrePiHobListPointerLib\PrePiHobListPointerLib.inf
	PlatformPeiLib : d:\code\arm\edk2\ArmPlatformPkg\PlatformPei\PlatformPeiLib.inf
	MemoryInitPeiLib : d:\code\arm\edk2\ArmPlatformPkg\MemoryInitPei\MemoryInitPeiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	ArmMmuLib : d:\code\arm\edk2\ArmPkg\Library\ArmMmuLib\ArmMmuBaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLib\BaseMemoryLib.inf
	UefiDecompressLib : d:\code\arm\edk2\MdePkg\Library\BaseUefiDecompressLib\BaseUefiDecompressLib.inf
	PeCoffLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffLib\BasePeCoffLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PerformanceLib : d:\code\arm\edk2\MdeModulePkg\Library\PeiPerformanceLib\PeiPerformanceLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\BasePcdLibNull\BasePcdLibNull.inf
	PeCoffExtraActionLib : d:\code\arm\edk2\ArmPkg\Library\DebugPeCoffExtraActionLib\DebugPeCoffExtraActionLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf] [AARCH64]:
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	CacheMaintenanceLib : d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf
	UefiDecompressLib : d:\code\arm\edk2\MdePkg\Library\BaseUefiDecompressLib\BaseUefiDecompressLib.inf
	PerformanceLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeCorePerformanceLib\DxeCorePerformanceLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeCoreHobLib\DxeCoreHobLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	DxeCoreEntryPoint : d:\code\arm\edk2\MdePkg\Library\DxeCoreEntryPoint\DxeCoreEntryPoint.inf
	PeCoffLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffLib\BasePeCoffLib.inf
	PeCoffGetEntryPointLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf
	PeCoffExtraActionLib : d:\code\arm\edk2\ArmPkg\Library\DebugPeCoffExtraActionLib\DebugPeCoffExtraActionLib.inf
	ExtractGuidedSectionLib : d:\code\arm\edk2\MdePkg\Library\DxeExtractGuidedSectionLib\DxeExtractGuidedSectionLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeCoreMemoryAllocationLib\DxeCoreMemoryAllocationLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	DebugAgentLib : d:\code\arm\edk2\MdeModulePkg\Library\DebugAgentLibNull\DebugAgentLibNull.inf
	CpuExceptionHandlerLib : d:\code\arm\edk2\ArmPkg\Library\ArmExceptionLib\ArmExceptionLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\BasePcdLibNull\BasePcdLibNull.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	NULL23 : d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	DefaultExceptionHandlerLib : d:\code\arm\edk2\ArmPkg\Library\DefaultExceptionHandlerLib\DefaultExceptionHandlerLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	ArmDisassemblerLib : d:\code\arm\edk2\ArmPkg\Library\ArmDisassemblerLib\ArmDisassemblerLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf

Library instances of module [d:\code\arm\edk2\ArmPkg\Drivers\CpuDxe\CpuDxe.inf] [AARCH64]:
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmMmuLib : d:\code\arm\edk2\ArmPkg\Library\ArmMmuLib\ArmMmuBaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	CacheMaintenanceLib : d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf
	CpuLib : d:\code\arm\edk2\MdePkg\Library\BaseCpuLib\BaseCpuLib.inf
	CpuExceptionHandlerLib : d:\code\arm\edk2\ArmPkg\Library\ArmExceptionLib\ArmExceptionLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	DefaultExceptionHandlerLib : d:\code\arm\edk2\ArmPkg\Library\DefaultExceptionHandlerLib\DefaultExceptionHandlerLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	PeCoffGetEntryPointLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	ArmDisassemblerLib : d:\code\arm\edk2\ArmPkg\Library\ArmDisassemblerLib\ArmDisassemblerLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Core\RuntimeDxe\RuntimeDxe.inf] [AARCH64]:
	PeCoffLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffLib\BasePeCoffLib.inf
	CacheMaintenanceLib : d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\RuntimeDxeReportStatusCodeLib\RuntimeDxeReportStatusCodeLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	PeCoffExtraActionLib : d:\code\arm\edk2\ArmPkg\Library\DebugPeCoffExtraActionLib\DebugPeCoffExtraActionLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SecurityManagementLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeSecurityManagementLib\DxeSecurityManagementLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	CapsuleLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	CacheMaintenanceLib : d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf] [AARCH64]:
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	SynchronizationLib : d:\code\arm\edk2\MdePkg\Library\BaseSynchronizationLib\BaseSynchronizationLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLib\BaseMemoryLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	TpmMeasurementLib : d:\code\arm\edk2\MdeModulePkg\Library\TpmMeasurementLibNull\TpmMeasurementLibNull.inf
	AuthVariableLib : d:\code\arm\edk2\MdeModulePkg\Library\AuthVariableLibNull\AuthVariableLibNull.inf
	VarCheckLib : d:\code\arm\edk2\MdeModulePkg\Library\VarCheckLib\VarCheckLib.inf
	VariablePolicyLib : d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyLib\VariablePolicyLibRuntimeDxe.inf
	VariablePolicyHelperLib : d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyHelperLib\VariablePolicyHelperLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	NULL24 : d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf
	NULL25 : d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SafeIntLib : d:\code\arm\edk2\MdePkg\Library\BaseSafeIntLib\BaseSafeIntLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe.inf] [AARCH64]:
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe.inf] [AARCH64]:
	ResetSystemLib : d:\code\arm\edk2\ArmPkg\Library\ArmSmcPsciResetSystemLib\ArmSmcPsciResetSystemLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\RuntimeDxeReportStatusCodeLib\RuntimeDxeReportStatusCodeLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	ArmSmcLib : d:\code\arm\edk2\ArmPkg\Library\ArmSmcLib\ArmSmcLib.inf

Library instances of module [d:\code\arm\edk2\EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe.inf] [AARCH64]:
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	RealTimeClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL031RealTimeClockLib\PL031RealTimeClockLib.inf
	TimeBaseLib : d:\code\arm\edk2\EmbeddedPkg\Library\TimeBaseLib\TimeBaseLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf

Library instances of module [d:\code\arm\edk2\EmbeddedPkg\MetronomeDxe\MetronomeDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe.inf] [AARCH64]:
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiBootManagerLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PerformanceLib : d:\code\arm\edk2\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib.inf
	PeCoffGetEntryPointLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	SortLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\SerialDxe\SerialDxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe.inf] [AARCH64]:
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe.inf] [AARCH64]:
	ArmPlatformLib : d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\ArmVExpressLibRTSM\ArmVExpressLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf

Library instances of module [d:\code\arm\edk2\ArmPkg\Drivers\ArmGic\ArmGicDxe.inf] [AARCH64]:
	ArmGicLib : d:\code\arm\edk2\ArmPkg\Drivers\ArmGic\ArmGicLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGicArchLib : d:\code\arm\edk2\ArmPkg\Library\ArmGicArchLib\ArmGicArchLib.inf

Library instances of module [d:\code\arm\edk2\ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe.inf] [AARCH64]:
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	NorFlashPlatformLib : d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\NorFlashArmVExpressLib\NorFlashArmVExpressLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiRuntimeLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\ArmPkg\Drivers\TimerDxe\TimerDxe.inf] [AARCH64]:
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf

Library instances of module [d:\code\arm\edk2\ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe.inf] [AARCH64]:
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\ArmPkg\Filesystem\SemihostFs\SemihostFs.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	SemihostLib : d:\code\arm\edk2\ArmPkg\Library\SemihostLib\SemihostLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\EmbeddedPkg\Universal\MmcDxe\MmcDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe.inf] [AARCH64]:
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe.inf] [AARCH64]:
	ArmShellCmdRunAxfLib : d:\code\arm\edk2-platforms\Platform\ARM\Library\ArmShellCmdRunAxf\ArmShellCmdRunAxf.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	VirtioMmioDeviceLib : d:\code\arm\edk2\OvmfPkg\Library\VirtioMmioDeviceLib\VirtioMmioDeviceLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	CacheMaintenanceLib : d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	ShellLib : d:\code\arm\edk2\ShellPkg\Library\UefiShellLib\UefiShellLib.inf
	FileHandleLib : d:\code\arm\edk2\MdePkg\Library\UefiFileHandleLib\UefiFileHandleLib.inf
	SortLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf

Library instances of module [d:\code\arm\edk2\OvmfPkg\VirtioBlkDxe\VirtioBlk.inf] [AARCH64]:
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	VirtioLib : d:\code\arm\edk2\OvmfPkg\Library\VirtioLib\VirtioLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe.inf] [AARCH64]:
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\FatPkg\EnhancedFatDxe\Fat.inf] [AARCH64]:
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	CustomizedDisplayLib : d:\code\arm\edk2\MdeModulePkg\Library\CustomizedDisplayLib\CustomizedDisplayLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe.inf] [AARCH64]:
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Universal\BdsDxe\BdsDxe.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiBootManagerLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib.inf
	VariablePolicyHelperLib : d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyHelperLib\VariablePolicyHelperLib.inf
	PlatformBootManagerLib : d:\code\arm\edk2\ArmPkg\Library\PlatformBootManagerLib\PlatformBootManagerLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BootLogoLib : d:\code\arm\edk2\MdeModulePkg\Library\BootLogoLib\BootLogoLib.inf
	CapsuleLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	PerformanceLib : d:\code\arm\edk2\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib.inf
	PeCoffGetEntryPointLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	SortLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	HiiLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf
	UefiApplicationEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiApplicationEntryPoint\UefiApplicationEntryPoint.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiHiiServicesLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf
	UefiBootManagerLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	NULL26 : d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf
	NULL27 : d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf
	NULL28 : d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf
	FileExplorerLib : d:\code\arm\edk2\MdeModulePkg\Library\FileExplorerLib\FileExplorerLib.inf
	HobLib : d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf
	PerformanceLib : d:\code\arm\edk2\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib.inf
	PeCoffGetEntryPointLib : d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	DxeServicesLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf
	SortLib : d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe.inf] [AARCH64]:
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	DxeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	PciSegmentLib : d:\code\arm\edk2\MdePkg\Library\BasePciSegmentLibPci\BasePciSegmentLibPci.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	PciHostBridgeLib : d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\ArmVExpressPciHostBridgeLib\ArmVExpressPciHostBridgeLib.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	PciLib : d:\code\arm\edk2\MdePkg\Library\BasePciLibPciExpress\BasePciLibPciExpress.inf
	PciExpressLib : d:\code\arm\edk2\MdePkg\Library\BasePciExpressLib\BasePciExpressLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
.	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe.inf] [AARCH64]:
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	TimerLib : d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf
	ReportStatusCodeLib : d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	ArmLib : d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf
	ArmGenericTimerCounterLib : d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf

Library instances of module [d:\code\arm\edk2\MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe.inf] [AARCH64]:
	UefiDriverEntryPoint : d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf
	DebugLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf
	UefiLib : d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf
	BaseLib : d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf
	BaseMemoryLib : d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf
	MemoryAllocationLib : d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf
	UefiBootServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf
	NULL2 : d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf
	NULL1 : d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf
	PcdLib : d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf
	PrintLib : d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf
	DevicePathLib : d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf
	UefiRuntimeServicesTableLib : d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf
	SerialPortLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf
	DebugPrintErrorLevelLib : d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf
	PL011UartClockLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf
	PL011UartLib : d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf
	IoLib : d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf
	RegisterFilterLib : d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf
[13:57:20.303]: [13:57:20.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py(94): debug: 
    AutoGen platform [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc] [AARCH64]
[13:57:20.336]: [13:57:20.330]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py(1259): debug: 
    No MaxDatumSize specified for PCD gArmBootMonFsTokenSpaceGuid.PcdBootMonFsSupportedDevicePaths
[13:57:20.355]: [13:57:20.350]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py(1259): debug: 
    No MaxDatumSize specified for PCD gArmVExpressTokenSpaceGuid.PcdAndroidFastbootNvmDevicePath
[13:57:20.381]: [13:57:20.355]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py(1259): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:20.403]: [13:57:20.386]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py(1259): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:20.446]: [13:57:20.432]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py(1259): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:20.446]: [13:57:20.435]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py(1259): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:20.449]: [13:57:20.449]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\PCD\Dxe\Pcd.inf] [AARCH64]
[13:57:20.450]: [13:57:20.449]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\Drivers\BootMonFs\BootMonFs.inf] [AARCH64]
[13:57:20.450]: [13:57:20.450]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\DpcDxe\DpcDxe.inf] [AARCH64]
[13:57:20.451]: [13:57:20.450]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\VlanConfigDxe\VlanConfigDxe.inf] [AARCH64]
[13:57:20.451]: [13:57:20.450]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\MnpDxe\MnpDxe.inf] [AARCH64]
[13:57:20.451]: [13:57:20.451]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\ArpDxe\ArpDxe.inf] [AARCH64]
[13:57:20.451]: [13:57:20.451]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Dhcp4Dxe\Dhcp4Dxe.inf] [AARCH64]
[13:57:20.452]: [13:57:20.451]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Ip4Dxe\Ip4Dxe.inf] [AARCH64]
[13:57:20.452]: [13:57:20.452]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Udp4Dxe\Udp4Dxe.inf] [AARCH64]
[13:57:20.452]: [13:57:20.452]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Mtftp4Dxe\Mtftp4Dxe.inf] [AARCH64]
[13:57:20.453]: [13:57:20.452]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\TcpDxe\TcpDxe.inf] [AARCH64]
[13:57:20.453]: [13:57:20.453]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\UefiPxeBcDxe\UefiPxeBcDxe.inf] [AARCH64]
[13:57:20.453]: [13:57:20.453]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Application\AndroidFastboot\AndroidFastbootApp.inf] [AARCH64]
[13:57:20.454]: [13:57:20.453]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Drivers\AndroidFastbootTransportUsbDxe\FastbootTransportUsbDxe.inf] [AARCH64]
[13:57:20.454]: [13:57:20.454]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Drivers\ArmVExpressFastBootDxe\ArmVExpressFastBootDxe.inf] [AARCH64]
[13:57:20.454]: [13:57:20.454]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe.inf] [AARCH64]
[13:57:20.454]: [13:57:20.454]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf] [AARCH64]
[13:57:20.455]: [13:57:20.455]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\DynamicCommand\TftpDynamicCommand\TftpDynamicCommand.inf] [AARCH64]
[13:57:20.455]: [13:57:20.455]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf] [AARCH64]
[13:57:20.456]: [13:57:20.455]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf] [AARCH64]
[13:57:20.456]: [13:57:20.456]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf] [AARCH64]
[13:57:20.456]: [13:57:20.456]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf] [AARCH64]
[13:57:20.457]: [13:57:20.456]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf] [AARCH64]
[13:57:20.457]: [13:57:20.457]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf] [AARCH64]
[13:57:20.457]: [13:57:20.457]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf] [AARCH64]
[13:57:20.458]: [13:57:20.458]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf] [AARCH64]
[13:57:20.458]: [13:57:20.458]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf] [AARCH64]
[13:57:20.458]: [13:57:20.458]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf] [AARCH64]
[13:57:20.459]: [13:57:20.459]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf] [AARCH64]
[13:57:20.459]: [13:57:20.459]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf] [AARCH64]
[13:57:20.459]: [13:57:20.459]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf] [AARCH64]
[13:57:20.460]: [13:57:20.460]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe.inf] [AARCH64]
[13:57:20.460]: [13:57:20.460]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\PrePi\PeiUniCore.inf] [AARCH64]
[13:57:20.460]: [13:57:20.460]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf] [AARCH64]
[13:57:20.461]: [13:57:20.461]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\CpuDxe\CpuDxe.inf] [AARCH64]
[13:57:20.461]: [13:57:20.461]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Core\RuntimeDxe\RuntimeDxe.inf] [AARCH64]
[13:57:20.462]: [13:57:20.461]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe.inf] [AARCH64]
[13:57:20.462]: [13:57:20.462]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe.inf] [AARCH64]
[13:57:20.462]: [13:57:20.462]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf] [AARCH64]
[13:57:20.463]: [13:57:20.462]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe.inf] [AARCH64]
[13:57:20.463]: [13:57:20.463]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe.inf] [AARCH64]
[13:57:20.463]: [13:57:20.463]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe.inf] [AARCH64]
[13:57:20.464]: [13:57:20.463]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe.inf] [AARCH64]
[13:57:20.464]: [13:57:20.464]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\MetronomeDxe\MetronomeDxe.inf] [AARCH64]
[13:57:20.464]: [13:57:20.464]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe.inf] [AARCH64]
[13:57:20.465]: [13:57:20.465]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe.inf] [AARCH64]
[13:57:20.465]: [13:57:20.465]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe.inf] [AARCH64]
[13:57:20.465]: [13:57:20.465]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe.inf] [AARCH64]
[13:57:20.466]: [13:57:20.466]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\SerialDxe\SerialDxe.inf] [AARCH64]
[13:57:20.466]: [13:57:20.466]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe.inf] [AARCH64]
[13:57:20.466]: [13:57:20.466]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe.inf] [AARCH64]
[13:57:20.467]: [13:57:20.467]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe.inf] [AARCH64]
[13:57:20.467]: [13:57:20.467]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\ArmGic\ArmGicDxe.inf] [AARCH64]
[13:57:20.467]: [13:57:20.467]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe.inf] [AARCH64]
[13:57:20.468]: [13:57:20.468]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\TimerDxe\TimerDxe.inf] [AARCH64]
[13:57:20.468]: [13:57:20.468]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe.inf] [AARCH64]
[13:57:20.469]: [13:57:20.468]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe.inf] [AARCH64]
[13:57:20.469]: [13:57:20.469]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Filesystem\SemihostFs\SemihostFs.inf] [AARCH64]
[13:57:20.469]: [13:57:20.469]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Universal\MmcDxe\MmcDxe.inf] [AARCH64]
[13:57:20.470]: [13:57:20.469]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe.inf] [AARCH64]
[13:57:20.470]: [13:57:20.470]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe.inf] [AARCH64]
[13:57:20.470]: [13:57:20.470]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\OvmfPkg\VirtioBlkDxe\VirtioBlk.inf] [AARCH64]
[13:57:20.471]: [13:57:20.470]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe.inf] [AARCH64]
[13:57:20.471]: [13:57:20.471]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe.inf] [AARCH64]
[13:57:20.471]: [13:57:20.471]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe.inf] [AARCH64]
[13:57:20.472]: [13:57:20.472]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\FatPkg\EnhancedFatDxe\Fat.inf] [AARCH64]
[13:57:20.472]: [13:57:20.472]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe.inf] [AARCH64]
[13:57:20.473]: [13:57:20.472]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf] [AARCH64]
[13:57:20.473]: [13:57:20.473]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe.inf] [AARCH64]
[13:57:20.473]: [13:57:20.473]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\BdsDxe\BdsDxe.inf] [AARCH64]
[13:57:20.474]: [13:57:20.473]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf] [AARCH64]
[13:57:20.474]: [13:57:20.474]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe.inf] [AARCH64]
[13:57:20.474]: [13:57:20.474]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe.inf] [AARCH64]
[13:57:20.475]: [13:57:20.474]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe.inf] [AARCH64]
[13:57:20.475]: [13:57:20.475]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru.inf] [AARCH64]
[13:57:20.475]: [13:57:20.475]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe.inf] [AARCH64]
[13:57:20.476]: [13:57:20.475]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe.inf] [AARCH64]
[13:57:20.478]: [13:57:20.478]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePcdLibNull\BasePcdLibNull.inf] [AARCH64]
[13:57:20.482]: [13:57:20.481]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf] [AARCH64]
[13:57:20.492]: [13:57:20.492]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf] [AARCH64]
[13:57:20.497]: [13:57:20.496]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf] [AARCH64]
[13:57:20.499]: [13:57:20.498]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf] [AARCH64]
[13:57:20.501]: [13:57:20.500]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf] [AARCH64]
[13:57:20.503]: [13:57:20.503]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf] [AARCH64]
[13:57:20.505]: [13:57:20.504]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf] [AARCH64]
[13:57:20.507]: [13:57:20.506]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf] [AARCH64]
[13:57:20.509]: [13:57:20.508]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf] [AARCH64]
[13:57:20.511]: [13:57:20.510]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf] [AARCH64]
[13:57:20.513]: [13:57:20.512]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf] [AARCH64]
[13:57:20.515]: [13:57:20.514]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf] [AARCH64]
[13:57:20.516]: [13:57:20.516]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf] [AARCH64]
[13:57:20.519]: [13:57:20.519]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf] [AARCH64]
[13:57:20.521]: [13:57:20.520]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf] [AARCH64]
[13:57:20.524]: [13:57:20.523]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf] [AARCH64]
[13:57:20.526]: [13:57:20.525]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf] [AARCH64]
[13:57:20.528]: [13:57:20.527]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf] [AARCH64]
[13:57:20.530]: [13:57:20.529]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf] [AARCH64]
[13:57:20.532]: [13:57:20.531]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf] [AARCH64]
[13:57:20.536]: [13:57:20.536]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf] [AARCH64]
[13:57:20.550]: [13:57:20.549]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf] [AARCH64]
[13:57:20.552]: [13:57:20.552]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf] [AARCH64]
[13:57:20.555]: [13:57:20.554]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf] [AARCH64]
[13:57:20.562]: [13:57:20.562]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf] [AARCH64]
[13:57:20.574]: [13:57:20.573]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeUdpIoLib\DxeUdpIoLib.inf] [AARCH64]
[13:57:20.587]: [13:57:20.585]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeIpIoLib\DxeIpIoLib.inf] [AARCH64]
[13:57:20.608]: [13:57:20.608]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf] [AARCH64]
[13:57:20.610]: [13:57:20.609]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiApplicationEntryPoint\UefiApplicationEntryPoint.inf] [AARCH64]
[13:57:20.632]: [13:57:20.631]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf] [AARCH64]
[13:57:20.634]: [13:57:20.633]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiFileHandleLib\UefiFileHandleLib.inf] [AARCH64]
[13:57:20.636]: [13:57:20.635]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf] [AARCH64]
[13:57:20.637]: [13:57:20.636]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf] [AARCH64]
[13:57:20.639]: [13:57:20.638]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib.inf] [AARCH64]
[13:57:20.641]: [13:57:20.641]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseOrderedCollectionRedBlackTreeLib\BaseOrderedCollectionRedBlackTreeLib.inf] [AARCH64]
[13:57:20.643]: [13:57:20.642]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLib\UefiShellLib.inf] [AARCH64]
[13:57:20.645]: [13:57:20.644]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiHandleParsingLib\UefiHandleParsingLib.inf] [AARCH64]
[13:57:20.647]: [13:57:20.647]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib.inf] [AARCH64]
[13:57:20.650]: [13:57:20.650]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellCommandLib\UefiShellCommandLib.inf] [AARCH64]
[13:57:20.653]: [13:57:20.652]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellBcfgCommandLib\UefiShellBcfgCommandLib.inf] [AARCH64]
[13:57:20.656]: [13:57:20.655]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf] [AARCH64]
[13:57:20.660]: [13:57:20.659]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf] [AARCH64]
[13:57:20.663]: [13:57:20.662]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf] [AARCH64]
[13:57:20.667]: [13:57:20.666]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf] [AARCH64]
[13:57:20.670]: [13:57:20.670]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf] [AARCH64]
[13:57:20.677]: [13:57:20.677]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf] [AARCH64]
[13:57:20.687]: [13:57:20.686]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf] [AARCH64]
[13:57:20.689]: [13:57:20.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf] [AARCH64]
[13:57:20.703]: [13:57:20.702]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Common\AmlLib\AmlLib.inf] [AARCH64]
[13:57:20.711]: [13:57:20.710]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Common\SsdtSerialPortFixupLib\SsdtSerialPortFixupLib.inf] [AARCH64]
[13:57:20.713]: [13:57:20.713]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Common\TableHelperLib\TableHelperLib.inf] [AARCH64]
[13:57:20.742]: [13:57:20.741]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLib\BaseMemoryLib.inf] [AARCH64]
[13:57:20.747]: [13:57:20.746]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf] [AARCH64]
[13:57:20.751]: [13:57:20.749]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PrePiHobListPointerLib\PrePiHobListPointerLib.inf] [AARCH64]
[13:57:20.752]: [13:57:20.751]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf] [AARCH64]
[13:57:20.754]: [13:57:20.753]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\PrePiHobLib\PrePiHobLib.inf] [AARCH64]
[13:57:20.757]: [13:57:20.755]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf] [AARCH64]
[13:57:20.759]: [13:57:20.757]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\DebugPeCoffExtraActionLib\DebugPeCoffExtraActionLib.inf] [AARCH64]
[13:57:20.760]: [13:57:20.759]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\PeiPerformanceLib\PeiPerformanceLib.inf] [AARCH64]
[13:57:20.762]: [13:57:20.761]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePeCoffLib\BasePeCoffLib.inf] [AARCH64]
[13:57:20.764]: [13:57:20.763]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseUefiDecompressLib\BaseUefiDecompressLib.inf] [AARCH64]
[13:57:20.766]: [13:57:20.765]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\PrePiExtractGuidedSectionLib\PrePiExtractGuidedSectionLib.inf] [AARCH64]
[13:57:20.768]: [13:57:20.767]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf] [AARCH64]
[13:57:20.770]: [13:57:20.769]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\PrePiLib\PrePiLib.inf] [AARCH64]
[13:57:20.772]: [13:57:20.771]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\PrePiMemoryAllocationLib\PrePiMemoryAllocationLib.inf] [AARCH64]
[13:57:20.774]: [13:57:20.773]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\ArmVExpressLibRTSM\ArmVExpressLib.inf] [AARCH64]
[13:57:20.776]: [13:57:20.776]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmMmuLib\ArmMmuBaseLib.inf] [AARCH64]
[13:57:20.779]: [13:57:20.778]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\DebugAgentSymbolsBaseLib\DebugAgentSymbolsBaseLib.inf] [AARCH64]
[13:57:20.781]: [13:57:20.780]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\LzmaCustomDecompressLib\LzmaCustomDecompressLib.inf] [AARCH64]
[13:57:20.785]: [13:57:20.784]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\ArmPlatformStackLib\ArmPlatformStackLib.inf] [AARCH64]
[13:57:20.787]: [13:57:20.786]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\PlatformPei\PlatformPeiLib.inf] [AARCH64]
[13:57:20.789]: [13:57:20.788]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\MemoryInitPei\MemoryInitPeiLib.inf] [AARCH64]
[13:57:20.797]: [13:57:20.797]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeCoreMemoryAllocationLib\DxeCoreMemoryAllocationLib.inf] [AARCH64]
[13:57:20.800]: [13:57:20.799]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeCoreEntryPoint\DxeCoreEntryPoint.inf] [AARCH64]
[13:57:20.802]: [13:57:20.802]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmDisassemblerLib\ArmDisassemblerLib.inf] [AARCH64]
[13:57:20.805]: [13:57:20.805]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeCoreHobLib\DxeCoreHobLib.inf] [AARCH64]
[13:57:20.807]: [13:57:20.807]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\DefaultExceptionHandlerLib\DefaultExceptionHandlerLib.inf] [AARCH64]
[13:57:20.810]: [13:57:20.809]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeExtractGuidedSectionLib\DxeExtractGuidedSectionLib.inf] [AARCH64]
[13:57:20.812]: [13:57:20.812]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeCorePerformanceLib\DxeCorePerformanceLib.inf] [AARCH64]
[13:57:20.814]: [13:57:20.814]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DebugAgentLibNull\DebugAgentLibNull.inf] [AARCH64]
[13:57:20.816]: [13:57:20.816]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmExceptionLib\ArmExceptionLib.inf] [AARCH64]
[13:57:20.819]: [13:57:20.819]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf] [AARCH64]
[13:57:20.828]: [13:57:20.827]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseCpuLib\BaseCpuLib.inf] [AARCH64]
[13:57:20.835]: [13:57:20.834]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf] [AARCH64]
[13:57:20.838]: [13:57:20.837]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf] [AARCH64]
[13:57:20.840]: [13:57:20.839]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\RuntimeDxeReportStatusCodeLib\RuntimeDxeReportStatusCodeLib.inf] [AARCH64]
[13:57:20.847]: [13:57:20.846]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeSecurityManagementLib\DxeSecurityManagementLib.inf] [AARCH64]
[13:57:20.854]: [13:57:20.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull.inf] [AARCH64]
[13:57:20.863]: [13:57:20.862]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseSafeIntLib\BaseSafeIntLib.inf] [AARCH64]
[13:57:20.865]: [13:57:20.864]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\VarCheckLib\VarCheckLib.inf] [AARCH64]
[13:57:20.867]: [13:57:20.866]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseSynchronizationLib\BaseSynchronizationLib.inf] [AARCH64]
[13:57:20.869]: [13:57:20.868]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\TpmMeasurementLibNull\TpmMeasurementLibNull.inf] [AARCH64]
[13:57:20.871]: [13:57:20.870]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\AuthVariableLibNull\AuthVariableLibNull.inf] [AARCH64]
[13:57:20.873]: [13:57:20.872]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyLib\VariablePolicyLibRuntimeDxe.inf] [AARCH64]
[13:57:20.874]: [13:57:20.874]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyHelperLib\VariablePolicyHelperLib.inf] [AARCH64]
[13:57:20.877]: [13:57:20.876]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf] [AARCH64]
[13:57:20.878]: [13:57:20.878]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf] [AARCH64]
[13:57:20.895]: [13:57:20.895]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmSmcLib\ArmSmcLib.inf] [AARCH64]
[13:57:20.898]: [13:57:20.897]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmSmcPsciResetSystemLib\ArmSmcPsciResetSystemLib.inf] [AARCH64]
[13:57:20.905]: [13:57:20.905]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\TimeBaseLib\TimeBaseLib.inf] [AARCH64]
[13:57:20.907]: [13:57:20.906]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL031RealTimeClockLib\PL031RealTimeClockLib.inf] [AARCH64]
[13:57:20.962]: [13:57:20.961]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\ArmGic\ArmGicLib.inf] [AARCH64]
[13:57:20.965]: [13:57:20.964]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmGicArchLib\ArmGicArchLib.inf] [AARCH64]
[13:57:20.974]: [13:57:20.972]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\NorFlashArmVExpressLib\NorFlashArmVExpressLib.inf] [AARCH64]
[13:57:20.997]: [13:57:20.996]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\SemihostLib\SemihostLib.inf] [AARCH64]
[13:57:21.16]: [13:57:21.16]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\Library\ArmShellCmdRunAxf\ArmShellCmdRunAxf.inf] [AARCH64]
[13:57:21.20]: [13:57:21.19]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\OvmfPkg\Library\VirtioMmioDeviceLib\VirtioMmioDeviceLib.inf] [AARCH64]
[13:57:21.28]: [13:57:21.27]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\OvmfPkg\Library\VirtioLib\VirtioLib.inf] [AARCH64]
[13:57:21.61]: [13:57:21.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\CustomizedDisplayLib\CustomizedDisplayLib.inf] [AARCH64]
[13:57:21.76]: [13:57:21.75]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\BootLogoLib\BootLogoLib.inf] [AARCH64]
[13:57:21.81]: [13:57:21.78]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\PlatformBootManagerLib\PlatformBootManagerLib.inf] [AARCH64]
[13:57:21.88]: [13:57:21.87]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\FileExplorerLib\FileExplorerLib.inf] [AARCH64]
[13:57:21.90]: [13:57:21.90]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf] [AARCH64]
[13:57:21.94]: [13:57:21.92]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf] [AARCH64]
[13:57:21.95]: [13:57:21.94]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf] [AARCH64]
[13:57:21.113]: [13:57:21.113]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePciExpressLib\BasePciExpressLib.inf] [AARCH64]
[13:57:21.116]: [13:57:21.115]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePciLibPciExpress\BasePciLibPciExpress.inf] [AARCH64]
[13:57:21.118]: [13:57:21.117]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePciSegmentLibPci\BasePciSegmentLibPci.inf] [AARCH64]
[13:57:21.120]: [13:57:21.119]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\ArmVExpressPciHostBridgeLib\ArmVExpressPciHostBridgeLib.inf] [AARCH64]
.[13:57:21.194]: [13:57:21.172]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGenHelper.py(477): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:21.216]: [13:57:21.194]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGenHelper.py(477): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:21.244]: [13:57:21.236]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGenHelper.py(477): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:21.266]: [13:57:21.239]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGenHelper.py(477): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:21.282]: [13:57:21.268]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGenHelper.py(477): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:21.285]: [13:57:21.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py(1086): debug: 
    PcdTestKeyUsed gEfiMdeModulePkgTokenSpaceGuid (DXE) -> 1
[13:57:21.285]: [13:57:21.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py(1086): debug: 
    PcdPlatformBootTimeOut gEfiMdePkgTokenSpaceGuid (DXE) -> 2
[13:57:21.285]: [13:57:21.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py(1092): debug: 
    PcdNvStoreDefaultValueBuffer gEfiMdeModulePkgTokenSpaceGuid (DXE) -> 3
[13:57:21.286]: [13:57:21.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py(1092): debug: 
    PcdSetNvStoreDefaultId gEfiMdeModulePkgTokenSpaceGuid (DXE) -> 4
[13:57:21.286]: [13:57:21.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py(1092): debug: 
    PcdVpdBaseAddress64 gEfiMdeModulePkgTokenSpaceGuid (DXE) -> 5
Following Fv will be add to Fd !!!
FVMAIN
FVMAIN_COMPACT
Call each region's AddToBuffer function
First generate Apriori file !
 Begine parsing INf file : ArmPlatformPkg/PrePi/PeiUniCore.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmPlatformPrePiUniCore
ModuleGuid : 3e401783-cc94-4fcd-97bc-bd35ac369d2f
ModuleType : SEC
VersionString : 1.0
InfFileName :ArmPlatformPkg\PrePi\PeiUniCore.inf
Trying to apply common rule RULE.COMMON.SEC for INF ArmPlatformPkg\PrePi\PeiUniCore.inf
Want To Find Rule Name is : RULE.COMMON.SEC
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\PrePi\PeiUniCore\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.SEC for INF ArmPlatformPkg\PrePi\PeiUniCore.inf
Want To Find Rule Name is : RULE.COMMON.SEC
Packing binaries from inf file : ArmPlatformPkg\PrePi\PeiUniCore.inf
[13:57:21.293]: [13:57:21.293]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\3e401783-cc94-4fcd-97bc-bd35ac369d2fArmPlatformPrePiUniCore\3e401783-cc94-4fcd-97bc-bd35ac369d2f.stripped needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\AARCH64\\ArmPlatformPkg\\PrePi\\PeiUniCore\\OUTPUT\\ArmPlatformPrePiUniCore.efi']
[13:57:21.293]: [13:57:21.293]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\3e401783-cc94-4fcd-97bc-bd35ac369d2fArmPlatformPrePiUniCore\3e401783-cc94-4fcd-97bc-bd35ac369d2fTe.raw needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\3e401783-cc94-4fcd-97bc-bd35ac369d2fArmPlatformPrePiUniCore\\3e401783-cc94-4fcd-97bc-bd35ac369d2f.stripped']
[13:57:21.295]: [13:57:21.294]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\3e401783-cc94-4fcd-97bc-bd35ac369d2fArmPlatformPrePiUniCore\3e401783-cc94-4fcd-97bc-bd35ac369d2f.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\3e401783-cc94-4fcd-97bc-bd35ac369d2fArmPlatformPrePiUniCore\\3e401783-cc94-4fcd-97bc-bd35ac369d2fSEC1.1.te']
Write the buffer contents to Fd file
First generate Apriori file !
 Begine parsing INf file : MdeModulePkg/Core/Dxe/DxeMain.inf
Valid target architecture(s) is : AARCH64
BaseName : DxeCore
ModuleGuid : D6A2CB7F-6A18-4e2f-B43B-9920A733700A
ModuleType : DXE_CORE
VersionString : 1.0
InfFileName :MdeModulePkg\Core\Dxe\DxeMain.inf
Trying to apply common rule RULE.COMMON.DXE_CORE for INF MdeModulePkg\Core\Dxe\DxeMain.inf
Want To Find Rule Name is : RULE.COMMON.DXE_CORE
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Core\Dxe\DxeMain\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_CORE for INF MdeModulePkg\Core\Dxe\DxeMain.inf
Want To Find Rule Name is : RULE.COMMON.DXE_CORE
Packing binaries from inf file : MdeModulePkg\Core\Dxe\DxeMain.inf
[13:57:21.305]: [13:57:21.304]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore\D6A2CB7F-6A18-4e2f-B43B-9920A733700A.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore\\D6A2CB7F-6A18-4e2f-B43B-9920A733700ASEC1.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore\\D6A2CB7F-6A18-4e2f-B43B-9920A733700ASEC2.ui']
 Begine parsing INf file : MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
Valid target architecture(s) is : AARCH64
BaseName : PcdDxe
ModuleGuid : 80CF7257-87AB-47f9-A3FE-D50B76D89541
ModuleType : DXE_DRIVER
VersionString : 4.0
InfFileName :MdeModulePkg\Universal\PCD\Dxe\Pcd.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\PCD\Dxe\Pcd.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\PCD\Dxe\Pcd\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\PCD\Dxe\Pcd.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\PCD\Dxe\Pcd.inf
[13:57:21.309]: [13:57:21.309]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe\80CF7257-87AB-47f9-A3FE-D50B76D89541.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe\\DXEPcdDataBaseSec.raw', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe\\80CF7257-87AB-47f9-A3FE-D50B76D89541SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe\\80CF7257-87AB-47f9-A3FE-D50B76D89541SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe\\80CF7257-87AB-47f9-A3FE-D50B76D89541SEC3.ui']
 Begine parsing INf file : ArmPkg/Drivers/CpuDxe/CpuDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmCpuDxe
ModuleGuid : B8D9777E-D72A-451F-9BDB-BAFB52A68415
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :ArmPkg\Drivers\CpuDxe\CpuDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\CpuDxe\CpuDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\CpuDxe\CpuDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\CpuDxe\CpuDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : ArmPkg\Drivers\CpuDxe\CpuDxe.inf
[13:57:21.314]: [13:57:21.314]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\B8D9777E-D72A-451F-9BDB-BAFB52A68415ArmCpuDxe\B8D9777E-D72A-451F-9BDB-BAFB52A68415.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\B8D9777E-D72A-451F-9BDB-BAFB52A68415ArmCpuDxe\\B8D9777E-D72A-451F-9BDB-BAFB52A68415SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\B8D9777E-D72A-451F-9BDB-BAFB52A68415ArmCpuDxe\\B8D9777E-D72A-451F-9BDB-BAFB52A68415SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\B8D9777E-D72A-451F-9BDB-BAFB52A68415ArmCpuDxe\\B8D9777E-D72A-451F-9BDB-BAFB52A68415SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : RuntimeDxe
ModuleGuid : B601F8C4-43B7-4784-95B1-F4226CB40CEE
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Core\RuntimeDxe\RuntimeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Core\RuntimeDxe\RuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Core\RuntimeDxe\RuntimeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Core\RuntimeDxe\RuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : MdeModulePkg\Core\RuntimeDxe\RuntimeDxe.inf
[13:57:21.318]: [13:57:21.317]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe\B601F8C4-43B7-4784-95B1-F4226CB40CEE.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe\\B601F8C4-43B7-4784-95B1-F4226CB40CEESEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe\\B601F8C4-43B7-4784-95B1-F4226CB40CEESEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe\\B601F8C4-43B7-4784-95B1-F4226CB40CEESEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : SecurityStubDxe
ModuleGuid : F80697E9-7FD6-4665-8646-88E33EF71DFC
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe.inf
[13:57:21.322]: [13:57:21.321]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe\F80697E9-7FD6-4665-8646-88E33EF71DFC.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe\\F80697E9-7FD6-4665-8646-88E33EF71DFCSEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe\\F80697E9-7FD6-4665-8646-88E33EF71DFCSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe\\F80697E9-7FD6-4665-8646-88E33EF71DFCSEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : CapsuleRuntimeDxe
ModuleGuid : 42857F0A-13F2-4B21-8A23-53D3F714B840
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe.inf
[13:57:21.328]: [13:57:21.328]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe\42857F0A-13F2-4B21-8A23-53D3F714B840.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe\\42857F0A-13F2-4B21-8A23-53D3F714B840SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe\\42857F0A-13F2-4B21-8A23-53D3F714B840SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe\\42857F0A-13F2-4B21-8A23-53D3F714B840SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : VariableRuntimeDxe
ModuleGuid : CBD2E4D5-7068-4FF5-B462-9822B4AD8D60
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
[13:57:21.334]: [13:57:21.334]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe\CBD2E4D5-7068-4FF5-B462-9822B4AD8D60.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe\\CBD2E4D5-7068-4FF5-B462-9822B4AD8D60SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe\\CBD2E4D5-7068-4FF5-B462-9822B4AD8D60SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe\\CBD2E4D5-7068-4FF5-B462-9822B4AD8D60SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : FaultTolerantWriteDxe
ModuleGuid : FE5CEA76-4F72-49e8-986F-2CD899DFFE5D
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe.inf
[13:57:21.338]: [13:57:21.338]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe\FE5CEA76-4F72-49e8-986F-2CD899DFFE5D.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe\\FE5CEA76-4F72-49e8-986F-2CD899DFFE5DSEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe\\FE5CEA76-4F72-49e8-986F-2CD899DFFE5DSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe\\FE5CEA76-4F72-49e8-986F-2CD899DFFE5DSEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : MonotonicCounterRuntimeDxe
ModuleGuid : AD608272-D07F-4964-801E-7BD3B7888652
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe.inf
[13:57:21.342]: [13:57:21.342]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe\AD608272-D07F-4964-801E-7BD3B7888652.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe\\AD608272-D07F-4964-801E-7BD3B7888652SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe\\AD608272-D07F-4964-801E-7BD3B7888652SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe\\AD608272-D07F-4964-801E-7BD3B7888652SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ResetSystemRuntimeDxe
ModuleGuid : 4B28E4C7-FF36-4e10-93CF-A82159E777C5
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe.inf
[13:57:21.346]: [13:57:21.346]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe\4B28E4C7-FF36-4e10-93CF-A82159E777C5.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe\\4B28E4C7-FF36-4e10-93CF-A82159E777C5SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe\\4B28E4C7-FF36-4e10-93CF-A82159E777C5SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe\\4B28E4C7-FF36-4e10-93CF-A82159E777C5SEC3.ui']
 Begine parsing INf file : EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : RealTimeClock
ModuleGuid : B336F62D-4135-4A55-AE4E-4971BBF0885D
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe.inf
[13:57:21.350]: [13:57:21.350]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock\B336F62D-4135-4A55-AE4E-4971BBF0885D.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock\\B336F62D-4135-4A55-AE4E-4971BBF0885DSEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock\\B336F62D-4135-4A55-AE4E-4971BBF0885DSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock\\B336F62D-4135-4A55-AE4E-4971BBF0885DSEC3.ui']
 Begine parsing INf file : EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : MetronomeDxe
ModuleGuid : 4C6E0267-C77D-410D-8100-1495911A989D
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :EmbeddedPkg\MetronomeDxe\MetronomeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF EmbeddedPkg\MetronomeDxe\MetronomeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\MetronomeDxe\MetronomeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF EmbeddedPkg\MetronomeDxe\MetronomeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : EmbeddedPkg\MetronomeDxe\MetronomeDxe.inf
[13:57:21.354]: [13:57:21.354]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\4C6E0267-C77D-410D-8100-1495911A989DMetronomeDxe\4C6E0267-C77D-410D-8100-1495911A989D.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\4C6E0267-C77D-410D-8100-1495911A989DMetronomeDxe\\4C6E0267-C77D-410D-8100-1495911A989DSEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\4C6E0267-C77D-410D-8100-1495911A989DMetronomeDxe\\4C6E0267-C77D-410D-8100-1495911A989DSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\4C6E0267-C77D-410D-8100-1495911A989DMetronomeDxe\\4C6E0267-C77D-410D-8100-1495911A989DSEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : HiiDatabase
ModuleGuid : 348C4D62-BFBD-4882-9ECE-C80BB1C4783B
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe.inf
[13:57:21.359]: [13:57:21.358]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase\348C4D62-BFBD-4882-9ECE-C80BB1C4783B.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase\\348C4D62-BFBD-4882-9ECE-C80BB1C4783BSEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase\\348C4D62-BFBD-4882-9ECE-C80BB1C4783BSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase\\348C4D62-BFBD-4882-9ECE-C80BB1C4783BSEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : AcpiTableDxe
ModuleGuid : 9622E42C-8E38-4a08-9E8F-54F784652F6B
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe.inf
[13:57:21.364]: [13:57:21.363]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe\9622E42C-8E38-4a08-9E8F-54F784652F6B.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe\\9622E42C-8E38-4a08-9E8F-54F784652F6BSEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe\\9622E42C-8E38-4a08-9E8F-54F784652F6BSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe\\9622E42C-8E38-4a08-9E8F-54F784652F6BSEC3.ui']
 Begine parsing INf file : Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ConfigurationManagerDxe
ModuleGuid : 29F45677-1920-4454-94A6-CF119C9491DB
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe.inf
[13:57:21.368]: [13:57:21.368]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\29F45677-1920-4454-94A6-CF119C9491DBConfigurationManagerDxe\29F45677-1920-4454-94A6-CF119C9491DB.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\29F45677-1920-4454-94A6-CF119C9491DBConfigurationManagerDxe\\29F45677-1920-4454-94A6-CF119C9491DBSEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\29F45677-1920-4454-94A6-CF119C9491DBConfigurationManagerDxe\\29F45677-1920-4454-94A6-CF119C9491DBSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\29F45677-1920-4454-94A6-CF119C9491DBConfigurationManagerDxe\\29F45677-1920-4454-94A6-CF119C9491DBSEC3.ui']
 Begine parsing INf file : DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : DynamicTableFactoryDxe
ModuleGuid : FE846898-7403-4932-B8AD-A0491F0C2CBA
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
[13:57:21.372]: [13:57:21.372]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\FE846898-7403-4932-B8AD-A0491F0C2CBADynamicTableFactoryDxe\FE846898-7403-4932-B8AD-A0491F0C2CBA.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\FE846898-7403-4932-B8AD-A0491F0C2CBADynamicTableFactoryDxe\\FE846898-7403-4932-B8AD-A0491F0C2CBASEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\FE846898-7403-4932-B8AD-A0491F0C2CBADynamicTableFactoryDxe\\FE846898-7403-4932-B8AD-A0491F0C2CBASEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\FE846898-7403-4932-B8AD-A0491F0C2CBADynamicTableFactoryDxe\\FE846898-7403-4932-B8AD-A0491F0C2CBASEC3.ui']
 Begine parsing INf file : DynamicTablesPkg/Drivers/DynamicTableManagerDxe/DynamicTableManagerDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : DynamicTableManagerDxe
ModuleGuid : 89122868-BCFD-49E8-88A3-06635CB7B3CF
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe.inf
[13:57:21.377]: [13:57:21.376]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\89122868-BCFD-49E8-88A3-06635CB7B3CFDynamicTableManagerDxe\89122868-BCFD-49E8-88A3-06635CB7B3CF.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\89122868-BCFD-49E8-88A3-06635CB7B3CFDynamicTableManagerDxe\\89122868-BCFD-49E8-88A3-06635CB7B3CFSEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\89122868-BCFD-49E8-88A3-06635CB7B3CFDynamicTableManagerDxe\\89122868-BCFD-49E8-88A3-06635CB7B3CFSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\89122868-BCFD-49E8-88A3-06635CB7B3CFDynamicTableManagerDxe\\89122868-BCFD-49E8-88A3-06635CB7B3CFSEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ConPlatformDxe
ModuleGuid : 51ccf399-4fdf-4e55-a45b-e123f84d456a
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe.inf
[13:57:21.387]: [13:57:21.386]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.387]: [13:57:21.387]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.389]: [13:57:21.388]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\51ccf399-4fdf-4e55-a45b-e123f84d456aConPlatformDxe\51ccf399-4fdf-4e55-a45b-e123f84d456a.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\51ccf399-4fdf-4e55-a45b-e123f84d456aConPlatformDxe\\51ccf399-4fdf-4e55-a45b-e123f84d456aSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\51ccf399-4fdf-4e55-a45b-e123f84d456aConPlatformDxe\\51ccf399-4fdf-4e55-a45b-e123f84d456aSEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ConSplitterDxe
ModuleGuid : 408edcec-cf6d-477c-a5a8-b4844e3de281
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe.inf
[13:57:21.393]: [13:57:21.392]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.393]: [13:57:21.393]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.395]: [13:57:21.395]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\408edcec-cf6d-477c-a5a8-b4844e3de281ConSplitterDxe\408edcec-cf6d-477c-a5a8-b4844e3de281.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\408edcec-cf6d-477c-a5a8-b4844e3de281ConSplitterDxe\\408edcec-cf6d-477c-a5a8-b4844e3de281SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\408edcec-cf6d-477c-a5a8-b4844e3de281ConSplitterDxe\\408edcec-cf6d-477c-a5a8-b4844e3de281SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : GraphicsConsoleDxe
ModuleGuid : CCCB0C28-4B24-11d5-9A5A-0090273FC14D
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe.inf
[13:57:21.399]: [13:57:21.399]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.401]: [13:57:21.400]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.401]: [13:57:21.401]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\CCCB0C28-4B24-11d5-9A5A-0090273FC14DGraphicsConsoleDxe\CCCB0C28-4B24-11d5-9A5A-0090273FC14D.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\CCCB0C28-4B24-11d5-9A5A-0090273FC14DGraphicsConsoleDxe\\CCCB0C28-4B24-11d5-9A5A-0090273FC14DSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\CCCB0C28-4B24-11d5-9A5A-0090273FC14DGraphicsConsoleDxe\\CCCB0C28-4B24-11d5-9A5A-0090273FC14DSEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : TerminalDxe
ModuleGuid : 9E863906-A40F-4875-977F-5B93FF237FC6
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe.inf
[13:57:21.406]: [13:57:21.406]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.407]: [13:57:21.407]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.408]: [13:57:21.408]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\9E863906-A40F-4875-977F-5B93FF237FC6TerminalDxe\9E863906-A40F-4875-977F-5B93FF237FC6.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\9E863906-A40F-4875-977F-5B93FF237FC6TerminalDxe\\9E863906-A40F-4875-977F-5B93FF237FC6SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\9E863906-A40F-4875-977F-5B93FF237FC6TerminalDxe\\9E863906-A40F-4875-977F-5B93FF237FC6SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : SerialDxe
ModuleGuid : 9A5163E7-5C29-453F-825C-837A46A81E15
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\SerialDxe\SerialDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SerialDxe\SerialDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SerialDxe\SerialDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SerialDxe\SerialDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\SerialDxe\SerialDxe.inf
[13:57:21.412]: [13:57:21.412]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe\9A5163E7-5C29-453F-825C-837A46A81E15.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe\\9A5163E7-5C29-453F-825C-837A46A81E15SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe\\9A5163E7-5C29-453F-825C-837A46A81E15SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe\\9A5163E7-5C29-453F-825C-837A46A81E15SEC3.ui']
 Begine parsing INf file : ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmGicDxe
ModuleGuid : DE371F7C-DEC4-4D21-ADF1-593ABCC15882
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :ArmPkg\Drivers\ArmGic\ArmGicDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\ArmGic\ArmGicDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\ArmGic\ArmGicDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\ArmGic\ArmGicDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : ArmPkg\Drivers\ArmGic\ArmGicDxe.inf
[13:57:21.416]: [13:57:21.416]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\DE371F7C-DEC4-4D21-ADF1-593ABCC15882ArmGicDxe\DE371F7C-DEC4-4D21-ADF1-593ABCC15882.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\DE371F7C-DEC4-4D21-ADF1-593ABCC15882ArmGicDxe\\DE371F7C-DEC4-4D21-ADF1-593ABCC15882SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\DE371F7C-DEC4-4D21-ADF1-593ABCC15882ArmGicDxe\\DE371F7C-DEC4-4D21-ADF1-593ABCC15882SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\DE371F7C-DEC4-4D21-ADF1-593ABCC15882ArmGicDxe\\DE371F7C-DEC4-4D21-ADF1-593ABCC15882SEC3.ui']
 Begine parsing INf file : ArmPkg/Drivers/TimerDxe/TimerDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmTimerDxe
ModuleGuid : 49ea041e-6752-42ca-b0b1-7344fe2546b7
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :ArmPkg\Drivers\TimerDxe\TimerDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\TimerDxe\TimerDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\TimerDxe\TimerDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\TimerDxe\TimerDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : ArmPkg\Drivers\TimerDxe\TimerDxe.inf
[13:57:21.420]: [13:57:21.420]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\49ea041e-6752-42ca-b0b1-7344fe2546b7ArmTimerDxe\49ea041e-6752-42ca-b0b1-7344fe2546b7.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\49ea041e-6752-42ca-b0b1-7344fe2546b7ArmTimerDxe\\49ea041e-6752-42ca-b0b1-7344fe2546b7SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\49ea041e-6752-42ca-b0b1-7344fe2546b7ArmTimerDxe\\49ea041e-6752-42ca-b0b1-7344fe2546b7SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\49ea041e-6752-42ca-b0b1-7344fe2546b7ArmTimerDxe\\49ea041e-6752-42ca-b0b1-7344fe2546b7SEC3.ui']
 Begine parsing INf file : ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmVeNorFlashDxe
ModuleGuid : 93E34C7E-B50E-11DF-9223-2443DFD72085
ModuleType : DXE_RUNTIME_DRIVER
VersionString : 1.0
InfFileName :ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe.inf
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_RUNTIME_DRIVER for INF ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_RUNTIME_DRIVER
Packing binaries from inf file : ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe.inf
[13:57:21.425]: [13:57:21.424]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\93E34C7E-B50E-11DF-9223-2443DFD72085ArmVeNorFlashDxe\93E34C7E-B50E-11DF-9223-2443DFD72085.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\93E34C7E-B50E-11DF-9223-2443DFD72085ArmVeNorFlashDxe\\93E34C7E-B50E-11DF-9223-2443DFD72085SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\93E34C7E-B50E-11DF-9223-2443DFD72085ArmVeNorFlashDxe\\93E34C7E-B50E-11DF-9223-2443DFD72085SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\93E34C7E-B50E-11DF-9223-2443DFD72085ArmVeNorFlashDxe\\93E34C7E-B50E-11DF-9223-2443DFD72085SEC3.ui']
 Begine parsing INf file : ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : GenericWatchdogDxe
ModuleGuid : 0619f5c2-4858-4caa-a86a-73a21a18df6b
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe.inf
[13:57:21.429]: [13:57:21.428]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\0619f5c2-4858-4caa-a86a-73a21a18df6bGenericWatchdogDxe\0619f5c2-4858-4caa-a86a-73a21a18df6b.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\0619f5c2-4858-4caa-a86a-73a21a18df6bGenericWatchdogDxe\\0619f5c2-4858-4caa-a86a-73a21a18df6bSEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\0619f5c2-4858-4caa-a86a-73a21a18df6bGenericWatchdogDxe\\0619f5c2-4858-4caa-a86a-73a21a18df6bSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\0619f5c2-4858-4caa-a86a-73a21a18df6bGenericWatchdogDxe\\0619f5c2-4858-4caa-a86a-73a21a18df6bSEC3.ui']
 Begine parsing INf file : ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
Valid target architecture(s) is : AARCH64
BaseName : SemihostFs
ModuleGuid : C5B9C74A-6D72-4719-99AB-C59F199091EB
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :ArmPkg\Filesystem\SemihostFs\SemihostFs.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF ArmPkg\Filesystem\SemihostFs\SemihostFs.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Filesystem\SemihostFs\SemihostFs\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF ArmPkg\Filesystem\SemihostFs\SemihostFs.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : ArmPkg\Filesystem\SemihostFs\SemihostFs.inf
[13:57:21.433]: [13:57:21.432]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.433]: [13:57:21.433]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.434]: [13:57:21.434]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\C5B9C74A-6D72-4719-99AB-C59F199091EBSemihostFs\C5B9C74A-6D72-4719-99AB-C59F199091EB.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\C5B9C74A-6D72-4719-99AB-C59F199091EBSemihostFs\\C5B9C74A-6D72-4719-99AB-C59F199091EBSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\C5B9C74A-6D72-4719-99AB-C59F199091EBSemihostFs\\C5B9C74A-6D72-4719-99AB-C59F199091EBSEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : DiskIoDxe
ModuleGuid : 6B38F7B4-AD98-40e9-9093-ACA2B5A253C4
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe.inf
[13:57:21.439]: [13:57:21.438]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.439]: [13:57:21.439]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.440]: [13:57:21.440]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\6B38F7B4-AD98-40e9-9093-ACA2B5A253C4DiskIoDxe\6B38F7B4-AD98-40e9-9093-ACA2B5A253C4.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\6B38F7B4-AD98-40e9-9093-ACA2B5A253C4DiskIoDxe\\6B38F7B4-AD98-40e9-9093-ACA2B5A253C4SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\6B38F7B4-AD98-40e9-9093-ACA2B5A253C4DiskIoDxe\\6B38F7B4-AD98-40e9-9093-ACA2B5A253C4SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : PartitionDxe
ModuleGuid : 1FA1F39E-FEFF-4aae-BD7B-38A070A3B609
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe.inf
[13:57:21.445]: [13:57:21.445]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.446]: [13:57:21.445]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.448]: [13:57:21.448]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\1FA1F39E-FEFF-4aae-BD7B-38A070A3B609PartitionDxe\1FA1F39E-FEFF-4aae-BD7B-38A070A3B609.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\1FA1F39E-FEFF-4aae-BD7B-38A070A3B609PartitionDxe\\1FA1F39E-FEFF-4aae-BD7B-38A070A3B609SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\1FA1F39E-FEFF-4aae-BD7B-38A070A3B609PartitionDxe\\1FA1F39E-FEFF-4aae-BD7B-38A070A3B609SEC3.ui']
 Begine parsing INf file : FatPkg/EnhancedFatDxe/Fat.inf
Valid target architecture(s) is : AARCH64
BaseName : Fat
ModuleGuid : 961578FE-B6B7-44c3-AF35-6BC705CD2B1F
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :FatPkg\EnhancedFatDxe\Fat.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF FatPkg\EnhancedFatDxe\Fat.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\FatPkg\EnhancedFatDxe\Fat\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF FatPkg\EnhancedFatDxe\Fat.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : FatPkg\EnhancedFatDxe\Fat.inf
[13:57:21.455]: [13:57:21.455]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.456]: [13:57:21.455]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.458]: [13:57:21.457]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\961578FE-B6B7-44c3-AF35-6BC705CD2B1FFat\961578FE-B6B7-44c3-AF35-6BC705CD2B1F.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\961578FE-B6B7-44c3-AF35-6BC705CD2B1FFat\\961578FE-B6B7-44c3-AF35-6BC705CD2B1FSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\961578FE-B6B7-44c3-AF35-6BC705CD2B1FFat\\961578FE-B6B7-44c3-AF35-6BC705CD2B1FSEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : EnglishDxe
ModuleGuid : CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe.inf
[13:57:21.462]: [13:57:21.462]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.462]: [13:57:21.462]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.464]: [13:57:21.463]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600EnglishDxe\CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600EnglishDxe\\CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600EnglishDxe\\CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600SEC3.ui']
 Begine parsing INf file : EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : MmcDxe
ModuleGuid : b6f44cc0-9e45-11df-be21-0002a5d5c51b
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :EmbeddedPkg\Universal\MmcDxe\MmcDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF EmbeddedPkg\Universal\MmcDxe\MmcDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Universal\MmcDxe\MmcDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF EmbeddedPkg\Universal\MmcDxe\MmcDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : EmbeddedPkg\Universal\MmcDxe\MmcDxe.inf
[13:57:21.468]: [13:57:21.468]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\b6f44cc0-9e45-11df-be21-0002a5d5c51bMmcDxe\b6f44cc0-9e45-11df-be21-0002a5d5c51b.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\b6f44cc0-9e45-11df-be21-0002a5d5c51bMmcDxe\\b6f44cc0-9e45-11df-be21-0002a5d5c51bSEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\b6f44cc0-9e45-11df-be21-0002a5d5c51bMmcDxe\\b6f44cc0-9e45-11df-be21-0002a5d5c51bSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\b6f44cc0-9e45-11df-be21-0002a5d5c51bMmcDxe\\b6f44cc0-9e45-11df-be21-0002a5d5c51bSEC3.ui']
 Begine parsing INf file : Platform/ARM/VExpressPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : PL180MciDxe
ModuleGuid : 09831032-6fa3-4484-af4f-0a000a8d3a82
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe.inf
[13:57:21.472]: [13:57:21.472]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\09831032-6fa3-4484-af4f-0a000a8d3a82PL180MciDxe\09831032-6fa3-4484-af4f-0a000a8d3a82.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\09831032-6fa3-4484-af4f-0a000a8d3a82PL180MciDxe\\09831032-6fa3-4484-af4f-0a000a8d3a82SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\09831032-6fa3-4484-af4f-0a000a8d3a82PL180MciDxe\\09831032-6fa3-4484-af4f-0a000a8d3a82SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\09831032-6fa3-4484-af4f-0a000a8d3a82PL180MciDxe\\09831032-6fa3-4484-af4f-0a000a8d3a82SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : SmbiosDxe
ModuleGuid : F9D88642-0737-49bc-81B5-6889CD57D9EA
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe.inf
[13:57:21.476]: [13:57:21.476]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe\F9D88642-0737-49bc-81B5-6889CD57D9EA.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe\\F9D88642-0737-49bc-81B5-6889CD57D9EASEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe\\F9D88642-0737-49bc-81B5-6889CD57D9EASEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe\\F9D88642-0737-49bc-81B5-6889CD57D9EASEC3.ui']
 Begine parsing INf file : Platform/ARM/VExpressPkg/Drivers/ArmVExpressDxe/ArmFvpDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmFvpDxe
ModuleGuid : 405b2307-6839-4d52-aeb9-bece64252800
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe.inf
[13:57:21.481]: [13:57:21.480]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.481]: [13:57:21.481]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.482]: [13:57:21.482]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\405b2307-6839-4d52-aeb9-bece64252800ArmFvpDxe\405b2307-6839-4d52-aeb9-bece64252800.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\405b2307-6839-4d52-aeb9-bece64252800ArmFvpDxe\\405b2307-6839-4d52-aeb9-bece64252800SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\405b2307-6839-4d52-aeb9-bece64252800ArmFvpDxe\\405b2307-6839-4d52-aeb9-bece64252800SEC3.ui']
 Begine parsing INf file : OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
Valid target architecture(s) is : AARCH64
BaseName : VirtioBlkDxe
ModuleGuid : 11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :OvmfPkg\VirtioBlkDxe\VirtioBlk.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF OvmfPkg\VirtioBlkDxe\VirtioBlk.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\OvmfPkg\VirtioBlkDxe\VirtioBlk\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF OvmfPkg\VirtioBlkDxe\VirtioBlk.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : OvmfPkg\VirtioBlkDxe\VirtioBlk.inf
[13:57:21.486]: [13:57:21.486]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.487]: [13:57:21.487]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.488]: [13:57:21.488]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5VirtioBlkDxe\11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5VirtioBlkDxe\\11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5VirtioBlkDxe\\11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5SEC3.ui']
 Begine parsing INf file : ShellPkg/Application/Shell/Shell.inf
Valid target architecture(s) is : AARCH64
BaseName : Shell
ModuleGuid : 7C04A583-9E3E-4f1c-AD65-E05268D0B4D1
ModuleType : UEFI_APPLICATION
VersionString : 1.0
InfFileName :ShellPkg\Application\Shell\Shell.inf
Trying to apply common rule RULE.COMMON.UEFI_APPLICATION for INF ShellPkg\Application\Shell\Shell.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_APPLICATION
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_APPLICATION for INF ShellPkg\Application\Shell\Shell.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_APPLICATION
Packing binaries from inf file : ShellPkg\Application\Shell\Shell.inf
[13:57:21.494]: [13:57:21.494]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell\7C04A583-9E3E-4f1c-AD65-E05268D0B4D1.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell\\7C04A583-9E3E-4f1c-AD65-E05268D0B4D1SEC1.ui', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell\\ShellOffset.raw', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell\\7C04A583-9E3E-4f1c-AD65-E05268D0B4D1SEC2.1.pe32']
 Begine parsing INf file : MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : DevicePathDxe
ModuleGuid : 9B680FCE-AD6B-4F3A-B60B-F59899003443
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe.inf
[13:57:21.498]: [13:57:21.497]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe\9B680FCE-AD6B-4F3A-B60B-F59899003443.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe\\9B680FCE-AD6B-4F3A-B60B-F59899003443SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe\\9B680FCE-AD6B-4F3A-B60B-F59899003443SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe\\9B680FCE-AD6B-4F3A-B60B-F59899003443SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : DisplayEngine
ModuleGuid : E660EA85-058E-4b55-A54B-F02F83A24707
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf
[13:57:21.502]: [13:57:21.502]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine\E660EA85-058E-4b55-A54B-F02F83A24707.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine\\E660EA85-058E-4b55-A54B-F02F83A24707SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine\\DisplayEngineOffset.raw', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine\\E660EA85-058E-4b55-A54B-F02F83A24707SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine\\E660EA85-058E-4b55-A54B-F02F83A24707SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : SetupBrowser
ModuleGuid : EBf342FE-B1D3-4EF8-957C-8048606FF671
ModuleType : DXE_DRIVER
VersionString : 2.0
InfFileName :MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe.inf
[13:57:21.506]: [13:57:21.506]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser\EBf342FE-B1D3-4EF8-957C-8048606FF671.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser\\EBf342FE-B1D3-4EF8-957C-8048606FF671SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser\\EBf342FE-B1D3-4EF8-957C-8048606FF671SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser\\EBf342FE-B1D3-4EF8-957C-8048606FF671SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : BdsDxe
ModuleGuid : 6D33944A-EC75-4855-A54D-809C75241F6C
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\BdsDxe\BdsDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\BdsDxe\BdsDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\BdsDxe\BdsDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Universal\BdsDxe\BdsDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\BdsDxe\BdsDxe.inf
[13:57:21.511]: [13:57:21.510]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe\6D33944A-EC75-4855-A54D-809C75241F6C.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe\\6D33944A-EC75-4855-A54D-809C75241F6CSEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe\\6D33944A-EC75-4855-A54D-809C75241F6CSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe\\6D33944A-EC75-4855-A54D-809C75241F6CSEC3.ui']
 Begine parsing INf file : MdeModulePkg/Application/UiApp/UiApp.inf
Valid target architecture(s) is : AARCH64
BaseName : UiApp
ModuleGuid : 462CAA21-7614-4503-836E-8AB6F4662331
ModuleType : UEFI_APPLICATION
VersionString : 1.0
InfFileName :MdeModulePkg\Application\UiApp\UiApp.inf
Trying to apply common rule RULE.COMMON.UEFI_APPLICATION for INF MdeModulePkg\Application\UiApp\UiApp.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_APPLICATION
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Application\UiApp\UiApp\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_APPLICATION for INF MdeModulePkg\Application\UiApp\UiApp.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_APPLICATION
Packing binaries from inf file : MdeModulePkg\Application\UiApp\UiApp.inf
[13:57:21.516]: [13:57:21.515]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\462CAA21-7614-4503-836E-8AB6F4662331UiApp\462CAA21-7614-4503-836E-8AB6F4662331.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\462CAA21-7614-4503-836E-8AB6F4662331UiApp\\462CAA21-7614-4503-836E-8AB6F4662331SEC1.ui', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\462CAA21-7614-4503-836E-8AB6F4662331UiApp\\UiAppOffset.raw', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\462CAA21-7614-4503-836E-8AB6F4662331UiApp\\462CAA21-7614-4503-836E-8AB6F4662331SEC2.1.pe32']
 Begine parsing INf file : ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf
Valid target architecture(s) is : AARCH64
BaseName : ArmPciCpuIo2Dxe
ModuleGuid : 168D1A6E-F4A5-448A-9E95-795661BB3067
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe.inf
[13:57:21.519]: [13:57:21.519]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\168D1A6E-F4A5-448A-9E95-795661BB3067ArmPciCpuIo2Dxe\168D1A6E-F4A5-448A-9E95-795661BB3067.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\168D1A6E-F4A5-448A-9E95-795661BB3067ArmPciCpuIo2Dxe\\168D1A6E-F4A5-448A-9E95-795661BB3067SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\168D1A6E-F4A5-448A-9E95-795661BB3067ArmPciCpuIo2Dxe\\168D1A6E-F4A5-448A-9E95-795661BB3067SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\168D1A6E-F4A5-448A-9E95-795661BB3067ArmPciCpuIo2Dxe\\168D1A6E-F4A5-448A-9E95-795661BB3067SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : PciBusDxe
ModuleGuid : 93B80004-9FB3-11d4-9A3A-0090273FC14D
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe.inf
[13:57:21.526]: [13:57:21.526]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.527]: [13:57:21.527]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.530]: [13:57:21.529]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\93B80004-9FB3-11d4-9A3A-0090273FC14DPciBusDxe\93B80004-9FB3-11d4-9A3A-0090273FC14D.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\93B80004-9FB3-11d4-9A3A-0090273FC14DPciBusDxe\\93B80004-9FB3-11d4-9A3A-0090273FC14DSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\93B80004-9FB3-11d4-9A3A-0090273FC14DPciBusDxe\\93B80004-9FB3-11d4-9A3A-0090273FC14DSEC3.ui']
 Begine parsing INf file : MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : PciHostBridgeDxe
ModuleGuid : 128FB770-5E79-4176-9E51-9BB268A17DD1
ModuleType : DXE_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe.inf
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.DXE_DRIVER for INF MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe.inf
Want To Find Rule Name is : RULE.COMMON.DXE_DRIVER
Packing binaries from inf file : MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe.inf
[13:57:21.534]: [13:57:21.533]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe\128FB770-5E79-4176-9E51-9BB268A17DD1.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe\\128FB770-5E79-4176-9E51-9BB268A17DD1SEC1.1.dpx', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe\\128FB770-5E79-4176-9E51-9BB268A17DD1SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe\\128FB770-5E79-4176-9E51-9BB268A17DD1SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
Valid target architecture(s) is : AARCH64
BaseName : AtaAtapiPassThruDxe
ModuleGuid : 5E523CB4-D397-4986-87BD-A6DD8B22F455
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru.inf
[13:57:21.539]: [13:57:21.539]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.540]: [13:57:21.539]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.541]: [13:57:21.540]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\5E523CB4-D397-4986-87BD-A6DD8B22F455AtaAtapiPassThruDxe\5E523CB4-D397-4986-87BD-A6DD8B22F455.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\5E523CB4-D397-4986-87BD-A6DD8B22F455AtaAtapiPassThruDxe\\5E523CB4-D397-4986-87BD-A6DD8B22F455SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\5E523CB4-D397-4986-87BD-A6DD8B22F455AtaAtapiPassThruDxe\\5E523CB4-D397-4986-87BD-A6DD8B22F455SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : AtaBusDxe
ModuleGuid : 19DF145A-B1D4-453f-8507-38816676D7F6
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe.inf
[13:57:21.546]: [13:57:21.545]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.546]: [13:57:21.546]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.548]: [13:57:21.547]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\19DF145A-B1D4-453f-8507-38816676D7F6AtaBusDxe\19DF145A-B1D4-453f-8507-38816676D7F6.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\19DF145A-B1D4-453f-8507-38816676D7F6AtaBusDxe\\19DF145A-B1D4-453f-8507-38816676D7F6SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\19DF145A-B1D4-453f-8507-38816676D7F6AtaBusDxe\\19DF145A-B1D4-453f-8507-38816676D7F6SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : SataController
ModuleGuid : 820C59BB-274C-43B2-83EA-DAC673035A59
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe.inf
[13:57:21.552]: [13:57:21.552]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.552]: [13:57:21.552]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.554]: [13:57:21.553]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\820C59BB-274C-43B2-83EA-DAC673035A59SataController\820C59BB-274C-43B2-83EA-DAC673035A59.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\820C59BB-274C-43B2-83EA-DAC673035A59SataController\\820C59BB-274C-43B2-83EA-DAC673035A59SEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\820C59BB-274C-43B2-83EA-DAC673035A59SataController\\820C59BB-274C-43B2-83EA-DAC673035A59SEC3.ui']
 Begine parsing INf file : MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
Valid target architecture(s) is : AARCH64
BaseName : FvSimpleFileSystem
ModuleGuid : 907125c0-a5f1-11e3-a3fe-a3198b49350c
ModuleType : UEFI_DRIVER
VersionString : 1.0
InfFileName :MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe.inf
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
ModuelEFIPath: d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe\OUTPUT
Valid target architecture(s) is : AARCH64
Trying to apply common rule RULE.COMMON.UEFI_DRIVER for INF MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe.inf
Want To Find Rule Name is : RULE.COMMON.UEFI_DRIVER
Packing binaries from inf file : MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe.inf
[13:57:21.559]: [13:57:21.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:21.559]: [13:57:21.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
Optional Section don't exist!
[13:57:21.560]: [13:57:21.560]: D:\Code\Arm\edk2\BaseTools\Source\Python\GenFds\GenFdsGlobalVariable.py(759): debug: 
    d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\FV\Ffs\907125c0-a5f1-11e3-a3fe-a3198b49350cFvSimpleFileSystem\907125c0-a5f1-11e3-a3fe-a3198b49350c.ffs needs update because of newer ['d:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\907125c0-a5f1-11e3-a3fe-a3198b49350cFvSimpleFileSystem\\907125c0-a5f1-11e3-a3fe-a3198b49350cSEC2.1.pe32', 'd:\\code\\arm\\Build\\ArmVExpress-FVP-AArch64\\DEBUG_GCC5\\FV\\Ffs\\907125c0-a5f1-11e3-a3fe-a3198b49350cFvSimpleFileSystem\\907125c0-a5f1-11e3-a3fe-a3198b49350cSEC3.ui']
[13:57:21.675]: [13:57:21.675]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVpdBaseAddress.gEfiMdeModulePkgTokenSpaceGuid
[13:57:21.676]: [13:57:21.676]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVpdBaseAddress64.gEfiMdeModulePkgTokenSpaceGuid
[13:57:21.677]: [13:57:21.676]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSetNvStoreDefaultId.gEfiMdeModulePkgTokenSpaceGuid
[13:57:21.678]: [13:57:21.677]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:21.678]: [13:57:21.677]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:21.678]: [13:57:21.678]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:21.678]: [13:57:21.678]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:21.679]: [13:57:21.679]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:21.679]: [13:57:21.679]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:21.681]: [13:57:21.680]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:21.681]: [13:57:21.680]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:21.681]: [13:57:21.680]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:21.681]: [13:57:21.680]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:21.681]: [13:57:21.681]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:21.682]: [13:57:21.682]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:21.682]: [13:57:21.682]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:21.683]: [13:57:21.682]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:21.683]: [13:57:21.683]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:21.684]: [13:57:21.683]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:21.684]: [13:57:21.684]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:21.684]: [13:57:21.684]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:21.685]: [13:57:21.685]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:21.685]: [13:57:21.685]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:21.686]: [13:57:21.685]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:21.686]: [13:57:21.686]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:21.686]: [13:57:21.686]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:21.687]: [13:57:21.687]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:21.687]: [13:57:21.687]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:21.688]: [13:57:21.687]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:21.688]: [13:57:21.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:21.689]: [13:57:21.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:21.690]: [13:57:21.690]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1101): debug: 
    PCD: PcdTestKeyUsed gEfiMdeModulePkgTokenSpaceGuid (DXE : PEI)
[13:57:21.690]: [13:57:21.690]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1101): debug: 
    PCD: PcdPlatformBootTimeOut gEfiMdePkgTokenSpaceGuid (DXE : PEI)
[13:57:21.691]: [13:57:21.690]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1101): debug: 
    PCD: PcdNvStoreDefaultValueBuffer gEfiMdeModulePkgTokenSpaceGuid (DXE : PEI)
[13:57:21.691]: [13:57:21.691]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1101): debug: 
    PCD: PcdSetNvStoreDefaultId gEfiMdeModulePkgTokenSpaceGuid (DXE : PEI)
[13:57:21.692]: [13:57:21.691]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1101): debug: 
    PCD: PcdVpdBaseAddress64 gEfiMdeModulePkgTokenSpaceGuid (DXE : PEI)
[13:57:21.693]: [13:57:21.692]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1101): debug: 
    PCD: PcdTestKeyUsed gEfiMdeModulePkgTokenSpaceGuid (DXE : DXE)
[13:57:21.693]: [13:57:21.693]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1101): debug: 
    PCD: PcdPlatformBootTimeOut gEfiMdePkgTokenSpaceGuid (DXE : DXE)
[13:57:21.693]: [13:57:21.693]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1101): debug: 
    PCD: PcdNvStoreDefaultValueBuffer gEfiMdeModulePkgTokenSpaceGuid (DXE : DXE)
[13:57:21.694]: [13:57:21.694]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1101): debug: 
    PCD: PcdSetNvStoreDefaultId gEfiMdeModulePkgTokenSpaceGuid (DXE : DXE)
[13:57:21.694]: [13:57:21.694]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1101): debug: 
    PCD: PcdVpdBaseAddress64 gEfiMdeModulePkgTokenSpaceGuid (DXE : DXE)
[13:57:21.695]: [13:57:21.695]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1424): debug: 
    PCD = PcdTestKeyUsed.gEfiMdeModulePkgTokenSpaceGuid
[13:57:21.695]: [13:57:21.695]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1425): debug: 
    phase = DXE
[13:57:21.696]: [13:57:21.696]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1426): debug: 
    GeneratedTokenNumber = 0
[13:57:21.696]: [13:57:21.696]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1424): debug: 
    PCD = PcdPlatformBootTimeOut.gEfiMdePkgTokenSpaceGuid
[13:57:21.697]: [13:57:21.696]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1425): debug: 
    phase = DXE
[13:57:21.697]: [13:57:21.697]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1426): debug: 
    GeneratedTokenNumber = 1
[13:57:21.697]: [13:57:21.697]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1424): debug: 
    PCD = PcdNvStoreDefaultValueBuffer.gEfiMdeModulePkgTokenSpaceGuid
[13:57:21.698]: [13:57:21.698]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1425): debug: 
    phase = DXE
[13:57:21.698]: [13:57:21.698]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1426): debug: 
    GeneratedTokenNumber = 2
[13:57:21.699]: [13:57:21.699]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1424): debug: 
    PCD = PcdSetNvStoreDefaultId.gEfiMdeModulePkgTokenSpaceGuid
[13:57:21.699]: [13:57:21.699]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1425): debug: 
    phase = DXE
[13:57:21.700]: [13:57:21.699]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1426): debug: 
    GeneratedTokenNumber = 3
[13:57:21.700]: [13:57:21.700]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1424): debug: 
    PCD = PcdVpdBaseAddress64.gEfiMdeModulePkgTokenSpaceGuid
[13:57:21.701]: [13:57:21.700]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1425): debug: 
    phase = DXE
[13:57:21.702]: [13:57:21.701]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenPcdDb.py(1426): debug: 
    GeneratedTokenNumber = 4
DEPEX[PcdDxe] (+PcdDxe) = ['(', 'TRUE', ')']






















[13:57:21.709]: [13:57:21.705]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    END
[13:57:21.709]: [13:57:21.706]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized:  TRUE
    END
[13:57:21.709]: [13:57:21.708]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\PCD\Dxe\Pcd\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\PCD\Dxe\Pcd\DEBUG\AutoGen.h PcdDxe.depex] files for module PcdDxe [AARCH64]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for arch=AARCH64
	ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [NULL1]
Found forced library for arch=AARCH64
	MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf [NULL2]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf [NULL3]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf [NULL4]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf [NULL5]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf [NULL6]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf [NULL7]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf [NULL8]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf [NULL9]
Found forced library for d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf
	d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf [NULL10]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf [NULL11]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf [NULL12]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf [NULL13]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf [NULL14]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf [NULL15]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf [NULL16]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf [NULL17]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf [NULL18]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf [NULL19]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf [NULL20]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf [NULL21]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf
	d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf [NULL22]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
.Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf [NULL23]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf [NULL24]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf
	d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf [NULL25]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
[13:57:22.272]: [13:57:22.271]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf] [AARCH64]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
[13:57:22.277]: [13:57:22.277]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\OvmfPkg\VirtioBlkDxe\VirtioBlk.inf] [AARCH64]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
[13:57:22.293]: [13:57:22.289]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\SemihostLib\SemihostLib.inf] [AARCH64]
[13:57:22.300]: [13:57:22.300]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe.inf] [AARCH64]
[13:57:22.302]: [13:57:22.301]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf] [AARCH64]
[13:57:22.306]: [13:57:22.306]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\ArmVExpressLibRTSM\ArmVExpressLib.inf] [AARCH64]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf [NULL26]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf [NULL27]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
Found forced library for d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf
	d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf [NULL28]
[13:57:22.327]: [13:57:22.326]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\UefiPxeBcDxe\UefiPxeBcDxe.inf] [AARCH64]
[13:57:22.331]: [13:57:22.330]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\TimerDxe\TimerDxe.inf] [AARCH64]
[13:57:22.384]: [13:57:22.384]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf] [AARCH64]
[13:57:22.386]: [13:57:22.386]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\SemihostLib\SemihostLib\DEBUG\AutoGen.h] files for module SemihostLib [AARCH64]
[13:57:22.387]: [13:57:22.387]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf] [AARCH64]
[13:57:22.389]: [13:57:22.389]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf] [AARCH64]
[13:57:22.422]: [13:57:22.422]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Library\DxeNetLib\DxeNetLib\DEBUG\AutoGen.h] files for module DxeNetLib [AARCH64]
[13:57:22.423]: [13:57:22.423]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf] [AARCH64]
[13:57:22.429]: [13:57:22.429]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf] [AARCH64]
[13:57:22.459]: [13:57:22.458]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf] [AARCH64]
[13:57:22.463]: [13:57:22.463]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf] [AARCH64]
[13:57:22.467]: [13:57:22.466]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf] [AARCH64]
[13:57:22.469]: [13:57:22.469]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf] [AARCH64]
[13:57:22.472]: [13:57:22.471]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf] [AARCH64]
[13:57:22.476]: [13:57:22.476]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm\DEBUG\AutoGen.h] files for module AcpiMadtLibArm [AARCH64]
[13:57:22.476]: [13:57:22.476]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf] [AARCH64]
[13:57:22.477]: [13:57:22.477]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\PrePiLib\PrePiLib.inf] [AARCH64]
[13:57:22.484]: [13:57:22.484]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf] [AARCH64]
[13:57:22.490]: [13:57:22.489]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf] [AARCH64]
[13:57:22.501]: [13:57:22.501]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf] [AARCH64]
[13:57:22.504]: [13:57:22.503]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf] [AARCH64]
[13:57:22.531]: [13:57:22.530]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf] [AARCH64]
[13:57:22.536]: [13:57:22.536]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf] [AARCH64]
[13:57:22.541]: [13:57:22.541]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Library\PrePiLib\PrePiLib\DEBUG\AutoGen.h] files for module PrePiLib [AARCH64]
[13:57:22.543]: [13:57:22.542]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\SerialDxe\SerialDxe.inf] [AARCH64]
[13:57:22.550]: [13:57:22.550]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf] [AARCH64]
[13:57:22.551]: [13:57:22.550]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf] [AARCH64]
[13:57:22.555]: [13:57:22.555]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf] [AARCH64]
[13:57:22.564]: [13:57:22.564]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf] [AARCH64]
[13:57:22.566]: [13:57:22.566]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf] [AARCH64]
[13:57:22.571]: [13:57:22.570]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf] [AARCH64]
[13:57:22.571]: [13:57:22.571]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf] [AARCH64]
[13:57:22.575]: [13:57:22.575]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf] [AARCH64]
[13:57:22.577]: [13:57:22.577]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf] [AARCH64]
[13:57:22.581]: [13:57:22.581]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf] [AARCH64]
[13:57:22.588]: [13:57:22.588]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf] [AARCH64]
[13:57:22.590]: [13:57:22.589]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf] [AARCH64]
[13:57:22.599]: [13:57:22.599]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf] [AARCH64]
[13:57:22.602]: [13:57:22.602]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib\DEBUG\AutoGen.h] files for module UefiShellInstall1CommandsLib [AARCH64]
[13:57:22.604]: [13:57:22.603]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf] [AARCH64]
[13:57:22.604]: [13:57:22.604]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiHandleParsingLib\UefiHandleParsingLib.inf] [AARCH64]
[13:57:22.608]: [13:57:22.607]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf] [AARCH64]
[13:57:22.608]: [13:57:22.608]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf] [AARCH64]
[13:57:22.611]: [13:57:22.610]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf] [AARCH64]
[13:57:22.613]: [13:57:22.613]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf] [AARCH64]
[13:57:22.616]: [13:57:22.616]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf] [AARCH64]
[13:57:22.620]: [13:57:22.620]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf] [AARCH64]
[13:57:22.622]: [13:57:22.622]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf] [AARCH64]
[13:57:22.625]: [13:57:22.625]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf] [AARCH64]
[13:57:22.626]: [13:57:22.626]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf] [AARCH64]
[13:57:22.630]: [13:57:22.630]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf] [AARCH64]
[13:57:22.635]: [13:57:22.635]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf] [AARCH64]
[13:57:22.638]: [13:57:22.638]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf] [AARCH64]
[13:57:22.640]: [13:57:22.640]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf] [AARCH64]
[13:57:22.643]: [13:57:22.643]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf] [AARCH64]
[13:57:22.646]: [13:57:22.645]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf] [AARCH64]
[13:57:22.647]: [13:57:22.647]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf] [AARCH64]
[13:57:22.649]: [13:57:22.648]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf] [AARCH64]
[13:57:22.653]: [13:57:22.652]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf] [AARCH64]
[13:57:22.654]: [13:57:22.654]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf] [AARCH64]
[13:57:22.658]: [13:57:22.657]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf] [AARCH64]
[13:57:22.660]: [13:57:22.659]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf] [AARCH64]
[13:57:22.662]: [13:57:22.662]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf] [AARCH64]
[13:57:22.664]: [13:57:22.664]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf] [AARCH64]
[13:57:22.667]: [13:57:22.666]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf] [AARCH64]
[13:57:22.669]: [13:57:22.669]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf] [AARCH64]
[13:57:22.670]: [13:57:22.670]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf] [AARCH64]
[13:57:22.674]: [13:57:22.674]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf] [AARCH64]
[13:57:22.674]: [13:57:22.674]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf] [AARCH64]
[13:57:22.675]: [13:57:22.675]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf] [AARCH64]
[13:57:22.679]: [13:57:22.679]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf] [AARCH64]
[13:57:22.680]: [13:57:22.679]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf] [AARCH64]
[13:57:22.681]: [13:57:22.681]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf] [AARCH64]
[13:57:22.688]: [13:57:22.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\OvmfPkg\Library\VirtioLib\VirtioLib.inf] [AARCH64]
[13:57:22.688]: [13:57:22.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf] [AARCH64]
[13:57:22.690]: [13:57:22.690]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf] [AARCH64]
[13:57:22.693]: [13:57:22.693]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf] [AARCH64]
[13:57:22.693]: [13:57:22.693]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf] [AARCH64]
[13:57:22.695]: [13:57:22.695]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf] [AARCH64]
[13:57:22.698]: [13:57:22.698]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf] [AARCH64]
[13:57:22.699]: [13:57:22.698]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf] [AARCH64]
[13:57:22.700]: [13:57:22.700]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf] [AARCH64]
[13:57:22.709]: [13:57:22.709]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib\DEBUG\AutoGen.h] files for module PL011UartLib [AARCH64]
[13:57:22.710]: [13:57:22.710]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf] [AARCH64]
[13:57:22.711]: [13:57:22.710]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:22.711]: [13:57:22.710]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf] [AARCH64]
[13:57:22.711]: [13:57:22.711]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:22.712]: [13:57:22.712]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:22.712]: [13:57:22.712]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:22.714]: [13:57:22.714]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf] [AARCH64]
[13:57:22.716]: [13:57:22.716]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf] [AARCH64]
[13:57:22.717]: [13:57:22.712]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:22.719]: [13:57:22.719]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf] [AARCH64]
[13:57:22.721]: [13:57:22.721]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf] [AARCH64]
[13:57:22.724]: [13:57:22.724]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf] [AARCH64]
[13:57:22.726]: [13:57:22.726]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf] [AARCH64]
[13:57:22.728]: [13:57:22.728]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm\DEBUG\AutoGen.h] files for module SsdtCmn600LibArm [AARCH64]
[13:57:22.729]: [13:57:22.729]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf] [AARCH64]
[13:57:22.730]: [13:57:22.730]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf] [AARCH64]
[13:57:22.731]: [13:57:22.731]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf] [AARCH64]
[13:57:22.735]: [13:57:22.734]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf] [AARCH64]
[13:57:22.735]: [13:57:22.735]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm\DEBUG\AutoGen.h] files for module AcpiSratLibArm [AARCH64]
[13:57:22.736]: [13:57:22.736]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf] [AARCH64]
[13:57:22.737]: [13:57:22.736]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseOrderedCollectionRedBlackTreeLib\BaseOrderedCollectionRedBlackTreeLib.inf] [AARCH64]
[13:57:22.740]: [13:57:22.739]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf] [AARCH64]
[13:57:22.741]: [13:57:22.741]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf] [AARCH64]
[13:57:22.742]: [13:57:22.742]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BaseOrderedCollectionRedBlackTreeLib\BaseOrderedCollectionRedBlackTreeLib\DEBUG\AutoGen.h] files for module BaseOrderedCollectionRedBlackTreeLib [AARCH64]
[13:57:22.744]: [13:57:22.743]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\OvmfPkg\Library\VirtioMmioDeviceLib\VirtioMmioDeviceLib.inf] [AARCH64]
[13:57:22.746]: [13:57:22.746]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf] [AARCH64]
[13:57:22.750]: [13:57:22.749]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf] [AARCH64]
[13:57:22.755]: [13:57:22.755]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf] [AARCH64]
[13:57:22.756]: [13:57:22.756]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf] [AARCH64]
[13:57:22.761]: [13:57:22.761]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf] [AARCH64]
[13:57:22.761]: [13:57:22.761]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf] [AARCH64]
[13:57:22.768]: [13:57:22.767]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf] [AARCH64]
[13:57:22.769]: [13:57:22.769]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf] [AARCH64]
[13:57:22.771]: [13:57:22.771]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\OvmfPkg\Library\VirtioMmioDeviceLib\VirtioMmioDeviceLib\DEBUG\AutoGen.h] files for module VirtioMmioDeviceLib [AARCH64]
[13:57:22.772]: [13:57:22.772]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe.inf] [AARCH64]
[13:57:22.773]: [13:57:22.772]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf] [AARCH64]
[13:57:22.778]: [13:57:22.777]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf] [AARCH64]
[13:57:22.778]: [13:57:22.778]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf] [AARCH64]
[13:57:22.782]: [13:57:22.781]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf] [AARCH64]
[13:57:22.784]: [13:57:22.784]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf] [AARCH64]
[13:57:22.788]: [13:57:22.788]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf] [AARCH64]
[13:57:22.793]: [13:57:22.793]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf] [AARCH64]
[13:57:22.796]: [13:57:22.795]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf] [AARCH64]
[13:57:22.801]: [13:57:22.800]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf] [AARCH64]
[13:57:22.831]: [13:57:22.830]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Library\ArmVExpressLibRTSM\ArmVExpressLib\DEBUG\AutoGen.h] files for module RTSMArmVExpressLib [AARCH64]
[13:57:22.832]: [13:57:22.832]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellCommandLib\UefiShellCommandLib.inf] [AARCH64]
[13:57:22.837]: [13:57:22.836]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf] [AARCH64]
[13:57:22.841]: [13:57:22.841]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf] [AARCH64]
[13:57:22.847]: [13:57:22.847]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf] [AARCH64]
[13:57:22.851]: [13:57:22.850]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdTftpBlockSize.gEfiNetworkPkgTokenSpaceGuid
[13:57:22.851]: [13:57:22.851]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPxeTftpWindowSize.gEfiNetworkPkgTokenSpaceGuid
[13:57:22.852]: [13:57:22.852]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdIPv4PXESupport.gEfiNetworkPkgTokenSpaceGuid
[13:57:22.852]: [13:57:22.852]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf] [AARCH64]
[13:57:22.854]: [13:57:22.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdTimerPeriod.gEmbeddedTokenSpaceGuid
[13:57:22.854]: [13:57:22.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellCommandLib\UefiShellCommandLib\DEBUG\AutoGen.h] files for module UefiShellCommandLib [AARCH64]
[13:57:22.854]: [13:57:22.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerSecIntrNum.gArmTokenSpaceGuid
[13:57:22.854]: [13:57:22.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerIntrNum.gArmTokenSpaceGuid
[13:57:22.855]: [13:57:22.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerVirtIntrNum.gArmTokenSpaceGuid
[13:57:22.856]: [13:57:22.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL031RealTimeClockLib\PL031RealTimeClockLib.inf] [AARCH64]
[13:57:22.858]: [13:57:22.852]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdIPv6PXESupport.gEfiNetworkPkgTokenSpaceGuid
[13:57:22.858]: [13:57:22.857]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf] [AARCH64]
[13:57:22.860]: [13:57:22.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerHypIntrNum.gArmTokenSpaceGuid
[13:57:22.864]: [13:57:22.863]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf] [AARCH64]
[13:57:22.864]: [13:57:22.863]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\Library\PL031RealTimeClockLib\PL031RealTimeClockLib\DEBUG\AutoGen.h] files for module PL031RealTimeClockLib [AARCH64]
[13:57:22.865]: [13:57:22.865]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\OvmfPkg\Library\VirtioLib\VirtioLib.inf] [AARCH64]
[13:57:22.869]: [13:57:22.868]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf] [AARCH64]
[13:57:22.873]: [13:57:22.873]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf] [AARCH64]
[13:57:22.878]: [13:57:22.878]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf] [AARCH64]
[13:57:22.882]: [13:57:22.882]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf] [AARCH64]
[13:57:22.889]: [13:57:22.889]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf] [AARCH64]
[13:57:22.890]: [13:57:22.890]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\OvmfPkg\Library\VirtioLib\VirtioLib\DEBUG\AutoGen.h] files for module VirtioLib [AARCH64]
[13:57:22.892]: [13:57:22.891]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf] [AARCH64]
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiHandleParsingLib\UefiHandleParsingLib.uni for string token uses search
[13:57:22.895]: [13:57:22.894]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LI_DUMP_NAME
[13:57:22.895]: [13:57:22.895]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LI_DUMP_MAIN
[13:57:22.895]: [13:57:22.895]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf] [AARCH64]
[13:57:22.895]: [13:57:22.895]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GOP_DUMP_MAIN
[13:57:22.896]: [13:57:22.896]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GOP_RES_LIST_MAIN
[13:57:22.896]: [13:57:22.896]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GOP_RES_LIST_ENTRY
[13:57:22.896]: [13:57:22.896]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDID_DISCOVERED_MAIN
[13:57:22.897]: [13:57:22.897]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDID_DISCOVERED_DATA
[13:57:22.897]: [13:57:22.897]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDID_ACTIVE_MAIN
[13:57:22.898]: [13:57:22.897]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDID_ACTIVE_DATA
[13:57:22.898]: [13:57:22.898]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIRB_DUMP_PH
[13:57:22.898]: [13:57:22.898]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIRB_DUMP_SEG
[13:57:22.899]: [13:57:22.898]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIRB_DUMP_ATT
[13:57:22.899]: [13:57:22.899]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIRB_DUMP_SUPPORTS
[13:57:22.899]: [13:57:22.899]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIRB_DUMP_TITLE
[13:57:22.900]: [13:57:22.900]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIRB_DUMP_MEM
[13:57:22.900]: [13:57:22.900]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIRB_DUMP_IO
[13:57:22.900]: [13:57:22.900]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIRB_DUMP_BUS
[13:57:22.901]: [13:57:22.901]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TXT_OUT_DUMP_HEADER
[13:57:22.901]: [13:57:22.901]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TXT_OUT_DUMP_LINE
[13:57:22.902]: [13:57:22.901]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BSDO_DUMP_MAIN
[13:57:22.902]: [13:57:22.902]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BLOCKIO_INFO
[13:57:22.902]: [13:57:22.902]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEBUGSUPPORT_INFO
[13:57:22.903]: [13:57:22.903]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEBUGSUPPORT_UNKNOWN
[13:57:22.903]: [13:57:22.903]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIIO_DUMP_MAIN
[13:57:22.903]: [13:57:22.903]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_USBIO_DUMP_MAIN
[13:57:22.904]: [13:57:22.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_SUPP_TYPES_FAILED
[13:57:22.904]: [13:57:22.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf] [AARCH64]
[13:57:22.904]: [13:57:22.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SUPP_TYPE_HEADER
[13:57:22.905]: [13:57:22.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GUID_NUMBER
[13:57:22.905]: [13:57:22.905]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GUID_STRING
[13:57:22.905]: [13:57:22.905]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GETINFO_FAILED
[13:57:22.906]: [13:57:22.906]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEDIA_STATE
[13:57:22.906]: [13:57:22.906]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NETWORK_BOOT_INFO
[13:57:22.906]: [13:57:22.906]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SAN_MAC_ADDRESS_INFO
[13:57:22.907]: [13:57:22.907]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UNDI_IPV6_INFO
[13:57:22.907]: [13:57:22.907]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UNKNOWN_INFO_TYPE
[13:57:22.908]: [13:57:22.907]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FMP_IMAGE_INFO_SIZE
[13:57:22.908]: [13:57:22.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FMP_DESCRIPTOR_VERSION
[13:57:22.908]: [13:57:22.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FMP_DESCRIPTOR_COUNT
[13:57:22.909]: [13:57:22.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FMP_DESCRIPTOR_SIZE
[13:57:22.909]: [13:57:22.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FMP_PACKAGE_VERSION
[13:57:22.909]: [13:57:22.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf] [AARCH64]
[13:57:22.909]: [13:57:22.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FMP_PACKAGE_VERSION_NAME
[13:57:22.910]: [13:57:22.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FMP_IMAGE_DESCRIPTOR_INFO_V1
[13:57:22.910]: [13:57:22.910]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FMP_IMAGE_DESCRIPTOR_INFO_V2
[13:57:22.910]: [13:57:22.910]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FMP_IMAGE_DESCRIPTOR_INFO
[13:57:22.911]: [13:57:22.910]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FMP_IMAGEID_NON_UNIQUE
[13:57:22.911]: [13:57:22.911]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PARTINFO_DUMP_TYPE_OTHER
[13:57:22.911]: [13:57:22.911]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PARTINFO_DUMP_TYPE_MBR
[13:57:22.912]: [13:57:22.912]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PARTINFO_DUMP_TYPE_GPT
[13:57:22.912]: [13:57:22.912]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PARTINFO_DUMP_EFI_SYS_PART
[13:57:22.912]: [13:57:22.912]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PARTINFO_DUMP_NOT_EFI_SYS_PART
[13:57:22.913]: [13:57:22.913]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_WINNT_THUNK
[13:57:22.913]: [13:57:22.913]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_WINNT_DRIVER_IO
[13:57:22.913]: [13:57:22.913]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_WINNT_SERIAL_PORT
[13:57:22.914]: [13:57:22.913]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\TimeBaseLib\TimeBaseLib.inf] [AARCH64]
[13:57:22.914]: [13:57:22.914]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOADED_IMAGE
[13:57:22.914]: [13:57:22.914]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICE_PATH
[13:57:22.914]: [13:57:22.914]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IMAGE_PATH
[13:57:22.915]: [13:57:22.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICE_PATH_UTIL
[13:57:22.915]: [13:57:22.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICE_PATH_TXT
[13:57:22.915]: [13:57:22.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICE_PATH_FTXT
[13:57:22.916]: [13:57:22.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICE_PATH_PC
[13:57:22.916]: [13:57:22.916]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICE_PATH_VT100
[13:57:22.916]: [13:57:22.916]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICE_PATH_VT100P
[13:57:22.917]: [13:57:22.916]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICE_PATH_VTUTF8
[13:57:22.917]: [13:57:22.917]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRIVER_BINDING
[13:57:22.917]: [13:57:22.917]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PLATFORM_OVERRIDE
[13:57:22.918]: [13:57:22.917]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BUS_OVERRIDE
[13:57:22.918]: [13:57:22.918]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRIVER_DIAG
[13:57:22.918]: [13:57:22.918]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRIVER_DIAG2
[13:57:22.918]: [13:57:22.918]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL031RealTimeClockLib\PL031RealTimeClockLib.inf] [AARCH64]
[13:57:22.919]: [13:57:22.918]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRIVER_CN
[13:57:22.919]: [13:57:22.919]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRIVER_CN2
[13:57:22.919]: [13:57:22.919]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PLAT_DRV_CFG
[13:57:22.919]: [13:57:22.919]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRIVER_VERSION
[13:57:22.920]: [13:57:22.920]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TXT_IN
[13:57:22.920]: [13:57:22.920]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TXT_IN_EX
[13:57:22.920]: [13:57:22.920]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TXT_OUT
[13:57:22.921]: [13:57:22.921]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SIM_POINTER
[13:57:22.921]: [13:57:22.921]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ABS_POINTER
[13:57:22.921]: [13:57:22.921]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SERIAL_IO
[13:57:22.922]: [13:57:22.922]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GRAPHICS_OUTPUT
[13:57:22.922]: [13:57:22.922]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:22.922]: [13:57:22.922]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDID_DISCOVERED
[13:57:22.922]: [13:57:22.922]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:22.923]: [13:57:22.922]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDID_ACTIVE
[13:57:22.923]: [13:57:22.923]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:22.923]: [13:57:22.923]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDID_OVERRIDE
[13:57:22.923]: [13:57:22.923]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:22.923]: [13:57:22.923]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CON_IN
[13:57:22.923]: [13:57:22.923]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:22.924]: [13:57:22.923]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CON_OUT
[13:57:22.924]: [13:57:22.924]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:22.924]: [13:57:22.924]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_STD_ERR
[13:57:22.924]: [13:57:22.924]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf] [AARCH64]
[13:57:22.924]: [13:57:22.924]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:22.924]: [13:57:22.924]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_FILE
[13:57:22.925]: [13:57:22.924]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_FILE2
[13:57:22.925]: [13:57:22.924]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:22.925]: [13:57:22.925]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SIMPLE_FILE_SYS
[13:57:22.925]: [13:57:22.925]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:22.925]: [13:57:22.925]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TAPE_IO
[13:57:22.925]: [13:57:22.925]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:22.926]: [13:57:22.926]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:22.926]: [13:57:22.926]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DISK_IO
[13:57:22.926]: [13:57:22.926]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:22.926]: [13:57:22.926]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BLK_IO
[13:57:22.926]: [13:57:22.926]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:22.927]: [13:57:22.927]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:22.927]: [13:57:22.926]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UC
[13:57:22.927]: [13:57:22.927]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:22.927]: [13:57:22.927]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UC2
[13:57:22.927]: [13:57:22.927]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIRB_IO
[13:57:22.928]: [13:57:22.927]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:22.928]: [13:57:22.928]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_IO
[13:57:22.928]: [13:57:22.928]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SCSI_PT
[13:57:22.928]: [13:57:22.928]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SCSI_IO
[13:57:22.929]: [13:57:22.929]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SCSI_PT_EXT
[13:57:22.929]: [13:57:22.929]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ISCSI
[13:57:22.929]: [13:57:22.929]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_USB_IO
[13:57:22.930]: [13:57:22.930]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_USB_HC
[13:57:22.930]: [13:57:22.930]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_USB_HC2
[13:57:22.931]: [13:57:22.930]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEBUG_SUPPORT
[13:57:22.931]: [13:57:22.931]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEBUG_PORT
[13:57:22.931]: [13:57:22.931]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DECOMPRESS
[13:57:22.932]: [13:57:22.931]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ACPI_TABLE
[13:57:22.932]: [13:57:22.932]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EBC_INTERPRETER
[13:57:22.932]: [13:57:22.932]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf] [AARCH64]
[13:57:22.932]: [13:57:22.932]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SNP
[13:57:22.933]: [13:57:22.932]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NII
[13:57:22.933]: [13:57:22.933]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NII_31
DEPEX[SerialDxe] (+SerialDxe) = ['(', 'TRUE', ')']



DEPEX[SerialDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']













[13:57:22.934]: [13:57:22.933]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PXE_BC
[13:57:22.935]: [13:57:22.934]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:22.935]: [13:57:22.934]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:22.935]: [13:57:22.933]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PXE_CB
[13:57:22.935]: [13:57:22.935]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SerialDxe\SerialDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SerialDxe\SerialDxe\DEBUG\AutoGen.h SerialDxe.depex] files for module SerialDxe [AARCH64]
[13:57:22.935]: [13:57:22.934]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BIS
[13:57:22.935]: [13:57:22.934]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MNP_SB
[13:57:22.935]: [13:57:22.934]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MNP
[13:57:22.935]: [13:57:22.935]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ARP_SB
[13:57:22.935]: [13:57:22.935]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ARP
[13:57:22.936]: [13:57:22.936]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DHCPV4_SB
[13:57:22.936]: [13:57:22.936]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DHCPV4
[13:57:22.936]: [13:57:22.936]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TCPV4_SB
[13:57:22.937]: [13:57:22.937]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TCPV4
[13:57:22.937]: [13:57:22.937]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IPV4_SB
[13:57:22.937]: [13:57:22.937]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf] [AARCH64]
[13:57:22.937]: [13:57:22.937]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IPV4
[13:57:22.938]: [13:57:22.938]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IPV4_CFG
[13:57:22.938]: [13:57:22.938]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IPV4_CFG2
[13:57:22.939]: [13:57:22.939]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UDPV4_SB
[13:57:22.939]: [13:57:22.939]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UDPV4
[13:57:22.939]: [13:57:22.939]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MTFTPV4_SB
[13:57:22.940]: [13:57:22.939]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MTFTPV4
[13:57:22.940]: [13:57:22.940]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_AUTH_INFO
[13:57:22.940]: [13:57:22.940]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HASH_SB
[13:57:22.941]: [13:57:22.940]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HASH
[13:57:22.941]: [13:57:22.941]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HII_FONT
[13:57:22.941]: [13:57:22.941]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HII_STRING
[13:57:22.942]: [13:57:22.941]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HII_IMAGE
[13:57:22.942]: [13:57:22.942]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HII_DATABASE
[13:57:22.942]: [13:57:22.942]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HII_CONFIG_ROUT
[13:57:22.943]: [13:57:22.942]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HII_CONFIG_ACC
[13:57:22.943]: [13:57:22.943]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HII_FORM_BROWSER2
[13:57:22.943]: [13:57:22.943]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRIVER_FAM_OVERRIDE
[13:57:22.943]: [13:57:22.943]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCD
[13:57:22.944]: [13:57:22.944]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TCG
[13:57:22.944]: [13:57:22.944]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HII_PACKAGE_LIST
[13:57:22.944]: [13:57:22.944]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_INTERFACE
[13:57:22.945]: [13:57:22.945]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_ENV2
[13:57:22.945]: [13:57:22.945]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_ENV
[13:57:22.945]: [13:57:22.945]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICE_IO
[13:57:22.946]: [13:57:22.945]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UGA_DRAW
[13:57:22.946]: [13:57:22.946]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UGA_IO
[13:57:22.947]: [13:57:22.946]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ESP
[13:57:22.947]: [13:57:22.947]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GPT_NBR
[13:57:22.947]: [13:57:22.947]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRIVER_CONFIG
[13:57:22.947]: [13:57:22.947]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRIVER_CONFIG2
[13:57:22.948]: [13:57:22.948]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ISA_IO
[13:57:22.948]: [13:57:22.948]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ISA_ACPI
[13:57:22.949]: [13:57:22.948]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_INFO
[13:57:22.949]: [13:57:22.949]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_SYS_INFO
[13:57:22.949]: [13:57:22.949]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EFI_GLOBAL_VARIABLE
[13:57:22.950]: [13:57:22.949]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP6_SB
[13:57:22.950]: [13:57:22.950]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP6
[13:57:22.950]: [13:57:22.950]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP6_CONFIG
[13:57:22.951]: [13:57:22.950]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MTFTP6_SB
[13:57:22.951]: [13:57:22.951]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MTFTP6
[13:57:22.951]: [13:57:22.951]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DHCP6_SB
[13:57:22.952]: [13:57:22.952]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DHCP6
[13:57:22.952]: [13:57:22.952]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UDP6_SB
[13:57:22.952]: [13:57:22.952]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UDP6
[13:57:22.953]: [13:57:22.953]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TCP6_SB
[13:57:22.953]: [13:57:22.953]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TCP6
[13:57:22.953]: [13:57:22.953]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_CONFIG
[13:57:22.954]: [13:57:22.953]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EAP
[13:57:22.954]: [13:57:22.954]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EAP_MGMT
[13:57:22.954]: [13:57:22.954]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FTP4_SB
[13:57:22.955]: [13:57:22.954]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FTP4
[13:57:22.955]: [13:57:22.955]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP_SEC_CONFIG
[13:57:22.955]: [13:57:22.955]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDefaultTerminalType.gEfiMdePkgTokenSpaceGuid
[13:57:22.955]: [13:57:22.955]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH
[13:57:22.956]: [13:57:22.955]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEF_IMG_LOAD
[13:57:22.956]: [13:57:22.956]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_USER_CRED
[13:57:22.956]: [13:57:22.956]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_USER_MNGR
[13:57:22.957]: [13:57:22.956]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ATA_PASS_THRU
[13:57:22.957]: [13:57:22.957]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FW_MGMT
[13:57:22.957]: [13:57:22.957]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP_SEC
[13:57:22.958]: [13:57:22.957]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP_SEC2
[13:57:22.958]: [13:57:22.958]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_KMS
[13:57:22.958]: [13:57:22.958]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BLK_IO2
[13:57:22.959]: [13:57:22.958]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SSC
[13:57:22.959]: [13:57:22.959]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UCRED2
[13:57:22.959]: [13:57:22.959]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf] [AARCH64]
[13:57:22.959]: [13:57:22.959]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DISK_IO2
[13:57:22.960]: [13:57:22.955]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdErrorCodeSetVariable.gEfiMdeModulePkgTokenSpaceGuid
[13:57:22.960]: [13:57:22.960]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ADAPTER_INFO
[13:57:22.960]: [13:57:22.960]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TLS_SB
[13:57:22.960]: [13:57:22.960]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TLS
[13:57:22.961]: [13:57:22.960]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TLS_CONFIG
[13:57:22.961]: [13:57:22.961]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SUPPLICANT_SB
[13:57:22.961]: [13:57:22.961]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SUPPLICANT
[13:57:22.962]: [13:57:22.961]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_WIFI2
[13:57:22.962]: [13:57:22.962]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RAMDISK
[13:57:22.962]: [13:57:22.962]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HII_ID
[13:57:22.963]: [13:57:22.962]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HII_IE
[13:57:22.963]: [13:57:22.963]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SD_MPT
[13:57:22.963]: [13:57:22.963]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ERASE_BLOCK
[13:57:22.964]: [13:57:22.963]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BLUETOOTH_ATTR
[13:57:22.964]: [13:57:22.964]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BLUETOOTH_ATTR_SB
[13:57:22.964]: [13:57:22.964]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BLUETOOTH_LE_CONFIG
[13:57:22.965]: [13:57:22.964]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UFS_DEV_CONFIG
[13:57:22.965]: [13:57:22.965]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HTTP_BOOT_CALL
[13:57:22.965]: [13:57:22.965]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RESET_NOTI
[13:57:22.965]: [13:57:22.965]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:22.966]: [13:57:22.965]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PARTITION_INFO
[13:57:22.966]: [13:57:22.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:22.966]: [13:57:22.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HII_POPUP
[13:57:22.966]: [13:57:22.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:22.966]: [13:57:22.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_REST_EX
[13:57:22.967]: [13:57:22.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:22.967]: [13:57:22.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_REDFISH_DISCOVER
[13:57:22.967]: [13:57:22.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:22.967]: [13:57:22.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IDE_CONT_INIT
[13:57:22.967]: [13:57:22.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:22.967]: [13:57:22.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:22.967]: [13:57:22.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DISK_INFO
[13:57:22.967]: [13:57:22.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:22.968]: [13:57:22.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:22.968]: [13:57:22.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BDS_ARCH
[13:57:22.968]: [13:57:22.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:22.968]: [13:57:22.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:22.968]: [13:57:22.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CPU_ARCH
[13:57:22.968]: [13:57:22.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:22.968]: [13:57:22.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:22.969]: [13:57:22.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MET_ARCH
[13:57:22.969]: [13:57:22.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:22.969]: [13:57:22.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:22.969]: [13:57:22.969]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort\DEBUG\AutoGen.h] files for module DxeRuntimeDebugLibSerialPort [AARCH64]
[13:57:22.969]: [13:57:22.969]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MON_ARCH
[13:57:22.969]: [13:57:22.969]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:22.969]: [13:57:22.969]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:22.969]: [13:57:22.969]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RTC_ARCH
[13:57:22.970]: [13:57:22.969]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:22.970]: [13:57:22.969]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:22.970]: [13:57:22.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RESET_ARCH
[13:57:22.970]: [13:57:22.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:22.970]: [13:57:22.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseCpuLib\BaseCpuLib.inf] [AARCH64]
[13:57:22.971]: [13:57:22.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:22.971]: [13:57:22.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:22.971]: [13:57:22.971]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:22.971]: [13:57:22.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RT_ARCH
[13:57:22.971]: [13:57:22.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SEC_ARCH
[13:57:22.971]: [13:57:22.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:22.971]: [13:57:22.971]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMER_ARCH
[13:57:22.972]: [13:57:22.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:22.972]: [13:57:22.971]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:22.972]: [13:57:22.971]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:22.972]: [13:57:22.971]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:22.972]: [13:57:22.972]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:22.972]: [13:57:22.972]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:22.972]: [13:57:22.972]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:22.972]: [13:57:22.971]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VAR_ARCH
[13:57:22.973]: [13:57:22.972]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:22.973]: [13:57:22.972]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:22.973]: [13:57:22.973]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:22.973]: [13:57:22.973]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:22.973]: [13:57:22.973]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:22.973]: [13:57:22.973]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:22.974]: [13:57:22.973]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_V_ARCH
[13:57:22.974]: [13:57:22.974]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:22.974]: [13:57:22.974]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:22.974]: [13:57:22.974]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:22.974]: [13:57:22.974]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:22.974]: [13:57:22.974]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:22.975]: [13:57:22.974]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:22.975]: [13:57:22.975]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:22.975]: [13:57:22.975]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:22.975]: [13:57:22.975]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:22.975]: [13:57:22.975]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SECP
[13:57:22.975]: [13:57:22.975]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:22.976]: [13:57:22.975]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:22.976]: [13:57:22.975]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:22.976]: [13:57:22.976]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:22.976]: [13:57:22.976]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:22.977]: [13:57:22.976]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_WDT_ARCH
[13:57:22.977]: [13:57:22.977]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:22.977]: [13:57:22.976]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BaseCpuLib\BaseCpuLib\DEBUG\AutoGen.h] files for module BaseCpuLib [AARCH64]
[13:57:22.977]: [13:57:22.977]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:22.977]: [13:57:22.977]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:22.978]: [13:57:22.978]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SCR
[13:57:22.978]: [13:57:22.978]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:22.978]: [13:57:22.978]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe.inf] [AARCH64]
[13:57:22.978]: [13:57:22.978]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:22.979]: [13:57:22.978]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMB_HC
[13:57:22.979]: [13:57:22.978]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:22.979]: [13:57:22.979]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FV_2
[13:57:22.980]: [13:57:22.980]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FV_BLOCK
[13:57:22.980]: [13:57:22.980]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CAP_ARCH
[13:57:22.981]: [13:57:22.981]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MP_SERVICE
[13:57:22.982]: [13:57:22.982]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HBRAP
DEPEX[VirtioBlkDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']


[13:57:22.983]: [13:57:22.982]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIP



[13:57:22.983]: [13:57:22.982]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:22.983]: [13:57:22.983]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:22.983]: [13:57:22.983]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\OvmfPkg\VirtioBlkDxe\VirtioBlk\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\OvmfPkg\VirtioBlkDxe\VirtioBlk\DEBUG\AutoGen.h VirtioBlkDxe.depex] files for module VirtioBlkDxe [AARCH64]
[13:57:22.984]: [13:57:22.984]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIO
[13:57:22.984]: [13:57:22.984]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:22.987]: [13:57:22.984]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
DEPEX[TerminalDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



[13:57:22.987]: [13:57:22.986]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:22.987]: [13:57:22.986]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:22.987]: [13:57:22.985]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:22.987]: [13:57:22.987]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\TerminalDxe\TerminalDxe\DEBUG\AutoGen.h TerminalDxe.depex] files for module TerminalDxe [AARCH64]
[13:57:22.987]: [13:57:22.985]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:22.987]: [13:57:22.985]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:22.987]: [13:57:22.986]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:22.988]: [13:57:22.986]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:22.988]: [13:57:22.986]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:22.988]: [13:57:22.987]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:22.988]: [13:57:22.987]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:22.989]: [13:57:22.987]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIE
[13:57:22.989]: [13:57:22.988]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IPCID
[13:57:22.989]: [13:57:22.988]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIHPI
[13:57:22.989]: [13:57:22.988]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIHPR
[13:57:22.989]: [13:57:22.989]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOS
[13:57:22.989]: [13:57:22.987]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:22.989]: [13:57:22.989]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S3_SAVE
[13:57:22.990]: [13:57:22.988]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:22.990]: [13:57:22.988]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:22.990]: [13:57:22.988]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:22.990]: [13:57:22.990]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S3_S_SMM
[13:57:22.990]: [13:57:22.989]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:22.990]: [13:57:22.989]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:22.990]: [13:57:22.989]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:22.990]: [13:57:22.990]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:22.991]: [13:57:22.990]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:22.991]: [13:57:22.990]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:22.991]: [13:57:22.991]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RSC
[13:57:22.991]: [13:57:22.991]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:22.991]: [13:57:22.991]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:22.992]: [13:57:22.991]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_RSC
[13:57:22.992]: [13:57:22.991]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ACPI_SDT
[13:57:22.992]: [13:57:22.991]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:22.992]: [13:57:22.992]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SIO
[13:57:22.992]: [13:57:22.992]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:22.992]: [13:57:22.992]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_CPU2
[13:57:22.992]: [13:57:22.992]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:22.993]: [13:57:22.992]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_BASE2
[13:57:22.993]: [13:57:22.993]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:22.993]: [13:57:22.993]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_ACC_2
[13:57:22.993]: [13:57:22.993]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_CON_2
[13:57:22.993]: [13:57:22.993]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:22.993]: [13:57:22.993]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_CONFIG
[13:57:22.994]: [13:57:22.993]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:22.994]: [13:57:22.994]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPL031RtcBase.gArmPlatformTokenSpaceGuid
[13:57:22.994]: [13:57:22.994]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_RTL
[13:57:22.994]: [13:57:22.994]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DS_RTL
[13:57:22.995]: [13:57:22.994]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPL031RtcPpmAccuracy.gArmPlatformTokenSpaceGuid
[13:57:22.995]: [13:57:22.994]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_COMM
[13:57:22.995]: [13:57:22.995]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_STAT
[13:57:22.995]: [13:57:22.995]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_CPU
[13:57:22.996]: [13:57:22.996]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_PCIRBIO
[13:57:22.996]: [13:57:22.996]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_SWD
[13:57:22.996]: [13:57:22.996]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf] [AARCH64]
[13:57:22.996]: [13:57:22.996]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_SXD
[13:57:22.997]: [13:57:22.997]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_PTD2
[13:57:22.997]: [13:57:22.997]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_UD2
[13:57:22.997]: [13:57:22.997]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_GD2
[13:57:22.998]: [13:57:22.998]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_SBD2
[13:57:22.998]: [13:57:22.998]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_PBD2
[13:57:22.998]: [13:57:22.998]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S_ITD2
[13:57:22.999]: [13:57:22.998]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCD
[13:57:22.999]: [13:57:22.999]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FVB2
[13:57:22.999]: [13:57:22.999]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CPUIO2
[13:57:23.0]: [13:57:22.999]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LEGACY_R2
[13:57:23.0]: [13:57:23.0]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_S2ARCH
[13:57:23.0]: [13:57:23.0]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EODXE
[13:57:23.1]: [13:57:23.0]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ISAHC
[13:57:23.1]: [13:57:23.1]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ISAHC_B
[13:57:23.1]: [13:57:23.1]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SIO_C
[13:57:23.2]: [13:57:23.1]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_PCD
[13:57:23.2]: [13:57:23.2]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_I2C_M
DEPEX[RealTimeClock] (+RealTimeClock) = ['(', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')']


DEPEX[RealTimeClock] (+DxePcdLib) = ['(', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']

[13:57:23.3]: [13:57:23.2]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_I2CIO












[13:57:23.3]: [13:57:23.2]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_I2CEN



[13:57:23.4]: [13:57:23.3]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_I2C_H


DEPEX[RealTimeClock] (+PL031RealTimeClockLib) = ['(', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')', 'AND', '(', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')']



[13:57:23.4]: [13:57:23.3]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_I2C_BCM

[13:57:23.4]: [13:57:23.3]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    AND
    AND
    END
[13:57:23.5]: [13:57:23.3]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    AND
    AND
    END
[13:57:23.5]: [13:57:23.4]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TCG2
[13:57:23.5]: [13:57:23.4]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\RealTimeClockRuntimeDxe\RealTimeClockRuntimeDxe\DEBUG\AutoGen.h RealTimeClock.depex] files for module RealTimeClock [AARCH64]
[13:57:23.5]: [13:57:23.4]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMESTAMP
[13:57:23.5]: [13:57:23.4]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RNG
[13:57:23.5]: [13:57:23.5]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NVMEPT
[13:57:23.5]: [13:57:23.5]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_H2_SB
[13:57:23.6]: [13:57:23.5]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HASH2
[13:57:23.6]: [13:57:23.6]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BIO_C
[13:57:23.6]: [13:57:23.6]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SCR
[13:57:23.7]: [13:57:23.6]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SCE
[13:57:23.7]: [13:57:23.6]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf] [AARCH64]
[13:57:23.7]: [13:57:23.7]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_USB_FIO
[13:57:23.7]: [13:57:23.7]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BC_HC
[13:57:23.7]: [13:57:23.7]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BC_IO_SB
[13:57:23.8]: [13:57:23.8]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BC_IO
[13:57:23.8]: [13:57:23.8]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BC_C
[13:57:23.8]: [13:57:23.8]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_REG_EXP
[13:57:23.9]: [13:57:23.9]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_B_MGR_P
[13:57:23.9]: [13:57:23.9]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CKH
[13:57:23.9]: [13:57:23.9]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_WIFI
[13:57:23.10]: [13:57:23.10]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EAP_M
[13:57:23.10]: [13:57:23.10]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EAP_C
[13:57:23.10]: [13:57:23.10]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PKCS7
[13:57:23.11]: [13:57:23.11]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NET_DNS4_SB
[13:57:23.12]: [13:57:23.11]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NET_DNS4
[13:57:23.12]: [13:57:23.11]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\PeiPerformanceLib\PeiPerformanceLib.inf] [AARCH64]
[13:57:23.12]: [13:57:23.12]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NET_DNS6_SB
[13:57:23.12]: [13:57:23.12]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NET_DNS6
[13:57:23.13]: [13:57:23.13]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NET_HTTP_SB
[13:57:23.13]: [13:57:23.13]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NET_HTTP
[13:57:23.14]: [13:57:23.13]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NET_HTTP_U
[13:57:23.14]: [13:57:23.14]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_REST
[13:57:23.15]: [13:57:23.14]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_EOD
[13:57:23.15]: [13:57:23.15]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_ITD
[13:57:23.15]: [13:57:23.15]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_PBD
[13:57:23.16]: [13:57:23.16]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_SBD
[13:57:23.17]: [13:57:23.16]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_GD
[13:57:23.17]: [13:57:23.16]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf] [AARCH64]
[13:57:23.17]: [13:57:23.17]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_UD
[13:57:23.17]: [13:57:23.17]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_PTD
[13:57:23.18]: [13:57:23.17]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_SXD
[13:57:23.18]: [13:57:23.18]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_SWD
[13:57:23.18]: [13:57:23.18]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_PRBI
[13:57:23.19]: [13:57:23.19]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_CPU
[13:57:23.19]: [13:57:23.19]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_STACODE
[13:57:23.20]: [13:57:23.19]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\PeiPerformanceLib\PeiPerformanceLib\DEBUG\AutoGen.h] files for module PeiPerformanceLib [AARCH64]
[13:57:23.20]: [13:57:23.20]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DXEMM_RTL
[13:57:23.20]: [13:57:23.20]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_CONFIG
[13:57:23.21]: [13:57:23.21]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_RTL
[13:57:23.21]: [13:57:23.21]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_CONTROL
[13:57:23.22]: [13:57:23.22]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_ACCESS
[13:57:23.22]: [13:57:23.22]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_BASE
[13:57:23.23]: [13:57:23.23]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_CPUIO
[13:57:23.23]: [13:57:23.23]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_RH
[13:57:23.23]: [13:57:23.21]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\LzmaCustomDecompressLib\LzmaCustomDecompressLib.inf] [AARCH64]
[13:57:23.23]: [13:57:23.22]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib\DEBUG\AutoGen.h] files for module ArmGenericTimerPhyCounterLib [AARCH64]
[13:57:23.24]: [13:57:23.23]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PrePiHobListPointerLib\PrePiHobListPointerLib.inf] [AARCH64]
[13:57:23.24]: [13:57:23.23]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_COM
[13:57:23.24]: [13:57:23.24]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_PARAMETERS
[13:57:23.25]: [13:57:23.24]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL
[13:57:23.25]: [13:57:23.25]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_DYNAMIC
[13:57:23.25]: [13:57:23.25]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCDINFOPROT
[13:57:23.26]: [13:57:23.25]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf] [AARCH64]
[13:57:23.26]: [13:57:23.26]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\DefaultExceptionHandlerLib\DefaultExceptionHandlerLib.inf] [AARCH64]
[13:57:23.29]: [13:57:23.29]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\Library\PrePiHobListPointerLib\PrePiHobListPointerLib\DEBUG\AutoGen.h] files for module PrePiHobListPointerLib [AARCH64]
[13:57:23.30]: [13:57:23.30]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmExceptionLib\ArmExceptionLib.inf] [AARCH64]
[13:57:23.33]: [13:57:23.32]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\DefaultExceptionHandlerLib\DefaultExceptionHandlerLib\DEBUG\AutoGen.h] files for module DefaultExceptionHandlerLib [AARCH64]
[13:57:23.34]: [13:57:23.33]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmSmcPsciResetSystemLib\ArmSmcPsciResetSystemLib.inf] [AARCH64]
[13:57:23.34]: [13:57:23.34]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf] [AARCH64]
[13:57:23.42]: [13:57:23.39]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\LzmaCustomDecompressLib\LzmaCustomDecompressLib\DEBUG\AutoGen.h] files for module LzmaDecompressLib [AARCH64]
[13:57:23.42]: [13:57:23.38]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\ArmExceptionLib\ArmExceptionLib\DEBUG\AutoGen.h] files for module ArmExceptionLib [AARCH64]
[13:57:23.42]: [13:57:23.39]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf] [AARCH64]
[13:57:23.42]: [13:57:23.40]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Dhcp4Dxe\Dhcp4Dxe.inf] [AARCH64]
[13:57:23.44]: [13:57:23.43]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf] [AARCH64]
[13:57:23.48]: [13:57:23.47]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\ArmSmcPsciResetSystemLib\ArmSmcPsciResetSystemLib\DEBUG\AutoGen.h] files for module ArmSmcPsciResetSystemLib [AARCH64]
[13:57:23.49]: [13:57:23.49]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf] [AARCH64]
Skipped d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerStrings.uni for string token uses search
[13:57:23.52]: [13:57:23.51]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ANY_KEY_CONTINUE
[13:57:23.52]: [13:57:23.52]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdInstallAcpiSdtProtocol.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.53]: [13:57:23.52]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BM_BANNER
[13:57:23.53]: [13:57:23.52]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAcpiDefaultOemId.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.53]: [13:57:23.53]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BOOT_MANAGER_HELP
[13:57:23.53]: [13:57:23.53]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAcpiDefaultOemTableId.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.53]: [13:57:23.53]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BM_BANNER
[13:57:23.53]: [13:57:23.53]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAcpiDefaultOemRevision.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.54]: [13:57:23.53]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LAST_STRING
[13:57:23.54]: [13:57:23.54]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAcpiDefaultCreatorId.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.54]: [13:57:23.54]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BOOT_OPTION_BANNER
[13:57:23.54]: [13:57:23.54]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAcpiDefaultCreatorRevision.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.54]: [13:57:23.54]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LAST_STRING
[13:57:23.55]: [13:57:23.55]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LAST_STRING
[13:57:23.55]: [13:57:23.55]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LAST_STRING
[13:57:23.55]: [13:57:23.55]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LAST_STRING
[13:57:23.56]: [13:57:23.55]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HELP_FOOTER
[13:57:23.56]: [13:57:23.55]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.64]: [13:57:23.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib\DEBUG\BootManagerUiLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib\OUTPUT\BootManagerUiLibStrDefs.hpk] files for module BootManagerUiLib [AARCH64]
[13:57:23.64]: [13:57:23.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\PrePiHobLib\PrePiHobLib.inf] [AARCH64]
[13:57:23.64]: [13:57:23.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.64]: [13:57:23.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.64]: [13:57:23.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.65]: [13:57:23.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.65]: [13:57:23.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.65]: [13:57:23.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.65]: [13:57:23.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.65]: [13:57:23.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.65]: [13:57:23.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.65]: [13:57:23.56]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.65]: [13:57:23.57]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.65]: [13:57:23.57]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.65]: [13:57:23.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf] [AARCH64]
[13:57:23.65]: [13:57:23.57]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.65]: [13:57:23.58]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.65]: [13:57:23.58]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.66]: [13:57:23.58]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.66]: [13:57:23.59]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.66]: [13:57:23.59]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.66]: [13:57:23.59]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.66]: [13:57:23.59]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.66]: [13:57:23.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.66]: [13:57:23.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.66]: [13:57:23.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.66]: [13:57:23.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.66]: [13:57:23.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.66]: [13:57:23.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.66]: [13:57:23.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.67]: [13:57:23.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.67]: [13:57:23.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.67]: [13:57:23.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.67]: [13:57:23.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.67]: [13:57:23.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.67]: [13:57:23.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.67]: [13:57:23.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.67]: [13:57:23.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.67]: [13:57:23.65]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.67]: [13:57:23.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.68]: [13:57:23.65]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.68]: [13:57:23.65]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.68]: [13:57:23.65]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.68]: [13:57:23.66]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.68]: [13:57:23.66]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.68]: [13:57:23.66]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.69]: [13:57:23.66]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.69]: [13:57:23.67]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.69]: [13:57:23.67]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.69]: [13:57:23.67]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.69]: [13:57:23.68]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.69]: [13:57:23.68]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.69]: [13:57:23.68]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.69]: [13:57:23.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.69]: [13:57:23.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.71]: [13:57:23.54]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAcpiExposedTableVersions.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.71]: [13:57:23.70]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Library\PrePiHobLib\PrePiHobLib\DEBUG\AutoGen.h] files for module PrePiHobLib [AARCH64]
[13:57:23.71]: [13:57:23.70]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiHandleParsingLib\UefiHandleParsingLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiHandleParsingLib\UefiHandleParsingLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiHandleParsingLib\UefiHandleParsingLib\DEBUG\UefiHandleParsingLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiHandleParsingLib\UefiHandleParsingLib\OUTPUT\UefiHandleParsingLibStrDefs.hpk] files for module UefiHandleParsingLib [AARCH64]
DEPEX[UefiPxeBcDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





[13:57:23.73]: [13:57:23.70]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf] [AARCH64]
[13:57:23.73]: [13:57:23.72]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.73]: [13:57:23.71]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull.inf] [AARCH64]
[13:57:23.73]: [13:57:23.72]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.73]: [13:57:23.72]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.73]: [13:57:23.73]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.74]: [13:57:23.72]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe.inf] [AARCH64]
[13:57:23.74]: [13:57:23.73]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.74]: [13:57:23.73]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.74]: [13:57:23.74]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.74]: [13:57:23.74]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.75]: [13:57:23.74]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\UefiPxeBcDxe\UefiPxeBcDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\UefiPxeBcDxe\UefiPxeBcDxe\DEBUG\AutoGen.h UefiPxeBcDxe.depex] files for module UefiPxeBcDxe [AARCH64]
[13:57:23.78]: [13:57:23.74]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.78]: [13:57:23.75]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.78]: [13:57:23.75]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.78]: [13:57:23.75]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.78]: [13:57:23.75]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.78]: [13:57:23.76]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.79]: [13:57:23.76]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.79]: [13:57:23.76]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.79]: [13:57:23.77]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.79]: [13:57:23.77]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.79]: [13:57:23.77]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.79]: [13:57:23.77]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.79]: [13:57:23.78]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.79]: [13:57:23.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.79]: [13:57:23.77]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull\DEBUG\AutoGen.h] files for module DxeCapsuleLibNull [AARCH64]
[13:57:23.79]: [13:57:23.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.79]: [13:57:23.70]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
DEPEX[ArmTimerDxe] (+ArmTimerDxe) = ['(', '{ 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }', ')']

DEPEX[ArmTimerDxe] (+DxePcdLib) = ['(', '{ 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']
[13:57:23.80]: [13:57:23.79]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid





[13:57:23.80]: [13:57:23.79]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\MetronomeDxe\MetronomeDxe.inf] [AARCH64]
















[13:57:23.81]: [13:57:23.77]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.81]: [13:57:23.80]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.81]: [13:57:23.78]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.82]: [13:57:23.79]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\TimerDxe\TimerDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\TimerDxe\TimerDxe\DEBUG\AutoGen.h ArmTimerDxe.depex] files for module ArmTimerDxe [AARCH64]
[13:57:23.82]: [13:57:23.76]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf] [AARCH64]
[13:57:23.82]: [13:57:23.81]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.82]: [13:57:23.81]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.82]: [13:57:23.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.82]: [13:57:23.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.82]: [13:57:23.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.83]: [13:57:23.59]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf] [AARCH64]
[13:57:23.83]: [13:57:23.83]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.83]: [13:57:23.70]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf] [AARCH64]
[13:57:23.83]: [13:57:23.76]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeUdpIoLib\DxeUdpIoLib.inf] [AARCH64]
[13:57:23.83]: [13:57:23.83]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.84]: [13:57:23.84]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\CustomizedDisplayLib\CustomizedDisplayLib.inf] [AARCH64]
[13:57:23.87]: [13:57:23.84]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf] [AARCH64]
DEPEX[AcpiTableDxe] (+AcpiTableDxe) = ['(', 'TRUE', ')']

DEPEX[AcpiTableDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']




















[13:57:23.89]: [13:57:23.89]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.90]: [13:57:23.90]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:23.90]: [13:57:23.90]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.90]: [13:57:23.90]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Acpi\AcpiTableDxe\AcpiTableDxe\DEBUG\AutoGen.h AcpiTableDxe.depex] files for module AcpiTableDxe [AARCH64]
[13:57:23.93]: [13:57:23.93]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBrowserGrayOutTextStatement.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.93]: [13:57:23.90]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.93]: [13:57:23.90]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.93]: [13:57:23.91]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.93]: [13:57:23.91]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.93]: [13:57:23.91]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.94]: [13:57:23.92]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.94]: [13:57:23.92]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.94]: [13:57:23.92]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.94]: [13:57:23.93]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.94]: [13:57:23.93]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.95]: [13:57:23.95]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Application\AndroidFastboot\AndroidFastbootApp.inf] [AARCH64]
[13:57:23.95]: [13:57:23.92]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf] [AARCH64]
[13:57:23.95]: [13:57:23.94]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.95]: [13:57:23.94]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.95]: [13:57:23.95]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.98]: [13:57:23.98]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf] [AARCH64]
[13:57:23.99]: [13:57:23.94]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBrowerGrayOutReadOnlyMenu.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.99]: [13:57:23.95]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.99]: [13:57:23.96]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.99]: [13:57:23.96]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.99]: [13:57:23.96]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.99]: [13:57:23.97]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.99]: [13:57:23.97]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.99]: [13:57:23.97]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.99]: [13:57:23.98]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.99]: [13:57:23.98]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.99]: [13:57:23.98]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.101]: [13:57:23.100]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.101]: [13:57:23.101]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.102]: [13:57:23.102]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.102]: [13:57:23.102]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\SmbiosView\SmbiosViewStrings.uni for string token uses search
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.uni for string token uses search
[13:57:23.103]: [13:57:23.100]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.103]: [13:57:23.100]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.103]: [13:57:23.100]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.103]: [13:57:23.101]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
DEPEX[Dhcp4Dxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





[13:57:23.104]: [13:57:23.103]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\CpuDxe\CpuDxe.inf] [AARCH64]
[13:57:23.104]: [13:57:23.103]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.104]: [13:57:23.103]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\AuthVariableLibNull\AuthVariableLibNull.inf] [AARCH64]
[13:57:23.104]: [13:57:23.104]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.104]: [13:57:23.104]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.104]: [13:57:23.104]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\Edit\TextEditStrings.uni for string token uses search
[13:57:23.105]: [13:57:23.105]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.105]: [13:57:23.104]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.105]: [13:57:23.105]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Dhcp4Dxe\Dhcp4Dxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Dhcp4Dxe\Dhcp4Dxe\DEBUG\AutoGen.h Dhcp4Dxe.depex] files for module Dhcp4Dxe [AARCH64]
[13:57:23.105]: [13:57:23.105]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\HexEdit\HexeditStrings.uni for string token uses search
[13:57:23.106]: [13:57:23.106]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.106]: [13:57:23.106]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.107]: [13:57:23.106]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.107]: [13:57:23.107]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.107]: [13:57:23.107]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.108]: [13:57:23.107]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.108]: [13:57:23.107]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COMP_END_OF_FILE
[13:57:23.108]: [13:57:23.108]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.108]: [13:57:23.108]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf] [AARCH64]
[13:57:23.108]: [13:57:23.108]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.108]: [13:57:23.108]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.109]: [13:57:23.108]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.109]: [13:57:23.108]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.109]: [13:57:23.109]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.109]: [13:57:23.109]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.109]: [13:57:23.109]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\AuthVariableLibNull\AuthVariableLibNull\DEBUG\AutoGen.h] files for module AuthVariableLibNull [AARCH64]
[13:57:23.109]: [13:57:23.108]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.109]: [13:57:23.109]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.110]: [13:57:23.110]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.110]: [13:57:23.109]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_FIND_FAIL
[13:57:23.110]: [13:57:23.110]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.110]: [13:57:23.109]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVideoHorizontalResolution.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.110]: [13:57:23.110]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\FileExplorerLib\FileExplorerLib.inf] [AARCH64]
[13:57:23.110]: [13:57:23.110]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_FIND_FAIL
[13:57:23.110]: [13:57:23.110]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.111]: [13:57:23.110]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVideoVerticalResolution.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.111]: [13:57:23.111]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.111]: [13:57:23.111]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.112]: [13:57:23.112]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.112]: [13:57:23.112]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.113]: [13:57:23.112]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.113]: [13:57:23.113]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiApplicationEntryPoint\UefiApplicationEntryPoint.inf] [AARCH64]
[13:57:23.113]: [13:57:23.110]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.113]: [13:57:23.111]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.113]: [13:57:23.111]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_VAL
[13:57:23.113]: [13:57:23.112]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.113]: [13:57:23.112]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_VAL
[13:57:23.113]: [13:57:23.113]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COMP_DIFFERENCE_POINT
[13:57:23.113]: [13:57:23.113]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.114]: [13:57:23.113]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBrowserSubtitleTextColor.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.114]: [13:57:23.114]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf] [AARCH64]
[13:57:23.114]: [13:57:23.114]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBrowserFieldTextColor.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.114]: [13:57:23.114]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COMP_FOOTER_PASS
[13:57:23.114]: [13:57:23.114]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COMP_FOOTER_FAIL
[13:57:23.114]: [13:57:23.114]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBrowserFieldTextHighlightColor.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.115]: [13:57:23.115]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBrowserFieldBackgroundHighlightColor.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.115]: [13:57:23.111]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdConOutRow.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.115]: [13:57:23.111]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdConOutColumn.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.115]: [13:57:23.115]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.115]: [13:57:23.115]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFrontPageFormSetGuid.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.117]: [13:57:23.115]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.117]: [13:57:23.116]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.117]: [13:57:23.116]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.117]: [13:57:23.116]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DBLK_HEADER
[13:57:23.117]: [13:57:23.116]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.117]: [13:57:23.116]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_READ_FAIL
[13:57:23.117]: [13:57:23.117]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.118]: [13:57:23.117]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.118]: [13:57:23.117]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.118]: [13:57:23.118]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.118]: [13:57:23.118]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.118]: [13:57:23.118]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.118]: [13:57:23.118]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.119]: [13:57:23.119]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf] [AARCH64]
[13:57:23.119]: [13:57:23.118]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.119]: [13:57:23.119]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.119]: [13:57:23.119]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.120]: [13:57:23.119]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.120]: [13:57:23.119]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.120]: [13:57:23.119]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_MAP_PROTOCOL
[13:57:23.120]: [13:57:23.120]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.120]: [13:57:23.119]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf] [AARCH64]
[13:57:23.121]: [13:57:23.120]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PCIRBIO_NF
[13:57:23.121]: [13:57:23.120]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PCIRBIO_ER
[13:57:23.121]: [13:57:23.120]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.121]: [13:57:23.120]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.121]: [13:57:23.121]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.121]: [13:57:23.121]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMEM_MMIO_HEADER_ROW
Skipped d:\code\arm\edk2\MdeModulePkg\Library\FileExplorerLib\FileExplorerString.uni for string token uses search
[13:57:23.122]: [13:57:23.121]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.122]: [13:57:23.121]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.122]: [13:57:23.122]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.122]: [13:57:23.122]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.122]: [13:57:23.122]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.123]: [13:57:23.122]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.123]: [13:57:23.122]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.123]: [13:57:23.123]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMEM_HEADER_ROW
[13:57:23.123]: [13:57:23.123]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.123]: [13:57:23.123]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.123]: [13:57:23.123]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.123]: [13:57:23.123]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NEW_FILE
[13:57:23.124]: [13:57:23.123]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.124]: [13:57:23.123]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.124]: [13:57:23.124]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NEW_FILE_HELP
[13:57:23.124]: [13:57:23.124]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.124]: [13:57:23.123]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMEM_SYSTEM_TABLE
[13:57:23.125]: [13:57:23.124]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_LOAD_BAD_FILE
[13:57:23.125]: [13:57:23.124]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.125]: [13:57:23.124]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.125]: [13:57:23.125]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NEW_FOLDER
[13:57:23.125]: [13:57:23.125]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.125]: [13:57:23.125]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.126]: [13:57:23.125]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.126]: [13:57:23.125]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_HEADER_LINE
[13:57:23.126]: [13:57:23.125]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_LOAD_GEN_FAIL
[13:57:23.126]: [13:57:23.126]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NEW_FOLDER_HELP
[13:57:23.126]: [13:57:23.126]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.126]: [13:57:23.126]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.126]: [13:57:23.126]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.127]: [13:57:23.126]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_VAR_SFO
[13:57:23.127]: [13:57:23.126]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.127]: [13:57:23.127]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.127]: [13:57:23.127]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_HEADER_LINE
[13:57:23.127]: [13:57:23.127]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.127]: [13:57:23.127]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.127]: [13:57:23.124]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf] [AARCH64]
[13:57:23.128]: [13:57:23.127]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.128]: [13:57:23.127]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.128]: [13:57:23.128]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.128]: [13:57:23.127]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_HEADER_LINE2
[13:57:23.128]: [13:57:23.128]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_HEADER_LINE
[13:57:23.129]: [13:57:23.128]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_NO_VAR_FOUND_NG_SFO
[13:57:23.129]: [13:57:23.129]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.129]: [13:57:23.129]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.130]: [13:57:23.130]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
DEPEX[GraphicsConsoleDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']


[13:57:23.130]: [13:57:23.130]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_EXPLORER_TITLE
[13:57:23.130]: [13:57:23.130]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.130]: [13:57:23.129]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_DELETE_LINE

[13:57:23.131]: [13:57:23.129]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_SFO_HEADER

[13:57:23.131]: [13:57:23.129]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.131]: [13:57:23.130]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.131]: [13:57:23.130]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_NO_VAR_FOUND_N_SFO
[13:57:23.131]: [13:57:23.130]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_NO_VAR_FOUND_N
[13:57:23.131]: [13:57:23.130]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.131]: [13:57:23.130]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.131]: [13:57:23.131]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_NO_VAR_FOUND_GN
[13:57:23.131]: [13:57:23.131]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.132]: [13:57:23.129]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf] [AARCH64]
[13:57:23.132]: [13:57:23.131]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.132]: [13:57:23.131]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\GraphicsConsoleDxe\GraphicsConsoleDxe\DEBUG\AutoGen.h GraphicsConsoleDxe.depex] files for module GraphicsConsoleDxe [AARCH64]
[13:57:23.132]: [13:57:23.131]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.132]: [13:57:23.131]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_EXPLORER_TITLE
[13:57:23.132]: [13:57:23.131]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_NO_VAR_FOUND_SFO
[13:57:23.132]: [13:57:23.132]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.132]: [13:57:23.132]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ADD_NEW_FILE_TITLE
[13:57:23.132]: [13:57:23.132]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_NO_VAR_FOUND
[13:57:23.132]: [13:57:23.132]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.132]: [13:57:23.132]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_NO_VAR_FOUND_G_SFO
[13:57:23.132]: [13:57:23.132]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NEW_FILE_NAME_PROMPT
[13:57:23.133]: [13:57:23.132]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.133]: [13:57:23.132]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_NO_VAR_FOUND_G
[13:57:23.133]: [13:57:23.133]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmDisassemblerLib\ArmDisassemblerLib.inf] [AARCH64]
[13:57:23.133]: [13:57:23.133]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NEW_FILE_NAME_HELP
[13:57:23.133]: [13:57:23.133]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.133]: [13:57:23.133]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.134]: [13:57:23.133]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.134]: [13:57:23.133]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.134]: [13:57:23.133]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.134]: [13:57:23.134]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.134]: [13:57:23.134]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CREATE_FILE_AND_EXIT
[13:57:23.134]: [13:57:23.134]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.134]: [13:57:23.134]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CONFLICT
[13:57:23.135]: [13:57:23.134]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CREATE_FILE_AND_EXIT
[13:57:23.135]: [13:57:23.135]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.135]: [13:57:23.135]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_CREATE_FILE_AND_EXIT
[13:57:23.135]: [13:57:23.135]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.135]: [13:57:23.135]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\DxeHobLib\DxeHobLib\DEBUG\AutoGen.h] files for module DxeHobLib [AARCH64]
[13:57:23.136]: [13:57:23.135]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_CREATE_FILE_AND_EXIT
[13:57:23.136]: [13:57:23.135]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.136]: [13:57:23.135]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CONFLICT
[13:57:23.136]: [13:57:23.135]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CONFLICT
[13:57:23.136]: [13:57:23.135]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CONFLICT
[13:57:23.136]: [13:57:23.135]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.136]: [13:57:23.136]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ADD_NEW_FOLDER_TITLE
[13:57:23.136]: [13:57:23.136]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.137]: [13:57:23.136]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NEW_FOLDER_NAME_PROMPT
[13:57:23.137]: [13:57:23.136]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.137]: [13:57:23.137]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.137]: [13:57:23.136]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.137]: [13:57:23.137]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.137]: [13:57:23.137]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_IS_DIRECTORY
[13:57:23.137]: [13:57:23.137]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NEW_FOLDER_NAME_HELP
[13:57:23.137]: [13:57:23.137]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib\DEBUG\AutoGen.h] files for module PL011SerialPortLib [AARCH64]
[13:57:23.138]: [13:57:23.137]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.138]: [13:57:23.137]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.138]: [13:57:23.137]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_DELETE_FAIL
[13:57:23.138]: [13:57:23.138]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
Skipped d:\code\arm\edk2\MdeModulePkg\Universal\DisplayEngineDxe\FormDisplayStr.uni for string token uses search
[13:57:23.138]: [13:57:23.138]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CREATE_FOLDER_AND_EXIT
[13:57:23.139]: [13:57:23.138]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe.inf] [AARCH64]
[13:57:23.139]: [13:57:23.139]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CREATE_FOLDER_AND_EXIT
[13:57:23.139]: [13:57:23.138]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.139]: [13:57:23.138]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.139]: [13:57:23.139]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.140]: [13:57:23.139]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.140]: [13:57:23.138]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf] [AARCH64]
[13:57:23.140]: [13:57:23.139]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: RECONNECT_CONFIRM_CHANGES
[13:57:23.140]: [13:57:23.139]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: UNKNOWN_STRING
[13:57:23.140]: [13:57:23.139]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Application\AndroidFastboot\AndroidFastbootApp\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Application\AndroidFastboot\AndroidFastbootApp\DEBUG\AutoGen.h] files for module AndroidFastbootApp [AARCH64]
[13:57:23.140]: [13:57:23.140]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_IS_DIRECTORY
[13:57:23.140]: [13:57:23.140]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_CREATE_FOLDER_AND_EXIT
[13:57:23.141]: [13:57:23.141]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_CREATE_FOLDER_AND_EXIT
[13:57:23.143]: [13:57:23.140]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: SAVE_FAILED
[13:57:23.143]: [13:57:23.140]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_SAVE
[13:57:23.143]: [13:57:23.141]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: NO_SUBMIT_IF_CHECK_FAILED
[13:57:23.143]: [13:57:23.141]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DMPSTORE_LOAD
[13:57:23.143]: [13:57:23.141]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: RECONNECT_FAILED
[13:57:23.143]: [13:57:23.141]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBINPUTBAR_MAININPUTBAR
[13:57:23.143]: [13:57:23.141]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: RECONNECT_REQUIRED
[13:57:23.143]: [13:57:23.142]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: RECONNECT_CHANGES_OPTIONS
[13:57:23.143]: [13:57:23.142]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: DISCARD_OR_JUMP
[13:57:23.143]: [13:57:23.142]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: DISCARD_OR_CHECK
[13:57:23.143]: [13:57:23.142]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: DISCARD_OR_JUMP_DISCARD
[13:57:23.147]: [13:57:23.143]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: DISCARD_OR_JUMP_JUMP
[13:57:23.147]: [13:57:23.143]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: DISCARD_OR_CHECK_CHECK
[13:57:23.147]: [13:57:23.144]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeSecurityManagementLib\DxeSecurityManagementLib.inf] [AARCH64]
[13:57:23.148]: [13:57:23.143]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: PROMPT_FOR_DATA
[13:57:23.148]: [13:57:23.144]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: PROMPT_FOR_PASSWORD
[13:57:23.148]: [13:57:23.144]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: PROMPT_FOR_NEW_PASSWORD
[13:57:23.148]: [13:57:23.144]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_PASSWORD
[13:57:23.148]: [13:57:23.145]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_ERROR
[13:57:23.148]: [13:57:23.145]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: PASSWORD_INVALID
[13:57:23.148]: [13:57:23.145]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: PRESS_ENTER
[13:57:23.148]: [13:57:23.146]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: EMPTY_STRING
[13:57:23.148]: [13:57:23.146]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: MINI_STRING
[13:57:23.148]: [13:57:23.146]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: OPTION_MISMATCH
[13:57:23.148]: [13:57:23.147]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: FORM_SUPPRESSED
[13:57:23.148]: [13:57:23.147]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: PROTOCOL_NOT_FOUND
[13:57:23.149]: [13:57:23.147]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STATUS_BROWSER_FORM_NOT_FOUND
[13:57:23.149]: [13:57:23.149]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\FileExplorerLib\FileExplorerLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\FileExplorerLib\FileExplorerLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\FileExplorerLib\FileExplorerLib\DEBUG\FileExplorerLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\FileExplorerLib\FileExplorerLib\OUTPUT\FileExplorerLibStrDefs.hpk] files for module FileExplorerLib [AARCH64]
[13:57:23.149]: [13:57:23.149]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STATUS_BROWSER_NO_SUBMIT_IF
[13:57:23.150]: [13:57:23.149]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STATUS_BROWSER_ERROR
[13:57:23.150]: [13:57:23.150]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_DEFAULT_MESSAGE
[13:57:23.150]: [13:57:23.150]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_DISCARD_MESSAGE
[13:57:23.150]: [13:57:23.150]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePciSegmentLibPci\BasePciSegmentLibPci.inf] [AARCH64]
[13:57:23.151]: [13:57:23.143]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\DefaultExceptionHandlerLib\DefaultExceptionHandlerLib.inf] [AARCH64]
[13:57:23.151]: [13:57:23.145]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.151]: [13:57:23.148]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmMmuLib\ArmMmuBaseLib.inf] [AARCH64]
[13:57:23.151]: [13:57:23.145]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.151]: [13:57:23.145]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_MAIN_INIT_FAILED
[13:57:23.151]: [13:57:23.146]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.151]: [13:57:23.146]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_MAIN_BUFFER
[13:57:23.151]: [13:57:23.146]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_MAIN_UNKNOWN_EDITOR_ERR
[13:57:23.151]: [13:57:23.146]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_MAIN_UNKNOWN_EDITOR_ERR
[13:57:23.151]: [13:57:23.150]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_TITLE
[13:57:23.151]: [13:57:23.150]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_BLANK
[13:57:23.151]: [13:57:23.151]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe.inf] [AARCH64]
[13:57:23.151]: [13:57:23.151]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_LIST_TITLE
[13:57:23.152]: [13:57:23.152]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_SUBMIT_MESSAGE
[13:57:23.152]: [13:57:23.152]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_DIV
[13:57:23.152]: [13:57:23.151]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DxeSecurityManagementLib\DxeSecurityManagementLib\DEBUG\AutoGen.h] files for module DxeSecurityManagementLib [AARCH64]
[13:57:23.153]: [13:57:23.147]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf] [AARCH64]
[13:57:23.153]: [13:57:23.153]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_RESET_MESSAGE
[13:57:23.153]: [13:57:23.152]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_GO_TO_LINE
[13:57:23.153]: [13:57:23.153]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_SAVE_FILE
[13:57:23.153]: [13:57:23.153]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BaseLib\BaseLib\DEBUG\AutoGen.h] files for module BaseLib [AARCH64]
[13:57:23.153]: [13:57:23.153]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_EXIT_MESSAGE
[13:57:23.154]: [13:57:23.154]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_DEFAULT_MESSAGE_2ND
[13:57:23.154]: [13:57:23.154]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_SUBMIT_MESSAGE_2ND
[13:57:23.154]: [13:57:23.153]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_EXIT
[13:57:23.154]: [13:57:23.154]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_SEARCH
[13:57:23.155]: [13:57:23.154]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_SEARCH_REPLACE
[13:57:23.155]: [13:57:23.154]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_CUT_LINE
[13:57:23.155]: [13:57:23.155]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_RESET_MESSAGE_2ND
[13:57:23.155]: [13:57:23.154]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseCpuLib\BaseCpuLib.inf] [AARCH64]
[13:57:23.155]: [13:57:23.155]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_PASTE_LINE
[13:57:23.155]: [13:57:23.155]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_EXIT_MESSAGE_2ND
[13:57:23.155]: [13:57:23.153]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf] [AARCH64]
[13:57:23.155]: [13:57:23.155]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_OPEN_FILE
[13:57:23.156]: [13:57:23.155]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_OPTION
[13:57:23.156]: [13:57:23.155]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_FILE_TYPE
[13:57:23.156]: [13:57:23.156]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BasePciSegmentLibPci\BasePciSegmentLibPci\DEBUG\AutoGen.h] files for module BasePciSegmentLibPci [AARCH64]
[13:57:23.156]: [13:57:23.156]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_OPTION_YES
[13:57:23.157]: [13:57:23.156]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_OPTION_NO
[13:57:23.157]: [13:57:23.156]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_BLANK
[13:57:23.157]: [13:57:23.156]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_EXIT_HELP
[13:57:23.157]: [13:57:23.156]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_BLANK
[13:57:23.157]: [13:57:23.157]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_OPTION_OK
[13:57:23.157]: [13:57:23.157]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\PlatformPei\PlatformPeiLib.inf] [AARCH64]
[13:57:23.158]: [13:57:23.157]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_OPTION_CANCEL
[13:57:23.158]: [13:57:23.157]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_BLANK
[13:57:23.158]: [13:57:23.157]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_BLANK
[13:57:23.158]: [13:57:23.158]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: YES_SELECTABLE_OPTION
[13:57:23.158]: [13:57:23.158]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf] [AARCH64]
[13:57:23.158]: [13:57:23.158]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_BLANK
[13:57:23.158]: [13:57:23.158]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: NO_SELECTABLE_OPTION
[13:57:23.159]: [13:57:23.158]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_BLANK
[13:57:23.159]: [13:57:23.159]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: OK_SELECTABLE_OPTION
[13:57:23.159]: [13:57:23.159]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_BLANK
[13:57:23.159]: [13:57:23.159]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CANCEL_SELECTABLE_OPTION
[13:57:23.160]: [13:57:23.159]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_BLANK
[13:57:23.160]: [13:57:23.158]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf] [AARCH64]
[13:57:23.160]: [13:57:23.160]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: ERROR_POPUP_STRING
[13:57:23.160]: [13:57:23.160]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_HELP_DIV
[13:57:23.160]: [13:57:23.153]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf] [AARCH64]
[13:57:23.160]: [13:57:23.160]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: WARNING_POPUP_STRING
[13:57:23.160]: [13:57:23.160]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_GO_TO_LINE
[13:57:23.160]: [13:57:23.160]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmExceptionLib\ArmExceptionLib.inf] [AARCH64]
[13:57:23.161]: [13:57:23.160]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: INFO_POPUP_STRING
[13:57:23.161]: [13:57:23.160]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F1
[13:57:23.161]: [13:57:23.161]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_OPTION_CONNECT
[13:57:23.161]: [13:57:23.161]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_SAVE_FILE
[13:57:23.162]: [13:57:23.161]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F2
[13:57:23.162]: [13:57:23.162]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: CONFIRM_OPTION_END
[13:57:23.162]: [13:57:23.162]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: PASSWORD_NOT_SUPPORTED
[13:57:23.162]: [13:57:23.162]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_EXIT
[13:57:23.162]: [13:57:23.162]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F3
[13:57:23.163]: [13:57:23.163]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_SEARCH
[13:57:23.164]: [13:57:23.163]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib\DEBUG\AutoGen.h] files for module UefiRuntimeLib [AARCH64]
[13:57:23.164]: [13:57:23.164]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf] [AARCH64]
[13:57:23.164]: [13:57:23.164]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: EMPTY_STRING
[13:57:23.165]: [13:57:23.165]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: GET_TIME_FAIL
[13:57:23.165]: [13:57:23.163]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F4
[13:57:23.165]: [13:57:23.163]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_SEARCH_REPLACE
[13:57:23.165]: [13:57:23.164]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F5
[13:57:23.165]: [13:57:23.164]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_CUT_LINE
[13:57:23.165]: [13:57:23.164]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F6
[13:57:23.165]: [13:57:23.165]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_PASTE_LINE
[13:57:23.165]: [13:57:23.165]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf] [AARCH64]
[13:57:23.166]: [13:57:23.165]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: EMPTY_STRING
[13:57:23.166]: [13:57:23.164]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf] [AARCH64]
[13:57:23.166]: [13:57:23.165]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: GET_TIME_FAIL
[13:57:23.166]: [13:57:23.165]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F7
[13:57:23.166]: [13:57:23.166]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: ADJUST_HELP_PAGE_UP
[13:57:23.167]: [13:57:23.166]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: ADJUST_HELP_PAGE_DOWN
[13:57:23.168]: [13:57:23.168]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: FUNCTION_TEN_STRING
[13:57:23.168]: [13:57:23.168]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: FUNCTION_NINE_STRING
[13:57:23.168]: [13:57:23.168]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.168]: [13:57:23.168]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.169]: [13:57:23.168]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\PlatformPei\PlatformPeiLib\DEBUG\AutoGen.h] files for module ArmPlatformPeiLib [AARCH64]
[13:57:23.169]: [13:57:23.166]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_OPEN_FILE
[13:57:23.169]: [13:57:23.166]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F8
[13:57:23.169]: [13:57:23.167]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_FILE_TYPE
[13:57:23.169]: [13:57:23.167]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F9
[13:57:23.169]: [13:57:23.167]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_FILE_TYPE
[13:57:23.169]: [13:57:23.168]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F11
[13:57:23.170]: [13:57:23.170]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\ArmVExpressPciHostBridgeLib\ArmVExpressPciHostBridgeLib.inf] [AARCH64]
[13:57:23.170]: [13:57:23.170]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBEDITOR_TITLEBAR
[13:57:23.170]: [13:57:23.169]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.170]: [13:57:23.169]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.170]: [13:57:23.169]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.170]: [13:57:23.170]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.170]: [13:57:23.170]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBEDITOR_MAINMENU
[13:57:23.171]: [13:57:23.171]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf] [AARCH64]
[13:57:23.172]: [13:57:23.170]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.172]: [13:57:23.171]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBEDITOR_STATUSBAR
[13:57:23.172]: [13:57:23.171]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.172]: [13:57:23.171]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.172]: [13:57:23.171]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBEDITOR_FILEBUFFER
[13:57:23.172]: [13:57:23.171]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.172]: [13:57:23.172]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.174]: [13:57:23.173]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBEDITOR_FILEBUFFER_CLEANUP
[13:57:23.174]: [13:57:23.172]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.174]: [13:57:23.172]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.174]: [13:57:23.167]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf] [AARCH64]
[13:57:23.174]: [13:57:23.173]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.174]: [13:57:23.173]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.174]: [13:57:23.172]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf] [AARCH64]
[13:57:23.174]: [13:57:23.173]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.174]: [13:57:23.173]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.174]: [13:57:23.170]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib\DEBUG\AutoGen.h] files for module ArmCacheMaintenanceLib [AARCH64]
[13:57:23.175]: [13:57:23.171]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\CustomizedDisplayLib\CustomizedDisplayLib.inf] [AARCH64]
[13:57:23.175]: [13:57:23.174]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.175]: [13:57:23.174]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.175]: [13:57:23.175]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.176]: [13:57:23.175]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.176]: [13:57:23.176]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.176]: [13:57:23.176]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf] [AARCH64]
[13:57:23.178]: [13:57:23.177]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
DEPEX[MonotonicCounterRuntimeDxe] (+MonotonicCounterRuntimeDxe) = ['(', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', ')']
[13:57:23.178]: [13:57:23.177]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW


[13:57:23.179]: [13:57:23.177]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_FIND_FAIL
DEPEX[MonotonicCounterRuntimeDxe] (+DxePcdLib) = ['(', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']
[13:57:23.179]: [13:57:23.178]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_NOT_DIR

[13:57:23.179]: [13:57:23.178]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_NOT_DIR















[13:57:23.180]: [13:57:23.179]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    AND
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.180]: [13:57:23.179]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    AND
    END
[13:57:23.180]: [13:57:23.180]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\MonotonicCounterRuntimeDxe\MonotonicCounterRuntimeDxe\DEBUG\AutoGen.h MonotonicCounterRuntimeDxe.depex] files for module MonotonicCounterRuntimeDxe [AARCH64]
[13:57:23.181]: [13:57:23.181]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.182]: [13:57:23.182]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Library\ArmVExpressPciHostBridgeLib\ArmVExpressPciHostBridgeLib\DEBUG\AutoGen.h] files for module ArmVExpressPciHostBridgeLib [AARCH64]
[13:57:23.184]: [13:57:23.181]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.184]: [13:57:23.182]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EFI_COMPRESS_FAIL
[13:57:23.184]: [13:57:23.182]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_WRITE_FAIL
[13:57:23.184]: [13:57:23.183]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.184]: [13:57:23.183]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.184]: [13:57:23.183]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.184]: [13:57:23.183]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.184]: [13:57:23.184]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\PlatformBootManagerLib\PlatformBootManagerLib.inf] [AARCH64]
[13:57:23.184]: [13:57:23.184]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.185]: [13:57:23.184]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.185]: [13:57:23.184]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_FIND_FAIL
[13:57:23.185]: [13:57:23.184]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_NOT_DIR
[13:57:23.185]: [13:57:23.185]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_NOT_DIR
[13:57:23.185]: [13:57:23.185]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.185]: [13:57:23.180]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebuggerExceptionSupport.gArmTokenSpaceGuid
[13:57:23.185]: [13:57:23.180]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVFPEnabled.gArmTokenSpaceGuid
[13:57:23.185]: [13:57:23.185]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
Skipped d:\code\arm\edk2\MdeModulePkg\Library\CustomizedDisplayLib\CustomizedDisplayLib.uni for string token uses search
[13:57:23.186]: [13:57:23.185]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: ENTER_STRING
[13:57:23.186]: [13:57:23.185]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: ENTER_COMMIT_STRING
[13:57:23.186]: [13:57:23.185]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.186]: [13:57:23.185]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.186]: [13:57:23.186]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EFI_DECOMPRESS_NOPE
[13:57:23.186]: [13:57:23.186]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.186]: [13:57:23.185]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.186]: [13:57:23.186]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.187]: [13:57:23.186]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.187]: [13:57:23.186]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_OPEN_FAIL
[13:57:23.187]: [13:57:23.181]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf] [AARCH64]
[13:57:23.187]: [13:57:23.186]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: ENTER_ESCAPE_STRING
[13:57:23.187]: [13:57:23.186]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: ESCAPE_STRING
[13:57:23.187]: [13:57:23.186]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: MOVE_HIGHLIGHT
[13:57:23.187]: [13:57:23.187]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EFI_DECOMPRESS_FAIL
[13:57:23.187]: [13:57:23.187]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.187]: [13:57:23.187]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: DEC_NUMERIC_INPUT
[13:57:23.187]: [13:57:23.187]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_WRITE_FAIL
[13:57:23.188]: [13:57:23.187]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.188]: [13:57:23.187]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: HEX_NUMERIC_INPUT
[13:57:23.188]: [13:57:23.188]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.188]: [13:57:23.188]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: TOGGLE_CHECK_BOX
DEPEX[DisplayEngine] (+DisplayEngine) = ['(', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', 'AND', '{ 0xa770c357, 0xb693, 0x4e6d, { 0xa6, 0xcf, 0xd2, 0x1c, 0x72, 0x8e, 0x55, 0xb } }', ')']

[13:57:23.188]: [13:57:23.188]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
DEPEX[DisplayEngine] (+DxePcdLib) = ['(', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', 'AND', '{ 0xa770c357, 0xb693, 0x4e6d, { 0xa6, 0xcf, 0xd2, 0x1c, 0x72, 0x8e, 0x55, 0xb } }', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']















DEPEX[DisplayEngine] (+UefiHiiServicesLib) = ['(', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', 'AND', '{ 0xa770c357, 0xb693, 0x4e6d, { 0xa6, 0xcf, 0xd2, 0x1c, 0x72, 0x8e, 0x55, 0xb } }', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')', 'AND', '(', '{0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}', 'AND', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')']
[13:57:23.190]: [13:57:23.188]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid

[13:57:23.190]: [13:57:23.187]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf] [AARCH64]
[13:57:23.190]: [13:57:23.189]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid






[13:57:23.191]: [13:57:23.189]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH {0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}
    PUSH {0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}
    PUSH { 0xa770c357, 0xb693, 0x4e6d, { 0xa6, 0xcf, 0xd2, 0x1c, 0x72, 0x8e, 0x55, 0xb } }
    AND
    AND
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    PUSH {0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}
    PUSH {0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}
    PUSH {0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}
    AND
    AND
    AND
    AND
    END
[13:57:23.191]: [13:57:23.190]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH {0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}
    PUSH {0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}
    PUSH { 0xa770c357, 0xb693, 0x4e6d, { 0xa6, 0xcf, 0xd2, 0x1c, 0x72, 0x8e, 0x55, 0xb } }
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    PUSH {0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}
    AND
    AND
    AND
    AND
    END
[13:57:23.191]: [13:57:23.190]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe\DEBUG\DisplayEngineStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe\OUTPUT\DisplayEngineStrDefs.hpk DisplayEngine.depex] files for module DisplayEngine [AARCH64]
[13:57:23.191]: [13:57:23.191]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf] [AARCH64]
[13:57:23.191]: [13:57:23.191]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.191]: [13:57:23.189]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: ARE_YOU_SURE
[13:57:23.192]: [13:57:23.189]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: ARE_YOU_SURE_YES
[13:57:23.192]: [13:57:23.189]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: ARE_YOU_SURE_NO
[13:57:23.192]: [13:57:23.190]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: PLUS_STRING
[13:57:23.192]: [13:57:23.190]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: MINUS_STRING
[13:57:23.192]: [13:57:23.190]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: ADJUST_NUMBER
[13:57:23.192]: [13:57:23.191]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: SAVE_CHANGES
[13:57:23.192]: [13:57:23.191]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: EMPTY_STRING
[13:57:23.192]: [13:57:23.191]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: NV_UPDATE_MESSAGE
[13:57:23.192]: [13:57:23.192]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.192]: [13:57:23.191]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.192]: [13:57:23.191]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.192]: [13:57:23.192]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.192]: [13:57:23.192]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
.[13:57:23.193]: [13:57:23.192]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.193]: [13:57:23.192]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: INPUT_ERROR_MESSAGE
[13:57:23.193]: [13:57:23.193]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.193]: [13:57:23.193]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf] [AARCH64]
[13:57:23.193]: [13:57:23.193]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.193]: [13:57:23.193]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.194]: [13:57:23.193]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.194]: [13:57:23.193]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.194]: [13:57:23.193]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.194]: [13:57:23.194]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.194]: [13:57:23.194]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.194]: [13:57:23.194]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.194]: [13:57:23.194]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.194]: [13:57:23.194]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.195]: [13:57:23.186]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.195]: [13:57:23.195]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.195]: [13:57:23.195]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.195]: [13:57:23.195]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.195]: [13:57:23.195]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_CWD
[13:57:23.195]: [13:57:23.195]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.195]: [13:57:23.195]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.196]: [13:57:23.195]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.196]: [13:57:23.196]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.196]: [13:57:23.196]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.196]: [13:57:23.196]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.196]: [13:57:23.196]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.197]: [13:57:23.196]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_CWD
[13:57:23.197]: [13:57:23.196]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_INIT_FAILED
[13:57:23.197]: [13:57:23.197]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.197]: [13:57:23.197]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.197]: [13:57:23.197]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.197]: [13:57:23.197]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.197]: [13:57:23.197]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.197]: [13:57:23.197]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_UNKNOWN_EDITOR
[13:57:23.198]: [13:57:23.197]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.198]: [13:57:23.197]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.198]: [13:57:23.198]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_UNKNOWN_EDITOR
[13:57:23.198]: [13:57:23.198]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.198]: [13:57:23.198]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.198]: [13:57:23.198]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.198]: [13:57:23.198]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort.inf] [AARCH64]
[13:57:23.199]: [13:57:23.198]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.199]: [13:57:23.198]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\CustomizedDisplayLib\CustomizedDisplayLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\CustomizedDisplayLib\CustomizedDisplayLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\CustomizedDisplayLib\CustomizedDisplayLib\DEBUG\CustomizedDisplayLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\CustomizedDisplayLib\CustomizedDisplayLib\OUTPUT\CustomizedDisplayLibStrDefs.hpk] files for module CustomizedDisplayLib [AARCH64]
[13:57:23.199]: [13:57:23.199]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.199]: [13:57:23.199]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_TITLE
[13:57:23.199]: [13:57:23.199]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.199]: [13:57:23.199]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdCpuVectorBaseAddress.gArmTokenSpaceGuid
[13:57:23.200]: [13:57:23.199]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_BLANK
[13:57:23.200]: [13:57:23.199]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.200]: [13:57:23.200]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_LIST_TITLE
[13:57:23.200]: [13:57:23.200]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.200]: [13:57:23.200]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf] [AARCH64]
[13:57:23.200]: [13:57:23.200]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.201]: [13:57:23.201]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.201]: [13:57:23.200]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_DIV
[13:57:23.201]: [13:57:23.200]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_GO_TO_OFFSET
[13:57:23.201]: [13:57:23.201]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_SAVE_BUFFER
[13:57:23.201]: [13:57:23.201]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.202]: [13:57:23.202]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.202]: [13:57:23.201]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_EXIT
[13:57:23.202]: [13:57:23.202]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_SELECT_START
[13:57:23.202]: [13:57:23.202]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
DEPEX[ArmCpuDxe] (+ArmCpuDxe) = ['(', '{ 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }', 'OR', '{ 0x32898322, 0x2da1, 0x474a, { 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }', ')']

DEPEX[ArmCpuDxe] (+DxePcdLib) = ['(', '{ 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }', 'OR', '{ 0x32898322, 0x2da1, 0x474a, { 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']






















[13:57:23.204]: [13:57:23.203]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid

[13:57:23.204]: [13:57:23.203]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf] [AARCH64]

[13:57:23.204]: [13:57:23.203]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.204]: [13:57:23.202]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_SELECT_END



[13:57:23.205]: [13:57:23.203]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_CUT

[13:57:23.205]: [13:57:23.204]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.205]: [13:57:23.203]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_PASTE

[13:57:23.205]: [13:57:23.204]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellBcfgCommandLib\UefiShellBcfgCommandLib.inf] [AARCH64]
[13:57:23.205]: [13:57:23.204]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_OPEN_FILE
[13:57:23.205]: [13:57:23.203]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }
    PUSH { 0x32898322, 0x2da1, 0x474a, { 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }
    OR
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.205]: [13:57:23.204]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_OPEN_DISK
[13:57:23.205]: [13:57:23.204]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x2890B3EA, 0x053D, 0x1643, { 0xAD, 0x0C, 0xD6, 0x48, 0x08, 0xDA, 0x3F, 0xF1 } }
    PUSH { 0x32898322, 0x2da1, 0x474a, { 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }
    OR
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.206]: [13:57:23.205]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.206]: [13:57:23.205]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\CpuDxe\CpuDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\CpuDxe\CpuDxe\DEBUG\AutoGen.h ArmCpuDxe.depex] files for module ArmCpuDxe [AARCH64]
[13:57:23.206]: [13:57:23.206]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_OPEN_MEMORY
[13:57:23.206]: [13:57:23.206]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_BLANK
[13:57:23.207]: [13:57:23.206]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_EXIT_HELP
[13:57:23.207]: [13:57:23.207]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_BLANK
[13:57:23.207]: [13:57:23.207]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_BLANK
DEPEX[SetupBrowser] (+SetupBrowser) = ['(', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')']

DEPEX[SetupBrowser] (+DxePcdLib) = ['(', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']

[13:57:23.208]: [13:57:23.207]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_BLANK














DEPEX[SetupBrowser] (+UefiHiiServicesLib) = ['(', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')', 'AND', '(', '{0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}', 'AND', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')']
[13:57:23.209]: [13:57:23.208]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_BLANK






[13:57:23.209]: [13:57:23.208]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH {0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}
    PUSH {0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}
    AND
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    PUSH {0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}
    PUSH {0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}
    PUSH {0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}
    AND
    AND
    AND
    AND
    END
[13:57:23.209]: [13:57:23.209]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH {0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}
    PUSH {0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    PUSH {0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}
    AND
    AND
    AND
    END
[13:57:23.210]: [13:57:23.209]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_BLANK
[13:57:23.210]: [13:57:23.209]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SetupBrowserDxe\SetupBrowserDxe\DEBUG\AutoGen.h SetupBrowser.depex] files for module SetupBrowser [AARCH64]
[13:57:23.210]: [13:57:23.210]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_BLANK
[13:57:23.210]: [13:57:23.210]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_HELP_DIV
Skipped d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerStrings.uni for string token uses search
[13:57:23.211]: [13:57:23.211]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBMENUBAR_GO_TO_OFFSET
[13:57:23.212]: [13:57:23.211]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_NETWORK_DEVICE_TITLE_HEAD
[13:57:23.212]: [13:57:23.212]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F1
[13:57:23.212]: [13:57:23.212]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_NETWORK_DEVICE_TITLE
[13:57:23.212]: [13:57:23.212]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBMENUBAR_SAVE_BUFFER
[13:57:23.212]: [13:57:23.212]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MISSING_STRING
[13:57:23.213]: [13:57:23.212]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F2
[13:57:23.213]: [13:57:23.213]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MISSING_STRING
[13:57:23.213]: [13:57:23.213]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_EXIT
[13:57:23.213]: [13:57:23.213]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_NETWORK_DEVICE_LIST_TITLE
[13:57:23.213]: [13:57:23.213]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F3
[13:57:23.213]: [13:57:23.213]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf] [AARCH64]
[13:57:23.214]: [13:57:23.213]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_NETWORK_DEVICE_LIST_HELP
[13:57:23.214]: [13:57:23.214]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBMENUBAR_SELECT_START
[13:57:23.214]: [13:57:23.214]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F4
[13:57:23.214]: [13:57:23.214]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBMENUBAR_SELECT_END
[13:57:23.215]: [13:57:23.215]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F5
[13:57:23.215]: [13:57:23.215]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBMENUBAR_CUT
[13:57:23.216]: [13:57:23.215]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F6
[13:57:23.216]: [13:57:23.216]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBMENUBAR_PASTE
[13:57:23.216]: [13:57:23.216]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F7
[13:57:23.217]: [13:57:23.217]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBMENUBAR_OPEN_FILE
[13:57:23.217]: [13:57:23.217]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NETWORK_DEVICE_HELP
[13:57:23.218]: [13:57:23.218]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf] [AARCH64]
[13:57:23.219]: [13:57:23.219]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDKII_MENU_TITLE
[13:57:23.219]: [13:57:23.219]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDKII_MENU_HELP
[13:57:23.220]: [13:57:23.217]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F8
[13:57:23.220]: [13:57:23.220]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDKII_MENU_TITLE
[13:57:23.220]: [13:57:23.220]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBMENUBAR_OPEN_DISK
[13:57:23.220]: [13:57:23.220]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICES_LIST
[13:57:23.221]: [13:57:23.221]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F9
[13:57:23.221]: [13:57:23.221]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EMPTY_STRING
[13:57:23.221]: [13:57:23.221]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EMPTY_STRING
[13:57:23.222]: [13:57:23.222]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBMENUBAR_OPEN_MEMORY
[13:57:23.222]: [13:57:23.222]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EXIT_STRING
[13:57:23.222]: [13:57:23.222]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_NETWORK_DEVICE_LIST_TITLE
[13:57:23.222]: [13:57:23.222]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NETWORK_DEVICE_LIST_STRING
[13:57:23.223]: [13:57:23.222]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf] [AARCH64]
[13:57:23.223]: [13:57:23.222]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EDIT_LIBMENUBAR_F10
[13:57:23.223]: [13:57:23.223]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EMPTY_STRING
[13:57:23.223]: [13:57:23.223]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBEDITOR_MAINEDITOR_TITLE
[13:57:23.223]: [13:57:23.223]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EXIT_STRING
[13:57:23.223]: [13:57:23.223]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBEDITOR_MAINEDITOR_MAINMENU
[13:57:23.224]: [13:57:23.223]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_NETWORK_DEVICE_TITLE
[13:57:23.224]: [13:57:23.224]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBEDITOR_MAINEDITOR_MAINMENU
[13:57:23.224]: [13:57:23.224]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NETWORK_DEVICE_STRING
[13:57:23.224]: [13:57:23.224]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EMPTY_STRING
[13:57:23.224]: [13:57:23.224]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBEDITOR_MAINEDITOR_STATUS
[13:57:23.225]: [13:57:23.225]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EXIT_STRING
[13:57:23.225]: [13:57:23.225]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBEDITOR_MAINEDITOR_BUFFERIMAGE
[13:57:23.225]: [13:57:23.225]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBEDITOR_MAINEDITOR_CLIPBOARD
[13:57:23.226]: [13:57:23.225]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBEDITOR_BUFFERIMAGE_CLEAN
[13:57:23.226]: [13:57:23.226]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf] [AARCH64]
[13:57:23.226]: [13:57:23.226]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HEXEDIT_LIBEDITOR_CLIPBOARD_CLEAN
[13:57:23.226]: [13:57:23.226]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Application\UiApp\UiApp.inf] [AARCH64]
[13:57:23.228]: [13:57:23.228]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.229]: [13:57:23.229]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib\DEBUG\AutoGen.h] files for module ArmArchTimerLib [AARCH64]
[13:57:23.229]: [13:57:23.229]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.229]: [13:57:23.229]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.230]: [13:57:23.230]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.230]: [13:57:23.230]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_NOT_DIR
[13:57:23.230]: [13:57:23.230]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf] [AARCH64]
[13:57:23.231]: [13:57:23.229]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib\DEBUG\DeviceManagerUiLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib\OUTPUT\DeviceManagerUiLibStrDefs.hpk] files for module DeviceManagerUiLib [AARCH64]
[13:57:23.231]: [13:57:23.231]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.231]: [13:57:23.230]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe.inf] [AARCH64]
[13:57:23.231]: [13:57:23.231]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_READ_FAIL
[13:57:23.231]: [13:57:23.231]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf] [AARCH64]
[13:57:23.232]: [13:57:23.232]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_PCI_ROM_RES
[13:57:23.232]: [13:57:23.232]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_NOT_SPEC
[13:57:23.233]: [13:57:23.233]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOADPCIROM_CORRUPT
[13:57:23.233]: [13:57:23.233]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOADPCIROM_IMAGE_CORRUPT
[13:57:23.234]: [13:57:23.234]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOADPCIROM_LOAD_FAIL
[13:57:23.234]: [13:57:23.233]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\PlatformBootManagerLib\PlatformBootManagerLib\DEBUG\AutoGen.h] files for module PlatformBootManagerLib [AARCH64]
[13:57:23.234]: [13:57:23.234]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOADPCIROM_LOAD_IMAGE_ERROR
[13:57:23.235]: [13:57:23.234]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOADPCIROM_START_FAIL
[13:57:23.235]: [13:57:23.234]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe.inf] [AARCH64]
[13:57:23.235]: [13:57:23.235]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOADPCIROM_START_IMAGE
[13:57:23.236]: [13:57:23.235]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.236]: [13:57:23.236]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.236]: [13:57:23.236]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_GET_FAILED
[13:57:23.237]: [13:57:23.237]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_HEAD
[13:57:23.237]: [13:57:23.237]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_SFO_HEADER
[13:57:23.238]: [13:57:23.237]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellBcfgCommandLib\UefiShellBcfgCommandLib.uni for string token uses search
[13:57:23.238]: [13:57:23.238]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.238]: [13:57:23.238]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.239]: [13:57:23.239]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf] [AARCH64]
[13:57:23.239]: [13:57:23.239]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.239]: [13:57:23.239]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.240]: [13:57:23.240]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.240]: [13:57:23.240]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.240]: [13:57:23.239]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.240]: [13:57:23.239]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.241]: [13:57:23.239]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.241]: [13:57:23.240]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.241]: [13:57:23.240]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_FILE
[13:57:23.241]: [13:57:23.240]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.241]: [13:57:23.241]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_FILE_OPEN
[13:57:23.241]: [13:57:23.241]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.242]: [13:57:23.242]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.242]: [13:57:23.242]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib\DEBUG\AutoGen.h] files for module NvVarStoreFormattedLib [AARCH64]
[13:57:23.242]: [13:57:23.242]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_FILE_DP
[13:57:23.242]: [13:57:23.242]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.243]: [13:57:23.243]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.243]: [13:57:23.243]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.243]: [13:57:23.242]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_NONE
[13:57:23.243]: [13:57:23.243]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_SET_VAR_FAIL
[13:57:23.243]: [13:57:23.243]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib\DEBUG\AutoGen.h] files for module UefiHiiLib [AARCH64]
[13:57:23.244]: [13:57:23.244]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf] [AARCH64]
[13:57:23.244]: [13:57:23.244]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.244]: [13:57:23.244]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.244]: [13:57:23.244]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.245]: [13:57:23.244]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_HANDLE
[13:57:23.245]: [13:57:23.245]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.245]: [13:57:23.245]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.245]: [13:57:23.245]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.245]: [13:57:23.245]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib\DEBUG\AutoGen.h] files for module DxeServicesTableLib [AARCH64]
[13:57:23.246]: [13:57:23.246]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.246]: [13:57:23.246]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.246]: [13:57:23.245]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.246]: [13:57:23.246]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_FILE
[13:57:23.247]: [13:57:23.246]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_FILE_OPEN
[13:57:23.247]: [13:57:23.246]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.247]: [13:57:23.247]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Ip4Dxe\Ip4Dxe.inf] [AARCH64]
[13:57:23.247]: [13:57:23.247]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.247]: [13:57:23.246]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_FILE_DP
[13:57:23.247]: [13:57:23.247]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_TARGET_NF
[13:57:23.248]: [13:57:23.247]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_TARGET
[13:57:23.248]: [13:57:23.244]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf] [AARCH64]
[13:57:23.248]: [13:57:23.248]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.248]: [13:57:23.248]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_SET_VAR_FAIL
[13:57:23.248]: [13:57:23.244]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDiskIoDataBufferBlockNum.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.248]: [13:57:23.248]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.249]: [13:57:23.249]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.249]: [13:57:23.249]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.249]: [13:57:23.248]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.249]: [13:57:23.249]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.250]: [13:57:23.249]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.250]: [13:57:23.250]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.250]: [13:57:23.248]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_WRITE_FAIL
[13:57:23.250]: [13:57:23.249]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_WRITE_FAIL
[13:57:23.250]: [13:57:23.249]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_WRITE_FAIL
[13:57:23.250]: [13:57:23.249]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_WRITE_FAIL
[13:57:23.250]: [13:57:23.250]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.250]: [13:57:23.250]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.251]: [13:57:23.250]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.251]: [13:57:23.250]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.251]: [13:57:23.250]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.251]: [13:57:23.251]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.252]: [13:57:23.251]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.252]: [13:57:23.252]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM
[13:57:23.252]: [13:57:23.251]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.252]: [13:57:23.252]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_SFO
[13:57:23.252]: [13:57:23.251]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.252]: [13:57:23.251]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.252]: [13:57:23.251]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.252]: [13:57:23.252]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.253]: [13:57:23.252]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf] [AARCH64]
[13:57:23.253]: [13:57:23.251]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf] [AARCH64]
[13:57:23.253]: [13:57:23.252]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.253]: [13:57:23.252]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_ITEM_OTHER
[13:57:23.253]: [13:57:23.253]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.253]: [13:57:23.253]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_SUMM
[13:57:23.253]: [13:57:23.253]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.254]: [13:57:23.253]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_SUMM_OTHER
[13:57:23.254]: [13:57:23.254]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_SUMM2
[13:57:23.254]: [13:57:23.254]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FIND_FAIL
[13:57:23.254]: [13:57:23.254]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.254]: [13:57:23.254]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MEMMAP_LIST_SUMM_SFO
[13:57:23.255]: [13:57:23.255]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_MEM
[13:57:23.255]: [13:57:23.254]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.255]: [13:57:23.254]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.256]: [13:57:23.255]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.256]: [13:57:23.255]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.256]: [13:57:23.254]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_BOOT_ONLY
[13:57:23.256]: [13:57:23.254]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.256]: [13:57:23.255]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_MEM
[13:57:23.256]: [13:57:23.255]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.256]: [13:57:23.255]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.256]: [13:57:23.256]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_MMIO
[13:57:23.256]: [13:57:23.256]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.256]: [13:57:23.256]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.257]: [13:57:23.256]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_IO
[13:57:23.257]: [13:57:23.256]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.257]: [13:57:23.255]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf] [AARCH64]
[13:57:23.257]: [13:57:23.257]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.257]: [13:57:23.256]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_SET_VAR_FAIL
[13:57:23.257]: [13:57:23.257]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_VAR_NO_NUM
[13:57:23.257]: [13:57:23.257]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_PCI
[13:57:23.257]: [13:57:23.257]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_MEM
[13:57:23.258]: [13:57:23.257]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf] [AARCH64]
[13:57:23.258]: [13:57:23.258]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_PCIE
[13:57:23.258]: [13:57:23.257]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.258]: [13:57:23.258]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.258]: [13:57:23.258]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_SET_VAR_FAIL
[13:57:23.258]: [13:57:23.258]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.259]: [13:57:23.259]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.259]: [13:57:23.258]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_SET_VAR_FAIL
[13:57:23.259]: [13:57:23.259]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_NONE
[13:57:23.259]: [13:57:23.258]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.259]: [13:57:23.258]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.259]: [13:57:23.259]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.259]: [13:57:23.259]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.260]: [13:57:23.256]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf] [AARCH64]
[13:57:23.260]: [13:57:23.260]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.260]: [13:57:23.259]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_READ_FAIL
[13:57:23.260]: [13:57:23.260]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_VAR_CORRUPT
[13:57:23.260]: [13:57:23.260]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_LOAD_OPTIONS
[13:57:23.260]: [13:57:23.260]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.261]: [13:57:23.261]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.261]: [13:57:23.261]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.262]: [13:57:23.261]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.262]: [13:57:23.261]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.262]: [13:57:23.261]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.262]: [13:57:23.260]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.262]: [13:57:23.260]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.262]: [13:57:23.260]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.262]: [13:57:23.262]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.262]: [13:57:23.262]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_DRIVER_BOOT
[13:57:23.263]: [13:57:23.262]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_VAL
[13:57:23.263]: [13:57:23.263]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.263]: [13:57:23.263]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf] [AARCH64]
[13:57:23.263]: [13:57:23.262]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.263]: [13:57:23.263]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
DEPEX[DiskIoDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.uni for string token uses search
[13:57:23.264]: [13:57:23.264]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.264]: [13:57:23.264]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.264]: [13:57:23.264]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.264]: [13:57:23.263]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib.inf] [AARCH64]
[13:57:23.264]: [13:57:23.264]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HANDLE_RESULT
[13:57:23.264]: [13:57:23.264]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciBusHotplugDeviceSupport.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.265]: [13:57:23.264]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.265]: [13:57:23.264]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciBridgeIoAlignmentProbe.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.265]: [13:57:23.264]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Disk\DiskIoDxe\DiskIoDxe\DEBUG\AutoGen.h DiskIoDxe.depex] files for module DiskIoDxe [AARCH64]
[13:57:23.265]: [13:57:23.264]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HANDLE_RESULT
[13:57:23.265]: [13:57:23.264]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.265]: [13:57:23.265]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.265]: [13:57:23.265]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUnalignedPciIoEnable.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.265]: [13:57:23.265]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.265]: [13:57:23.263]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_NOT_ALIGNED
[13:57:23.265]: [13:57:23.265]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.265]: [13:57:23.265]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciDegradeResourceForOptionRom.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.266]: [13:57:23.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PCIRBIO_NF
[13:57:23.266]: [13:57:23.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.266]: [13:57:23.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSrIovSystemPageSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.266]: [13:57:23.265]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.266]: [13:57:23.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.266]: [13:57:23.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_PCIE_ADDRESS_RANGE
[13:57:23.267]: [13:57:23.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.267]: [13:57:23.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.267]: [13:57:23.267]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.267]: [13:57:23.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.267]: [13:57:23.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSrIovSupport.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.267]: [13:57:23.267]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAriSupport.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.267]: [13:57:23.267]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.267]: [13:57:23.267]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.267]: [13:57:23.267]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMrIovSupport.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.267]: [13:57:23.267]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.268]: [13:57:23.267]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.268]: [13:57:23.267]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_NUMB_RANGE
[13:57:23.268]: [13:57:23.268]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciDisableBusEnumeration.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.268]: [13:57:23.268]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_ADDRESS
[13:57:23.268]: [13:57:23.268]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.268]: [13:57:23.268]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.268]: [13:57:23.268]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_BUF
[13:57:23.269]: [13:57:23.268]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf] [AARCH64]
[13:57:23.269]: [13:57:23.268]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.269]: [13:57:23.268]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CONNECT_NONE
[13:57:23.269]: [13:57:23.269]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_ADDRESS
[13:57:23.269]: [13:57:23.269]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_NUMB_RANGE
[13:57:23.269]: [13:57:23.269]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_BUF
[13:57:23.269]: [13:57:23.269]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.269]: [13:57:23.269]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.270]: [13:57:23.269]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.270]: [13:57:23.270]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MM_ERROR
[13:57:23.270]: [13:57:23.270]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.270]: [13:57:23.270]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_NUMB_RANGE
[13:57:23.270]: [13:57:23.268]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf] [AARCH64]
[13:57:23.271]: [13:57:23.270]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEV_TREE_OUTPUT
[13:57:23.271]: [13:57:23.270]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.271]: [13:57:23.270]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.271]: [13:57:23.271]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.271]: [13:57:23.271]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.271]: [13:57:23.271]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.271]: [13:57:23.271]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_NUMB_RANGE
[13:57:23.272]: [13:57:23.271]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.272]: [13:57:23.271]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.272]: [13:57:23.271]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.272]: [13:57:23.272]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.272]: [13:57:23.272]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.272]: [13:57:23.272]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.272]: [13:57:23.272]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.272]: [13:57:23.272]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.273]: [13:57:23.273]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MODE_SET_FAIL
[13:57:23.273]: [13:57:23.273]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MODE_NO_MATCH
[13:57:23.273]: [13:57:23.273]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_SFO_HEADER
[13:57:23.273]: [13:57:23.272]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_NUMB_RANGE
[13:57:23.273]: [13:57:23.273]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICES_HEADER_LINES
[13:57:23.274]: [13:57:23.273]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.274]: [13:57:23.273]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.274]: [13:57:23.273]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICES_ITEM_LINE_SFO
[13:57:23.274]: [13:57:23.274]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_NUMB_RANGE
[13:57:23.274]: [13:57:23.274]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MODE_LIST_HEAD
[13:57:23.274]: [13:57:23.274]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.274]: [13:57:23.268]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPcieResizableBarSupport.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.274]: [13:57:23.274]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MODE_LIST_ITEM
[13:57:23.275]: [13:57:23.274]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf] [AARCH64]
[13:57:23.275]: [13:57:23.274]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.275]: [13:57:23.274]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DEVICES_ITEM_LINE
[13:57:23.275]: [13:57:23.275]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BCFG_NUMB_RANGE
[13:57:23.275]: [13:57:23.275]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER1
[13:57:23.275]: [13:57:23.275]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.276]: [13:57:23.275]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER2
[13:57:23.276]: [13:57:23.276]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.276]: [13:57:23.276]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER3
[13:57:23.276]: [13:57:23.276]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_CAPABILITY_CAPID
[13:57:23.276]: [13:57:23.276]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER3
[13:57:23.277]: [13:57:23.276]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe.inf] [AARCH64]
[13:57:23.277]: [13:57:23.277]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_NEXTCAP_PTR
[13:57:23.277]: [13:57:23.277]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER4A
[13:57:23.277]: [13:57:23.277]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_CAP_REGISTER
[13:57:23.278]: [13:57:23.278]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_DEVICE_CAP
[13:57:23.278]: [13:57:23.277]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.278]: [13:57:23.277]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER4B
[13:57:23.278]: [13:57:23.278]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER5
[13:57:23.278]: [13:57:23.278]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_DEVICE_CONTROL
[13:57:23.278]: [13:57:23.278]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.279]: [13:57:23.278]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_DEVICE_STATUS
[13:57:23.279]: [13:57:23.276]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf] [AARCH64]
[13:57:23.279]: [13:57:23.279]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_LINK_CAPABILITIES
[13:57:23.279]: [13:57:23.278]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER5
[13:57:23.279]: [13:57:23.279]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER5B
[13:57:23.279]: [13:57:23.279]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER6
[13:57:23.280]: [13:57:23.279]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_LINK_CONTROL
[13:57:23.280]: [13:57:23.280]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER6
[13:57:23.280]: [13:57:23.279]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.280]: [13:57:23.279]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.280]: [13:57:23.279]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.280]: [13:57:23.280]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.280]: [13:57:23.280]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_LINK_STATUS
[13:57:23.280]: [13:57:23.280]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER6B
[13:57:23.280]: [13:57:23.280]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.281]: [13:57:23.280]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_SLOT_CAPABILITIES
[13:57:23.281]: [13:57:23.280]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER7
[13:57:23.281]: [13:57:23.276]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_BCFG
[13:57:23.281]: [13:57:23.281]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_SLOT_CONTROL
[13:57:23.281]: [13:57:23.281]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.282]: [13:57:23.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_SLOT_STATUS
[13:57:23.282]: [13:57:23.281]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER7B
[13:57:23.282]: [13:57:23.281]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER8
[13:57:23.282]: [13:57:23.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.282]: [13:57:23.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER9
[13:57:23.282]: [13:57:23.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_ROOT_CONTROL
[13:57:23.283]: [13:57:23.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER9
[13:57:23.283]: [13:57:23.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.283]: [13:57:23.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf] [AARCH64]
[13:57:23.283]: [13:57:23.283]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_RSVDP
[13:57:23.283]: [13:57:23.283]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCIEX_ROOT_STATUS
[13:57:23.283]: [13:57:23.283]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.283]: [13:57:23.283]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.284]: [13:57:23.283]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER9B
[13:57:23.284]: [13:57:23.283]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DRIVER6C
[13:57:23.284]: [13:57:23.283]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT
[13:57:23.284]: [13:57:23.284]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.284]: [13:57:23.280]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib.inf] [AARCH64]
[13:57:23.284]: [13:57:23.284]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_SINGLE
[13:57:23.284]: [13:57:23.284]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.285]: [13:57:23.284]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.285]: [13:57:23.285]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.285]: [13:57:23.284]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.285]: [13:57:23.284]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.285]: [13:57:23.285]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.285]: [13:57:23.285]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.286]: [13:57:23.285]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.286]: [13:57:23.286]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.286]: [13:57:23.286]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.286]: [13:57:23.286]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.287]: [13:57:23.286]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.287]: [13:57:23.286]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.287]: [13:57:23.287]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.287]: [13:57:23.287]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.287]: [13:57:23.287]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.288]: [13:57:23.287]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PCIRBIO_NF
[13:57:23.288]: [13:57:23.288]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.288]: [13:57:23.288]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_HANDLE_CFG_ERR
[13:57:23.289]: [13:57:23.288]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.289]: [13:57:23.289]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_BUS_RANGE_ERR
[13:57:23.289]: [13:57:23.288]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Common\TableHelperLib\TableHelperLib.inf] [AARCH64]
[13:57:23.289]: [13:57:23.289]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.290]: [13:57:23.289]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.290]: [13:57:23.290]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_TITLE
[13:57:23.290]: [13:57:23.290]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.290]: [13:57:23.290]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_LINE_P1
[13:57:23.291]: [13:57:23.290]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\FileExplorerLib\FileExplorerLib.inf] [AARCH64]
[13:57:23.291]: [13:57:23.286]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMetronomeTickPeriod.gEmbeddedTokenSpaceGuid
[13:57:23.291]: [13:57:23.290]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.291]: [13:57:23.291]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_LINE_P2
[13:57:23.291]: [13:57:23.291]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV_HEX
[13:57:23.292]: [13:57:23.291]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.292]: [13:57:23.284]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_SINGLE_D
[13:57:23.292]: [13:57:23.292]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV_HEX
[13:57:23.292]: [13:57:23.285]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_SFO
[13:57:23.292]: [13:57:23.285]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_ALL_HEADER
[13:57:23.292]: [13:57:23.285]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_GUID_HEADER
[13:57:23.292]: [13:57:23.286]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_NAME_HEADER
[13:57:23.292]: [13:57:23.286]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_NO_NAME_FOUND
[13:57:23.292]: [13:57:23.287]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DECODE
[13:57:23.292]: [13:57:23.287]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_NO_GUID_FOUND
[13:57:23.293]: [13:57:23.287]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DECODE
[13:57:23.293]: [13:57:23.288]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_NO_GUID_FOUND
[13:57:23.293]: [13:57:23.288]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_OUTPUT_DECODE
[13:57:23.293]: [13:57:23.289]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DH_NO_NAME_FOUND
[13:57:23.293]: [13:57:23.290]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.293]: [13:57:23.290]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.293]: [13:57:23.292]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.293]: [13:57:23.291]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.293]: [13:57:23.292]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.293]: [13:57:23.292]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV_HEX
[13:57:23.293]: [13:57:23.293]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.293]: [13:57:23.293]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.294]: [13:57:23.293]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.294]: [13:57:23.293]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV_HEX
[13:57:23.294]: [13:57:23.293]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.294]: [13:57:23.294]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.294]: [13:57:23.294]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.294]: [13:57:23.294]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV_HEX
[13:57:23.294]: [13:57:23.294]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.295]: [13:57:23.294]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_NO_FIND
DEPEX[PciBusDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



[13:57:23.295]: [13:57:23.294]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.295]: [13:57:23.294]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.295]: [13:57:23.294]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Pci\PciBusDxe\PciBusDxe\DEBUG\AutoGen.h PciBusDxe.depex] files for module PciBusDxe [AARCH64]
[13:57:23.295]: [13:57:23.295]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.295]: [13:57:23.295]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_NO_CFG
[13:57:23.295]: [13:57:23.295]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.296]: [13:57:23.296]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_INFO
[13:57:23.296]: [13:57:23.296]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.296]: [13:57:23.296]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.296]: [13:57:23.295]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.296]: [13:57:23.295]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.297]: [13:57:23.295]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.297]: [13:57:23.295]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.297]: [13:57:23.296]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.297]: [13:57:23.296]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.297]: [13:57:23.297]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_LINE_VID_DID
[13:57:23.297]: [13:57:23.297]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.297]: [13:57:23.297]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.297]: [13:57:23.297]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.297]: [13:57:23.297]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_LINE_RID
[13:57:23.297]: [13:57:23.297]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.297]: [13:57:23.297]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiApplicationEntryPoint\UefiApplicationEntryPoint.inf] [AARCH64]
[13:57:23.298]: [13:57:23.297]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.298]: [13:57:23.297]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_LINE_BIST
[13:57:23.298]: [13:57:23.298]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.298]: [13:57:23.298]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.298]: [13:57:23.298]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.298]: [13:57:23.298]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_LINE_CAP
[13:57:23.298]: [13:57:23.298]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.299]: [13:57:23.298]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.299]: [13:57:23.299]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_LINE_CAP_NO
[13:57:23.299]: [13:57:23.298]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.299]: [13:57:23.299]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.299]: [13:57:23.299]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.300]: [13:57:23.299]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_CACHE_LINE_SIZE
[13:57:23.300]: [13:57:23.299]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.300]: [13:57:23.299]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.300]: [13:57:23.300]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.300]: [13:57:23.300]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.300]: [13:57:23.300]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_LATENCY_TIMER
[13:57:23.300]: [13:57:23.300]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_HANDLE_NOT
[13:57:23.301]: [13:57:23.300]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_3P_RESULT
[13:57:23.301]: [13:57:23.300]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.301]: [13:57:23.300]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.301]: [13:57:23.301]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_HEADER_TYPE
[13:57:23.301]: [13:57:23.301]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.302]: [13:57:23.301]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.302]: [13:57:23.302]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.302]: [13:57:23.302]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MULTI_FUNCTION
[13:57:23.302]: [13:57:23.302]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.302]: [13:57:23.302]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.302]: [13:57:23.302]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SINGLE_FUNCTION
[13:57:23.302]: [13:57:23.302]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.303]: [13:57:23.302]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_PCI_DEVICE
[13:57:23.303]: [13:57:23.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.303]: [13:57:23.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.303]: [13:57:23.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.303]: [13:57:23.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.303]: [13:57:23.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.303]: [13:57:23.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellBcfgCommandLib\UefiShellBcfgCommandLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellBcfgCommandLib\UefiShellBcfgCommandLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellBcfgCommandLib\UefiShellBcfgCommandLib\DEBUG\UefiShellBcfgCommandLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellBcfgCommandLib\UefiShellBcfgCommandLib\OUTPUT\UefiShellBcfgCommandLibStrDefs.hpk] files for module UefiShellBcfgCommandLib [AARCH64]
[13:57:23.303]: [13:57:23.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_P2P_BRIDGE
[13:57:23.303]: [13:57:23.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.304]: [13:57:23.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRIVERS_ITEM_LINE_SFO
[13:57:23.304]: [13:57:23.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.304]: [13:57:23.304]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_CARDBUS_BRIDGE
[13:57:23.304]: [13:57:23.304]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_SFO_HEADER
[13:57:23.304]: [13:57:23.304]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.304]: [13:57:23.304]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.304]: [13:57:23.304]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_RESERVED
[13:57:23.304]: [13:57:23.304]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.304]: [13:57:23.304]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRIVERS_ITEM_LINE
[13:57:23.304]: [13:57:23.304]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.305]: [13:57:23.305]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_CLASS
[13:57:23.305]: [13:57:23.304]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.305]: [13:57:23.305]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRIVERS_HEADER_LINES
[13:57:23.305]: [13:57:23.304]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DebugAgentLibNull\DebugAgentLibNull.inf] [AARCH64]
[13:57:23.305]: [13:57:23.305]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.305]: [13:57:23.305]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.305]: [13:57:23.305]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.305]: [13:57:23.305]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.305]: [13:57:23.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DeviceManagerUiLib\DeviceManagerUiLib.inf] [AARCH64]
[13:57:23.306]: [13:57:23.305]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_BASE_ADDR
[13:57:23.306]: [13:57:23.305]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.306]: [13:57:23.306]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.306]: [13:57:23.306]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.306]: [13:57:23.306]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.306]: [13:57:23.306]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.306]: [13:57:23.306]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_START_TYPE
[13:57:23.306]: [13:57:23.306]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.307]: [13:57:23.306]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.307]: [13:57:23.306]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_NONE
[13:57:23.307]: [13:57:23.307]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROTOCOL_NF
[13:57:23.307]: [13:57:23.307]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.307]: [13:57:23.307]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.307]: [13:57:23.307]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.307]: [13:57:23.307]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_EXPANSION_ROM_DISABLED
[13:57:23.307]: [13:57:23.307]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_HANDLE_NOT
[13:57:23.308]: [13:57:23.307]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.308]: [13:57:23.307]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.308]: [13:57:23.308]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_EXPANSION_ROM_BASE
[13:57:23.308]: [13:57:23.307]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.308]: [13:57:23.308]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.308]: [13:57:23.308]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_WRITE_FAIL
[13:57:23.308]: [13:57:23.308]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.308]: [13:57:23.308]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.308]: [13:57:23.308]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_COMP
[13:57:23.308]: [13:57:23.308]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_CARDBUS_CIS
[13:57:23.309]: [13:57:23.308]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.309]: [13:57:23.308]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.309]: [13:57:23.308]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.309]: [13:57:23.309]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SUB_VENDOR_ID
[13:57:23.309]: [13:57:23.309]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.309]: [13:57:23.309]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.309]: [13:57:23.309]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.310]: [13:57:23.309]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SUBSYSTEM_ID
[13:57:23.310]: [13:57:23.309]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROTOCOL_NF
[13:57:23.310]: [13:57:23.310]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.310]: [13:57:23.310]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_READ_FAIL
[13:57:23.310]: [13:57:23.310]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DebugAgentLibNull\DebugAgentLibNull\DEBUG\AutoGen.h] files for module DebugAgentLibNull [AARCH64]
[13:57:23.310]: [13:57:23.310]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_CAPABILITIES_PTR
[13:57:23.310]: [13:57:23.309]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Core\Dxe\DxeMain.inf] [AARCH64]
[13:57:23.311]: [13:57:23.309]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.311]: [13:57:23.310]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.311]: [13:57:23.310]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.311]: [13:57:23.311]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_INTERRUPT_LINE
[13:57:23.311]: [13:57:23.311]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.311]: [13:57:23.311]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_INTERRUPT_PIN
[13:57:23.311]: [13:57:23.311]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_READ_FAIL
DEPEX[DynamicTableManagerDxe] (+DynamicTableManagerDxe) = ['(', '{ 0xFFE06BDD, 0x6107, 0x46A6, { 0x7B, 0xB2, 0x5A, 0x9C, 0x7E, 0xC5, 0x27, 0x5C }}', 'AND', '{ 0xd85a4835, 0x5a82, 0x4894, { 0xac, 0x2, 0x70, 0x6f, 0x43, 0xd5, 0x97, 0x8e } }', 'AND', '{ 0x91d1e327, 0xfe5a, 0x49b8, { 0xab, 0x65, 0xe, 0xce, 0x2d, 0xdb, 0x45, 0xec } }', ')']

[13:57:23.312]: [13:57:23.312]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_HANDLE_NOT
DEPEX[DynamicTableManagerDxe] (+DxePcdLib) = ['(', '{ 0xFFE06BDD, 0x6107, 0x46A6, { 0x7B, 0xB2, 0x5A, 0x9C, 0x7E, 0xC5, 0x27, 0x5C }}', 'AND', '{ 0xd85a4835, 0x5a82, 0x4894, { 0xac, 0x2, 0x70, 0x6f, 0x43, 0xd5, 0x97, 0x8e } }', 'AND', '{ 0x91d1e327, 0xfe5a, 0x49b8, { 0xab, 0x65, 0xe, 0xce, 0x2d, 0xdb, 0x45, 0xec } }', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']












[13:57:23.313]: [13:57:23.312]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MIN_GNT

[13:57:23.313]: [13:57:23.312]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.313]: [13:57:23.312]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_UEFI_FUNC_WARN



[13:57:23.314]: [13:57:23.312]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0xFFE06BDD, 0x6107, 0x46A6, { 0x7B, 0xB2, 0x5A, 0x9C, 0x7E, 0xC5, 0x27, 0x5C }}
    PUSH { 0xd85a4835, 0x5a82, 0x4894, { 0xac, 0x2, 0x70, 0x6f, 0x43, 0xd5, 0x97, 0x8e } }
    PUSH { 0x91d1e327, 0xfe5a, 0x49b8, { 0xab, 0x65, 0xe, 0xce, 0x2d, 0xdb, 0x45, 0xec } }
    AND
    AND
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.314]: [13:57:23.313]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MAX_LAT
[13:57:23.314]: [13:57:23.313]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0xFFE06BDD, 0x6107, 0x46A6, { 0x7B, 0xB2, 0x5A, 0x9C, 0x7E, 0xC5, 0x27, 0x5C }}
    PUSH { 0xd85a4835, 0x5a82, 0x4894, { 0xac, 0x2, 0x70, 0x6f, 0x43, 0xd5, 0x97, 0x8e } }
    PUSH { 0x91d1e327, 0xfe5a, 0x49b8, { 0xab, 0x65, 0xe, 0xce, 0x2d, 0xdb, 0x45, 0xec } }
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    AND
    AND
    END
[13:57:23.314]: [13:57:23.313]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
Skipped d:\code\arm\edk2\NetworkPkg\Ip4Dxe\Ip4DxeStrings.uni for string token uses search
[13:57:23.314]: [13:57:23.313]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_IN_FILE_NF
[13:57:23.314]: [13:57:23.310]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\BootManagerUiLib\BootManagerUiLib.inf] [AARCH64]
[13:57:23.314]: [13:57:23.311]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\DebugAgentSymbolsBaseLib\DebugAgentSymbolsBaseLib.inf] [AARCH64]
[13:57:23.314]: [13:57:23.314]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_BASE_ADDRESS
[13:57:23.315]: [13:57:23.314]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_UEFI_FUNC_WARN
[13:57:23.315]: [13:57:23.314]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Drivers\DynamicTableManagerDxe\DynamicTableManagerDxe\DEBUG\AutoGen.h DynamicTableManagerDxe.depex] files for module DynamicTableManagerDxe [AARCH64]
[13:57:23.315]: [13:57:23.314]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.315]: [13:57:23.314]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_START_TYPE_2
[13:57:23.315]: [13:57:23.315]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_DONE_HII
[13:57:23.315]: [13:57:23.315]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_NONE
[13:57:23.315]: [13:57:23.315]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.315]: [13:57:23.315]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_COMP
[13:57:23.315]: [13:57:23.315]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_CONFIG2_FORM_TITLE
[13:57:23.315]: [13:57:23.315]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_NO_EXPANSION_ROM
[13:57:23.316]: [13:57:23.315]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.316]: [13:57:23.315]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_CONFIG2_FORM_HELP
[13:57:23.316]: [13:57:23.316]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_EXPANSION_ROM_BASE_2
[13:57:23.316]: [13:57:23.316]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_NONE
[13:57:23.316]: [13:57:23.316]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.316]: [13:57:23.316]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_BUS_NUMBERS
[13:57:23.316]: [13:57:23.316]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_STOP
[13:57:23.317]: [13:57:23.316]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.317]: [13:57:23.317]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_BRIDGE
[13:57:23.317]: [13:57:23.317]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_ENTER_S
[13:57:23.317]: [13:57:23.316]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_DEVICE_FORM_TITLE
[13:57:23.317]: [13:57:23.316]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_CONFIGURE
[13:57:23.317]: [13:57:23.317]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_CONFIGURE_HELP
[13:57:23.317]: [13:57:23.317]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.317]: [13:57:23.317]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_BRIDGE
[13:57:23.317]: [13:57:23.317]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_CTLR_S
[13:57:23.318]: [13:57:23.317]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_ENABLE_DHCP
[13:57:23.318]: [13:57:23.317]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\DebugAgentSymbolsBaseLib\DebugAgentSymbolsBaseLib\DEBUG\AutoGen.h] files for module DebugAgentSymbolsBaseLib [AARCH64]
[13:57:23.318]: [13:57:23.317]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.318]: [13:57:23.318]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_RESTART_S
[13:57:23.318]: [13:57:23.318]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_BRIDGE
[13:57:23.318]: [13:57:23.317]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_ENABLE_DHCP
[13:57:23.318]: [13:57:23.318]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.318]: [13:57:23.318]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_LOCAL_IP_ADDRESS
[13:57:23.318]: [13:57:23.318]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SECONDARY_TIMER
[13:57:23.318]: [13:57:23.318]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_ENTER_S
[13:57:23.319]: [13:57:23.318]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.319]: [13:57:23.319]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_RESOURCE_TYPE
[13:57:23.319]: [13:57:23.319]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_CTLR_S
[13:57:23.319]: [13:57:23.318]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\PrePi\PeiUniCore.inf] [AARCH64]
[13:57:23.319]: [13:57:23.318]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_IP_ADDRESS_HELP
[13:57:23.319]: [13:57:23.319]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_LOCAL_MASK
[13:57:23.319]: [13:57:23.319]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_RESTART_S
[13:57:23.319]: [13:57:23.319]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_TWO_VARS
[13:57:23.319]: [13:57:23.319]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.320]: [13:57:23.319]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.320]: [13:57:23.319]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_ONE_VAR
[13:57:23.320]: [13:57:23.319]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_MASK_HELP
[13:57:23.320]: [13:57:23.320]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_ENTER_S
[13:57:23.320]: [13:57:23.320]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_LOCAL_GATEWAY
[13:57:23.320]: [13:57:23.320]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MEMORY
[13:57:23.320]: [13:57:23.320]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerFreqInHz.gArmTokenSpaceGuid
[13:57:23.320]: [13:57:23.320]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_FORCE_D
[13:57:23.321]: [13:57:23.320]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_ONE_VAR
[13:57:23.321]: [13:57:23.317]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf] [AARCH64]
[13:57:23.321]: [13:57:23.320]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_GATEWAY_HELP
[13:57:23.321]: [13:57:23.321]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_VALIDATE
[13:57:23.321]: [13:57:23.321]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_PREFETCHABLE
[13:57:23.322]: [13:57:23.321]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_SET
[13:57:23.322]: [13:57:23.322]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_TWO_VARS_2
[13:57:23.322]: [13:57:23.321]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_LOCAL_DNS
[13:57:23.322]: [13:57:23.321]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_DNS_HELP
[13:57:23.322]: [13:57:23.322]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_NOT_SUPPORT
[13:57:23.322]: [13:57:23.322]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_CAPABILITIES_PTR_2
[13:57:23.323]: [13:57:23.322]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.323]: [13:57:23.322]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_INTERRUPT_LINE_2
[13:57:23.323]: [13:57:23.322]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL
[13:57:23.323]: [13:57:23.322]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SAVE_CHANGES
[13:57:23.323]: [13:57:23.323]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_INTERRUPT_PIN
[13:57:23.323]: [13:57:23.323]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_ALL_LANG
[13:57:23.323]: [13:57:23.323]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_BAR
[13:57:23.324]: [13:57:23.324]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe.inf] [AARCH64]
[13:57:23.324]: [13:57:23.324]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_OPTIONS_SET
[13:57:23.324]: [13:57:23.324]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MEM
[13:57:23.324]: [13:57:23.324]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_NOT_SET
[13:57:23.324]: [13:57:23.324]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_32_BITS
[13:57:23.325]: [13:57:23.325]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_CTRL_LANG
[13:57:23.325]: [13:57:23.325]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_ONE_VAR_2
[13:57:23.325]: [13:57:23.325]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_DEF_FORCED
[13:57:23.325]: [13:57:23.325]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_ONE_VAR_3
[13:57:23.326]: [13:57:23.326]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MEM
[13:57:23.326]: [13:57:23.326]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_FORCE_FAILED
[13:57:23.326]: [13:57:23.323]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SAVE_CHANGES
[13:57:23.326]: [13:57:23.326]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_OPTIONS_VALID
[13:57:23.326]: [13:57:23.326]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_64_BITS
[13:57:23.327]: [13:57:23.326]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_CONFIG2_FORM_HELP
[13:57:23.327]: [13:57:23.327]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_OPTIONS_INV
[13:57:23.327]: [13:57:23.327]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_BAR
[13:57:23.327]: [13:57:23.327]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_CONFIG2_FORM_HELP
[13:57:23.327]: [13:57:23.327]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MEM_2
[13:57:23.327]: [13:57:23.327]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_CTRL_LANG
DEPEX[MetronomeDxe] (+MetronomeDxe) = ['(', 'TRUE', ')']


DEPEX[MetronomeDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']














[13:57:23.329]: [13:57:23.328]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_OPTIONS_SET





[13:57:23.329]: [13:57:23.328]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_NO


[13:57:23.329]: [13:57:23.328]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_NOT_SET
[13:57:23.329]: [13:57:23.328]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_YES
[13:57:23.330]: [13:57:23.329]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.330]: [13:57:23.329]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_CHILD_LANG
[13:57:23.330]: [13:57:23.329]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_ONE_VAR_4
[13:57:23.330]: [13:57:23.329]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:23.330]: [13:57:23.330]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_DEF_FORCED
[13:57:23.330]: [13:57:23.330]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_NEWBAR_32
[13:57:23.330]: [13:57:23.330]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\MetronomeDxe\MetronomeDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\MetronomeDxe\MetronomeDxe\DEBUG\AutoGen.h MetronomeDxe.depex] files for module MetronomeDxe [AARCH64]
[13:57:23.330]: [13:57:23.330]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_NEWBAR_32_2
[13:57:23.330]: [13:57:23.327]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IP4_DEVICE_FORM_HELP
[13:57:23.330]: [13:57:23.330]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_FORCE_FAILED
[13:57:23.331]: [13:57:23.330]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_RSHIFT
[13:57:23.331]: [13:57:23.331]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_OPTIONS_VALID
[13:57:23.331]: [13:57:23.331]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_RSHIFT
[13:57:23.331]: [13:57:23.331]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_RSHIFT
[13:57:23.332]: [13:57:23.332]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_OPTIONS_INV
[13:57:23.332]: [13:57:23.332]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_RSHIFT
[13:57:23.332]: [13:57:23.332]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_CHILD_LANG
[13:57:23.333]: [13:57:23.332]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_NEWBAR_32_3
[13:57:23.333]: [13:57:23.333]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_OPTIONS_SET
[13:57:23.333]: [13:57:23.333]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_NEWBAR_32_4
[13:57:23.333]: [13:57:23.333]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_NOT_SET
[13:57:23.333]: [13:57:23.333]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_CARDBUS_SOCKET
[13:57:23.334]: [13:57:23.334]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_LINE_HII
[13:57:23.334]: [13:57:23.334]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_BUS_NUMBERS_2
[13:57:23.334]: [13:57:23.334]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_NONE_FOUND
[13:57:23.334]: [13:57:23.334]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_CARDBUS
[13:57:23.335]: [13:57:23.335]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_CARDBUS_2
[13:57:23.335]: [13:57:23.335]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.335]: [13:57:23.335]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_CARDBUS_3
[13:57:23.336]: [13:57:23.336]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.336]: [13:57:23.334]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiVariableDefaultPlatformLangCodes.gEfiMdePkgTokenSpaceGuid
[13:57:23.336]: [13:57:23.334]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdConOutRow.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.337]: [13:57:23.335]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdConOutColumn.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.337]: [13:57:23.335]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVideoHorizontalResolution.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.337]: [13:57:23.336]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVideoVerticalResolution.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.337]: [13:57:23.337]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.337]: [13:57:23.337]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_CARDBUS_LATENCY
[13:57:23.337]: [13:57:23.337]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FIND_FAIL
[13:57:23.338]: [13:57:23.337]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_RESOURCE_TYPE_2
[13:57:23.338]: [13:57:23.338]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_EXIST
[13:57:23.338]: [13:57:23.337]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSetupConOutColumn.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.338]: [13:57:23.337]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSetupConOutRow.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.338]: [13:57:23.338]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSetupVideoHorizontalResolution.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.338]: [13:57:23.338]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MEM_3
[13:57:23.338]: [13:57:23.338]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSetupVideoVerticalResolution.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.338]: [13:57:23.338]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePcdLibNull\BasePcdLibNull.inf] [AARCH64]
[13:57:23.339]: [13:57:23.331]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePcdLibNull\BasePcdLibNull.inf] [AARCH64]
[13:57:23.339]: [13:57:23.338]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MEM_3
[13:57:23.339]: [13:57:23.338]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.339]: [13:57:23.338]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFirmwareVersionString.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.339]: [13:57:23.339]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_IO_2
[13:57:23.339]: [13:57:23.339]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_VAL
[13:57:23.339]: [13:57:23.339]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.339]: [13:57:23.339]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_IO_2
[13:57:23.339]: [13:57:23.339]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLib\BaseMemoryLib.inf] [AARCH64]
[13:57:23.340]: [13:57:23.339]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.340]: [13:57:23.339]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_INTERRUPT_LINE_3
[13:57:23.340]: [13:57:23.340]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.340]: [13:57:23.340]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SUB_VENDOR_ID_2
[13:57:23.340]: [13:57:23.340]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.340]: [13:57:23.340]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_OPTIONAL
[13:57:23.341]: [13:57:23.340]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_HANDLE_REQ
[13:57:23.341]: [13:57:23.341]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_STATUS
[13:57:23.341]: [13:57:23.341]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.341]: [13:57:23.341]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SECONDARY_STATUS
[13:57:23.341]: [13:57:23.341]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.342]: [13:57:23.341]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_NEW_CAPABILITIES
[13:57:23.342]: [13:57:23.342]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CONFLICT
[13:57:23.342]: [13:57:23.342]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_66_CAPABLE
[13:57:23.342]: [13:57:23.342]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CONFLICT
[13:57:23.342]: [13:57:23.342]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_66_CAPABLE_2
[13:57:23.342]: [13:57:23.342]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CONFLICT
[13:57:23.343]: [13:57:23.343]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_FAST_BACK
[13:57:23.343]: [13:57:23.343]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CONFLICT
[13:57:23.343]: [13:57:23.343]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MASTER_DATA
[13:57:23.343]: [13:57:23.343]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_LINE_HII
[13:57:23.343]: [13:57:23.343]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_DEVSEL_TIMING
[13:57:23.344]: [13:57:23.344]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVCFG_NOT_SUPPORT
[13:57:23.344]: [13:57:23.344]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_FAST
[13:57:23.344]: [13:57:23.344]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MEDIUM
[13:57:23.344]: [13:57:23.344]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.344]: [13:57:23.344]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROTOCOL_NF
[13:57:23.345]: [13:57:23.344]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SLOW
[13:57:23.345]: [13:57:23.345]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.345]: [13:57:23.339]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdTestKeyUsed.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.345]: [13:57:23.345]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROTOCOL_NF
[13:57:23.345]: [13:57:23.345]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_RESERVED_2
[13:57:23.345]: [13:57:23.345]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
DEPEX[Ip4Dxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']






[13:57:23.346]: [13:57:23.345]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVDIAG_HEADER
[13:57:23.346]: [13:57:23.345]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.346]: [13:57:23.345]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.346]: [13:57:23.346]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SIGNALED_TARGET
[13:57:23.346]: [13:57:23.346]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.346]: [13:57:23.346]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVDIAG_DRIVER_HEADER
[13:57:23.346]: [13:57:23.346]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_RECEIVED_TARGET
[13:57:23.346]: [13:57:23.346]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Ip4Dxe\Ip4Dxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Ip4Dxe\Ip4Dxe\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Ip4Dxe\Ip4Dxe\DEBUG\Ip4DxeStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Ip4Dxe\Ip4Dxe\OUTPUT\Ip4DxeStrDefs.hpk Ip4Dxe.depex] files for module Ip4Dxe [AARCH64]
[13:57:23.347]: [13:57:23.346]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.347]: [13:57:23.346]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_RECEIVED_MASTER
[13:57:23.347]: [13:57:23.347]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.347]: [13:57:23.345]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeCoreMemoryAllocationLib\DxeCoreMemoryAllocationLib.inf] [AARCH64]
[13:57:23.347]: [13:57:23.347]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SIGNALED_ERROR
[13:57:23.347]: [13:57:23.347]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.347]: [13:57:23.347]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_RECEIVED_ERROR
[13:57:23.347]: [13:57:23.347]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.348]: [13:57:23.348]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRVDIAG_DRIVER_NO_HANDLES
[13:57:23.348]: [13:57:23.348]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_DETECTED_ERROR
[13:57:23.348]: [13:57:23.348]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.348]: [13:57:23.348]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_COMMAND
[13:57:23.348]: [13:57:23.348]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.348]: [13:57:23.348]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_3P_RESULT
[13:57:23.349]: [13:57:23.349]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SPACE_ACCESS_DENIED
[13:57:23.349]: [13:57:23.349]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.349]: [13:57:23.349]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MEMORY_SPACE
[13:57:23.349]: [13:57:23.349]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.350]: [13:57:23.349]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_BEHAVE_BUS_MASTER
[13:57:23.350]: [13:57:23.349]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.350]: [13:57:23.350]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MONITOR_SPECIAL_CYCLE
[13:57:23.350]: [13:57:23.350]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.350]: [13:57:23.350]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DRV_DIAG_ITEM_LINE
[13:57:23.350]: [13:57:23.350]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.351]: [13:57:23.350]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf] [AARCH64]
[13:57:23.351]: [13:57:23.350]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MEM_WRITE_INVALIDATE
[13:57:23.351]: [13:57:23.350]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.351]: [13:57:23.351]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.351]: [13:57:23.351]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_PALETTE_SNOOPING
[13:57:23.351]: [13:57:23.351]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.351]: [13:57:23.351]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.352]: [13:57:23.351]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.352]: [13:57:23.352]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_ASSERT_PERR
[13:57:23.352]: [13:57:23.352]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.352]: [13:57:23.352]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_DO_ADDR_STEPPING
[13:57:23.352]: [13:57:23.352]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_OPENINFO_LINE
[13:57:23.353]: [13:57:23.352]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.353]: [13:57:23.353]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SERR_DRIVER
[13:57:23.353]: [13:57:23.353]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.353]: [13:57:23.353]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_OPENINFO_MIN_LINE
[13:57:23.353]: [13:57:23.353]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.354]: [13:57:23.353]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_FAST_BACK_2
[13:57:23.354]: [13:57:23.353]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.354]: [13:57:23.351]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf] [AARCH64]
[13:57:23.354]: [13:57:23.346]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGenHelper.py(477): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:23.354]: [13:57:23.354]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_BRIDGE_CONTROL
[13:57:23.354]: [13:57:23.354]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.354]: [13:57:23.354]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.354]: [13:57:23.352]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf] [AARCH64]
[13:57:23.354]: [13:57:23.354]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_PARITY_ERROR
[13:57:23.354]: [13:57:23.354]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.355]: [13:57:23.354]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.355]: [13:57:23.355]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SERR_ENABLE
[13:57:23.355]: [13:57:23.355]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.355]: [13:57:23.355]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.355]: [13:57:23.355]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.355]: [13:57:23.355]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_ISA_ENABLE
[13:57:23.355]: [13:57:23.355]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_OPENINFO_HEADER_LINE
[13:57:23.356]: [13:57:23.356]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_VGA_ENABLE
[13:57:23.356]: [13:57:23.356]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.356]: [13:57:23.356]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.356]: [13:57:23.356]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.356]: [13:57:23.356]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_MASTER_ABORT
[13:57:23.357]: [13:57:23.357]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.357]: [13:57:23.357]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SECONDARY_BUS_RESET
[13:57:23.357]: [13:57:23.356]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.357]: [13:57:23.357]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_FAST_ENABLE
[13:57:23.358]: [13:57:23.357]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_CONNECT
[13:57:23.358]: [13:57:23.358]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_PRIMARY_DISCARD_TIMER
[13:57:23.358]: [13:57:23.358]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_DEVICES
[13:57:23.358]: [13:57:23.358]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_SECONDARY_DISCARD_TIMER
[13:57:23.359]: [13:57:23.358]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_DISCARD_TIMER_STATUS
[13:57:23.359]: [13:57:23.359]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_OPENINFO
DEPEX[PartitionDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



[13:57:23.359]: [13:57:23.359]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_DISCARD_TIMER_SERR
[13:57:23.359]: [13:57:23.359]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_DISCONNECT
[13:57:23.360]: [13:57:23.359]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.360]: [13:57:23.359]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_CARDBUS_RESET
[13:57:23.360]: [13:57:23.360]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_RECONNECT
[13:57:23.360]: [13:57:23.360]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.360]: [13:57:23.360]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_IREQ_ENABLE
[13:57:23.360]: [13:57:23.360]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_UNLOAD
[13:57:23.360]: [13:57:23.360]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Disk\PartitionDxe\PartitionDxe\DEBUG\AutoGen.h PartitionDxe.depex] files for module PartitionDxe [AARCH64]
[13:57:23.361]: [13:57:23.360]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI2_WRITE_POSTING_ENABLE
[13:57:23.361]: [13:57:23.361]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_DRVDIAG
[13:57:23.361]: [13:57:23.361]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_DH
[13:57:23.362]: [13:57:23.361]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_LINK_CONTROL
[13:57:23.362]: [13:57:23.362]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_DRIVERS
[13:57:23.362]: [13:57:23.360]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PrePiHobListPointerLib\PrePiHobListPointerLib.inf] [AARCH64]
[13:57:23.362]: [13:57:23.362]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_DEVTREE
[13:57:23.362]: [13:57:23.362]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_POWER
[13:57:23.363]: [13:57:23.362]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_DRVCFG
[13:57:23.363]: [13:57:23.363]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_ACS
[13:57:23.363]: [13:57:23.363]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_ACS2
[13:57:23.363]: [13:57:23.363]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.364]: [13:57:23.363]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_LAT
[13:57:23.364]: [13:57:23.364]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.364]: [13:57:23.364]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\MemoryInitPei\MemoryInitPeiLib.inf] [AARCH64]
[13:57:23.364]: [13:57:23.364]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_SN
[13:57:23.364]: [13:57:23.364]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.365]: [13:57:23.364]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_RCRB
[13:57:23.365]: [13:57:23.364]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_HANDLE
[13:57:23.365]: [13:57:23.365]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_VEN
[13:57:23.365]: [13:57:23.365]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_UNLOAD_CONF
[13:57:23.365]: [13:57:23.365]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HANDLE_RESULT
[13:57:23.366]: [13:57:23.365]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_ECEA
[13:57:23.366]: [13:57:23.364]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf] [AARCH64]
[13:57:23.366]: [13:57:23.366]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_ARI
[13:57:23.367]: [13:57:23.367]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_DPA
[13:57:23.367]: [13:57:23.367]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_DPA2
[13:57:23.368]: [13:57:23.367]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_LINK_DECLAR
[13:57:23.369]: [13:57:23.368]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_LINK_DECLAR2
[13:57:23.369]: [13:57:23.369]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_AER
[13:57:23.369]: [13:57:23.369]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_MULTICAST
[13:57:23.370]: [13:57:23.369]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf] [AARCH64]
[13:57:23.370]: [13:57:23.370]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_VC_BASE
[13:57:23.370]: [13:57:23.370]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf] [AARCH64]
[13:57:23.370]: [13:57:23.370]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_VC_ITEM
[13:57:23.371]: [13:57:23.370]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_RESIZE_BAR
[13:57:23.371]: [13:57:23.371]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_TPH
[13:57:23.372]: [13:57:23.372]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PCI_EXT_CAP_SECONDARY
[13:57:23.373]: [13:57:23.373]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SERMODE_NO_FOUND
[13:57:23.373]: [13:57:23.373]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SERMODE_DISPLAY
[13:57:23.374]: [13:57:23.373]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SERMODE_NO_FOUND
[13:57:23.374]: [13:57:23.374]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SERMODE_NOT_FOUND
[13:57:23.374]: [13:57:23.374]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.375]: [13:57:23.374]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\PrePiHobLib\PrePiHobLib.inf] [AARCH64]
[13:57:23.375]: [13:57:23.375]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.375]: [13:57:23.375]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.375]: [13:57:23.375]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeCoreEntryPoint\DxeCoreEntryPoint.inf] [AARCH64]
[13:57:23.375]: [13:57:23.375]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.376]: [13:57:23.376]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.376]: [13:57:23.376]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.376]: [13:57:23.376]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.377]: [13:57:23.377]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SERMODE_NO_FOUND
[13:57:23.377]: [13:57:23.377]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SERMODE_SET_UNSUPPORTED
[13:57:23.377]: [13:57:23.377]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SERMODE_SET_DEV_ERROR
[13:57:23.378]: [13:57:23.377]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\MemoryInitPei\MemoryInitPeiLib\DEBUG\AutoGen.h] files for module ArmMemoryInitPeiLib [AARCH64]
[13:57:23.378]: [13:57:23.378]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SERMODE_SET_FAIL
[13:57:23.378]: [13:57:23.378]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SERMODE_SET_HANDLE
[13:57:23.379]: [13:57:23.379]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SERMODE_BAD_HANDLE
[13:57:23.380]: [13:57:23.379]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.380]: [13:57:23.380]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.380]: [13:57:23.380]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SIZE_NOT_SPEC
[13:57:23.381]: [13:57:23.381]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FILE_NOT_SPEC
[13:57:23.381]: [13:57:23.381]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.381]: [13:57:23.379]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\ArmGic\ArmGicLib.inf] [AARCH64]
[13:57:23.381]: [13:57:23.381]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.382]: [13:57:23.382]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VOLUME_FULL
[13:57:23.382]: [13:57:23.382]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SET_SIZE_FAIL
[13:57:23.383]: [13:57:23.381]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf] [AARCH64]
[13:57:23.383]: [13:57:23.381]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.383]: [13:57:23.382]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.383]: [13:57:23.382]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.383]: [13:57:23.382]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.383]: [13:57:23.383]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SET_SIZE_DONE
[13:57:23.383]: [13:57:23.383]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeCoreMemoryAllocationLib\DxeCoreMemoryAllocationLib.inf] [AARCH64]
[13:57:23.383]: [13:57:23.383]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.384]: [13:57:23.384]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SETVAR_ERROR_DPFT
[13:57:23.384]: [13:57:23.384]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.384]: [13:57:23.384]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.384]: [13:57:23.379]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmDisassemblerLib\ArmDisassemblerLib.inf] [AARCH64]
[13:57:23.385]: [13:57:23.384]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.385]: [13:57:23.385]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.385]: [13:57:23.385]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.386]: [13:57:23.386]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SETVAR_ERROR_DPFT
[13:57:23.386]: [13:57:23.385]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.386]: [13:57:23.385]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.386]: [13:57:23.386]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.386]: [13:57:23.386]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.387]: [13:57:23.387]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_DUPLICATE
[13:57:23.387]: [13:57:23.387]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.387]: [13:57:23.385]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf] [AARCH64]
[13:57:23.387]: [13:57:23.387]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.387]: [13:57:23.387]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.387]: [13:57:23.387]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\ArmGic\ArmGicLib\DEBUG\AutoGen.h] files for module ArmGicLib [AARCH64]
[13:57:23.388]: [13:57:23.386]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\DebugPeCoffExtraActionLib\DebugPeCoffExtraActionLib.inf] [AARCH64]
[13:57:23.388]: [13:57:23.388]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.388]: [13:57:23.387]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.388]: [13:57:23.388]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.388]: [13:57:23.388]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SETVAR_PRINT
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.uni for string token uses search
[13:57:23.389]: [13:57:23.389]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SETVAR_ERROR_GET
[13:57:23.389]: [13:57:23.389]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.389]: [13:57:23.389]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf] [AARCH64]
[13:57:23.389]: [13:57:23.389]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.389]: [13:57:23.389]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SETVAR_ERROR_SET
[13:57:23.390]: [13:57:23.389]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DxeCoreMemoryAllocationLib\DxeCoreMemoryAllocationLib\DEBUG\AutoGen.h] files for module DxeCoreMemoryAllocationLib [AARCH64]
[13:57:23.390]: [13:57:23.389]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.390]: [13:57:23.389]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.390]: [13:57:23.390]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_ACCESS_METHOD
[13:57:23.390]: [13:57:23.390]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_ONE_EIGHT_BIT
[13:57:23.391]: [13:57:23.390]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.391]: [13:57:23.390]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf] [AARCH64]
[13:57:23.391]: [13:57:23.390]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SCRIPT
[13:57:23.391]: [13:57:23.390]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.391]: [13:57:23.390]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.391]: [13:57:23.391]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_TWO_EIGHT_BITS
[13:57:23.391]: [13:57:23.391]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe.inf] [AARCH64]
[13:57:23.391]: [13:57:23.391]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.391]: [13:57:23.391]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_ONE_SIXTEEN_BIT
[13:57:23.392]: [13:57:23.392]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_MEM_MAPPED_PHYS
[13:57:23.392]: [13:57:23.391]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.392]: [13:57:23.391]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.392]: [13:57:23.392]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_NO_MATCHING
[13:57:23.392]: [13:57:23.392]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.392]: [13:57:23.392]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_AVAIL_VIA_GENERAL
[13:57:23.393]: [13:57:23.393]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_AVAIL_FOR_FUTURE_ASSIGN
[13:57:23.393]: [13:57:23.393]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.393]: [13:57:23.392]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SCRIPT
[13:57:23.393]: [13:57:23.392]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.393]: [13:57:23.393]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_NO_MATCHING
[13:57:23.393]: [13:57:23.393]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_BIOS_VENDOR_OEM
[13:57:23.394]: [13:57:23.393]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_LOG_STATUS
[13:57:23.394]: [13:57:23.391]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\PeiPerformanceLib\PeiPerformanceLib.inf] [AARCH64]
[13:57:23.394]: [13:57:23.393]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.394]: [13:57:23.393]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_INV_VAR
[13:57:23.394]: [13:57:23.394]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_SCRIPT
[13:57:23.394]: [13:57:23.393]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.394]: [13:57:23.394]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.394]: [13:57:23.394]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_LOG_AREA_VALID
[13:57:23.395]: [13:57:23.394]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPerformanceLibraryPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.395]: [13:57:23.395]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_LOG_AREA_VALID
[13:57:23.395]: [13:57:23.395]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_LOG_AREA_FULL
[13:57:23.395]: [13:57:23.394]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_SCRIPT
[13:57:23.395]: [13:57:23.395]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_SCRIPT
[13:57:23.396]: [13:57:23.395]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_SCRIPT
[13:57:23.396]: [13:57:23.395]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_SCRIPT
[13:57:23.396]: [13:57:23.395]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.396]: [13:57:23.395]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdResetOnMemoryTypeInformationChange.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.396]: [13:57:23.396]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_LOG_AREA_NOT_FULL
[13:57:23.396]: [13:57:23.396]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdProgressCodeOsLoaderLoad.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.396]: [13:57:23.396]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_RES_BITS_NOT_ZERO
[13:57:23.397]: [13:57:23.397]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_LOG_HEADER_FORMAT
[13:57:23.397]: [13:57:23.397]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_NO_HEADER
[13:57:23.398]: [13:57:23.396]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdProgressCodeOsLoaderStart.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.398]: [13:57:23.396]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdErrorCodeSetVariable.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.398]: [13:57:23.397]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBootManagerMenuFile.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.398]: [13:57:23.397]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverHealthConfigureForm.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.398]: [13:57:23.397]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxRepairCount.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.398]: [13:57:23.398]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_TYPE_LOG_HEADER
[13:57:23.398]: [13:57:23.396]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_SCRIPT
[13:57:23.398]: [13:57:23.396]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_SCRIPT
[13:57:23.398]: [13:57:23.397]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePeCoffLib\BasePeCoffLib.inf] [AARCH64]
[13:57:23.399]: [13:57:23.397]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_NO_MATCHING
[13:57:23.399]: [13:57:23.397]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_NO_MATCHING
[13:57:23.399]: [13:57:23.398]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SCRIPT
[13:57:23.399]: [13:57:23.396]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeCoreHobLib\DxeCoreHobLib.inf] [AARCH64]
[13:57:23.399]: [13:57:23.398]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_AVAIL_FOR_FUTURE
[13:57:23.399]: [13:57:23.399]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.399]: [13:57:23.399]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.399]: [13:57:23.399]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_BIOS_VENDOR
[13:57:23.400]: [13:57:23.400]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.400]: [13:57:23.400]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_LOG_HEADER_LEN
[13:57:23.400]: [13:57:23.400]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_NO_MATCHING
[13:57:23.400]: [13:57:23.400]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_ONE_VAR_D
[13:57:23.401]: [13:57:23.400]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_THIS_RECORD_READ
[13:57:23.401]: [13:57:23.401]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.401]: [13:57:23.401]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_THIS_RECORD_NOT_READ
[13:57:23.401]: [13:57:23.401]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_SYSTEM_EVENT_LOG
[13:57:23.401]: [13:57:23.401]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.402]: [13:57:23.402]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_OEM_RESERVED
[13:57:23.402]: [13:57:23.402]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.402]: [13:57:23.402]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_MULTIPLE_EVENT_TIME
[13:57:23.402]: [13:57:23.402]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.402]: [13:57:23.402]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\DebugPeCoffExtraActionLib\DebugPeCoffExtraActionLib.inf] [AARCH64]
[13:57:23.402]: [13:57:23.402]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_MULTIPLE_EVENT_COUNT
[13:57:23.403]: [13:57:23.403]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_PREBOOT_ADDRESS
[13:57:23.403]: [13:57:23.403]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.403]: [13:57:23.403]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_PREBOOT_INDEX
[13:57:23.403]: [13:57:23.403]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_CHECKSUM_STARTING_OFF
[13:57:23.404]: [13:57:23.398]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPlatformBootTimeOut.gEfiMdePkgTokenSpaceGuid
[13:57:23.404]: [13:57:23.403]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.404]: [13:57:23.404]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_CHECKSUN_BYTE_COUNT
[13:57:23.404]: [13:57:23.404]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.404]: [13:57:23.404]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_RESERVED
[13:57:23.404]: [13:57:23.401]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciIoTranslation.gArmTokenSpaceGuid
[13:57:23.405]: [13:57:23.404]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_HEADER_REVISION
[13:57:23.405]: [13:57:23.405]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_LOG_HEADER
[13:57:23.405]: [13:57:23.405]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.405]: [13:57:23.405]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.405]: [13:57:23.405]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.405]: [13:57:23.405]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.406]: [13:57:23.405]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_NO_HEADER
[13:57:23.406]: [13:57:23.406]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.406]: [13:57:23.406]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_TYPE_LOG_HEADER
[13:57:23.406]: [13:57:23.406]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.406]: [13:57:23.406]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.406]: [13:57:23.406]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.406]: [13:57:23.406]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_AVAIL_FUTURE_ASSIGN
Skipped d:\code\arm\edk2\MdeModulePkg\Application\UiApp\FrontPageStrings.uni for string token uses search
[13:57:23.407]: [13:57:23.407]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_BIOS_VENDOR
[13:57:23.407]: [13:57:23.407]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.407]: [13:57:23.407]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_NO_STD_FORMAT
[13:57:23.407]: [13:57:23.407]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.408]: [13:57:23.406]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_STARTING
[13:57:23.408]: [13:57:23.407]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_INVALID_BINOP
[13:57:23.408]: [13:57:23.407]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.408]: [13:57:23.407]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.408]: [13:57:23.408]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_SMBIOS_STRUCT_ASSOC
[13:57:23.408]: [13:57:23.408]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.408]: [13:57:23.408]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_STRUCT_HANDLE
[13:57:23.408]: [13:57:23.408]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MISSING_STRING
[13:57:23.408]: [13:57:23.408]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.408]: [13:57:23.408]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.409]: [13:57:23.408]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_MULT_EVENT_COUNTER
[13:57:23.409]: [13:57:23.408]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CUSTOMIZE_BANNER_LINE4_LEFT
[13:57:23.409]: [13:57:23.409]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.409]: [13:57:23.409]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.409]: [13:57:23.409]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_SMBIOS_STRUCT_ASSOC
[13:57:23.409]: [13:57:23.409]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CUSTOMIZE_BANNER_LINE4_LEFT
[13:57:23.409]: [13:57:23.408]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseUefiDecompressLib\BaseUefiDecompressLib.inf] [AARCH64]
[13:57:23.409]: [13:57:23.409]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.409]: [13:57:23.409]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.410]: [13:57:23.409]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CUSTOMIZE_BANNER_LINE4_RIGHT
[13:57:23.410]: [13:57:23.410]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.410]: [13:57:23.410]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CUSTOMIZE_BANNER_LINE4_RIGHT
[13:57:23.410]: [13:57:23.410]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_IN
[13:57:23.410]: [13:57:23.410]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.410]: [13:57:23.408]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\DefaultExceptionHandlerLib\DefaultExceptionHandlerLib.inf] [AARCH64]
[13:57:23.410]: [13:57:23.410]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CUSTOMIZE_BANNER_LINE5_LEFT
[13:57:23.410]: [13:57:23.410]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SCRIPT
[13:57:23.411]: [13:57:23.410]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.411]: [13:57:23.411]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CUSTOMIZE_BANNER_LINE5_LEFT
[13:57:23.411]: [13:57:23.411]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.411]: [13:57:23.411]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.411]: [13:57:23.411]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CUSTOMIZE_BANNER_LINE5_RIGHT
[13:57:23.411]: [13:57:23.411]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CUSTOMIZE_BANNER_LINE5_RIGHT
[13:57:23.411]: [13:57:23.411]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_NO_MATCHING
[13:57:23.412]: [13:57:23.411]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TEXT_AFTER_THEN
[13:57:23.412]: [13:57:23.412]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_COMPUTER_MODEL
[13:57:23.412]: [13:57:23.412]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_AFTER_BAD
[13:57:23.412]: [13:57:23.412]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_STRUCT_HANDLE
[13:57:23.412]: [13:57:23.412]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_COMPUTER_MODEL
[13:57:23.412]: [13:57:23.412]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_NO_MATCHING
[13:57:23.412]: [13:57:23.412]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_MULT_EVENT_COUNTER
[13:57:23.412]: [13:57:23.412]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_CPU_MODEL
[13:57:23.413]: [13:57:23.412]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_STARTING
[13:57:23.413]: [13:57:23.413]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_CPU_MODEL
[13:57:23.413]: [13:57:23.411]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.413]: [13:57:23.413]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_AFTER_BAD
[13:57:23.413]: [13:57:23.413]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_CPU_SPEED
[13:57:23.413]: [13:57:23.413]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\PrePiExtractGuidedSectionLib\PrePiExtractGuidedSectionLib.inf] [AARCH64]
[13:57:23.413]: [13:57:23.413]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_MULT_EVENT_COUNTER
[13:57:23.413]: [13:57:23.413]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.413]: [13:57:23.413]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.414]: [13:57:23.413]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_CPU_SPEED
[13:57:23.414]: [13:57:23.413]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_UNUSED_AVAIL_FOR_ASSIGN
[13:57:23.414]: [13:57:23.413]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SCRIPT
[13:57:23.414]: [13:57:23.414]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.414]: [13:57:23.414]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_BIOS_VERSION
[13:57:23.414]: [13:57:23.414]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_AVAIL_FOR_SYSTEM
[13:57:23.414]: [13:57:23.414]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.414]: [13:57:23.414]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_SYSTEM_EVENT_LOG_2
[13:57:23.415]: [13:57:23.414]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_NO_MATCHING
[13:57:23.415]: [13:57:23.414]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_BIOS_VERSION
[13:57:23.415]: [13:57:23.414]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_NO_MATCHING
[13:57:23.415]: [13:57:23.414]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_NO_MATCHING
[13:57:23.415]: [13:57:23.415]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.415]: [13:57:23.415]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_DATE
[13:57:23.415]: [13:57:23.415]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.415]: [13:57:23.414]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf] [AARCH64]
[13:57:23.415]: [13:57:23.415]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_MEMORY_SIZE
[13:57:23.416]: [13:57:23.415]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_MEMORY_SIZE
[13:57:23.416]: [13:57:23.415]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.416]: [13:57:23.415]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_ERROR
[13:57:23.416]: [13:57:23.416]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_BIOS_VERSION
[13:57:23.416]: [13:57:23.415]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SCRIPT
[13:57:23.416]: [13:57:23.416]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SYNTAX_NO_MATCHING
[13:57:23.416]: [13:57:23.416]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_EVENTLOGINFO_TIME_SIX_VARS
[13:57:23.416]: [13:57:23.416]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.417]: [13:57:23.416]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_BIOS_VERSION
[13:57:23.417]: [13:57:23.417]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SCRIPT
[13:57:23.417]: [13:57:23.416]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_COMPUTER_MODEL
[13:57:23.417]: [13:57:23.417]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_CPU_MODEL
[13:57:23.417]: [13:57:23.417]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_LIBSMBIOSVIEW_GET_TABLE_ERROR
[13:57:23.418]: [13:57:23.418]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_LIBSMBIOSVIEW_GET_TABLE_ERROR
[13:57:23.418]: [13:57:23.417]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.418]: [13:57:23.418]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.418]: [13:57:23.418]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
DEPEX[ArmPciCpuIo2Dxe] (+ArmPciCpuIo2Dxe) = ['(', 'TRUE', ')']


DEPEX[ArmPciCpuIo2Dxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']


[13:57:23.419]: [13:57:23.418]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_LIBSMBIOSVIEW_NO_BUFF_LEN_SPEC







[13:57:23.419]: [13:57:23.417]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_CPU_SPEED

[13:57:23.419]: [13:57:23.418]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_MEMORY_SIZE




[13:57:23.420]: [13:57:23.419]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_LIBSMBIOSVIEW_NO_BUFF_LEN_SPEC
[13:57:23.420]: [13:57:23.419]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.420]: [13:57:23.419]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:23.420]: [13:57:23.420]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\ArmPciCpuIo2Dxe\ArmPciCpuIo2Dxe\DEBUG\AutoGen.h ArmPciCpuIo2Dxe.depex] files for module ArmPciCpuIo2Dxe [AARCH64]
[13:57:23.420]: [13:57:23.418]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmCacheMaintenanceLib\ArmCacheMaintenanceLib.inf] [AARCH64]
[13:57:23.420]: [13:57:23.419]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeExtractGuidedSectionLib\DxeExtractGuidedSectionLib.inf] [AARCH64]
[13:57:23.420]: [13:57:23.419]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.421]: [13:57:23.419]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.421]: [13:57:23.419]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_STALL_FAILED
[13:57:23.421]: [13:57:23.420]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_STALL
[13:57:23.421]: [13:57:23.420]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_FOR
[13:57:23.421]: [13:57:23.421]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DUMP
[13:57:23.421]: [13:57:23.419]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TEST_KEY_USED
[13:57:23.421]: [13:57:23.420]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LANGUAGE_SELECT
[13:57:23.421]: [13:57:23.421]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LANGUAGE_SELECT_HELP
[13:57:23.422]: [13:57:23.421]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CONTINUE_PROMPT
[13:57:23.422]: [13:57:23.421]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CONTINUE_PROMPT
[13:57:23.422]: [13:57:23.421]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_GOTO
[13:57:23.422]: [13:57:23.421]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SIZE
[13:57:23.422]: [13:57:23.422]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.422]: [13:57:23.422]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DUMP
[13:57:23.423]: [13:57:23.422]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SIZE
[13:57:23.423]: [13:57:23.422]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RESET_STRING
[13:57:23.423]: [13:57:23.422]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_IF
[13:57:23.423]: [13:57:23.422]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_SHIFT
[13:57:23.423]: [13:57:23.423]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RESET_STRING
[13:57:23.423]: [13:57:23.423]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_EXIT
[13:57:23.423]: [13:57:23.423]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SMBIOSTABLE_NULL
[13:57:23.424]: [13:57:23.424]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ENTRY_POINT_SIGN
[13:57:23.424]: [13:57:23.424]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ANCHOR_STR
[13:57:23.424]: [13:57:23.423]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MISSING_STRING
[13:57:23.425]: [13:57:23.425]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_EPS_CHECKSUM
[13:57:23.425]: [13:57:23.423]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MISSING_STRING
[13:57:23.425]: [13:57:23.425]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ENTRY_POINT_LEN
[13:57:23.426]: [13:57:23.426]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_VERSION
[13:57:23.426]: [13:57:23.426]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NUMBER_STRUCT
[13:57:23.426]: [13:57:23.424]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_TITLE
[13:57:23.426]: [13:57:23.425]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_EMPTY_STRING
[13:57:23.427]: [13:57:23.425]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_TITLE
[13:57:23.427]: [13:57:23.425]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_COMPUTER_MODEL
[13:57:23.427]: [13:57:23.426]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_CPU_MODEL
[13:57:23.427]: [13:57:23.426]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_CPU_SPEED
[13:57:23.427]: [13:57:23.427]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MAX_STRUCT_SIZE
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.uni for string token uses search
[13:57:23.427]: [13:57:23.427]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_TABLE_ADDR
[13:57:23.428]: [13:57:23.427]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_BIOS_VERSION
[13:57:23.428]: [13:57:23.427]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FRONT_PAGE_MEMORY_SIZE
[13:57:23.428]: [13:57:23.427]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_TABLE_LENGTH
[13:57:23.428]: [13:57:23.423]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\PrePiLib\PrePiLib.inf] [AARCH64]
[13:57:23.428]: [13:57:23.428]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ENTRY_POINT_REVISION
[13:57:23.428]: [13:57:23.428]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CUSTOMIZE_BANNER_LINE4_LEFT
[13:57:23.428]: [13:57:23.424]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseUefiDecompressLib\BaseUefiDecompressLib.inf] [AARCH64]
[13:57:23.428]: [13:57:23.428]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BCD_REVISION
[13:57:23.428]: [13:57:23.428]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CUSTOMIZE_BANNER_LINE4_RIGHT
[13:57:23.429]: [13:57:23.423]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_ELSE
[13:57:23.429]: [13:57:23.423]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_ENDIF
[13:57:23.429]: [13:57:23.424]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_ENDFOR
[13:57:23.429]: [13:57:23.428]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeCorePerformanceLib\DxeCorePerformanceLib.inf] [AARCH64]
[13:57:23.429]: [13:57:23.429]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTER_ACHOR
[13:57:23.429]: [13:57:23.429]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CUSTOMIZE_BANNER_LINE5_LEFT
[13:57:23.429]: [13:57:23.429]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CUSTOMIZE_BANNER_LINE5_RIGHT
[13:57:23.429]: [13:57:23.429]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTER_CHECKSUM
[13:57:23.429]: [13:57:23.429]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Common\AmlLib\AmlLib.inf] [AARCH64]
[13:57:23.430]: [13:57:23.430]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_FORMATTED_AREA
[13:57:23.430]: [13:57:23.430]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SMBIOSTABLE_NULL
[13:57:23.431]: [13:57:23.430]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_64_BIT_ENTRY_POINT_SIGN
[13:57:23.431]: [13:57:23.430]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\PrePiMemoryAllocationLib\PrePiMemoryAllocationLib.inf] [AARCH64]
[13:57:23.431]: [13:57:23.431]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ANCHOR_STR
[13:57:23.432]: [13:57:23.432]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_EPS_CHECKSUM
[13:57:23.432]: [13:57:23.432]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ENTRY_POINT_LEN
[13:57:23.433]: [13:57:23.433]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_VERSION
[13:57:23.433]: [13:57:23.433]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DOCREV
[13:57:23.434]: [13:57:23.434]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_TABLE_MAX_SIZE
[13:57:23.434]: [13:57:23.434]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_TABLE_ADDR
[13:57:23.435]: [13:57:23.434]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ENTRY_POINT_REVISION
[13:57:23.435]: [13:57:23.435]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_FORMAT_PART_LEN
[13:57:23.436]: [13:57:23.435]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_STRUCT_HANDLE
[13:57:23.436]: [13:57:23.435]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePeCoffLib\BasePeCoffLib.inf] [AARCH64]
[13:57:23.436]: [13:57:23.436]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\ArmVExpressLibRTSM\ArmVExpressLib.inf] [AARCH64]
[13:57:23.436]: [13:57:23.436]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIOS_SIZE
[13:57:23.436]: [13:57:23.436]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_EXTENDED_BIOS_SIZE
[13:57:23.437]: [13:57:23.437]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BOOTUP_STATE
[13:57:23.437]: [13:57:23.437]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_SUPPLY_STATE
[13:57:23.438]: [13:57:23.438]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_THERMAL_STATE
[13:57:23.438]: [13:57:23.438]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SECURITY_STATUS
[13:57:23.438]: [13:57:23.437]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGenHelper.py(477): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:23.438]: [13:57:23.438]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Application\UiApp\UiApp\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Application\UiApp\UiApp\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Application\UiApp\UiApp\DEBUG\UiAppStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Application\UiApp\UiApp\OUTPUT\UiAppStrDefs.hpk] files for module UiApp [AARCH64]
[13:57:23.439]: [13:57:23.438]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_READONLY_MEDIA
[13:57:23.439]: [13:57:23.438]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CONTAINED_ELEMENT
[13:57:23.439]: [13:57:23.438]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.439]: [13:57:23.439]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SUPOPRT
[13:57:23.439]: [13:57:23.439]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.440]: [13:57:23.439]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CURRENT
[13:57:23.440]: [13:57:23.440]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INSTALLED
[13:57:23.441]: [13:57:23.440]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ENABLED
[13:57:23.441]: [13:57:23.440]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_ACPIVIEW
[13:57:23.441]: [13:57:23.440]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.441]: [13:57:23.440]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.441]: [13:57:23.441]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.441]: [13:57:23.441]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_EXTERNAL
[13:57:23.441]: [13:57:23.441]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SLOT_PEER_GROUPS
[13:57:23.442]: [13:57:23.441]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_MISSING_OPTION
[13:57:23.442]: [13:57:23.441]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_READONLY_MEDIA
[13:57:23.442]: [13:57:23.442]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SEGMENT_GROUP_NUM
[13:57:23.442]: [13:57:23.442]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DebugAgentLibNull\DebugAgentLibNull.inf] [AARCH64]
[13:57:23.442]: [13:57:23.442]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BUS_NUM
[13:57:23.443]: [13:57:23.443]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DEV_FUNC_NUM
[13:57:23.443]: [13:57:23.443]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DATA_BUS_WIDTH
[13:57:23.444]: [13:57:23.444]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DESC_STRING
[13:57:23.444]: [13:57:23.444]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SUPOPRTED_EVENT
[13:57:23.445]: [13:57:23.445]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ACCESS_METHOD_NOT_SUPOPRTED
[13:57:23.445]: [13:57:23.445]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_STRUCT_TYPE31
[13:57:23.446]: [13:57:23.446]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MEM_DEVICE
[13:57:23.447]: [13:57:23.446]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DEV_LOAD
[13:57:23.448]: [13:57:23.447]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DEV_HANDLE
[13:57:23.448]: [13:57:23.442]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_ACPIVIEW
[13:57:23.448]: [13:57:23.447]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_ENTRYLEN
[13:57:23.448]: [13:57:23.448]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_REFERENCEDHANDLE
[13:57:23.448]: [13:57:23.448]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_REFERENCEDOFFSET
[13:57:23.448]: [13:57:23.448]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmExceptionLib\ArmExceptionLib.inf] [AARCH64]
[13:57:23.449]: [13:57:23.448]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INACTIVE_STRUCT
[13:57:23.449]: [13:57:23.449]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_THIS_STRUCT_END_TABLE
[13:57:23.449]: [13:57:23.449]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_STRUCT_TYPE_UNDEFINED
[13:57:23.450]: [13:57:23.449]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIOS_CHAR
[13:57:23.450]: [13:57:23.450]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_RESERVED_BIT
[13:57:23.450]: [13:57:23.450]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_RESERVED_BIT
[13:57:23.451]: [13:57:23.449]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmMmuLib\ArmMmuBaseLib.inf] [AARCH64]
[13:57:23.451]: [13:57:23.450]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNKNOWN_BIT
[13:57:23.455]: [13:57:23.454]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Common\AmlLib\AmlLib\DEBUG\AutoGen.h] files for module DynamicAmlLib [AARCH64]
[13:57:23.455]: [13:57:23.451]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIOS_CHAR_NOT_SUPPORTED
[13:57:23.455]: [13:57:23.452]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ISA_SUPPORTED
[13:57:23.455]: [13:57:23.452]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MSA_SUPPORTED
[13:57:23.455]: [13:57:23.452]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_EISA_SUPPORTED
[13:57:23.456]: [13:57:23.453]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PCI_SUPPORTED
[13:57:23.456]: [13:57:23.453]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PC_CARD_SUPPORTED
[13:57:23.456]: [13:57:23.453]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PLUG_PLAY_SUPPORTED
[13:57:23.456]: [13:57:23.454]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_APM_SUPPORTED
[13:57:23.456]: [13:57:23.454]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIOS_UPGRADEABLE
[13:57:23.456]: [13:57:23.454]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIOS_SHADOWING
[13:57:23.456]: [13:57:23.454]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_VESA_SUPPORTED
[13:57:23.457]: [13:57:23.455]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf] [AARCH64]
[13:57:23.458]: [13:57:23.455]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\LzmaCustomDecompressLib\LzmaCustomDecompressLib.inf] [AARCH64]
[13:57:23.458]: [13:57:23.458]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib\DEBUG\AutoGen.h] files for module DxeReportStatusCodeLib [AARCH64]
[13:57:23.465]: [13:57:23.461]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib\DEBUG\UefiShellAcpiViewCommandLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib\OUTPUT\UefiShellAcpiViewCommandLibStrDefs.hpk] files for module UefiShellAcpiViewCommandLib [AARCH64]
[13:57:23.465]: [13:57:23.464]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(241): debug: 
    Worker 8956: Fake Empty.
[13:57:23.465]: [13:57:23.463]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib\DEBUG\UefiShellDriver1CommandsLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib\OUTPUT\UefiShellDriver1CommandsLibStrDefs.hpk] files for module UefiShellDriver1CommandsLib [AARCH64]
[13:57:23.465]: [13:57:23.465]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\RuntimeDxeReportStatusCodeLib\RuntimeDxeReportStatusCodeLib.inf] [AARCH64]
[13:57:23.465]: [13:57:23.458]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ECSD_SUPPORT
[13:57:23.465]: [13:57:23.458]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiFileHandleLib\UefiFileHandleLib.inf] [AARCH64]
[13:57:23.465]: [13:57:23.464]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\UefiFileHandleLib\UefiFileHandleLib\DEBUG\AutoGen.h] files for module UefiFileHandleLib [AARCH64]
[13:57:23.466]: [13:57:23.465]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe.inf] [AARCH64]
[13:57:23.466]: [13:57:23.464]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\ArmPlatformStackLib\ArmPlatformStackLib.inf] [AARCH64]
[13:57:23.466]: [13:57:23.466]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BOOT_FROM_CD_SUPPORTED
[13:57:23.466]: [13:57:23.459]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLib\BaseMemoryLib.inf] [AARCH64]
[13:57:23.466]: [13:57:23.466]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SELECTED_BOOT_SUPPORTED
[13:57:23.466]: [13:57:23.466]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIOS_ROM_SOCKETED
[13:57:23.468]: [13:57:23.468]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BOOT_FROM_PC_CARD
[13:57:23.468]: [13:57:23.468]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_EDD_ENHANCED_DRIVER
[13:57:23.468]: [13:57:23.468]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_JAPANESE_FLOPPY_NEC
[13:57:23.469]: [13:57:23.469]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_JAPANESE_FLOPPY_TOSHIBA
[13:57:23.469]: [13:57:23.469]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_FLOPPY_SERVICES_SUPPORTED
[13:57:23.469]: [13:57:23.469]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ONE_POINT_TWO_MB
[13:57:23.470]: [13:57:23.470]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_720_KB
[13:57:23.470]: [13:57:23.470]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_TWO_POINT_EIGHT_EIGHT_MB
[13:57:23.470]: [13:57:23.470]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PRINT_SCREEN_SUPPORT
[13:57:23.471]: [13:57:23.470]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BaseMemoryLib\BaseMemoryLib\DEBUG\AutoGen.h] files for module BaseMemoryLib [AARCH64]
[13:57:23.471]: [13:57:23.471]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_KEYBOARD_SERV_SUPPORT
[13:57:23.471]: [13:57:23.471]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SERIAL_SERVICES_SUPPORT
[13:57:23.471]: [13:57:23.471]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PRINTER_SERVICES_SUPPORT
[13:57:23.472]: [13:57:23.472]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MONO_VIDEO_SUPPORT
[13:57:23.472]: [13:57:23.472]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NEC_PC_98
[13:57:23.473]: [13:57:23.472]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\RuntimeDxeReportStatusCodeLib\RuntimeDxeReportStatusCodeLib\DEBUG\AutoGen.h] files for module RuntimeDxeReportStatusCodeLib [AARCH64]
[13:57:23.473]: [13:57:23.472]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BITS_32_47
[13:57:23.473]: [13:57:23.473]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BITS_48_64
[13:57:23.473]: [13:57:23.473]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\BootLogoLib\BootLogoLib.inf] [AARCH64]
[13:57:23.475]: [13:57:23.473]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIOS_CHAR_EXTENSION
[13:57:23.475]: [13:57:23.473]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ACPI_SUPPORTED
[13:57:23.475]: [13:57:23.474]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_USB_LEGACY_SUPPORTED
[13:57:23.475]: [13:57:23.474]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AGP_SUPPORTED
[13:57:23.476]: [13:57:23.474]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_I2O_BOOT_SUPPORTED
[13:57:23.476]: [13:57:23.475]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_LS_120_BOOT_SUPPORTED
[13:57:23.476]: [13:57:23.475]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ATAPI_ZIP_DRIVE
[13:57:23.476]: [13:57:23.474]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\NorFlashArmVExpressLib\NorFlashArmVExpressLib.inf] [AARCH64]
[13:57:23.476]: [13:57:23.475]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_1394_BOOT_SUPPORTED
[13:57:23.476]: [13:57:23.475]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf] [AARCH64]
[13:57:23.476]: [13:57:23.476]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SMART_BATTERY_SUPPORTED
[13:57:23.476]: [13:57:23.476]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIOS_CHAR_EXTENSION_2
[13:57:23.477]: [13:57:23.472]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\PlatformPei\PlatformPeiLib.inf] [AARCH64]
[13:57:23.477]: [13:57:23.476]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIOS_BOOT_SPEC_SUPP
[13:57:23.477]: [13:57:23.477]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_FUNCTION_KEY_INIT
[13:57:23.479]: [13:57:23.477]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ENABLE_TAR_CONT_DIST
[13:57:23.479]: [13:57:23.478]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UEFI_SPEC_SUPPORT
[13:57:23.479]: [13:57:23.478]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_VIRTUAL_MACHINE
[13:57:23.479]: [13:57:23.478]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BITS_RSVD_FOR_FUTURE
[13:57:23.479]: [13:57:23.478]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BITS_RSVD_FOR_FUTURE
[13:57:23.479]: [13:57:23.479]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BITS_RSVD_FOR_FUTURE
[13:57:23.480]: [13:57:23.479]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PROCESSOR_FAMILY
[13:57:23.480]: [13:57:23.479]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Common\SsdtSerialPortFixupLib\SsdtSerialPortFixupLib.inf] [AARCH64]
[13:57:23.482]: [13:57:23.480]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_OTHER
[13:57:23.482]: [13:57:23.480]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNKNOWN
[13:57:23.482]: [13:57:23.481]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL386_PROCESSOR
[13:57:23.482]: [13:57:23.481]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL486_PROCESSOR
[13:57:23.482]: [13:57:23.481]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PENTIUM_PROC_FAMILY
[13:57:23.482]: [13:57:23.481]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PENTIUM_PRO_PROC
[13:57:23.482]: [13:57:23.482]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Library\NorFlashArmVExpressLib\NorFlashArmVExpressLib\DEBUG\AutoGen.h] files for module NorFlashArmVExpressLib [AARCH64]
[13:57:23.482]: [13:57:23.482]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PENTIUM_II_PROC
[13:57:23.482]: [13:57:23.482]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdLoadFixAddressBootTimeCodePageNumber.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.483]: [13:57:23.480]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\MemoryInitPei\MemoryInitPeiLib.inf] [AARCH64]
[13:57:23.483]: [13:57:23.480]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\BootLogoLib\BootLogoLib\DEBUG\AutoGen.h] files for module BootLogoLib [AARCH64]
[13:57:23.483]: [13:57:23.481]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePciExpressLib\BasePciExpressLib.inf] [AARCH64]
[13:57:23.483]: [13:57:23.482]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PENTIUM_PROC_MMX
[13:57:23.483]: [13:57:23.483]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdLoadFixAddressRuntimeCodePageNumber.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.483]: [13:57:23.483]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CELERON_PROC
[13:57:23.484]: [13:57:23.483]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe.inf] [AARCH64]
[13:57:23.484]: [13:57:23.483]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PENTIUM_XEON_PROC
[13:57:23.484]: [13:57:23.483]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm\DEBUG\AutoGen.h] files for module AcpiFadtLibArm [AARCH64]
[13:57:23.484]: [13:57:23.484]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PENTIUM_III_PROC
[13:57:23.484]: [13:57:23.483]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdLoadModuleAtFixAddressEnable.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.484]: [13:57:23.484]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxEfiSystemTablePointerAddress.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.484]: [13:57:23.484]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMemoryProfileMemoryType.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.484]: [13:57:23.484]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMemoryProfilePropertyMask.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.485]: [13:57:23.484]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_M1_FAMILY
[13:57:23.485]: [13:57:23.484]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_K5_FAMILY
[13:57:23.485]: [13:57:23.485]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMemoryProfileDriverPath.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.485]: [13:57:23.484]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\ArpDxe\ArpDxe.inf] [AARCH64]
[13:57:23.485]: [13:57:23.485]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_PC_FAMILY
[13:57:23.485]: [13:57:23.485]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdImageProtectionPolicy.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.485]: [13:57:23.485]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_PC_601
[13:57:23.486]: [13:57:23.485]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDxeNxMemoryProtectionPolicy.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.486]: [13:57:23.486]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_PC_603
[13:57:23.486]: [13:57:23.486]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdNullPointerDetectionPropertyMask.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.486]: [13:57:23.486]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_PC_603_PLUS
[13:57:23.486]: [13:57:23.486]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdHeapGuardPageType.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.486]: [13:57:23.486]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_PC_604
[13:57:23.487]: [13:57:23.486]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdHeapGuardPoolType.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.487]: [13:57:23.487]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_CORE_DUO
[13:57:23.487]: [13:57:23.487]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdHeapGuardPropertyMask.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.487]: [13:57:23.487]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_CORE_DUO_MOBILE
[13:57:23.487]: [13:57:23.487]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdCpuStackGuard.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.487]: [13:57:23.487]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BasePciExpressLib\BasePciExpressLib\DEBUG\AutoGen.h] files for module BasePciExpressLib [AARCH64]
[13:57:23.488]: [13:57:23.487]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_CORE_SOLO_MOBILE
[13:57:23.488]: [13:57:23.488]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_ATOM
[13:57:23.490]: [13:57:23.488]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\VarCheckLib\VarCheckLib.inf] [AARCH64]
[13:57:23.491]: [13:57:23.488]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ALPHA_FAMILY_2
[13:57:23.491]: [13:57:23.489]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf] [AARCH64]
[13:57:23.491]: [13:57:23.488]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_FX_SERIES
[13:57:23.491]: [13:57:23.489]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MIPS_FAMILY
[13:57:23.491]: [13:57:23.489]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_Z_SERIES
[13:57:23.491]: [13:57:23.489]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_R_SERIES
[13:57:23.491]: [13:57:23.490]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_OPTERON_4300_SERIES
[13:57:23.491]: [13:57:23.490]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_OPTERON_6300_SERIES
[13:57:23.491]: [13:57:23.490]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_OPTERON_3300_SERIES
[13:57:23.494]: [13:57:23.491]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_OPTERON_FIREPRO_SERIES
[13:57:23.494]: [13:57:23.491]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SPARC_FAMILY
[13:57:23.494]: [13:57:23.492]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_68040_FAMILY
[13:57:23.494]: [13:57:23.492]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_HOBBIT_FAMILY
[13:57:23.494]: [13:57:23.492]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_WEITEK
[13:57:23.494]: [13:57:23.493]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_OPTERON_QUAD_CORE
[13:57:23.494]: [13:57:23.493]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_OPTERON_THIRD_GENERATION
[13:57:23.494]: [13:57:23.493]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_PHENOM_FX_QUAD_CORE
[13:57:23.494]: [13:57:23.493]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_PHENOM_X4_QUAD_CORE
[13:57:23.495]: [13:57:23.487]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFwVolDxeMaxEncapsulationDepth.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.495]: [13:57:23.488]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib\DEBUG\UefiShellLevel1CommandsLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib\OUTPUT\UefiShellLevel1CommandsLibStrDefs.hpk] files for module UefiShellLevel1CommandsLib [AARCH64]
[13:57:23.495]: [13:57:23.494]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_PHENOM_X2_DUAL_CORE
[13:57:23.495]: [13:57:23.490]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmGicArchLib\ArmGicArchLib.inf] [AARCH64]
[13:57:23.495]: [13:57:23.495]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_ATHLON_X2_DUAL_CORE
[13:57:23.496]: [13:57:23.495]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PA_RISC_FAMILY
[13:57:23.496]: [13:57:23.495]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.496]: [13:57:23.496]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_V30_FAMILY
[13:57:23.496]: [13:57:23.495]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.496]: [13:57:23.495]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\ArmGicArchLib\ArmGicArchLib\DEBUG\AutoGen.h] files for module ArmGicArchLib [AARCH64]
[13:57:23.496]: [13:57:23.495]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiFadtLibArm\AcpiFadtLibArm.inf] [AARCH64]
[13:57:23.496]: [13:57:23.495]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\VarCheckLib\VarCheckLib\DEBUG\AutoGen.h] files for module VarCheckLib [AARCH64]
[13:57:23.496]: [13:57:23.496]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(241): debug: 
    Worker 12604: Fake Empty.
[13:57:23.497]: [13:57:23.496]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_3200_SERIES_QUAD_CORE
[13:57:23.497]: [13:57:23.496]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.497]: [13:57:23.496]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.497]: [13:57:23.496]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf] [AARCH64]
[13:57:23.497]: [13:57:23.497]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.497]: [13:57:23.496]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_3000_SERIES_DUAL_CORE
[13:57:23.497]: [13:57:23.497]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_5300_SERIES_QUAD_CORE
[13:57:23.497]: [13:57:23.497]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.497]: [13:57:23.497]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_5100_SERIES_DUAL_CORE
[13:57:23.498]: [13:57:23.498]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.498]: [13:57:23.498]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_5000_SERIES_DUAL_CORE
[13:57:23.498]: [13:57:23.498]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.498]: [13:57:23.498]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_LV_DUAL_CORE
[13:57:23.498]: [13:57:23.498]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.499]: [13:57:23.498]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_ULV_DUAL_CORE
[13:57:23.499]: [13:57:23.498]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePciExpressLib\BasePciExpressLib.inf] [AARCH64]
[13:57:23.499]: [13:57:23.499]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_7100_SERIES_DUAL_CORE
[13:57:23.499]: [13:57:23.499]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.499]: [13:57:23.499]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.499]: [13:57:23.499]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_5400_SERIES_QUAD_CORE
[13:57:23.499]: [13:57:23.499]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.500]: [13:57:23.499]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_QUAD_CORE
[13:57:23.500]: [13:57:23.500]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.500]: [13:57:23.500]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_5200_SERIES_DUAL_CORE
[13:57:23.500]: [13:57:23.500]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.500]: [13:57:23.500]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_7200_SERIES_DUAL_CORE
[13:57:23.500]: [13:57:23.500]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.501]: [13:57:23.500]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_7300_SERIES_QUAD_CORE
[13:57:23.501]: [13:57:23.501]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.501]: [13:57:23.500]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf] [AARCH64]
[13:57:23.501]: [13:57:23.501]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_7400_SERIES_QUAD_CORE
[13:57:23.501]: [13:57:23.501]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.501]: [13:57:23.501]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_7400_SERIES_MULTI_CORE
[13:57:23.501]: [13:57:23.501]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.502]: [13:57:23.501]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PENTIUM_III_XEON
[13:57:23.502]: [13:57:23.502]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.502]: [13:57:23.502]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.502]: [13:57:23.502]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_CORE2_SOLO
[13:57:23.502]: [13:57:23.502]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_CORE2_EXTREME
[13:57:23.503]: [13:57:23.502]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.503]: [13:57:23.502]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_CORE2_QUAD
[13:57:23.503]: [13:57:23.503]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.503]: [13:57:23.503]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.503]: [13:57:23.503]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_CORE2_EXTREME
[13:57:23.503]: [13:57:23.503]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm\DEBUG\AutoGen.h] files for module AcpiMcfgLibArm [AARCH64]
[13:57:23.503]: [13:57:23.503]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.503]: [13:57:23.503]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.504]: [13:57:23.503]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_CORE2_DUO_MOBILE
[13:57:23.504]: [13:57:23.503]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf] [AARCH64]
[13:57:23.504]: [13:57:23.503]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.504]: [13:57:23.503]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.504]: [13:57:23.504]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_CORE2_SOLO_MOBILE
[13:57:23.504]: [13:57:23.504]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.504]: [13:57:23.504]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_CORE_I7
[13:57:23.504]: [13:57:23.504]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.504]: [13:57:23.504]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\PrePiMemoryAllocationLib\PrePiMemoryAllocationLib.inf] [AARCH64]
[13:57:23.504]: [13:57:23.504]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.505]: [13:57:23.504]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_CELERON_DUAL_CORE
[13:57:23.505]: [13:57:23.504]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.505]: [13:57:23.505]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.505]: [13:57:23.505]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.505]: [13:57:23.505]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_MULTI_CORE
[13:57:23.505]: [13:57:23.505]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf] [AARCH64]
[13:57:23.505]: [13:57:23.505]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.505]: [13:57:23.505]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.505]: [13:57:23.505]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_3_SERIES_DUAL_CORE
[13:57:23.505]: [13:57:23.505]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.506]: [13:57:23.505]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerFreqInHz.gArmTokenSpaceGuid
[13:57:23.506]: [13:57:23.505]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_3_SERIES_QUAD_CORE
[13:57:23.506]: [13:57:23.506]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.506]: [13:57:23.506]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.506]: [13:57:23.506]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_5_SERIES_DUAL_CORE
[13:57:23.507]: [13:57:23.506]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPerformanceLibraryPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.507]: [13:57:23.506]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_5_SERIES_QUAD_CORE
[13:57:23.507]: [13:57:23.507]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdEdkiiFpdtStringRecordEnableOnly.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.507]: [13:57:23.507]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_7_SERIES_DUAL_CORE
[13:57:23.508]: [13:57:23.507]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdExtFpdtBootRecordPadSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.508]: [13:57:23.507]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_7_SERIES_QUAD_CORE
[13:57:23.508]: [13:57:23.507]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebuggerExceptionSupport.gArmTokenSpaceGuid
[13:57:23.508]: [13:57:23.507]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib\DEBUG\AutoGen.h] files for module BasePL011UartClockLib [AARCH64]
[13:57:23.508]: [13:57:23.506]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.508]: [13:57:23.506]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.508]: [13:57:23.507]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.508]: [13:57:23.507]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.508]: [13:57:23.507]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.508]: [13:57:23.508]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVFPEnabled.gArmTokenSpaceGuid
[13:57:23.509]: [13:57:23.508]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\TcpDxe\TcpDxe.inf] [AARCH64]
[13:57:23.509]: [13:57:23.508]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFdBaseAddress.gArmTokenSpaceGuid
[13:57:23.509]: [13:57:23.508]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INTEL_XEON_7_SERIES_MULTI_CORE
[13:57:23.509]: [13:57:23.508]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_OPTERON_3000_SERIES
[13:57:23.509]: [13:57:23.508]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_SEMPRON_II
[13:57:23.509]: [13:57:23.509]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.509]: [13:57:23.509]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.510]: [13:57:23.509]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_EMBEDDED_OPTERON_QUAD_CORE
[13:57:23.510]: [13:57:23.509]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFdSize.gArmTokenSpaceGuid
[13:57:23.510]: [13:57:23.509]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.510]: [13:57:23.510]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_PHENOM_TRIPLE_CORE
[13:57:23.510]: [13:57:23.509]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMadtLibArm\AcpiMadtLibArm.inf] [AARCH64]
[13:57:23.510]: [13:57:23.509]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFvBaseAddress.gArmTokenSpaceGuid
[13:57:23.510]: [13:57:23.509]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFvSize.gArmTokenSpaceGuid
[13:57:23.510]: [13:57:23.510]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdCPUCorePrimaryStackSize.gArmPlatformTokenSpaceGuid
[13:57:23.510]: [13:57:23.509]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Library\PrePiMemoryAllocationLib\PrePiMemoryAllocationLib\DEBUG\AutoGen.h] files for module PrePiMemoryAllocationLib [AARCH64]
[13:57:23.511]: [13:57:23.510]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_TURION_ULTRA_DUAL_CORE_MOBILE
[13:57:23.511]: [13:57:23.510]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.511]: [13:57:23.510]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_TURION_DUAL_CORE_MOBILE
[13:57:23.511]: [13:57:23.508]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdCpuVectorBaseAddress.gArmTokenSpaceGuid
[13:57:23.511]: [13:57:23.510]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdCPUCoreSecondaryStackSize.gArmPlatformTokenSpaceGuid
[13:57:23.511]: [13:57:23.511]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.511]: [13:57:23.511]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSystemMemoryUefiRegionSize.gArmPlatformTokenSpaceGuid
[13:57:23.511]: [13:57:23.511]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BaseDebugLibSerialPort\BaseDebugLibSerialPort\DEBUG\AutoGen.h] files for module BaseDebugLibSerialPort [AARCH64]
[13:57:23.511]: [13:57:23.511]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_ATHLON_DUAL_CORE
[13:57:23.511]: [13:57:23.511]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Core\Dxe\DxeMain\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Core\Dxe\DxeMain\DEBUG\AutoGen.h] files for module DxeCore [AARCH64]
[13:57:23.512]: [13:57:23.511]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdCoreCount.gArmPlatformTokenSpaceGuid
[13:57:23.512]: [13:57:23.511]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.512]: [13:57:23.511]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AMD_SEMPRON_SI
[13:57:23.512]: [13:57:23.511]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePciLibPciExpress\BasePciLibPciExpress.inf] [AARCH64]
[13:57:23.512]: [13:57:23.512]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPrePiCpuIoSize.gEmbeddedTokenSpaceGuid
[13:57:23.512]: [13:57:23.512]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.512]: [13:57:23.512]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNDEFINED_PROC_FAMILY
[13:57:23.512]: [13:57:23.512]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib.inf] [AARCH64]
[13:57:23.513]: [13:57:23.512]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.514]: [13:57:23.512]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMemoryTypeEfiACPIReclaimMemory.gEmbeddedTokenSpaceGuid
[13:57:23.514]: [13:57:23.512]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PROCESSOR_FAMILY
[13:57:23.514]: [13:57:23.513]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.514]: [13:57:23.513]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMemoryTypeEfiACPIMemoryNVS.gEmbeddedTokenSpaceGuid
[13:57:23.514]: [13:57:23.513]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNDEFINED_PROC_FAMILY
[13:57:23.514]: [13:57:23.513]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.514]: [13:57:23.513]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMemoryTypeEfiReservedMemoryType.gEmbeddedTokenSpaceGuid
[13:57:23.514]: [13:57:23.513]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PROC_INFO
[13:57:23.514]: [13:57:23.513]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.514]: [13:57:23.513]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMemoryTypeEfiRuntimeServicesData.gEmbeddedTokenSpaceGuid
[13:57:23.514]: [13:57:23.514]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PROC_CURRENT_VOLTAGE
[13:57:23.514]: [13:57:23.514]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.515]: [13:57:23.514]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMemoryTypeEfiRuntimeServicesCode.gEmbeddedTokenSpaceGuid
[13:57:23.515]: [13:57:23.514]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.515]: [13:57:23.514]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_5V_SUPOPRTED
[13:57:23.515]: [13:57:23.514]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMemoryTypeEfiBootServicesCode.gEmbeddedTokenSpaceGuid
[13:57:23.515]: [13:57:23.514]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.515]: [13:57:23.515]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_33V_SUPPORTED
[13:57:23.515]: [13:57:23.514]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiMcfgLibArm\AcpiMcfgLibArm.inf] [AARCH64]
[13:57:23.515]: [13:57:23.515]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_29V_SUPPORTED
[13:57:23.515]: [13:57:23.515]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMemoryTypeEfiBootServicesData.gEmbeddedTokenSpaceGuid
[13:57:23.517]: [13:57:23.515]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT3_NOT_ZERO
[13:57:23.517]: [13:57:23.516]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMemoryTypeEfiLoaderCode.gEmbeddedTokenSpaceGuid
DEPEX[ArpDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']
[13:57:23.517]: [13:57:23.516]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMemoryTypeEfiLoaderData.gEmbeddedTokenSpaceGuid

[13:57:23.517]: [13:57:23.516]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPrePiProduceMemoryTypeInformationHob.gEmbeddedTokenSpaceGuid

[13:57:23.517]: [13:57:23.517]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSendSgiToBringUpSecondaryCores.gArmPlatformTokenSpaceGuid


[13:57:23.518]: [13:57:23.516]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT4_NOT_ZERO

[13:57:23.518]: [13:57:23.516]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT5_NOT_ZERO
[13:57:23.518]: [13:57:23.517]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.518]: [13:57:23.516]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT6_NOT_ZERO
[13:57:23.518]: [13:57:23.517]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PROC_STATUS
[13:57:23.518]: [13:57:23.516]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmGenericTimerPhyCounterLib\ArmGenericTimerPhyCounterLib.inf] [AARCH64]
[13:57:23.518]: [13:57:23.517]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.518]: [13:57:23.517]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT7_NOT_ZERO
[13:57:23.518]: [13:57:23.517]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFirmwareVersionString.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.519]: [13:57:23.518]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\ArpDxe\ArpDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\ArpDxe\ArpDxe\DEBUG\AutoGen.h ArpDxe.depex] files for module ArpDxe [AARCH64]
[13:57:23.519]: [13:57:23.518]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSystemMemoryBase.gArmTokenSpaceGuid
[13:57:23.519]: [13:57:23.518]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT5_NOT_ZERO
[13:57:23.519]: [13:57:23.518]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT4_NOT_ZERO
[13:57:23.519]: [13:57:23.518]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib\DEBUG\AutoGen.h] files for module DxePerformanceLib [AARCH64]
[13:57:23.519]: [13:57:23.519]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT3_NOT_ZERO
[13:57:23.519]: [13:57:23.519]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CPU_SOCKET_POPULATED
[13:57:23.519]: [13:57:23.519]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf] [AARCH64]
[13:57:23.520]: [13:57:23.519]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CPU_SOCKET_UNPOPULATED
[13:57:23.520]: [13:57:23.520]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib\DEBUG\AutoGen.h] files for module BaseDebugPrintErrorLevelLib [AARCH64]
[13:57:23.520]: [13:57:23.520]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNKNOWN
[13:57:23.521]: [13:57:23.520]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CPU_ENABLED
[13:57:23.521]: [13:57:23.521]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CPU_DISABLED_BY_USER
[13:57:23.521]: [13:57:23.520]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe.inf] [AARCH64]
[13:57:23.522]: [13:57:23.521]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CPU_DIABLED_BY_BIOS
[13:57:23.522]: [13:57:23.522]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CPU_IDLE
[13:57:23.522]: [13:57:23.522]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_OTHERS
[13:57:23.523]: [13:57:23.523]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_RESERVED
[13:57:23.523]: [13:57:23.523]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SIZE_LARGEST_MEM
[13:57:23.524]: [13:57:23.523]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ONE_VAR_MB
[13:57:23.524]: [13:57:23.518]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSystemMemorySize.gArmTokenSpaceGuid
[13:57:23.524]: [13:57:23.524]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MAX_AMOUNT_MEM
[13:57:23.524]: [13:57:23.524]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ONE_VAR_MB
[13:57:23.525]: [13:57:23.524]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_HANDLES_CONTROLLED
[13:57:23.525]: [13:57:23.525]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_HANDLES_LIST_CONTROLLED
[13:57:23.525]: [13:57:23.525]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_HANDLE
[13:57:23.526]: [13:57:23.526]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BANK_CONNECTIONS
[13:57:23.526]: [13:57:23.526]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf] [AARCH64]
[13:57:23.526]: [13:57:23.526]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BANK_RAS
[13:57:23.527]: [13:57:23.527]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BANK_RAS_2
[13:57:23.527]: [13:57:23.527]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf] [AARCH64]
[13:57:23.527]: [13:57:23.527]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BANK_RAS_2
[13:57:23.528]: [13:57:23.527]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NO_BANKS_CONNECTED
[13:57:23.528]: [13:57:23.528]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MEMORY_SIZE
[13:57:23.528]: [13:57:23.528]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MEM_SIZE_NOT_DETERMINABLE
[13:57:23.529]: [13:57:23.528]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MODULE_INSTALLED
[13:57:23.529]: [13:57:23.529]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NOT_INSTALLED
[13:57:23.529]: [13:57:23.529]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.529]: [13:57:23.529]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MEM_SIZE
[13:57:23.530]: [13:57:23.530]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.530]: [13:57:23.530]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MEM_MODULE_DOUBLE_BANK
[13:57:23.530]: [13:57:23.530]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MEM_MODULE_SINGLE_BANK
[13:57:23.530]: [13:57:23.530]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.531]: [13:57:23.530]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CACHE_CONFIGURATION
[13:57:23.531]: [13:57:23.531]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.531]: [13:57:23.531]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT15_NOT_ZERO
[13:57:23.531]: [13:57:23.531]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.532]: [13:57:23.531]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT14_NOT_ZERO
[13:57:23.532]: [13:57:23.531]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf] [AARCH64]
[13:57:23.532]: [13:57:23.532]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.532]: [13:57:23.532]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT13_NOT_ZERO
[13:57:23.532]: [13:57:23.532]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.532]: [13:57:23.532]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePciSegmentLibPci\BasePciSegmentLibPci.inf] [AARCH64]
[13:57:23.533]: [13:57:23.532]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT12_NOT_ZERO
[13:57:23.533]: [13:57:23.532]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\UefiLib\UefiLib\DEBUG\AutoGen.h] files for module UefiLib [AARCH64]
[13:57:23.533]: [13:57:23.533]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.533]: [13:57:23.533]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT11_NOT_ZERO
[13:57:23.533]: [13:57:23.533]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.533]: [13:57:23.533]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT10_NOT_ZERO
[13:57:23.534]: [13:57:23.534]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.534]: [13:57:23.534]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BIT4_NOT_ZERO
[13:57:23.534]: [13:57:23.534]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.534]: [13:57:23.534]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CACHE_WRITE_THROUGH
[13:57:23.534]: [13:57:23.534]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CACHE_WRITE_BACK
[13:57:23.535]: [13:57:23.534]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru.inf] [AARCH64]
[13:57:23.535]: [13:57:23.534]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.535]: [13:57:23.535]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.535]: [13:57:23.535]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CACHE_VARIES_WITH_MEM_ADDR
[13:57:23.535]: [13:57:23.535]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNKNOWN
[13:57:23.536]: [13:57:23.535]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSratLibArm\AcpiSratLibArm.inf] [AARCH64]
[13:57:23.536]: [13:57:23.535]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ENABLED
[13:57:23.536]: [13:57:23.536]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DISABLED
[13:57:23.536]: [13:57:23.536]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CACHE_INTERNAL
[13:57:23.537]: [13:57:23.536]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CACHE_EXTERNAL
[13:57:23.537]: [13:57:23.537]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_RESERVED
[13:57:23.537]: [13:57:23.537]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNKNOWN
[13:57:23.537]: [13:57:23.537]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\ArmVExpressPciHostBridgeLib\ArmVExpressPciHostBridgeLib.inf] [AARCH64]
[13:57:23.538]: [13:57:23.537]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeIpIoLib\DxeIpIoLib.inf] [AARCH64]
[13:57:23.538]: [13:57:23.537]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib\DEBUG\AutoGen.h] files for module UefiDevicePathLib [AARCH64]
[13:57:23.538]: [13:57:23.538]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CACHE_SOCKETED
[13:57:23.538]: [13:57:23.538]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CACHE_NOT_SOCKETED
[13:57:23.538]: [13:57:23.538]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CACHE_LEVEL
[13:57:23.539]: [13:57:23.538]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.539]: [13:57:23.539]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SLOT_ID
[13:57:23.539]: [13:57:23.539]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf] [AARCH64]
[13:57:23.539]: [13:57:23.539]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_LOGICAL_MICRO_CHAN
[13:57:23.540]: [13:57:23.539]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ONE_VAR_D
[13:57:23.540]: [13:57:23.540]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ERROR_NOT_1_15
[13:57:23.540]: [13:57:23.540]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_LOGICAL_EISA_NUM
[13:57:23.541]: [13:57:23.540]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf] [AARCH64]
[13:57:23.541]: [13:57:23.541]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.542]: [13:57:23.541]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.542]: [13:57:23.542]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.543]: [13:57:23.543]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.543]: [13:57:23.543]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ONE_VAR_D
[13:57:23.543]: [13:57:23.543]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf] [AARCH64]
[13:57:23.544]: [13:57:23.543]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.544]: [13:57:23.544]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ERROR_NOT_1_15
[13:57:23.544]: [13:57:23.544]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.544]: [13:57:23.544]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_VALUE_PRESENT
[13:57:23.544]: [13:57:23.544]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.545]: [13:57:23.545]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_IDENTIFIES_ADAPTER_NUM
[13:57:23.545]: [13:57:23.545]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerFreqInHz.gArmTokenSpaceGuid
[13:57:23.545]: [13:57:23.545]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxPeiPerformanceLogEntries.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.545]: [13:57:23.545]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_VALUE_PRESENT
[13:57:23.545]: [13:57:23.544]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtCmn600LibArm\SsdtCmn600LibArm.inf] [AARCH64]
[13:57:23.545]: [13:57:23.545]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSupportHiiImageProtocol.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.546]: [13:57:23.545]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdHiiOsRuntimeSupport.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.546]: [13:57:23.546]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_VALUE_PRESENT
[13:57:23.546]: [13:57:23.546]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxPeiPerformanceLogEntries16.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.546]: [13:57:23.546]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNDEFINED_SLOT_ID
[13:57:23.546]: [13:57:23.546]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPerformanceLibraryPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.547]: [13:57:23.547]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdEdkiiFpdtStringRecordEnableOnly.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.547]: [13:57:23.546]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SYSTEM_BOOT_STATUS
[13:57:23.547]: [13:57:23.547]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumGuidedExtractHandler.gEfiMdePkgTokenSpaceGuid
[13:57:23.547]: [13:57:23.547]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NO_ERRORS_DETECTED
[13:57:23.548]: [13:57:23.548]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmPrimaryCoreMask.gArmTokenSpaceGuid
[13:57:23.548]: [13:57:23.548]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NO_BOOTABLE_MEDIA
[13:57:23.548]: [13:57:23.548]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NORMAL_OP_SYSTEM
[13:57:23.548]: [13:57:23.547]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.548]: [13:57:23.548]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.548]: [13:57:23.548]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmPrimaryCore.gArmTokenSpaceGuid
[13:57:23.549]: [13:57:23.549]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_FIRMWARE_DETECTED
[13:57:23.549]: [13:57:23.549]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmLcdDdrFrameBufferBase.gArmPlatformTokenSpaceGuid
[13:57:23.549]: [13:57:23.548]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.549]: [13:57:23.549]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.549]: [13:57:23.549]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_OP_SYSTEM
[13:57:23.549]: [13:57:23.549]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmLcdDdrFrameBufferSize.gArmPlatformTokenSpaceGuid
[13:57:23.550]: [13:57:23.550]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_USER_REQUESTED_BOOT
[13:57:23.550]: [13:57:23.549]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.550]: [13:57:23.549]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.550]: [13:57:23.550]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmMaliDpBase.gArmPlatformTokenSpaceGuid
[13:57:23.550]: [13:57:23.550]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.550]: [13:57:23.546]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiVariableDefaultPlatformLang.gEfiMdePkgTokenSpaceGuid
[13:57:23.550]: [13:57:23.546]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdNvStoreDefaultValueBuffer.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.550]: [13:57:23.550]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SYSTEM_SECURITY_VIOLATION
[13:57:23.550]: [13:57:23.550]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmMaliDpMemoryRegionLength.gArmPlatformTokenSpaceGuid
[13:57:23.551]: [13:57:23.550]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.551]: [13:57:23.550]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf] [AARCH64]
[13:57:23.551]: [13:57:23.550]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.551]: [13:57:23.551]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PREV_REQ_IMAGE
[13:57:23.551]: [13:57:23.551]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.551]: [13:57:23.551]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciExpressBaseAddress.gEfiMdePkgTokenSpaceGuid
[13:57:23.551]: [13:57:23.551]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_WATCHDOG_TIMER
[13:57:23.551]: [13:57:23.551]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.551]: [13:57:23.551]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.551]: [13:57:23.551]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxCustomACPIGenerators.gEdkiiDynamicTablesPkgTokenSpaceGuid
[13:57:23.551]: [13:57:23.551]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_RSVD_FUTURE_ASSIGNMENT
[13:57:23.552]: [13:57:23.551]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciExpressBaseSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.552]: [13:57:23.552]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.552]: [13:57:23.552]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_VENDOR_OEM_SPECIFIC
[13:57:23.552]: [13:57:23.552]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.552]: [13:57:23.552]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxCustomSMBIOSGenerators.gEdkiiDynamicTablesPkgTokenSpaceGuid
[13:57:23.552]: [13:57:23.552]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciMmio32Base.gArmTokenSpaceGuid
[13:57:23.552]: [13:57:23.552]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.552]: [13:57:23.552]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.553]: [13:57:23.552]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciMmio32Size.gArmTokenSpaceGuid
[13:57:23.553]: [13:57:23.553]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_PRODUCT_SPEC_IMPLMENTATION
[13:57:23.553]: [13:57:23.553]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciMmio64Base.gArmTokenSpaceGuid
[13:57:23.553]: [13:57:23.553]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.553]: [13:57:23.553]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.553]: [13:57:23.553]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ERROR_VALUE
[13:57:23.553]: [13:57:23.553]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.554]: [13:57:23.553]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.554]: [13:57:23.553]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciMmio64Size.gArmTokenSpaceGuid
[13:57:23.554]: [13:57:23.553]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SBDS_MANUFACTURE_DATE
[13:57:23.554]: [13:57:23.553]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.554]: [13:57:23.554]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MONTH_DAY_YEAR
[13:57:23.554]: [13:57:23.554]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSecureFvBaseAddress.gArmTokenSpaceGuid
[13:57:23.554]: [13:57:23.554]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.554]: [13:57:23.554]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.554]: [13:57:23.554]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.555]: [13:57:23.554]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.555]: [13:57:23.555]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.555]: [13:57:23.555]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SYSTEM_RESET_CAPABILITIES
[13:57:23.555]: [13:57:23.555]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BITS_RESERVED_ZERO
[13:57:23.555]: [13:57:23.555]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.556]: [13:57:23.555]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.556]: [13:57:23.555]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.556]: [13:57:23.555]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.556]: [13:57:23.556]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_WATCHDOG_TIMER_2
[13:57:23.556]: [13:57:23.552]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxCustomDTGenerators.gEdkiiDynamicTablesPkgTokenSpaceGuid
[13:57:23.556]: [13:57:23.556]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.556]: [13:57:23.556]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.556]: [13:57:23.556]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SYSTEM_NOT_CONTAIN_TIMER
[13:57:23.556]: [13:57:23.556]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.556]: [13:57:23.556]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.557]: [13:57:23.556]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.557]: [13:57:23.557]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.557]: [13:57:23.557]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BOOT_OPTION_LIMIT
[13:57:23.557]: [13:57:23.557]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.557]: [13:57:23.557]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_RESERVED
[13:57:23.557]: [13:57:23.557]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.557]: [13:57:23.557]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.557]: [13:57:23.557]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.558]: [13:57:23.557]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.558]: [13:57:23.557]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.558]: [13:57:23.557]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.558]: [13:57:23.557]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.558]: [13:57:23.557]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.558]: [13:57:23.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_OP_SYSTEM_2
[13:57:23.558]: [13:57:23.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.558]: [13:57:23.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.558]: [13:57:23.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.558]: [13:57:23.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.558]: [13:57:23.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SYSTEM_UTIL
[13:57:23.558]: [13:57:23.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.559]: [13:57:23.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.559]: [13:57:23.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DO_NOT_REBOOT
[13:57:23.559]: [13:57:23.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.559]: [13:57:23.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.559]: [13:57:23.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.559]: [13:57:23.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.559]: [13:57:23.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BOOT_OPTION
[13:57:23.560]: [13:57:23.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.560]: [13:57:23.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_RESERVED
[13:57:23.560]: [13:57:23.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.560]: [13:57:23.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.560]: [13:57:23.560]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.560]: [13:57:23.560]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_OP_SYSTEM_2
[13:57:23.560]: [13:57:23.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.560]: [13:57:23.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.560]: [13:57:23.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.560]: [13:57:23.560]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.561]: [13:57:23.560]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.561]: [13:57:23.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.561]: [13:57:23.559]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.561]: [13:57:23.560]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.561]: [13:57:23.560]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.561]: [13:57:23.560]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SYSTEM_UTIL
[13:57:23.561]: [13:57:23.561]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.561]: [13:57:23.561]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.561]: [13:57:23.561]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DO_NOT_REBOOT
[13:57:23.561]: [13:57:23.561]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.uni for string token uses search
[13:57:23.561]: [13:57:23.561]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_HARDWARE_SECURITY_SET
[13:57:23.561]: [13:57:23.561]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
DEPEX[TcpDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']
[13:57:23.562]: [13:57:23.561]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.562]: [13:57:23.561]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid





[13:57:23.562]: [13:57:23.562]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.562]: [13:57:23.562]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_ON_PASSWORD
[13:57:23.562]: [13:57:23.562]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.562]: [13:57:23.562]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.562]: [13:57:23.562]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.563]: [13:57:23.558]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAtaSmartEnable.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.563]: [13:57:23.562]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DISABLED
[13:57:23.563]: [13:57:23.562]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.563]: [13:57:23.562]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.563]: [13:57:23.562]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.563]: [13:57:23.562]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_MAC_ADDR_BODY
[13:57:23.563]: [13:57:23.562]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.563]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ENABLED_NEWLINE
[13:57:23.563]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.563]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.563]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_COLON
[13:57:23.564]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.564]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\TcpDxe\TcpDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\TcpDxe\TcpDxe\DEBUG\AutoGen.h TcpDxe.depex] files for module TcpDxe [AARCH64]
[13:57:23.564]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.564]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.564]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.564]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NOT_IMPLEMENTED
[13:57:23.564]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.564]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.564]: [13:57:23.564]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.564]: [13:57:23.563]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_NEWLINE
[13:57:23.564]: [13:57:23.564]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INVALID_INTERFACE
[13:57:23.564]: [13:57:23.564]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.565]: [13:57:23.564]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.565]: [13:57:23.564]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNKNOWN
[13:57:23.565]: [13:57:23.564]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.565]: [13:57:23.564]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.565]: [13:57:23.564]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_KEYBOARD_PASSWORD
[13:57:23.565]: [13:57:23.564]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.565]: [13:57:23.565]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.565]: [13:57:23.564]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_BREAK
[13:57:23.565]: [13:57:23.565]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_IF_NAME
[13:57:23.565]: [13:57:23.565]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.565]: [13:57:23.565]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.565]: [13:57:23.565]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DISABLED
[13:57:23.565]: [13:57:23.565]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.566]: [13:57:23.565]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.566]: [13:57:23.565]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_MEDIA_STATE
[13:57:23.566]: [13:57:23.565]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
DEPEX[HiiDatabase] (+HiiDatabase) = ['(', 'TRUE', ')']

DEPEX[HiiDatabase] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']








[13:57:23.567]: [13:57:23.566]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ENABLED_NEWLINE

[13:57:23.567]: [13:57:23.565]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.567]: [13:57:23.566]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid

[13:57:23.567]: [13:57:23.566]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_MEDIA_STATE

[13:57:23.567]: [13:57:23.566]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.567]: [13:57:23.566]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NOT_IMPLEMENTED

[13:57:23.568]: [13:57:23.566]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid

[13:57:23.568]: [13:57:23.566]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_MEDIA_STATE
[13:57:23.568]: [13:57:23.566]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.568]: [13:57:23.567]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNKNOWN
[13:57:23.568]: [13:57:23.566]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdNonBsaCompliant16550SerialHid.gEdkiiDynamicTablesPkgTokenSpaceGuid

[13:57:23.568]: [13:57:23.567]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.568]: [13:57:23.567]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid

[13:57:23.568]: [13:57:23.567]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_POLICY_DHCP
[13:57:23.568]: [13:57:23.567]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ADMIN_PASSWORD_STATUS
[13:57:23.568]: [13:57:23.567]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid

[13:57:23.569]: [13:57:23.567]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.569]: [13:57:23.567]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_POLICY_MAN

[13:57:23.569]: [13:57:23.568]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.569]: [13:57:23.568]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DISABLED

[13:57:23.569]: [13:57:23.568]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.569]: [13:57:23.568]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_MAC_ADDR_HEAD
DEPEX[ArmPlatformPrePiUniCore] (+ArmPlatformPeiLib) = ['(', 'TRUE', ')']

[13:57:23.569]: [13:57:23.568]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciExpressBaseAddress.gEfiMdePkgTokenSpaceGuid
[13:57:23.569]: [13:57:23.568]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ENABLED_NEWLINE
[13:57:23.570]: [13:57:23.568]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.570]: [13:57:23.566]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END

[13:57:23.570]: [13:57:23.568]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_IP_ADDR_HEAD
[13:57:23.570]: [13:57:23.569]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciExpressBaseSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.570]: [13:57:23.569]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NOT_IMPLEMENTED
[13:57:23.570]: [13:57:23.566]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
DEPEX[ArmPlatformPrePiUniCore] (+ArmMemoryInitPeiLib) = ['(', 'TRUE', ')', 'AND', '(', 'TRUE', ')']
[13:57:23.570]: [13:57:23.569]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.570]: [13:57:23.569]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_IP_ADDR_BODY
[13:57:23.570]: [13:57:23.567]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\HiiDatabaseDxe\HiiDatabaseDxe\DEBUG\AutoGen.h HiiDatabase.depex] files for module HiiDatabase [AARCH64]
[13:57:23.570]: [13:57:23.569]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNKNOWN

[13:57:23.571]: [13:57:23.569]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.571]: [13:57:23.569]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.571]: [13:57:23.569]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_SUBNET_MASK_HEAD
[13:57:23.571]: [13:57:23.570]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_FRONT_PANEL_RESET

[13:57:23.571]: [13:57:23.570]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.571]: [13:57:23.570]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_IP_ADDR_BODY
DEPEX[DynamicTableFactoryDxe] (+DynamicTableFactoryDxe) = ['(', 'TRUE', ')']
[13:57:23.571]: [13:57:23.570]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_DISABLED

[13:57:23.571]: [13:57:23.570]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid

[13:57:23.572]: [13:57:23.570]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_GATEWAY_HEAD
[13:57:23.572]: [13:57:23.570]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_ENABLED_NEWLINE
[13:57:23.572]: [13:57:23.568]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE TRUE
    AND
    END
[13:57:23.572]: [13:57:23.570]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
DEPEX[DynamicTableFactoryDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']
[13:57:23.572]: [13:57:23.571]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_IP_ADDR_BODY
[13:57:23.572]: [13:57:23.569]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized:  TRUE
    END
[13:57:23.572]: [13:57:23.571]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NOT_IMPLEMENTED

[13:57:23.572]: [13:57:23.571]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.572]: [13:57:23.569]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\PrePi\PeiUniCore\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\PrePi\PeiUniCore\DEBUG\AutoGen.h ArmPlatformPrePiUniCore.depex] files for module ArmPlatformPrePiUniCore [AARCH64]

[13:57:23.573]: [13:57:23.571]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNKNOWN
[13:57:23.573]: [13:57:23.571]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_ROUTES_SIZE
[13:57:23.573]: [13:57:23.572]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid




[13:57:23.573]: [13:57:23.572]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciBusMin.gArmTokenSpaceGuid

[13:57:23.573]: [13:57:23.572]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CONNECTIONS




[13:57:23.574]: [13:57:23.573]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciBusMax.gArmTokenSpaceGuid

[13:57:23.574]: [13:57:23.573]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_ROUTES_ENTRY_INDEX

[13:57:23.574]: [13:57:23.573]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_SHOW_IP_ADDR





[13:57:23.575]: [13:57:23.573]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_SHOW_IP_ADDR





[13:57:23.575]: [13:57:23.574]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_SHOW_IP_ADDR




[13:57:23.575]: [13:57:23.574]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BITS_RESERVED_ZERO_2

[13:57:23.575]: [13:57:23.574]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciIoBase.gArmTokenSpaceGuid



[13:57:23.576]: [13:57:23.570]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.576]: [13:57:23.575]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_DNS_ADDR_HEAD
[13:57:23.576]: [13:57:23.571]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:23.576]: [13:57:23.571]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Drivers\DynamicTableFactoryDxe\DynamicTableFactoryDxe\DEBUG\AutoGen.h DynamicTableFactoryDxe.depex] files for module DynamicTableFactoryDxe [AARCH64]
[13:57:23.576]: [13:57:23.575]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_OUTBOUND_CONN_ENABLED
[13:57:23.576]: [13:57:23.576]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciIoSize.gArmTokenSpaceGuid
[13:57:23.576]: [13:57:23.576]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_DNS_ADDR_BODY
[13:57:23.577]: [13:57:23.577]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_OTUBOUND_CONN_DISABLED
[13:57:23.577]: [13:57:23.577]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_NEWLINE
[13:57:23.577]: [13:57:23.577]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciMmio32Base.gArmTokenSpaceGuid
[13:57:23.578]: [13:57:23.577]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INBOIUND_CONN_ENABLED
[13:57:23.578]: [13:57:23.578]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciMmio32Size.gArmTokenSpaceGuid
[13:57:23.578]: [13:57:23.578]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INFO_BREAK
[13:57:23.578]: [13:57:23.578]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciMmio64Base.gArmTokenSpaceGuid
[13:57:23.578]: [13:57:23.578]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INVALID_INTERFACE
[13:57:23.579]: [13:57:23.578]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciMmio64Size.gArmTokenSpaceGuid
[13:57:23.579]: [13:57:23.579]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_AD
[13:57:23.579]: [13:57:23.579]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_AD
[13:57:23.580]: [13:57:23.579]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerFreqInHz.gArmTokenSpaceGuid
[13:57:23.580]: [13:57:23.580]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INBOUND_CONN_DISABLED
[13:57:23.581]: [13:57:23.580]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib.inf] [AARCH64]
[13:57:23.581]: [13:57:23.580]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INVALID_INTERFACE
[13:57:23.581]: [13:57:23.581]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_AD
[13:57:23.581]: [13:57:23.581]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_SUPPLY_CHAR
[13:57:23.582]: [13:57:23.581]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_AD
[13:57:23.582]: [13:57:23.582]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BITS_15_14_RSVD
[13:57:23.582]: [13:57:23.577]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe.inf] [AARCH64]
[13:57:23.582]: [13:57:23.582]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_TYPE
[13:57:23.583]: [13:57:23.582]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_DUPLICATE_COMMAND
[13:57:23.583]: [13:57:23.583]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_OTHER_SPACE
[13:57:23.583]: [13:57:23.583]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_CONFLICT_COMMAND
[13:57:23.583]: [13:57:23.583]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNKNOWN
[13:57:23.584]: [13:57:23.583]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_LINEAR
[13:57:23.584]: [13:57:23.584]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_UNSUPPORTED_OPTION
[13:57:23.584]: [13:57:23.584]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_UNKNOWN_COMMAND
[13:57:23.584]: [13:57:23.584]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_SWITCHING
DEPEX[PciHostBridgeDxe] (+PciHostBridgeDxe) = ['(', '{0xad61f191, 0xae5f, 0x4c0e, {0xb9, 0xfa, 0xe8, 0x69, 0xd2, 0x88, 0xc6, 0x4f } }', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')']

DEPEX[PciHostBridgeDxe] (+DxePcdLib) = ['(', '{0xad61f191, 0xae5f, 0x4c0e, {0xb9, 0xfa, 0xe8, 0x69, 0xd2, 0x88, 0xc6, 0x4f } }', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']







[13:57:23.585]: [13:57:23.584]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BATTERY









[13:57:23.586]: [13:57:23.585]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_AD








[13:57:23.587]: [13:57:23.585]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UPS

[13:57:23.587]: [13:57:23.585]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_LACK_COMMAND


[13:57:23.587]: [13:57:23.586]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INVALID_IPADDRESS
[13:57:23.587]: [13:57:23.586]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH {0xad61f191, 0xae5f, 0x4c0e, {0xb9, 0xfa, 0xe8, 0x69, 0xd2, 0x88, 0xc6, 0x4f } }
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    AND
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.587]: [13:57:23.586]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CONVERTER
[13:57:23.587]: [13:57:23.586]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_LACK_COMMAND
[13:57:23.587]: [13:57:23.587]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH {0xad61f191, 0xae5f, 0x4c0e, {0xb9, 0xfa, 0xe8, 0x69, 0xd2, 0x88, 0xc6, 0x4f } }
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    AND
    END
[13:57:23.587]: [13:57:23.587]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_REGULATOR
[13:57:23.587]: [13:57:23.587]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INVALID_IPADDRESS
[13:57:23.588]: [13:57:23.587]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Pci\PciHostBridgeDxe\PciHostBridgeDxe\DEBUG\AutoGen.h PciHostBridgeDxe.depex] files for module PciHostBridgeDxe [AARCH64]
[13:57:23.588]: [13:57:23.588]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_RESERVED_2
[13:57:23.588]: [13:57:23.588]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_LACK_COMMAND
[13:57:23.588]: [13:57:23.588]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_STATUS_DASH
[13:57:23.588]: [13:57:23.588]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INVALID_IPADDRESS
[13:57:23.589]: [13:57:23.589]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_OTHER_SPACE
[13:57:23.589]: [13:57:23.589]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INVALID_GATEWAY
[13:57:23.589]: [13:57:23.589]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe.inf] [AARCH64]
[13:57:23.589]: [13:57:23.589]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNKNOWN
[13:57:23.590]: [13:57:23.589]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_AD
[13:57:23.590]: [13:57:23.590]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_OK
[13:57:23.590]: [13:57:23.590]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_SET_ADDR_FAILED
[13:57:23.590]: [13:57:23.590]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint\DEBUG\AutoGen.h] files for module UefiDriverEntryPoint [AARCH64]
[13:57:23.590]: [13:57:23.590]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NON_CRITICAL
[13:57:23.591]: [13:57:23.590]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_SET_ADDR_FAILED
[13:57:23.591]: [13:57:23.591]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_CRITICAL_POWER_SUPPLY
[13:57:23.591]: [13:57:23.591]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_SET_ADDR_FAILED
[13:57:23.591]: [13:57:23.591]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Core\RuntimeDxe\RuntimeDxe.inf] [AARCH64]
[13:57:23.591]: [13:57:23.591]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.592]: [13:57:23.591]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNDEFINED
[13:57:23.592]: [13:57:23.592]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_INVALID_IPADDRESS
[13:57:23.592]: [13:57:23.592]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_INPUT_VOLTAGE_RANGE
[13:57:23.593]: [13:57:23.592]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_OTHER_SPACE
[13:57:23.593]: [13:57:23.592]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_AD
[13:57:23.593]: [13:57:23.593]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_UNKNOWN
[13:57:23.593]: [13:57:23.593]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.593]: [13:57:23.591]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.593]: [13:57:23.591]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.593]: [13:57:23.592]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.593]: [13:57:23.592]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.594]: [13:57:23.593]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.594]: [13:57:23.593]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.594]: [13:57:23.593]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_MANUAL
[13:57:23.594]: [13:57:23.593]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_UNSUPPORTED_OPTION
[13:57:23.594]: [13:57:23.594]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_AUTO_SWITCH
[13:57:23.594]: [13:57:23.594]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_LACK_OPTION
[13:57:23.595]: [13:57:23.594]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_WIDE_RANGE
[13:57:23.595]: [13:57:23.594]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.595]: [13:57:23.594]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.595]: [13:57:23.594]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGenHelper.py(477): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:23.595]: [13:57:23.594]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.595]: [13:57:23.595]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.595]: [13:57:23.595]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CON
[13:57:23.595]: [13:57:23.595]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_NOT_APPLICABLE
[13:57:23.595]: [13:57:23.595]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.595]: [13:57:23.595]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.596]: [13:57:23.595]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.596]: [13:57:23.596]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_RESERVED_3
[13:57:23.596]: [13:57:23.596]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.596]: [13:57:23.596]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib\DEBUG\AutoGen.h] files for module UefiBootManagerLib [AARCH64]
[13:57:23.596]: [13:57:23.596]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_SUPPLY_UNPLUGGED
[13:57:23.596]: [13:57:23.596]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_LACK_INTERFACE
[13:57:23.597]: [13:57:23.596]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_SUPPLY_PLUGGED
[13:57:23.597]: [13:57:23.597]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.597]: [13:57:23.597]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_SUPPLY_PRESENT
[13:57:23.597]: [13:57:23.597]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_IFCONFIG_LACK_COMMAND
[13:57:23.598]: [13:57:23.597]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib.inf] [AARCH64]
[13:57:23.598]: [13:57:23.596]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.598]: [13:57:23.596]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerFreqInHz.gArmTokenSpaceGuid
[13:57:23.598]: [13:57:23.597]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.598]: [13:57:23.598]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_SUPPLY_NOT_PRESENT
[13:57:23.598]: [13:57:23.598]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_SUPPLY_REPLACE
[13:57:23.598]: [13:57:23.598]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_REPLY_INFO
[13:57:23.599]: [13:57:23.598]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_POWER_SUPPLY_NOT_REPLACE
[13:57:23.599]: [13:57:23.599]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_RECEIVE
[13:57:23.599]: [13:57:23.599]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_TPM_DEVICE_CHAR
[13:57:23.600]: [13:57:23.599]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_RECEIVE
[13:57:23.600]: [13:57:23.599]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_RESERVED_BIT
[13:57:23.600]: [13:57:23.600]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_RESERVED_BIT
[13:57:23.600]: [13:57:23.600]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_SEND_REQUEST
DEPEX[AtaAtapiPassThruDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





[13:57:23.601]: [13:57:23.599]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.601]: [13:57:23.600]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.601]: [13:57:23.600]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Ata\AtaAtapiPassThru\AtaAtapiPassThru\DEBUG\AutoGen.h AtaAtapiPassThruDxe.depex] files for module AtaAtapiPassThruDxe [AARCH64]
[13:57:23.601]: [13:57:23.600]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_TIMEOUT
[13:57:23.601]: [13:57:23.600]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_TPM_DEVICE_CHAR_NOT_SUPPORTED
[13:57:23.601]: [13:57:23.601]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_TPM_DEVICE_CONFIG_FWU
[13:57:23.602]: [13:57:23.602]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_TPM_DEVICE_CONFIG_PLAT_SW
[13:57:23.602]: [13:57:23.602]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe\DEBUG\AutoGen.h] files for module BaseMemoryLibOptDxe [AARCH64]
[13:57:23.602]: [13:57:23.602]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_TPM_DEVICE_CONFIG_OEM
[13:57:23.603]: [13:57:23.603]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_PRINTINFO_BITS_06_63
[13:57:23.604]: [13:57:23.603]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf] [AARCH64]
[13:57:23.605]: [13:57:23.604]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf] [AARCH64]
[13:57:23.605]: [13:57:23.604]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiApplicationEntryPoint\UefiApplicationEntryPoint.inf] [AARCH64]
[13:57:23.609]: [13:57:23.608]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Library\NorFlashArmVExpressLib\NorFlashArmVExpressLib.inf] [AARCH64]
[13:57:23.610]: [13:57:23.609]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\UefiApplicationEntryPoint\UefiApplicationEntryPoint\DEBUG\AutoGen.h] files for module UefiApplicationEntryPoint [AARCH64]
[13:57:23.610]: [13:57:23.601]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_INVALID_SOURCE
[13:57:23.610]: [13:57:23.610]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_INVALID_SOURCE
[13:57:23.610]: [13:57:23.610]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\DebugPeCoffExtraActionLib\DebugPeCoffExtraActionLib.inf] [AARCH64]
[13:57:23.611]: [13:57:23.611]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_GETDATA
[13:57:23.611]: [13:57:23.611]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\VlanConfigDxe\VlanConfigDxe.inf] [AARCH64]
[13:57:23.611]: [13:57:23.611]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_GETDATA
[13:57:23.612]: [13:57:23.612]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_CONFIGD_NIC_NF
[13:57:23.612]: [13:57:23.612]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_CONFIG
[13:57:23.613]: [13:57:23.613]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_CONFIG
[13:57:23.613]: [13:57:23.613]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_START
[13:57:23.614]: [13:57:23.614]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_NOSOURCE_INDO
[13:57:23.614]: [13:57:23.613]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Udp4Dxe\Udp4Dxe.inf] [AARCH64]
[13:57:23.615]: [13:57:23.614]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_NOROUTE_FOUND
[13:57:23.615]: [13:57:23.615]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_NETWORK_ERROR
[13:57:23.617]: [13:57:23.617]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_STAT
[13:57:23.617]: [13:57:23.612]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDevicePathSupportDevicePathFromText.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.617]: [13:57:23.613]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDevicePathSupportDevicePathToText.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.617]: [13:57:23.616]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.618]: [13:57:23.616]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.618]: [13:57:23.616]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.618]: [13:57:23.617]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.618]: [13:57:23.617]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.618]: [13:57:23.617]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PING_RTT
[13:57:23.618]: [13:57:23.618]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.619]: [13:57:23.618]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.619]: [13:57:23.618]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.619]: [13:57:23.619]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.619]: [13:57:23.619]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageVariableBase64.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.619]: [13:57:23.619]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.619]: [13:57:23.619]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageVariableBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.619]: [13:57:23.619]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.619]: [13:57:23.619]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.620]: [13:57:23.619]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageVariableSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.620]: [13:57:23.619]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.620]: [13:57:23.619]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.620]: [13:57:23.620]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageFtwWorkingBase64.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.620]: [13:57:23.620]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.620]: [13:57:23.620]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.620]: [13:57:23.620]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageFtwWorkingBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.621]: [13:57:23.620]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.621]: [13:57:23.621]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageFtwWorkingSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.621]: [13:57:23.621]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_PING
[13:57:23.621]: [13:57:23.621]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageFtwSpareBase64.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.622]: [13:57:23.620]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.622]: [13:57:23.621]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.622]: [13:57:23.621]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.622]: [13:57:23.621]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.622]: [13:57:23.622]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_IFCONFIG
[13:57:23.622]: [13:57:23.622]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageFtwSpareBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.623]: [13:57:23.622]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageFtwSpareSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.625]: [13:57:23.625]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.inf] [AARCH64]
[13:57:23.626]: [13:57:23.625]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_NO_INFO
[13:57:23.626]: [13:57:23.626]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_RSVD_BITS_SET
[13:57:23.627]: [13:57:23.626]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SYSTEM_WAKEUP_TYPE
[13:57:23.627]: [13:57:23.622]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.627]: [13:57:23.622]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.627]: [13:57:23.623]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.627]: [13:57:23.623]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdNorFlashCheckBlockLocked.gArmPlatformTokenSpaceGuid
[13:57:23.627]: [13:57:23.623]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.627]: [13:57:23.623]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.627]: [13:57:23.624]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.627]: [13:57:23.624]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.627]: [13:57:23.624]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
DEPEX[DevicePathDxe] (+DevicePathDxe) = ['(', 'TRUE', ')']

DEPEX[DevicePathDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']


[13:57:23.628]: [13:57:23.627]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_BASE_BOARD_FEATURE_FLAGS








[13:57:23.628]: [13:57:23.627]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_BASE_BOARD_BOARD_TYPE

[13:57:23.629]: [13:57:23.627]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid






[13:57:23.629]: [13:57:23.628]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SYSTEM_CHASSIS_TYPE
[13:57:23.629]: [13:57:23.626]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.629]: [13:57:23.628]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.629]: [13:57:23.628]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:23.630]: [13:57:23.628]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_CHASSIS_LOCK_PRESENT
[13:57:23.630]: [13:57:23.629]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\DevicePathDxe\DevicePathDxe\DEBUG\AutoGen.h DevicePathDxe.depex] files for module DevicePathDxe [AARCH64]
[13:57:23.630]: [13:57:23.629]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.630]: [13:57:23.629]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SYSTEM_CHASSIS_STATUS
[13:57:23.630]: [13:57:23.630]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.630]: [13:57:23.630]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.630]: [13:57:23.630]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SYSTEM_CHASSIS_SECURITY
[13:57:23.631]: [13:57:23.630]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.631]: [13:57:23.631]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_PROC_TYPE
[13:57:23.631]: [13:57:23.631]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.631]: [13:57:23.631]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_PROC_UPDATE
[13:57:23.632]: [13:57:23.631]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiHiiLib\UefiHiiLib.inf] [AARCH64]
[13:57:23.632]: [13:57:23.631]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.632]: [13:57:23.632]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_PROC_CHARACTERISTICS
[13:57:23.632]: [13:57:23.632]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.633]: [13:57:23.632]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_DETECTMETHOD
[13:57:23.633]: [13:57:23.632]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.633]: [13:57:23.633]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.633]: [13:57:23.633]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_CORRECT_CAPABILITY
[13:57:23.633]: [13:57:23.633]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.633]: [13:57:23.628]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeIpIoLib\DxeIpIoLib.inf] [AARCH64]
[13:57:23.634]: [13:57:23.633]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_INTERLEAVE_SUPPORT
[13:57:23.634]: [13:57:23.634]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.634]: [13:57:23.634]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_MEMORY_SPEED
[13:57:23.634]: [13:57:23.634]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.635]: [13:57:23.634]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_REQUIRED_VOLTAGES
[13:57:23.635]: [13:57:23.635]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.635]: [13:57:23.635]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_MODULE_TYPE
[13:57:23.635]: [13:57:23.635]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.636]: [13:57:23.635]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.636]: [13:57:23.635]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_MODULE_ERROR_STATUS
[13:57:23.636]: [13:57:23.636]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_CACHE_SRAM_TYPE
[13:57:23.636]: [13:57:23.636]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.636]: [13:57:23.636]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.637]: [13:57:23.636]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_CACHE_ERROR_CORRECTING
[13:57:23.637]: [13:57:23.637]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.637]: [13:57:23.637]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_CACHE_SYSTEM_TYPE
[13:57:23.637]: [13:57:23.637]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.638]: [13:57:23.638]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_CACHE_ASSOCIATIVITY
[13:57:23.638]: [13:57:23.638]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.638]: [13:57:23.638]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_PORT_CONNECTOR_TYPE
[13:57:23.638]: [13:57:23.638]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.639]: [13:57:23.639]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.639]: [13:57:23.639]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_PORT_TYPE
[13:57:23.639]: [13:57:23.639]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.639]: [13:57:23.639]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SYSTEM_SLOT_TYPE
[13:57:23.640]: [13:57:23.639]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.640]: [13:57:23.639]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeExtractGuidedSectionLib\DxeExtractGuidedSectionLib.inf] [AARCH64]
[13:57:23.640]: [13:57:23.640]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SYSTEM_SLOT_DATA
[13:57:23.640]: [13:57:23.640]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.640]: [13:57:23.640]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.640]: [13:57:23.640]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SYSTEM_SLOT_CURRENT_USAGE
[13:57:23.641]: [13:57:23.640]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SYSTEM_SLOT_LENGTH
[13:57:23.641]: [13:57:23.640]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.641]: [13:57:23.640]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.641]: [13:57:23.641]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.641]: [13:57:23.641]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SLOT_CHARACTERISTICS
[13:57:23.641]: [13:57:23.641]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.642]: [13:57:23.642]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SLOT_CHARACTERISTICS_2
[13:57:23.642]: [13:57:23.642]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_ONBOARD_DEVICE_TYPE
[13:57:23.643]: [13:57:23.642]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SYSTEM_EVENT_LOG_TYPE
[13:57:23.643]: [13:57:23.642]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib\DEBUG\UefiShellNetwork1CommandsLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib\OUTPUT\UefiShellNetwork1CommandsLibStrDefs.hpk] files for module UefiShellNetwork1CommandsLib [AARCH64]
[13:57:23.643]: [13:57:23.642]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.643]: [13:57:23.643]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_EVENT_LOG_VAR_DATA_FORMAT
DEPEX[ArmVeNorFlashDxe] (+ArmVeNorFlashDxe) = ['(', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')']


DEPEX[ArmVeNorFlashDxe] (+DxePcdLib) = ['(', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']

















[13:57:23.645]: [13:57:23.643]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid

[13:57:23.645]: [13:57:23.643]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid

[13:57:23.645]: [13:57:23.643]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.645]: [13:57:23.644]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_POST_RESULTS_BITMAP
[13:57:23.645]: [13:57:23.644]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseSynchronizationLib\BaseSynchronizationLib.inf] [AARCH64]
[13:57:23.645]: [13:57:23.644]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid



[13:57:23.646]: [13:57:23.644]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.646]: [13:57:23.644]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.646]: [13:57:23.645]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_POST_RESULTS_SECOND_DWORD
[13:57:23.646]: [13:57:23.645]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.646]: [13:57:23.645]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\Drivers\NorFlashDxe\NorFlashDxe\DEBUG\AutoGen.h ArmVeNorFlashDxe.depex] files for module ArmVeNorFlashDxe [AARCH64]
[13:57:23.646]: [13:57:23.645]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SYSTEM_MANAGEMENT_TYPES
[13:57:23.646]: [13:57:23.645]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\DxeExtractGuidedSectionLib\DxeExtractGuidedSectionLib\DEBUG\AutoGen.h] files for module DxeExtractGuidedSectionLib [AARCH64]
[13:57:23.646]: [13:57:23.646]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.646]: [13:57:23.646]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_OEM_ASSIGNED
[13:57:23.647]: [13:57:23.646]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.647]: [13:57:23.646]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_RSVD_FOR_FUTURE_ASSIGN
[13:57:23.647]: [13:57:23.647]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_SYSTEM_MANAGEMENT_PROBE
[13:57:23.647]: [13:57:23.647]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.647]: [13:57:23.647]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_RSVD_FOR_FUTURE_ASSIGN
[13:57:23.648]: [13:57:23.647]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib\DEBUG\AutoGen.h] files for module CompilerIntrinsicsLib [AARCH64]
[13:57:23.648]: [13:57:23.647]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.648]: [13:57:23.648]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.648]: [13:57:23.648]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_PHYS_MEM_ARRAY_LOCATION
[13:57:23.649]: [13:57:23.648]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.649]: [13:57:23.648]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_PHYS_MEM_ARRAY_USE
[13:57:23.649]: [13:57:23.649]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.649]: [13:57:23.649]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_PHYS_MEM_ARRAY_ERROR
[13:57:23.649]: [13:57:23.649]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.650]: [13:57:23.649]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_DEVICE_FORM_FACTOR
[13:57:23.650]: [13:57:23.649]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib\DEBUG\AutoGen.h] files for module BaseStackCheckLib [AARCH64]
[13:57:23.650]: [13:57:23.650]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.650]: [13:57:23.650]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_DEVICE_TYPE
[13:57:23.650]: [13:57:23.650]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.651]: [13:57:23.650]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_DEVICE_TYPE_DETAIL
[13:57:23.651]: [13:57:23.651]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm.inf] [AARCH64]
[13:57:23.651]: [13:57:23.648]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmLib\ArmBaseLib.inf] [AARCH64]
[13:57:23.651]: [13:57:23.651]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.651]: [13:57:23.651]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_DEVICE_MEMORY_TECHNOLOGY
[13:57:23.652]: [13:57:23.651]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.652]: [13:57:23.652]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_DEVICE_MEM_OPER_MODE_CAPA
[13:57:23.652]: [13:57:23.652]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.652]: [13:57:23.652]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_ERROR_INFO
[13:57:23.652]: [13:57:23.652]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.653]: [13:57:23.652]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_ERROR_GRANULARITY
[13:57:23.653]: [13:57:23.653]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.653]: [13:57:23.653]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_ERROR_OP
[13:57:23.653]: [13:57:23.653]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.653]: [13:57:23.653]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_POINTING_DEVICE_TYPE
[13:57:23.653]: [13:57:23.653]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BaseSynchronizationLib\BaseSynchronizationLib\DEBUG\AutoGen.h] files for module BaseSynchronizationLib [AARCH64]
[13:57:23.654]: [13:57:23.653]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.654]: [13:57:23.653]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_POINTING_DEVICE_INTERFACE
[13:57:23.654]: [13:57:23.654]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_PORTABLE_BATT_DEV_CHEM
[13:57:23.654]: [13:57:23.654]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.654]: [13:57:23.654]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_VOLTAGE_PROBE_LOC
[13:57:23.655]: [13:57:23.655]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_VOLTAGE_PROBE_STATUS
[13:57:23.655]: [13:57:23.655]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Common\TableHelperLib\TableHelperLib.inf] [AARCH64]
[13:57:23.655]: [13:57:23.655]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_COOLING_DEV_STATUS
[13:57:23.655]: [13:57:23.655]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_COOLING_DEV_TYPE
[13:57:23.656]: [13:57:23.655]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_TEMP_PROBE
DEPEX[Udp4Dxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



[13:57:23.656]: [13:57:23.656]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Acpi\Arm\AcpiIortLibArm\AcpiIortLibArm\DEBUG\AutoGen.h] files for module AcpiIortLibArm [AARCH64]


[13:57:23.656]: [13:57:23.656]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_VOLTAGE_PROBE_LOC
[13:57:23.657]: [13:57:23.656]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.657]: [13:57:23.657]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.657]: [13:57:23.657]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_ELEC_PROBE_STATUS
[13:57:23.657]: [13:57:23.657]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePeCoffLib\BasePeCoffLib.inf] [AARCH64]
[13:57:23.657]: [13:57:23.657]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe.inf] [AARCH64]
[13:57:23.657]: [13:57:23.657]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Udp4Dxe\Udp4Dxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Udp4Dxe\Udp4Dxe\DEBUG\AutoGen.h Udp4Dxe.depex] files for module Udp4Dxe [AARCH64]
[13:57:23.658]: [13:57:23.657]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_ELEC_PROBE_LOC
Skipped d:\code\arm\edk2\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerStrings.uni for string token uses search
[13:57:23.658]: [13:57:23.658]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MANAGEMENT_DEV_TYPE
[13:57:23.658]: [13:57:23.658]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MANAGEMENT_DEV_ADDR_TYPE
[13:57:23.659]: [13:57:23.659]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MEM_CHANNEL_TYPE
[13:57:23.659]: [13:57:23.659]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_BMC_INTERFACE_TYPE
[13:57:23.660]: [13:57:23.660]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_MC_HOST_INTERFACE_TYPE
[13:57:23.660]: [13:57:23.660]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Common\TableHelperLib\TableHelperLib\DEBUG\AutoGen.h] files for module DynamicTableHelperLib [AARCH64]
[13:57:23.660]: [13:57:23.660]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_PROCESSOR_ARCH_TYPE
[13:57:23.661]: [13:57:23.661]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_QUERYTABLE_STRUCT_TYPE
[13:57:23.662]: [13:57:23.661]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\DxeServicesLib\DxeServicesLib\DEBUG\AutoGen.h] files for module DxeServicesLib [AARCH64]
[13:57:23.663]: [13:57:23.663]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.663]: [13:57:23.663]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe.inf] [AARCH64]
[13:57:23.663]: [13:57:23.662]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_MAIN_TITLE
[13:57:23.663]: [13:57:23.662]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BOOT_MAINT_MANAGER_HELP
[13:57:23.663]: [13:57:23.663]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.663]: [13:57:23.662]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_MAIN_TITLE
[13:57:23.663]: [13:57:23.663]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NONE
[13:57:23.664]: [13:57:23.663]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.664]: [13:57:23.663]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NONE
[13:57:23.664]: [13:57:23.664]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\RuntimeDxeReportStatusCodeLib\RuntimeDxeReportStatusCodeLib.inf] [AARCH64]
[13:57:23.664]: [13:57:23.664]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.664]: [13:57:23.664]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.665]: [13:57:23.664]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_SETUP_TITLE
[13:57:23.665]: [13:57:23.664]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_GOTO_MAIN
[13:57:23.665]: [13:57:23.665]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_LIBSMBIOSVIEW_CANNOT_GET_TABLE
[13:57:23.665]: [13:57:23.665]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_CANNOT_ACCESS_TABLE
[13:57:23.666]: [13:57:23.666]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_QUERY_STRUCT_COND
[13:57:23.666]: [13:57:23.665]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_GOTO_MAIN
[13:57:23.666]: [13:57:23.665]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_ADD_TITLE
[13:57:23.666]: [13:57:23.666]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_ADD_HELP
[13:57:23.666]: [13:57:23.666]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_DEL_TITLE
[13:57:23.666]: [13:57:23.666]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_QUERYTYPE_RANDOM
[13:57:23.667]: [13:57:23.667]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_IMMEDIATE_HELP
[13:57:23.667]: [13:57:23.667]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_CHG_TITLE
[13:57:23.667]: [13:57:23.667]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_QUERYTYPE
[13:57:23.668]: [13:57:23.667]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_IMMEDIATE_HELP
[13:57:23.668]: [13:57:23.668]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_QUERYHANDLE_RANDOM
[13:57:23.668]: [13:57:23.668]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_QUERYHANDLE
[13:57:23.668]: [13:57:23.668]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRIVER_SETUP_TITLE
[13:57:23.669]: [13:57:23.668]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_GOTO_MAIN
[13:57:23.669]: [13:57:23.668]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf] [AARCH64]
[13:57:23.669]: [13:57:23.669]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_SHOWTYPE
[13:57:23.669]: [13:57:23.669]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_TYPE_HANDLE_DUMP_STRUCT
[13:57:23.670]: [13:57:23.670]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_INDEX_LENGTH
[13:57:23.670]: [13:57:23.669]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_GOTO_MAIN
[13:57:23.670]: [13:57:23.669]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_GOTO_MAIN
[13:57:23.670]: [13:57:23.669]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRV_ADD_TITLE
[13:57:23.670]: [13:57:23.670]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRV_ADD_HELP
[13:57:23.671]: [13:57:23.670]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRV_DEL_TITLE
[13:57:23.671]: [13:57:23.670]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_NEXT_BOOT_HELP
[13:57:23.671]: [13:57:23.671]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRV_CHG_TITLE
[13:57:23.672]: [13:57:23.671]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_NEXT_BOOT_HELP
[13:57:23.672]: [13:57:23.672]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_ADD_DESC_TITLE
[13:57:23.673]: [13:57:23.672]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.673]: [13:57:23.670]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_ADDR
[13:57:23.673]: [13:57:23.673]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.673]: [13:57:23.673]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_CANNOT_ACCESS_TABLE
[13:57:23.673]: [13:57:23.673]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_QUERY_STRUCT_COND
[13:57:23.673]: [13:57:23.673]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.674]: [13:57:23.673]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_OPTION_DESC
[13:57:23.674]: [13:57:23.673]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.674]: [13:57:23.673]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_OPTIONAL_DATA
[13:57:23.674]: [13:57:23.673]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_QUERYTYPE_RANDOM
[13:57:23.674]: [13:57:23.673]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.674]: [13:57:23.673]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.674]: [13:57:23.673]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.674]: [13:57:23.674]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUnicodeCollationSupport.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.674]: [13:57:23.674]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.674]: [13:57:23.674]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.674]: [13:57:23.674]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_QUERYTYPE
[13:57:23.675]: [13:57:23.674]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.675]: [13:57:23.674]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe.inf] [AARCH64]
[13:57:23.675]: [13:57:23.674]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_QUERYHANDLE_RANDOM
[13:57:23.675]: [13:57:23.675]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.675]: [13:57:23.675]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_QUERYHANDLE
[13:57:23.675]: [13:57:23.675]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull.inf] [AARCH64]
[13:57:23.675]: [13:57:23.675]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_SHOWTYPE
[13:57:23.676]: [13:57:23.675]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.676]: [13:57:23.675]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.676]: [13:57:23.676]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_TYPE_HANDLE_DUMP_STRUCT
[13:57:23.676]: [13:57:23.676]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_INDEX_LENGTH
[13:57:23.677]: [13:57:23.677]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_ADDR
[13:57:23.677]: [13:57:23.674]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUnicodeCollation2Support.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.677]: [13:57:23.676]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.677]: [13:57:23.676]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.677]: [13:57:23.677]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.677]: [13:57:23.677]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_CANNOT_ACCESS_TABLE
[13:57:23.677]: [13:57:23.677]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.678]: [13:57:23.677]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.678]: [13:57:23.678]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_SMBIOS_TABLE
[13:57:23.678]: [13:57:23.678]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.678]: [13:57:23.678]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.678]: [13:57:23.678]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.678]: [13:57:23.678]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.679]: [13:57:23.678]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_OUT_OF_MEM
[13:57:23.679]: [13:57:23.678]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.679]: [13:57:23.678]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmMmuLib\ArmMmuBaseLib.inf] [AARCH64]
[13:57:23.679]: [13:57:23.679]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_CANNOT_ACCESS_TABLE
[13:57:23.679]: [13:57:23.679]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.679]: [13:57:23.679]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.680]: [13:57:23.679]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.680]: [13:57:23.679]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.680]: [13:57:23.680]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_SMBIOS_TABLE
[13:57:23.680]: [13:57:23.680]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.680]: [13:57:23.680]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_OUT_OF_MEM
[13:57:23.680]: [13:57:23.680]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.680]: [13:57:23.680]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf] [AARCH64]
[13:57:23.680]: [13:57:23.680]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.681]: [13:57:23.680]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.681]: [13:57:23.680]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.681]: [13:57:23.681]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.681]: [13:57:23.681]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_CANNOT_ACCESS_TABLE
[13:57:23.681]: [13:57:23.681]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.682]: [13:57:23.681]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.682]: [13:57:23.681]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.682]: [13:57:23.682]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_CANNOT_ACCESS_STATS
[13:57:23.682]: [13:57:23.682]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.682]: [13:57:23.682]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.682]: [13:57:23.682]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.683]: [13:57:23.683]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_INDEX
[13:57:23.683]: [13:57:23.682]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.683]: [13:57:23.682]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.683]: [13:57:23.683]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.683]: [13:57:23.683]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.683]: [13:57:23.683]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.683]: [13:57:23.683]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_TYPE
[13:57:23.684]: [13:57:23.683]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.684]: [13:57:23.684]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.684]: [13:57:23.684]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_HANDLE
[13:57:23.684]: [13:57:23.683]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.684]: [13:57:23.684]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.684]: [13:57:23.684]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.684]: [13:57:23.684]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.685]: [13:57:23.684]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_OFFSET
[13:57:23.685]: [13:57:23.684]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.685]: [13:57:23.685]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.685]: [13:57:23.685]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_LENGTH
[13:57:23.685]: [13:57:23.685]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\ArmMmuLib\ArmMmuBaseLib\DEBUG\AutoGen.h] files for module ArmMmuBaseLib [AARCH64]
[13:57:23.685]: [13:57:23.685]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.685]: [13:57:23.685]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_ENTER_CONTINUE
[13:57:23.686]: [13:57:23.685]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.686]: [13:57:23.685]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.686]: [13:57:23.686]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_CANNOT_ACCESS_TABLE
[13:57:23.686]: [13:57:23.686]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.686]: [13:57:23.686]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.686]: [13:57:23.686]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.686]: [13:57:23.686]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.687]: [13:57:23.686]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_CANNOT_ACCESS_STATS
[13:57:23.687]: [13:57:23.686]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\ArmPlatformStackLib\ArmPlatformStackLib.inf] [AARCH64]
[13:57:23.687]: [13:57:23.686]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.687]: [13:57:23.687]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSupportUpdateCapsuleReset.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.687]: [13:57:23.687]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_INDEX
[13:57:23.687]: [13:57:23.687]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.687]: [13:57:23.687]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.687]: [13:57:23.687]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSupportProcessCapsuleAtRuntime.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.688]: [13:57:23.687]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_TYPE
[13:57:23.688]: [13:57:23.685]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.688]: [13:57:23.687]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.688]: [13:57:23.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.688]: [13:57:23.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxSizeNonPopulateCapsule.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.688]: [13:57:23.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_HANDLE
[13:57:23.688]: [13:57:23.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
Skipped d:\code\arm\edk2\NetworkPkg\VlanConfigDxe\VlanConfigStrings.uni for string token uses search
[13:57:23.688]: [13:57:23.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.688]: [13:57:23.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxSizePopulateCapsule.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.689]: [13:57:23.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_OFFSET
[13:57:23.689]: [13:57:23.688]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.689]: [13:57:23.689]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.689]: [13:57:23.689]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_LENGTH
[13:57:23.689]: [13:57:23.689]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.690]: [13:57:23.689]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SMBIOSVIEW_SMBIOSVIEW_ENTER_CONTINUE
[13:57:23.690]: [13:57:23.689]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.690]: [13:57:23.689]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.690]: [13:57:23.689]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_FORM_SET_TITLE
[13:57:23.690]: [13:57:23.689]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_FORM_SET_TITLE_HELP
[13:57:23.690]: [13:57:23.690]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.690]: [13:57:23.690]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.690]: [13:57:23.690]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_SETSIZE
[13:57:23.691]: [13:57:23.690]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_FORM_TITLE
[13:57:23.691]: [13:57:23.690]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_CURRENT_SETTING
[13:57:23.691]: [13:57:23.691]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_COMP
DEPEX[EnglishDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



[13:57:23.691]: [13:57:23.691]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_CURRENT_SETTING_HELP
[13:57:23.691]: [13:57:23.690]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.691]: [13:57:23.691]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.692]: [13:57:23.691]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_MODE
[13:57:23.692]: [13:57:23.691]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_FORM_TITLE
[13:57:23.692]: [13:57:23.691]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.692]: [13:57:23.689]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdCapsuleInRamSupport.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.692]: [13:57:23.692]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.692]: [13:57:23.692]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_MEMMAP
[13:57:23.692]: [13:57:23.692]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.692]: [13:57:23.692]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_CREATE_VLAN
[13:57:23.692]: [13:57:23.692]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.692]: [13:57:23.692]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Disk\UnicodeCollation\EnglishDxe\EnglishDxe\DEBUG\AutoGen.h EnglishDxe.depex] files for module EnglishDxe [AARCH64]
[13:57:23.693]: [13:57:23.692]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_EFICOMPRESS
[13:57:23.693]: [13:57:23.692]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_VID_PROMPT
[13:57:23.693]: [13:57:23.692]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.693]: [13:57:23.693]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.693]: [13:57:23.693]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPlatformPkg\Library\ArmPlatformStackLib\ArmPlatformStackLib\DEBUG\AutoGen.h] files for module ArmPlatformStackLib [AARCH64]
[13:57:23.693]: [13:57:23.693]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_EFIDCOMPRESS
[13:57:23.693]: [13:57:23.693]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_VID_HELP
[13:57:23.693]: [13:57:23.693]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.694]: [13:57:23.693]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.694]: [13:57:23.693]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_DMEM
[13:57:23.694]: [13:57:23.694]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.694]: [13:57:23.693]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_PRIORITY_PROMPT
[13:57:23.694]: [13:57:23.694]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_PRIORITY_HELP
[13:57:23.694]: [13:57:23.694]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\BdsDxe\BdsDxe.inf] [AARCH64]
[13:57:23.694]: [13:57:23.694]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_LOAD_PCI_ROM
[13:57:23.694]: [13:57:23.694]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.694]: [13:57:23.694]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.695]: [13:57:23.694]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_ADD_VLAN_HELP
[13:57:23.695]: [13:57:23.694]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_MM
[13:57:23.695]: [13:57:23.694]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_ADD_VLAN_PROMPT
[13:57:23.695]: [13:57:23.695]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.695]: [13:57:23.695]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_NULL_STRING
[13:57:23.695]: [13:57:23.695]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_SETVAR
[13:57:23.695]: [13:57:23.695]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.696]: [13:57:23.695]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_VLAN_LIST
[13:57:23.696]: [13:57:23.696]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_SERMODE
[13:57:23.696]: [13:57:23.695]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.696]: [13:57:23.696]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.696]: [13:57:23.696]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_PCI
[13:57:23.697]: [13:57:23.696]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialDbgRegisterBase.gArmPlatformTokenSpaceGuid
[13:57:23.697]: [13:57:23.696]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_REMOVE_VLAN_HELP
[13:57:23.697]: [13:57:23.696]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_REMOVE_VLAN_PROMPT
[13:57:23.697]: [13:57:23.697]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.697]: [13:57:23.697]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_SMBIOSVIEW
[13:57:23.697]: [13:57:23.697]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialDbgUartBaudRate.gArmPlatformTokenSpaceGuid
[13:57:23.697]: [13:57:23.697]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.697]: [13:57:23.697]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_DMPSTORE
[13:57:23.698]: [13:57:23.697]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialDbgUartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.698]: [13:57:23.698]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.698]: [13:57:23.698]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_DBLK
[13:57:23.698]: [13:57:23.698]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.698]: [13:57:23.698]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_VLAN_LIST_HELP
[13:57:23.698]: [13:57:23.698]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.698]: [13:57:23.698]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInterrupt.gArmPlatformTokenSpaceGuid
[13:57:23.699]: [13:57:23.698]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_FORM_SET_TITLE_HELP
[13:57:23.699]: [13:57:23.699]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
DEPEX[RuntimeDxe] (+RuntimeDxe) = ['(', 'TRUE', ')']

[13:57:23.699]: [13:57:23.699]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_EDIT

DEPEX[RuntimeDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']












[13:57:23.700]: [13:57:23.699]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerHypIntrNum.gArmTokenSpaceGuid


[13:57:23.700]: [13:57:23.699]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VLAN_FORM_HELP


[13:57:23.701]: [13:57:23.699]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.701]: [13:57:23.699]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_HEXEDIT




[13:57:23.701]: [13:57:23.700]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid




[13:57:23.701]: [13:57:23.699]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.701]: [13:57:23.700]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:23.701]: [13:57:23.701]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Core\RuntimeDxe\RuntimeDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Core\RuntimeDxe\RuntimeDxe\DEBUG\AutoGen.h RuntimeDxe.depex] files for module RuntimeDxe [AARCH64]
[13:57:23.702]: [13:57:23.700]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerIntrNum.gArmTokenSpaceGuid
[13:57:23.702]: [13:57:23.700]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerSecIntrNum.gArmTokenSpaceGuid
[13:57:23.702]: [13:57:23.702]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.702]: [13:57:23.702]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerVirtIntrNum.gArmTokenSpaceGuid
[13:57:23.703]: [13:57:23.702]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.703]: [13:57:23.703]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdGenericWatchdogControlBase.gArmTokenSpaceGuid
[13:57:23.703]: [13:57:23.703]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.703]: [13:57:23.703]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf] [AARCH64]
[13:57:23.704]: [13:57:23.703]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.704]: [13:57:23.703]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdGenericWatchdogEl2IntrNum.gArmTokenSpaceGuid
[13:57:23.704]: [13:57:23.703]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdGenericWatchdogRefreshBase.gArmTokenSpaceGuid
[13:57:23.704]: [13:57:23.704]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.705]: [13:57:23.704]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdGicDistributorBase.gArmTokenSpaceGuid
[13:57:23.705]: [13:57:23.704]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdGicInterruptInterfaceBase.gArmTokenSpaceGuid
[13:57:23.705]: [13:57:23.704]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
DEPEX[VlanConfigDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





[13:57:23.706]: [13:57:23.705]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdGicRedistributorsBase.gArmTokenSpaceGuid
[13:57:23.706]: [13:57:23.705]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.706]: [13:57:23.706]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.707]: [13:57:23.706]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.707]: [13:57:23.707]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\VlanConfigDxe\VlanConfigDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\VlanConfigDxe\VlanConfigDxe\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\VlanConfigDxe\VlanConfigDxe\DEBUG\VlanConfigDxeStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\VlanConfigDxe\VlanConfigDxe\OUTPUT\VlanConfigDxeStrDefs.hpk VlanConfigDxe.depex] files for module VlanConfigDxe [AARCH64]
[13:57:23.707]: [13:57:23.706]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.707]: [13:57:23.706]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciExpressBaseAddress.gEfiMdePkgTokenSpaceGuid
[13:57:23.707]: [13:57:23.706]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciExpressBaseSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.707]: [13:57:23.707]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciBusMin.gArmTokenSpaceGuid
DEPEX[CapsuleRuntimeDxe] (+CapsuleRuntimeDxe) = ['(', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', ')']



DEPEX[CapsuleRuntimeDxe] (+DxePcdLib) = ['(', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']


















[13:57:23.709]: [13:57:23.708]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.709]: [13:57:23.708]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.709]: [13:57:23.709]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\CapsuleRuntimeDxe\CapsuleRuntimeDxe\DEBUG\AutoGen.h CapsuleRuntimeDxe.depex] files for module CapsuleRuntimeDxe [AARCH64]
[13:57:23.709]: [13:57:23.708]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.710]: [13:57:23.709]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SAVE_AND_EXIT
[13:57:23.710]: [13:57:23.709]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SAVE_AND_EXIT
[13:57:23.712]: [13:57:23.710]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SAVE_AND_EXIT
[13:57:23.712]: [13:57:23.710]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SAVE_AND_EXIT
[13:57:23.712]: [13:57:23.711]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_DEL_TITLE
[13:57:23.712]: [13:57:23.711]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_CHG_TITLE
[13:57:23.712]: [13:57:23.711]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRV_ADD_TITLE
[13:57:23.712]: [13:57:23.712]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_GOTO_MAIN
[13:57:23.712]: [13:57:23.712]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_GOTO_MAIN
[13:57:23.713]: [13:57:23.713]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRV_ADD_FILE_TITLE
[13:57:23.713]: [13:57:23.708]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciBusMax.gArmTokenSpaceGuid
[13:57:23.713]: [13:57:23.713]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.714]: [13:57:23.713]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRV_ADD_FILE_TITLE
[13:57:23.714]: [13:57:23.714]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRV_ADD_DESC_TITLE
[13:57:23.714]: [13:57:23.714]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.714]: [13:57:23.714]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.714]: [13:57:23.714]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.715]: [13:57:23.715]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.715]: [13:57:23.715]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_OPTION_DESC
[13:57:23.715]: [13:57:23.715]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.715]: [13:57:23.715]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.715]: [13:57:23.715]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.716]: [13:57:23.715]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_OPTIONAL_DATA
[13:57:23.716]: [13:57:23.716]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.716]: [13:57:23.716]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.716]: [13:57:23.716]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.716]: [13:57:23.716]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe.inf] [AARCH64]
[13:57:23.716]: [13:57:23.716]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_OPTION_FORCE_RECON
[13:57:23.717]: [13:57:23.716]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.717]: [13:57:23.716]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_OPTION_FORCE_RECON
[13:57:23.717]: [13:57:23.717]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.717]: [13:57:23.717]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.717]: [13:57:23.717]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.717]: [13:57:23.717]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SAVE_AND_EXIT
[13:57:23.717]: [13:57:23.717]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.718]: [13:57:23.717]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SAVE_AND_EXIT
[13:57:23.718]: [13:57:23.718]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.718]: [13:57:23.718]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SAVE_AND_EXIT
[13:57:23.718]: [13:57:23.718]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.718]: [13:57:23.718]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SAVE_AND_EXIT
[13:57:23.718]: [13:57:23.718]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.719]: [13:57:23.719]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRV_DEL_TITLE
[13:57:23.719]: [13:57:23.719]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.719]: [13:57:23.719]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRV_CHG_TITLE
[13:57:23.719]: [13:57:23.719]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.719]: [13:57:23.719]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_CON_MAIN_TITLE
[13:57:23.720]: [13:57:23.719]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.720]: [13:57:23.720]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_GOTO_MAIN
[13:57:23.720]: [13:57:23.720]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.720]: [13:57:23.720]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_GOTO_MAIN
[13:57:23.720]: [13:57:23.720]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.720]: [13:57:23.720]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_CON_IN_TITLE
[13:57:23.721]: [13:57:23.720]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.721]: [13:57:23.720]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\PrePiExtractGuidedSectionLib\PrePiExtractGuidedSectionLib.inf] [AARCH64]
[13:57:23.721]: [13:57:23.721]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_CON_IN_HELP
[13:57:23.721]: [13:57:23.721]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.721]: [13:57:23.720]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf] [AARCH64]
[13:57:23.721]: [13:57:23.721]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.721]: [13:57:23.721]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_CON_OUT_TITLE
[13:57:23.723]: [13:57:23.722]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.723]: [13:57:23.722]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.723]: [13:57:23.722]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSystemMemoryBase.gArmTokenSpaceGuid
[13:57:23.723]: [13:57:23.722]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSystemMemorySize.gArmTokenSpaceGuid
[13:57:23.723]: [13:57:23.723]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFvBaseAddress.gArmTokenSpaceGuid
[13:57:23.724]: [13:57:23.722]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_CON_OUT_HELP
[13:57:23.724]: [13:57:23.722]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_STD_ERR_TITLE
[13:57:23.724]: [13:57:23.722]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_STD_ERR_HELP
[13:57:23.724]: [13:57:23.723]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_MODE_TITLE
[13:57:23.724]: [13:57:23.723]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_MODE_HELP
[13:57:23.724]: [13:57:23.723]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_COM_TITLE
[13:57:23.724]: [13:57:23.724]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmPrimaryCoreMask.gArmTokenSpaceGuid
[13:57:23.725]: [13:57:23.724]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmPrimaryCore.gArmTokenSpaceGuid
[13:57:23.725]: [13:57:23.724]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\UefiSortLib\UefiSortLib\DEBUG\AutoGen.h] files for module UefiSortLib [AARCH64]
[13:57:23.725]: [13:57:23.724]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_COM_HELP
[13:57:23.726]: [13:57:23.725]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_MODE_TITLE
[13:57:23.726]: [13:57:23.725]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdCoreCount.gArmPlatformTokenSpaceGuid
[13:57:23.727]: [13:57:23.725]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_COM_TITLE
[13:57:23.727]: [13:57:23.725]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CON_COM_SETUP
[13:57:23.727]: [13:57:23.726]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_ADD_TITLE
[13:57:23.727]: [13:57:23.725]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmLcdDdrFrameBufferBase.gArmPlatformTokenSpaceGuid
[13:57:23.727]: [13:57:23.726]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Library\PrePiExtractGuidedSectionLib\PrePiExtractGuidedSectionLib\DEBUG\AutoGen.h] files for module PrePiExtractGuidedSectionLib [AARCH64]
[13:57:23.727]: [13:57:23.726]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_ADD_TITLE
[13:57:23.727]: [13:57:23.725]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmLcdDdrFrameBufferSize.gArmPlatformTokenSpaceGuid
[13:57:23.727]: [13:57:23.726]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmMaliDpBase.gArmPlatformTokenSpaceGuid
[13:57:23.727]: [13:57:23.726]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmMaliDpMemoryRegionLength.gArmPlatformTokenSpaceGuid
[13:57:23.727]: [13:57:23.726]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRV_ADD_HANDLE_TITLE
[13:57:23.727]: [13:57:23.727]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciMmio32Base.gArmTokenSpaceGuid
[13:57:23.728]: [13:57:23.727]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DxeCorePerformanceLib\DxeCorePerformanceLib\DEBUG\AutoGen.h] files for module DxeCorePerformanceLib [AARCH64]
[13:57:23.728]: [13:57:23.727]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe.inf] [AARCH64]
[13:57:23.728]: [13:57:23.727]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciMmio32Size.gArmTokenSpaceGuid
[13:57:23.728]: [13:57:23.727]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciMmio64Base.gArmTokenSpaceGuid
[13:57:23.728]: [13:57:23.727]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRV_ADD_DESC_TITLE
[13:57:23.728]: [13:57:23.726]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf] [AARCH64]
[13:57:23.729]: [13:57:23.729]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf] [AARCH64]
[13:57:23.733]: [13:57:23.728]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_CON_IN_TITLE
[13:57:23.734]: [13:57:23.728]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_CON_OUT_TITLE
[13:57:23.734]: [13:57:23.728]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_STD_ERR_TITLE
[13:57:23.734]: [13:57:23.729]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NONE
[13:57:23.734]: [13:57:23.730]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NONE
[13:57:23.734]: [13:57:23.730]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BOOT_NEXT
[13:57:23.734]: [13:57:23.730]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BOOT_NEXT_HELP
[13:57:23.734]: [13:57:23.731]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NUM_AUTO_BOOT
[13:57:23.734]: [13:57:23.731]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HLP_AUTO_BOOT
[13:57:23.734]: [13:57:23.732]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_SETUP_TITLE
[13:57:23.734]: [13:57:23.732]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_BOOT_SETUP_HELP
[13:57:23.734]: [13:57:23.733]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRIVER_SETUP_TITLE
[13:57:23.734]: [13:57:23.733]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_DRIVER_SETUP_HELP
[13:57:23.735]: [13:57:23.734]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_CON_MAIN_TITLE
[13:57:23.735]: [13:57:23.734]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_CON_MAIN_HELP
[13:57:23.735]: [13:57:23.729]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\DynamicCommand\TftpDynamicCommand\TftpDynamicCommand.inf] [AARCH64]
[13:57:23.735]: [13:57:23.728]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPciMmio64Size.gArmTokenSpaceGuid
DEPEX[ConfigurationManagerDxe] (+ConfigurationManagerDxe) = ['(', 'TRUE', ')']

DEPEX[ConfigurationManagerDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']



[13:57:23.735]: [13:57:23.735]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BOOT_FROM_FILE











[13:57:23.736]: [13:57:23.735]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_BOOT_FROM_FILE_HELP








[13:57:23.737]: [13:57:23.736]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.737]: [13:57:23.731]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.737]: [13:57:23.731]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:23.738]: [13:57:23.731]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\ConfigurationManager\ConfigurationManagerDxe\ConfigurationManagerDxe\DEBUG\AutoGen.h ConfigurationManagerDxe.depex] files for module ConfigurationManagerDxe [AARCH64]
[13:57:23.738]: [13:57:23.736]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MISSING_STRING
[13:57:23.738]: [13:57:23.737]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MISSING_STRING
[13:57:23.740]: [13:57:23.739]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_TYPE_0
[13:57:23.740]: [13:57:23.740]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_TYPE_1
[13:57:23.740]: [13:57:23.740]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_TYPE_2
[13:57:23.741]: [13:57:23.740]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_TYPE_3
[13:57:23.741]: [13:57:23.741]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_TYPE_4
[13:57:23.741]: [13:57:23.741]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_TYPE_5
[13:57:23.742]: [13:57:23.742]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_TYPE_6
[13:57:23.742]: [13:57:23.742]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_TYPE_7
[13:57:23.742]: [13:57:23.732]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxePerformanceLib\DxePerformanceLib.inf] [AARCH64]
[13:57:23.742]: [13:57:23.742]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_TYPE_8
[13:57:23.743]: [13:57:23.737]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf] [AARCH64]
[13:57:23.743]: [13:57:23.742]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf] [AARCH64]
[13:57:23.743]: [13:57:23.743]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NONE_FLOW_CONTROL
[13:57:23.743]: [13:57:23.743]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HARDWARE_FLOW_CONTROL
[13:57:23.744]: [13:57:23.744]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_0
[13:57:23.744]: [13:57:23.744]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_1
[13:57:23.745]: [13:57:23.744]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_2
[13:57:23.745]: [13:57:23.745]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_3
[13:57:23.746]: [13:57:23.745]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_4
[13:57:23.746]: [13:57:23.743]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiFileHandleLib\UefiFileHandleLib.inf] [AARCH64]
[13:57:23.746]: [13:57:23.746]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_5
[13:57:23.747]: [13:57:23.747]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_6
[13:57:23.747]: [13:57:23.747]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_7
[13:57:23.748]: [13:57:23.747]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_8
[13:57:23.748]: [13:57:23.748]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_9
[13:57:23.748]: [13:57:23.748]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_10
[13:57:23.749]: [13:57:23.749]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_11
[13:57:23.749]: [13:57:23.749]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_12
[13:57:23.749]: [13:57:23.749]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_13
[13:57:23.750]: [13:57:23.750]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_14
[13:57:23.750]: [13:57:23.749]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLib\UefiShellLib.inf] [AARCH64]
[13:57:23.750]: [13:57:23.750]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_15
[13:57:23.750]: [13:57:23.750]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_16
[13:57:23.751]: [13:57:23.750]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull.inf] [AARCH64]
[13:57:23.751]: [13:57:23.751]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_17
[13:57:23.751]: [13:57:23.751]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE_18
[13:57:23.751]: [13:57:23.751]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_DATA_BITS_0
[13:57:23.752]: [13:57:23.752]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_DATA_BITS_1
[13:57:23.752]: [13:57:23.752]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_DATA_BITS_2
[13:57:23.752]: [13:57:23.752]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_DATA_BITS_3
[13:57:23.753]: [13:57:23.753]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_PAR_0
[13:57:23.753]: [13:57:23.753]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_PAR_1
[13:57:23.753]: [13:57:23.753]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_PAR_2
[13:57:23.754]: [13:57:23.754]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_PAR_3
[13:57:23.754]: [13:57:23.754]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdGenericWatchdogControlBase.gArmTokenSpaceGuid
[13:57:23.754]: [13:57:23.754]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_PAR_4
[13:57:23.754]: [13:57:23.754]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdGenericWatchdogRefreshBase.gArmTokenSpaceGuid
[13:57:23.755]: [13:57:23.754]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_STOP_BITS_0
[13:57:23.755]: [13:57:23.755]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_STOP_BITS_1
[13:57:23.755]: [13:57:23.755]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_STOP_BITS_2
[13:57:23.756]: [13:57:23.755]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\BootLogoLib\BootLogoLib.inf] [AARCH64]
[13:57:23.756]: [13:57:23.756]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_GOTO_MAIN
[13:57:23.757]: [13:57:23.756]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_FORM_GOTO_MAIN
[13:57:23.757]: [13:57:23.757]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\MnpDxe\MnpDxe.inf] [AARCH64]
[13:57:23.757]: [13:57:23.757]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.757]: [13:57:23.757]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SAVE_AND_EXIT
[13:57:23.758]: [13:57:23.758]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.758]: [13:57:23.755]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdGenericWatchdogEl2IntrNum.gArmTokenSpaceGuid
[13:57:23.758]: [13:57:23.758]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SAVE_AND_EXIT
[13:57:23.759]: [13:57:23.759]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.759]: [13:57:23.759]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.759]: [13:57:23.759]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.759]: [13:57:23.759]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.760]: [13:57:23.760]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.760]: [13:57:23.760]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.760]: [13:57:23.760]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.761]: [13:57:23.760]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_OPTION_DESC
[13:57:23.761]: [13:57:23.760]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.761]: [13:57:23.761]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.761]: [13:57:23.761]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.762]: [13:57:23.761]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_OPTION_FORCE_RECON
[13:57:23.762]: [13:57:23.762]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.762]: [13:57:23.762]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_OPTION_FORCE_RECON
[13:57:23.763]: [13:57:23.762]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.763]: [13:57:23.762]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_OPTIONAL_DATA
[13:57:23.763]: [13:57:23.763]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.763]: [13:57:23.763]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.764]: [13:57:23.763]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.764]: [13:57:23.764]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CHANGE_ORDER
[13:57:23.764]: [13:57:23.764]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.764]: [13:57:23.764]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CHANGE_ORDER
[13:57:23.765]: [13:57:23.764]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.765]: [13:57:23.765]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CON_MODE_SETUP
[13:57:23.765]: [13:57:23.765]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.765]: [13:57:23.765]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CON_MODE_SETUP
[13:57:23.766]: [13:57:23.765]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.766]: [13:57:23.766]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE
[13:57:23.766]: [13:57:23.766]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.766]: [13:57:23.766]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_BAUD_RATE
[13:57:23.767]: [13:57:23.767]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_DATA_BITS
[13:57:23.767]: [13:57:23.767]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.767]: [13:57:23.767]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.767]: [13:57:23.767]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_DATA_BITS
[13:57:23.768]: [13:57:23.768]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_PARITY
[13:57:23.768]: [13:57:23.768]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.768]: [13:57:23.768]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.768]: [13:57:23.768]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_PARITY
[13:57:23.769]: [13:57:23.769]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_STOP_BITS
[13:57:23.769]: [13:57:23.769]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.769]: [13:57:23.769]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.769]: [13:57:23.757]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLib\BaseMemoryLib.inf] [AARCH64]
[13:57:23.769]: [13:57:23.769]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_STOP_BITS
[13:57:23.770]: [13:57:23.768]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.770]: [13:57:23.768]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.770]: [13:57:23.769]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.770]: [13:57:23.769]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.770]: [13:57:23.769]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.770]: [13:57:23.770]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.770]: [13:57:23.770]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_TERMI_TYPE
[13:57:23.770]: [13:57:23.770]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.770]: [13:57:23.770]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.770]: [13:57:23.770]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_TERMI_TYPE
[13:57:23.771]: [13:57:23.771]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.771]: [13:57:23.771]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_FLOW_CONTROL
[13:57:23.771]: [13:57:23.771]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.772]: [13:57:23.771]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_COM_FLOW_CONTROL
[13:57:23.772]: [13:57:23.770]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.772]: [13:57:23.771]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.772]: [13:57:23.771]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.772]: [13:57:23.771]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.772]: [13:57:23.772]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.772]: [13:57:23.772]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.772]: [13:57:23.772]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NULL_STRING
[13:57:23.772]: [13:57:23.772]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.773]: [13:57:23.772]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.773]: [13:57:23.773]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.773]: [13:57:23.773]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.775]: [13:57:23.772]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmArchTimerLib\ArmArchTimerLib.inf] [AARCH64]
[13:57:23.775]: [13:57:23.761]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiBootManagerLib\UefiBootManagerLib.inf] [AARCH64]
DEPEX[GenericWatchdogDxe] (+GenericWatchdogDxe) = ['(', '{ 0x32898322, 0x2da1, 0x474a, { 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }', ')']

DEPEX[GenericWatchdogDxe] (+DxePcdLib) = ['(', '{ 0x32898322, 0x2da1, 0x474a, { 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']





















[13:57:23.778]: [13:57:23.774]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.778]: [13:57:23.774]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.778]: [13:57:23.774]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.778]: [13:57:23.774]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.778]: [13:57:23.775]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.778]: [13:57:23.775]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.778]: [13:57:23.776]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.778]: [13:57:23.776]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.778]: [13:57:23.777]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.779]: [13:57:23.777]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.779]: [13:57:23.777]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.779]: [13:57:23.775]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf] [AARCH64]
[13:57:23.779]: [13:57:23.778]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x32898322, 0x2da1, 0x474a, { 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.779]: [13:57:23.778]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.779]: [13:57:23.779]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.779]: [13:57:23.779]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x32898322, 0x2da1, 0x474a, { 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.780]: [13:57:23.780]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\GenericWatchdogDxe\GenericWatchdogDxe\DEBUG\AutoGen.h GenericWatchdogDxe.depex] files for module GenericWatchdogDxe [AARCH64]
[13:57:23.780]: [13:57:23.778]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseSafeIntLib\BaseSafeIntLib.inf] [AARCH64]
[13:57:23.783]: [13:57:23.782]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf] [AARCH64]
[13:57:23.784]: [13:57:23.784]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\VarCheckLib\VarCheckLib.inf] [AARCH64]
[13:57:23.785]: [13:57:23.785]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyHelperLib\VariablePolicyHelperLib.inf] [AARCH64]
[13:57:23.787]: [13:57:23.779]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.788]: [13:57:23.780]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.788]: [13:57:23.780]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiFileHandleLibPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.788]: [13:57:23.780]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellLibAutoInitialize.gEfiShellPkgTokenSpaceGuid
[13:57:23.788]: [13:57:23.781]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellPrintBufferSize.gEfiShellPkgTokenSpaceGuid
Skipped d:\code\arm\edk2\ShellPkg\DynamicCommand\TftpDynamicCommand\Tftp.uni for string token uses search
[13:57:23.789]: [13:57:23.789]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.789]: [13:57:23.789]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseSynchronizationLib\BaseSynchronizationLib.inf] [AARCH64]
[13:57:23.790]: [13:57:23.789]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.790]: [13:57:23.790]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.790]: [13:57:23.790]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.791]: [13:57:23.790]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\PlatformBootManagerLib\PlatformBootManagerLib.inf] [AARCH64]
[13:57:23.791]: [13:57:23.791]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.791]: [13:57:23.791]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.792]: [13:57:23.791]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.792]: [13:57:23.792]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TFTP_ERR_NO_NIC
[13:57:23.792]: [13:57:23.792]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe.inf] [AARCH64]
[13:57:23.794]: [13:57:23.792]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TFTP_ERR_NIC_NAME
[13:57:23.794]: [13:57:23.793]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib\DEBUG\BootMaintenanceManagerUiLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\BootMaintenanceManagerUiLib\BootMaintenanceManagerUiLib\OUTPUT\BootMaintenanceManagerUiLibStrDefs.hpk] files for module BootMaintenanceManagerUiLib [AARCH64]
[13:57:23.794]: [13:57:23.793]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TFTP_ERR_OPEN_PROTOCOL
[13:57:23.794]: [13:57:23.793]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TFTP_ERR_CONFIGURE
[13:57:23.794]: [13:57:23.793]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TFTP_ERR_FILE_SIZE
[13:57:23.794]: [13:57:23.793]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TFTP_ERR_DOWNLOAD
[13:57:23.794]: [13:57:23.794]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TFTP_ERR_NIC_NOT_FOUND
[13:57:23.795]: [13:57:23.794]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.795]: [13:57:23.795]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TFTP_DOWNLOADING
[13:57:23.795]: [13:57:23.795]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib\DEBUG\AutoGen.h] files for module UefiRuntimeServicesTableLib [AARCH64]
[13:57:23.796]: [13:57:23.795]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.799]: [13:57:23.796]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf] [AARCH64]
[13:57:23.799]: [13:57:23.797]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeServicesTableLib\DxeServicesTableLib.inf] [AARCH64]
[13:57:23.803]: [13:57:23.800]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.803]: [13:57:23.800]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.803]: [13:57:23.800]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.803]: [13:57:23.801]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.803]: [13:57:23.801]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.803]: [13:57:23.801]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.803]: [13:57:23.802]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.803]: [13:57:23.802]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.804]: [13:57:23.802]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.804]: [13:57:23.803]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.805]: [13:57:23.805]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeServicesLib\DxeServicesLib.inf] [AARCH64]
[13:57:23.806]: [13:57:23.803]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Library\DxeDpcLib\DxeDpcLib\DEBUG\AutoGen.h] files for module DxeDpcLib [AARCH64]
[13:57:23.806]: [13:57:23.804]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyHelperLib\VariablePolicyHelperLib.inf] [AARCH64]
[13:57:23.806]: [13:57:23.803]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeHobLib\DxeHobLib.inf] [AARCH64]
[13:57:23.806]: [13:57:23.796]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_CRLF
[13:57:23.806]: [13:57:23.796]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_CRLF
[13:57:23.806]: [13:57:23.797]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TFTP_ERR_WRITE
[13:57:23.806]: [13:57:23.797]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_TFTP
[13:57:23.808]: [13:57:23.804]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.808]: [13:57:23.804]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.808]: [13:57:23.805]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.808]: [13:57:23.805]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.808]: [13:57:23.805]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
DEPEX[tftpDynamicCommand] (+tftpDynamicCommand) = ['(', 'TRUE', ')']
[13:57:23.809]: [13:57:23.806]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid

[13:57:23.809]: [13:57:23.806]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
DEPEX[tftpDynamicCommand] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']
[13:57:23.809]: [13:57:23.806]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid

[13:57:23.809]: [13:57:23.807]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid

[13:57:23.809]: [13:57:23.807]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid

[13:57:23.809]: [13:57:23.807]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid

[13:57:23.810]: [13:57:23.808]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid

[13:57:23.810]: [13:57:23.808]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.810]: [13:57:23.809]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid





[13:57:23.810]: [13:57:23.809]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid





DEPEX[tftpDynamicCommand] (+UefiHiiServicesLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')', 'AND', '(', '{0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}', 'AND', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')']
[13:57:23.811]: [13:57:23.809]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid



[13:57:23.811]: [13:57:23.810]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\VariablePolicyHelperLib\VariablePolicyHelperLib\DEBUG\AutoGen.h] files for module VariablePolicyHelperLib [AARCH64]


[13:57:23.811]: [13:57:23.810]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid





[13:57:23.812]: [13:57:23.809]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    PUSH {0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}
    PUSH {0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}
    PUSH {0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}
    AND
    AND
    AND
    AND
    END
[13:57:23.812]: [13:57:23.811]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseUefiDecompressLib\BaseUefiDecompressLib.inf] [AARCH64]
[13:57:23.812]: [13:57:23.809]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    PUSH {0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}
    PUSH {0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}
    PUSH {0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}
    AND
    AND
    AND
    END
[13:57:23.812]: [13:57:23.810]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.uni for string token uses search
[13:57:23.812]: [13:57:23.810]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\DynamicCommand\TftpDynamicCommand\TftpDynamicCommand\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\DynamicCommand\TftpDynamicCommand\TftpDynamicCommand\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\DynamicCommand\TftpDynamicCommand\TftpDynamicCommand\DEBUG\tftpDynamicCommandStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\DynamicCommand\TftpDynamicCommand\TftpDynamicCommand\OUTPUT\tftpDynamicCommandStrDefs.hpk tftpDynamicCommand.depex] files for module tftpDynamicCommand [AARCH64]
[13:57:23.812]: [13:57:23.812]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeSecurityManagementLib\DxeSecurityManagementLib.inf] [AARCH64]
DEPEX[MnpDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





[13:57:23.813]: [13:57:23.813]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.814]: [13:57:23.813]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.814]: [13:57:23.814]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.814]: [13:57:23.814]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ATTRIB_OUTPUT_LINE
[13:57:23.814]: [13:57:23.814]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.815]: [13:57:23.814]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\MnpDxe\MnpDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\MnpDxe\MnpDxe\DEBUG\AutoGen.h MnpDxe.depex] files for module MnpDxe [AARCH64]
[13:57:23.815]: [13:57:23.815]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_CLOSE_FAIL
[13:57:23.815]: [13:57:23.815]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CON
[13:57:23.816]: [13:57:23.815]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.816]: [13:57:23.814]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\TpmMeasurementLibNull\TpmMeasurementLibNull.inf] [AARCH64]
[13:57:23.816]: [13:57:23.816]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.816]: [13:57:23.816]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BaseUefiDecompressLib\BaseUefiDecompressLib\DEBUG\AutoGen.h] files for module BaseUefiDecompressLib [AARCH64]
[13:57:23.817]: [13:57:23.816]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_AD
[13:57:23.817]: [13:57:23.817]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_AD
[13:57:23.817]: [13:57:23.817]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf] [AARCH64]
[13:57:23.818]: [13:57:23.817]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_CLOSE_FAIL
[13:57:23.818]: [13:57:23.817]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\ArmGic\ArmGicDxe.inf] [AARCH64]
[13:57:23.818]: [13:57:23.818]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.819]: [13:57:23.819]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.819]: [13:57:23.819]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_CWD
[13:57:23.820]: [13:57:23.819]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\AuthVariableLibNull\AuthVariableLibNull.inf] [AARCH64]
[13:57:23.820]: [13:57:23.820]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CD_PRINT
[13:57:23.820]: [13:57:23.820]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CD_NF
[13:57:23.821]: [13:57:23.821]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NOT_DIR
[13:57:23.822]: [13:57:23.822]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_DIR_NF
[13:57:23.823]: [13:57:23.822]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_DEST_EXIST_OVR
[13:57:23.823]: [13:57:23.823]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CP_DEST_DIR_FAIL
[13:57:23.823]: [13:57:23.823]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CP_DEST_OPEN_FAIL
[13:57:23.824]: [13:57:23.823]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CP_SRC_OPEN_FAIL
[13:57:23.824]: [13:57:23.824]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_CPY_FAIL
[13:57:23.824]: [13:57:23.824]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.825]: [13:57:23.824]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyLib\VariablePolicyLibRuntimeDxe.inf] [AARCH64]
[13:57:23.825]: [13:57:23.825]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_CPY_WRITE_ERROR
[13:57:23.825]: [13:57:23.825]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_CPY_READ_ERROR
[13:57:23.825]: [13:57:23.825]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NOT_DIR
[13:57:23.826]: [13:57:23.826]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CP_DIR_REQ
[13:57:23.826]: [13:57:23.826]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NOT_DIR
[13:57:23.826]: [13:57:23.826]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CP_OUTPUT
[13:57:23.827]: [13:57:23.826]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiVariableDefaultLangDeprecate.gEfiMdePkgTokenSpaceGuid
[13:57:23.827]: [13:57:23.827]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_RES_OK
[13:57:23.827]: [13:57:23.827]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_DIR_NF
[13:57:23.827]: [13:57:23.827]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiVariableDefaultLangCodes.gEfiMdePkgTokenSpaceGuid
[13:57:23.828]: [13:57:23.827]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_DIR_NF
[13:57:23.828]: [13:57:23.827]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiVariableDefaultLang.gEfiMdePkgTokenSpaceGuid
[13:57:23.828]: [13:57:23.827]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePciLibPciExpress\BasePciLibPciExpress.inf] [AARCH64]
[13:57:23.828]: [13:57:23.828]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_DIR_NF
[13:57:23.828]: [13:57:23.828]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiVariableDefaultPlatformLangCodes.gEfiMdePkgTokenSpaceGuid
[13:57:23.828]: [13:57:23.828]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CP_DIR_WNF
[13:57:23.829]: [13:57:23.828]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiVariableDefaultPlatformLang.gEfiMdePkgTokenSpaceGuid
[13:57:23.829]: [13:57:23.829]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CP_SD_PARENT
[13:57:23.829]: [13:57:23.829]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdHardwareErrorRecordLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.829]: [13:57:23.829]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CP_SD_SAME
[13:57:23.830]: [13:57:23.829]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CP_SD_SAME
[13:57:23.830]: [13:57:23.830]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_MARG_ERROR
[13:57:23.830]: [13:57:23.830]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CP_DEST_ERROR
[13:57:23.831]: [13:57:23.830]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyHelperLib\VariablePolicyHelperLib.inf] [AARCH64]
[13:57:23.831]: [13:57:23.830]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.831]: [13:57:23.830]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Drivers\ArmGic\ArmGicLib.inf] [AARCH64]
[13:57:23.831]: [13:57:23.831]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.832]: [13:57:23.831]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_CWD
[13:57:23.832]: [13:57:23.832]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_NF
[13:57:23.833]: [13:57:23.832]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.833]: [13:57:23.833]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BasePciLibPciExpress\BasePciLibPciExpress\DEBUG\AutoGen.h] files for module BasePciLibPciExpress [AARCH64]
[13:57:23.833]: [13:57:23.833]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_NF
[13:57:23.833]: [13:57:23.833]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_FILE
[13:57:23.834]: [13:57:23.833]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeCoreEntryPoint\DxeCoreEntryPoint.inf] [AARCH64]
[13:57:23.834]: [13:57:23.834]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.834]: [13:57:23.834]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Universal\MmcDxe\MmcDxe.inf] [AARCH64]
[13:57:23.834]: [13:57:23.829]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPlatformBootTimeOut.gEfiMdePkgTokenSpaceGuid
[13:57:23.835]: [13:57:23.834]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_NOT_IMAGE
[13:57:23.835]: [13:57:23.834]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.835]: [13:57:23.835]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_NOT_DRIVER
[13:57:23.835]: [13:57:23.835]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.836]: [13:57:23.836]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_ERROR
[13:57:23.836]: [13:57:23.836]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.838]: [13:57:23.837]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LOAD_LOADED
[13:57:23.838]: [13:57:23.838]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.839]: [13:57:23.839]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.839]: [13:57:23.839]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.840]: [13:57:23.839]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.840]: [13:57:23.840]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\DxeCoreEntryPoint\DxeCoreEntryPoint\DEBUG\AutoGen.h] files for module DxeCoreEntryPoint [AARCH64]
[13:57:23.840]: [13:57:23.840]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.840]: [13:57:23.840]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.841]: [13:57:23.840]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.841]: [13:57:23.838]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGenHelper.py(477): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
[13:57:23.841]: [13:57:23.840]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFirmwareVendor.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.841]: [13:57:23.841]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_NF
[13:57:23.841]: [13:57:23.841]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseSafeIntLib\BaseSafeIntLib.inf] [AARCH64]
[13:57:23.841]: [13:57:23.841]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.842]: [13:57:23.838]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\NvVarStoreFormattedLib\NvVarStoreFormattedLib.inf] [AARCH64]
[13:57:23.842]: [13:57:23.841]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFirmwareRevision.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.842]: [13:57:23.842]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.842]: [13:57:23.842]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_SFO_HEADER
[13:57:23.842]: [13:57:23.842]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdConInConnectOnDemand.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.842]: [13:57:23.842]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.843]: [13:57:23.842]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdGicDistributorBase.gArmTokenSpaceGuid
[13:57:23.843]: [13:57:23.842]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LS_SFO_VOLINFO
[13:57:23.843]: [13:57:23.843]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdErrorCodeSetVariable.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.843]: [13:57:23.843]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LS_SFO_FILEINFO
[13:57:23.843]: [13:57:23.843]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdGicRedistributorsBase.gArmTokenSpaceGuid
[13:57:23.843]: [13:57:23.843]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.843]: [13:57:23.843]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LS_LINE_START_ALL
[13:57:23.844]: [13:57:23.843]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdGicInterruptInterfaceBase.gArmTokenSpaceGuid
[13:57:23.844]: [13:57:23.844]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.844]: [13:57:23.843]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdTestKeyUsed.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.844]: [13:57:23.844]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdCapsuleOnDiskSupport.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.844]: [13:57:23.844]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LS_LINE_END_DIR
[13:57:23.844]: [13:57:23.844]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.844]: [13:57:23.844]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LS_LINE_END_EXE
[13:57:23.845]: [13:57:23.844]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPlatformRecoverySupport.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.845]: [13:57:23.844]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.845]: [13:57:23.845]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LS_LINE_END_FILE
[13:57:23.845]: [13:57:23.845]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.845]: [13:57:23.845]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LS_HEADER_LINE1
[13:57:23.846]: [13:57:23.845]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.846]: [13:57:23.846]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LS_FOOTER_LINE
[13:57:23.846]: [13:57:23.846]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.847]: [13:57:23.846]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BaseSafeIntLib\BaseSafeIntLib\DEBUG\AutoGen.h] files for module BaseSafeIntLib [AARCH64]
[13:57:23.847]: [13:57:23.847]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.847]: [13:57:23.847]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ATTRIBUTE
[13:57:23.848]: [13:57:23.844]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmGicV3WithV2Legacy.gArmTokenSpaceGuid
[13:57:23.848]: [13:57:23.848]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_CWD
[13:57:23.848]: [13:57:23.846]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.848]: [13:57:23.848]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe.inf] [AARCH64]
[13:57:23.848]: [13:57:23.846]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.848]: [13:57:23.847]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.848]: [13:57:23.847]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.848]: [13:57:23.847]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.848]: [13:57:23.847]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.849]: [13:57:23.848]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.849]: [13:57:23.848]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.849]: [13:57:23.848]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_CWD
[13:57:23.849]: [13:57:23.849]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.849]: [13:57:23.849]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_UEFI_FUNC_WARN
[13:57:23.849]: [13:57:23.849]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.849]: [13:57:23.849]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.849]: [13:57:23.849]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.849]: [13:57:23.849]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_LS_FILE_NOT_FOUND
[13:57:23.849]: [13:57:23.849]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.850]: [13:57:23.849]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.850]: [13:57:23.849]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.850]: [13:57:23.850]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.850]: [13:57:23.850]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.850]: [13:57:23.850]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.850]: [13:57:23.850]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.850]: [13:57:23.850]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.850]: [13:57:23.850]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.851]: [13:57:23.850]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MAP_MEDIA_UNKNOWN
[13:57:23.851]: [13:57:23.851]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.851]: [13:57:23.850]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.851]: [13:57:23.851]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.851]: [13:57:23.851]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.851]: [13:57:23.851]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MAP_MEDIA_HARDDISK
[13:57:23.851]: [13:57:23.851]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.851]: [13:57:23.851]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.852]: [13:57:23.851]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.852]: [13:57:23.852]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MAP_MEDIA_CDROM
[13:57:23.852]: [13:57:23.852]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.852]: [13:57:23.852]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.852]: [13:57:23.852]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MAP_MEDIA_FLOPPY
[13:57:23.852]: [13:57:23.852]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.852]: [13:57:23.852]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.853]: [13:57:23.852]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.853]: [13:57:23.852]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.853]: [13:57:23.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MAP_MEDIA_UNKNOWN
[13:57:23.853]: [13:57:23.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.853]: [13:57:23.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.853]: [13:57:23.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.853]: [13:57:23.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.853]: [13:57:23.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.853]: [13:57:23.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MAP_ENTRY
[13:57:23.854]: [13:57:23.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.854]: [13:57:23.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.854]: [13:57:23.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.854]: [13:57:23.844]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib.inf] [AARCH64]
[13:57:23.854]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MAP_ENTRY_VERBOSE
[13:57:23.854]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.854]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.854]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.854]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MAP_SFO_MAPPINGS
[13:57:23.854]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.855]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.855]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.855]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVariableCollectStatistics.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.855]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiVariableDefaultLangDeprecate.gEfiMdePkgTokenSpaceGuid
[13:57:23.855]: [13:57:23.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.855]: [13:57:23.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.855]: [13:57:23.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.855]: [13:57:23.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.855]: [13:57:23.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageVariableSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.855]: [13:57:23.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.856]: [13:57:23.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.856]: [13:57:23.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.856]: [13:57:23.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.856]: [13:57:23.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageVariableBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.856]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.856]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.856]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.856]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MAP_HEADER
[13:57:23.856]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageVariableBase64.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.856]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.856]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.856]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.857]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxVariableSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.857]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_SFO_HEADER
[13:57:23.857]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.857]: [13:57:23.857]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.857]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.857]: [13:57:23.857]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxAuthVariableSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.857]: [13:57:23.857]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MAP_NF
[13:57:23.857]: [13:57:23.857]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.857]: [13:57:23.857]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.858]: [13:57:23.857]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxVolatileVariableSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.858]: [13:57:23.857]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CD_NF
[13:57:23.858]: [13:57:23.857]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.858]: [13:57:23.858]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.858]: [13:57:23.858]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxHardwareErrorVariableSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.858]: [13:57:23.858]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.858]: [13:57:23.858]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.858]: [13:57:23.858]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.858]: [13:57:23.858]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVariableStoreSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.859]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.859]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.859]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdHwErrStorageSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.859]: [13:57:23.858]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.859]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.859]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxUserNvVariableSpaceSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.859]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.859]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CON
[13:57:23.860]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.860]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBoottimeReservedNvVariableSpaceSize.gEfiMdeModulePkgTokenSpaceGuid
DEPEX[SecurityStubDxe] (+SecurityStubDxe) = ['(', 'TRUE', ')']


[13:57:23.860]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
DEPEX[SecurityStubDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']











[13:57:23.861]: [13:57:23.860]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_AD

[13:57:23.861]: [13:57:23.860]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid


[13:57:23.861]: [13:57:23.860]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.861]: [13:57:23.860]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReclaimVariableSpaceAtEndOfDxe.gEfiMdeModulePkgTokenSpaceGuid

[13:57:23.861]: [13:57:23.860]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.861]: [13:57:23.860]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdEmuVariableNvModeEnable.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.862]: [13:57:23.860]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MAP_NF

[13:57:23.862]: [13:57:23.860]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.862]: [13:57:23.861]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_UK
[13:57:23.862]: [13:57:23.860]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid



[13:57:23.862]: [13:57:23.861]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid


[13:57:23.862]: [13:57:23.861]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.863]: [13:57:23.860]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.863]: [13:57:23.861]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:23.863]: [13:57:23.862]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SecurityStubDxe\SecurityStubDxe\DEBUG\AutoGen.h SecurityStubDxe.depex] files for module SecurityStubDxe [AARCH64]
[13:57:23.863]: [13:57:23.862]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.863]: [13:57:23.862]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_UK
[13:57:23.863]: [13:57:23.862]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.863]: [13:57:23.863]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\UefiSortLib\UefiSortLib.inf] [AARCH64]
[13:57:23.863]: [13:57:23.863]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.863]: [13:57:23.863]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_UK
DEPEX[ArmGicDxe] (+ArmGicDxe) = ['(', 'TRUE', ')']


DEPEX[ArmGicDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']













[13:57:23.864]: [13:57:23.863]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid





[13:57:23.865]: [13:57:23.864]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV



[13:57:23.865]: [13:57:23.864]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.865]: [13:57:23.864]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.865]: [13:57:23.865]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.865]: [13:57:23.865]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.865]: [13:57:23.865]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:23.866]: [13:57:23.865]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_AD
[13:57:23.866]: [13:57:23.865]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.866]: [13:57:23.865]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\ArmGic\ArmGicDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Drivers\ArmGic\ArmGicDxe\DEBUG\AutoGen.h ArmGicDxe.depex] files for module ArmGicDxe [AARCH64]
[13:57:23.866]: [13:57:23.861]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdEmuVariableNvStoreReserved.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.866]: [13:57:23.866]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.866]: [13:57:23.866]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.867]: [13:57:23.866]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MAP_NOF
[13:57:23.867]: [13:57:23.866]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.867]: [13:57:23.867]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_UK
[13:57:23.867]: [13:57:23.867]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.868]: [13:57:23.867]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.868]: [13:57:23.868]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.868]: [13:57:23.868]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.868]: [13:57:23.868]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiFileHandleLib\UefiFileHandleLib.inf] [AARCH64]
[13:57:23.868]: [13:57:23.868]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.869]: [13:57:23.868]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
DEPEX[MmcDxe] (+MmcDxe) = ['(', 'TRUE', ')']

DEPEX[MmcDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']

















[13:57:23.870]: [13:57:23.869]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid


[13:57:23.870]: [13:57:23.869]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MKDIR_ALREADY
[13:57:23.870]: [13:57:23.869]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.871]: [13:57:23.870]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.871]: [13:57:23.870]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:23.871]: [13:57:23.870]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MKDIR_CREATEFAIL
[13:57:23.871]: [13:57:23.870]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.871]: [13:57:23.871]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Universal\MmcDxe\MmcDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Universal\MmcDxe\MmcDxe\DEBUG\AutoGen.h MmcDxe.depex] files for module MmcDxe [AARCH64]
[13:57:23.871]: [13:57:23.871]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.871]: [13:57:23.871]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MV_INV_CWD
[13:57:23.872]: [13:57:23.872]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.872]: [13:57:23.872]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MV_INV_RO
[13:57:23.872]: [13:57:23.872]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.873]: [13:57:23.873]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MV_INV_SUB
[13:57:23.873]: [13:57:23.873]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.873]: [13:57:23.873]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_CWD
[13:57:23.873]: [13:57:23.873]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.874]: [13:57:23.874]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.874]: [13:57:23.874]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLib\UefiShellLib.inf] [AARCH64]
[13:57:23.874]: [13:57:23.874]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_MARG_ERROR
[13:57:23.874]: [13:57:23.874]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_ERROR
[13:57:23.875]: [13:57:23.874]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.875]: [13:57:23.875]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_MEM
[13:57:23.875]: [13:57:23.875]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\VariablePolicyLib\VariablePolicyLibRuntimeDxe.inf] [AARCH64]
[13:57:23.876]: [13:57:23.875]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_MV_OUTPUT
[13:57:23.876]: [13:57:23.876]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_RES_OK
[13:57:23.876]: [13:57:23.876]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_DEST_EXIST_OVR
[13:57:23.877]: [13:57:23.877]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_UK
[13:57:23.877]: [13:57:23.877]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe.inf] [AARCH64]
[13:57:23.878]: [13:57:23.878]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.878]: [13:57:23.853]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.882]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.882]: [13:57:23.878]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.882]: [13:57:23.878]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_CWD
[13:57:23.882]: [13:57:23.875]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.883]: [13:57:23.879]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_NF
[13:57:23.883]: [13:57:23.879]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.883]: [13:57:23.879]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.883]: [13:57:23.879]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_NF
[13:57:23.883]: [13:57:23.879]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.883]: [13:57:23.880]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_FILE
[13:57:23.883]: [13:57:23.880]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.883]: [13:57:23.880]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.883]: [13:57:23.880]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.883]: [13:57:23.881]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\Library\ArmShellCmdRunAxf\ArmShellCmdRunAxf.inf] [AARCH64]
[13:57:23.884]: [13:57:23.882]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\VariablePolicyLib\VariablePolicyLibRuntimeDxe\DEBUG\AutoGen.h] files for module VariablePolicyLibRuntimeDxe [AARCH64]
[13:57:23.884]: [13:57:23.881]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.884]: [13:57:23.881]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NOT_FILE
[13:57:23.884]: [13:57:23.881]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.884]: [13:57:23.881]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.884]: [13:57:23.881]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.884]: [13:57:23.881]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.884]: [13:57:23.883]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe.inf] [AARCH64]
[13:57:23.884]: [13:57:23.882]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerFreqInHz.gArmTokenSpaceGuid
[13:57:23.884]: [13:57:23.882]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.884]: [13:57:23.883]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.884]: [13:57:23.882]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.885]: [13:57:23.883]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.885]: [13:57:23.883]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.885]: [13:57:23.883]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.885]: [13:57:23.884]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.885]: [13:57:23.884]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.885]: [13:57:23.884]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.885]: [13:57:23.885]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.885]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.885]: [13:57:23.854]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.885]: [13:57:23.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.885]: [13:57:23.855]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.886]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.886]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPerformanceLibraryPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.886]: [13:57:23.856]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.886]: [13:57:23.857]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdResetOnMemoryTypeInformationChange.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.886]: [13:57:23.857]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdProgressCodeOsLoaderLoad.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.886]: [13:57:23.857]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdProgressCodeOsLoaderStart.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.886]: [13:57:23.858]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBootManagerMenuFile.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.886]: [13:57:23.858]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverHealthConfigureForm.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.886]: [13:57:23.885]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpinLockTimeout.gEfiMdePkgTokenSpaceGuid
[13:57:23.886]: [13:57:23.858]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxRepairCount.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.886]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdEmuVariableNvModeEnable.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.887]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFirmwareVersionString.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.887]: [13:57:23.859]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDefaultTerminalType.gEfiMdePkgTokenSpaceGuid
[13:57:23.887]: [13:57:23.860]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBootDiscoveryPolicy.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.887]: [13:57:23.863]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGenHelper.py(477): debug: 
    No MaxDatumSize specified for PCD gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
DEPEX[BdsDxe] (+BdsDxe) = ['(', 'TRUE', ')']

DEPEX[BdsDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']


[13:57:23.887]: [13:57:23.886]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAllowVariablePolicyEnforcementDisable.gEfiMdeModulePkgTokenSpaceGuid













DEPEX[BdsDxe] (+UefiHiiServicesLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')', 'AND', '(', '{0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}', 'AND', '{0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}', 'AND', '{0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}', ')']


















[13:57:23.890]: [13:57:23.866]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    PUSH {0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}
    PUSH {0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}
    PUSH {0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}
    AND
    AND
    AND
    AND
    END
[13:57:23.890]: [13:57:23.866]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    PUSH {0x0fd96974, 0x23aa, 0x4cdc, {0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a}}
    PUSH {0xef9fc172, 0xa1b2, 0x4693, {0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42}}
    PUSH {0x587e72d7, 0xcc50, 0x4f79, {0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f}}
    AND
    AND
    AND
    END
[13:57:23.891]: [13:57:23.866]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\BdsDxe\BdsDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\BdsDxe\BdsDxe\DEBUG\AutoGen.h BdsDxe.depex] files for module BdsDxe [AARCH64]
[13:57:23.891]: [13:57:23.886]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf] [AARCH64]
[13:57:23.891]: [13:57:23.891]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\Drivers\ArmVExpressFastBootDxe\ArmVExpressFastBootDxe.inf] [AARCH64]
[13:57:23.891]: [13:57:23.891]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
DEPEX[VariableRuntimeDxe] (+VariableRuntimeDxe) = ['(', 'TRUE', ')']

DEPEX[VariableRuntimeDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']


















[13:57:23.893]: [13:57:23.892]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY










[13:57:23.894]: [13:57:23.893]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RM_LOG_DETELE_RO




[13:57:23.894]: [13:57:23.893]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RM_LOG_DELETE_CONF
DEPEX[VariableRuntimeDxe] (+NvVarStoreFormattedLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')', 'AND', '(', '{ 0xd1a86e3f, 0x0707, 0x4c35, { 0x83, 0xcd, 0xdc, 0x2c, 0x29, 0xc8, 0x91, 0xa3 } }', ')']


[13:57:23.894]: [13:57:23.892]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    PUSH { 0xd1a86e3f, 0x0707, 0x4c35, { 0x83, 0xcd, 0xdc, 0x2c, 0x29, 0xc8, 0x91, 0xa3 } }
    AND
    AND
    END
[13:57:23.895]: [13:57:23.893]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RM_LOG_DELETE
[13:57:23.895]: [13:57:23.892]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    PUSH { 0xd1a86e3f, 0x0707, 0x4c35, { 0x83, 0xcd, 0xdc, 0x2c, 0x29, 0xc8, 0x91, 0xa3 } }
    AND
    END
[13:57:23.895]: [13:57:23.893]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Variable\RuntimeDxe\VariableRuntimeDxe\DEBUG\AutoGen.h VariableRuntimeDxe.depex] files for module VariableRuntimeDxe [AARCH64]
[13:57:23.895]: [13:57:23.894]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RM_LOG_DELETE_ERR
[13:57:23.895]: [13:57:23.894]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RM_LOG_DELETE_COMP
[13:57:23.895]: [13:57:23.895]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.895]: [13:57:23.895]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.895]: [13:57:23.895]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_NF
[13:57:23.896]: [13:57:23.896]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RM_LOG_DELETE_ERR2
[13:57:23.896]: [13:57:23.896]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RM_LOG_DELETE_ERR3
[13:57:23.897]: [13:57:23.897]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SET_DISP
[13:57:23.897]: [13:57:23.897]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSmbiosVersion.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.897]: [13:57:23.897]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.897]: [13:57:23.897]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSmbiosDocRev.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.898]: [13:57:23.898]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.898]: [13:57:23.898]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPL180SysMciRegAddress.gArmVExpressTokenSpaceGuid
[13:57:23.898]: [13:57:23.898]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.899]: [13:57:23.899]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.899]: [13:57:23.899]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SET_ND
[13:57:23.900]: [13:57:23.900]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SET_ERROR_SET
[13:57:23.900]: [13:57:23.900]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SET_NF
[13:57:23.901]: [13:57:23.901]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SET_DISP
[13:57:23.901]: [13:57:23.897]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSmbiosEntryPointProvideMethod.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.902]: [13:57:23.901]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.902]: [13:57:23.902]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_UEFI_FUNC_WARN
[13:57:23.902]: [13:57:23.902]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.902]: [13:57:23.898]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPL180MciBaseAddress.gArmVExpressTokenSpaceGuid
[13:57:23.902]: [13:57:23.902]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.903]: [13:57:23.902]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.903]: [13:57:23.903]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.903]: [13:57:23.903]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.903]: [13:57:23.903]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.903]: [13:57:23.903]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.904]: [13:57:23.903]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.904]: [13:57:23.903]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_UEFI_FUNC_WARN
[13:57:23.904]: [13:57:23.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.904]: [13:57:23.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.904]: [13:57:23.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_SFO_HEADER
[13:57:23.904]: [13:57:23.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.904]: [13:57:23.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.904]: [13:57:23.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DATE_SFO_FORMAT
[13:57:23.905]: [13:57:23.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGenHelper.py(477): debug: 
    No MaxDatumSize specified for PCD gArmVExpressTokenSpaceGuid.PcdAndroidFastbootNvmDevicePath
[13:57:23.905]: [13:57:23.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.905]: [13:57:23.904]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.905]: [13:57:23.905]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_DATE_FORMAT
[13:57:23.905]: [13:57:23.905]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAndroidFastbootNvmDevicePath.gArmVExpressTokenSpaceGuid
[13:57:23.905]: [13:57:23.905]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.905]: [13:57:23.905]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.905]: [13:57:23.905]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.906]: [13:57:23.905]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.906]: [13:57:23.905]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.906]: [13:57:23.905]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.906]: [13:57:23.906]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.906]: [13:57:23.906]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.906]: [13:57:23.906]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.907]: [13:57:23.906]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.907]: [13:57:23.906]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_UEFI_FUNC_WARN
[13:57:23.907]: [13:57:23.907]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.907]: [13:57:23.907]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.907]: [13:57:23.907]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.907]: [13:57:23.907]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_UEFI_FUNC_WARN
[13:57:23.907]: [13:57:23.907]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.907]: [13:57:23.907]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.908]: [13:57:23.907]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.908]: [13:57:23.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.908]: [13:57:23.905]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAndroidFastbootProductName.gArmVExpressTokenSpaceGuid
[13:57:23.908]: [13:57:23.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIME_FORMAT
[13:57:23.908]: [13:57:23.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.908]: [13:57:23.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.908]: [13:57:23.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.908]: [13:57:23.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIME_FORMAT_LOCAL
[13:57:23.909]: [13:57:23.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.909]: [13:57:23.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.909]: [13:57:23.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.909]: [13:57:23.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_CRLF
[13:57:23.909]: [13:57:23.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.909]: [13:57:23.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.909]: [13:57:23.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.909]: [13:57:23.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIME_FORMAT_LOCAL
[13:57:23.909]: [13:57:23.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.910]: [13:57:23.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIME_FORMAT
[13:57:23.910]: [13:57:23.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.910]: [13:57:23.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.910]: [13:57:23.909]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.910]: [13:57:23.910]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.910]: [13:57:23.910]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIME_DST0
[13:57:23.910]: [13:57:23.910]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.910]: [13:57:23.910]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.911]: [13:57:23.910]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.911]: [13:57:23.910]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIME_DST1
[13:57:23.911]: [13:57:23.910]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.911]: [13:57:23.910]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.911]: [13:57:23.911]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIME_DST2
[13:57:23.911]: [13:57:23.911]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.911]: [13:57:23.911]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.911]: [13:57:23.911]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.911]: [13:57:23.911]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.911]: [13:57:23.911]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIME_DST3
[13:57:23.912]: [13:57:23.912]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.912]: [13:57:23.912]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.912]: [13:57:23.912]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_UEFI_FUNC_ERROR
[13:57:23.912]: [13:57:23.912]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.912]: [13:57:23.912]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.912]: [13:57:23.912]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.913]: [13:57:23.912]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.913]: [13:57:23.912]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.913]: [13:57:23.913]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.913]: [13:57:23.913]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\TpmMeasurementLibNull\TpmMeasurementLibNull\DEBUG\AutoGen.h] files for module TpmMeasurementLibNull [AARCH64]
[13:57:23.913]: [13:57:23.913]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_VAL
[13:57:23.913]: [13:57:23.913]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.913]: [13:57:23.913]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.913]: [13:57:23.913]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_VAL
[13:57:23.914]: [13:57:23.913]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.914]: [13:57:23.914]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.914]: [13:57:23.914]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.914]: [13:57:23.914]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.914]: [13:57:23.914]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.914]: [13:57:23.914]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\DpcDxe\DpcDxe.inf] [AARCH64]
[13:57:23.914]: [13:57:23.914]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M12
[13:57:23.915]: [13:57:23.914]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.915]: [13:57:23.914]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.915]: [13:57:23.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M11
[13:57:23.915]: [13:57:23.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.915]: [13:57:23.908]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.915]: [13:57:23.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.915]: [13:57:23.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M10
[13:57:23.915]: [13:57:23.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.915]: [13:57:23.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.916]: [13:57:23.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.916]: [13:57:23.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M9
[13:57:23.916]: [13:57:23.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.916]: [13:57:23.915]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.916]: [13:57:23.916]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.916]: [13:57:23.916]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M8
[13:57:23.916]: [13:57:23.916]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.916]: [13:57:23.916]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerFreqInHz.gArmTokenSpaceGuid
[13:57:23.916]: [13:57:23.916]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.916]: [13:57:23.916]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.917]: [13:57:23.916]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.917]: [13:57:23.916]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M7
[13:57:23.917]: [13:57:23.916]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.917]: [13:57:23.917]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.917]: [13:57:23.917]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.917]: [13:57:23.917]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.917]: [13:57:23.917]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M6
[13:57:23.917]: [13:57:23.917]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.917]: [13:57:23.917]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.918]: [13:57:23.917]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.918]: [13:57:23.917]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M5
[13:57:23.918]: [13:57:23.918]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.918]: [13:57:23.918]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M430
[13:57:23.918]: [13:57:23.918]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.918]: [13:57:23.918]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.918]: [13:57:23.918]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
DEPEX[PL180MciDxe] (+PL180MciDxe) = ['(', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')']
[13:57:23.919]: [13:57:23.918]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid

DEPEX[PL180MciDxe] (+DxePcdLib) = ['(', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']
[13:57:23.919]: [13:57:23.918]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M4




[13:57:23.919]: [13:57:23.918]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid










[13:57:23.920]: [13:57:23.919]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid

[13:57:23.920]: [13:57:23.919]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid




[13:57:23.921]: [13:57:23.919]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M330


[13:57:23.921]: [13:57:23.919]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid

[13:57:23.921]: [13:57:23.920]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
DEPEX[ArmVExpressFastBootDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']
[13:57:23.921]: [13:57:23.920]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M3
[13:57:23.921]: [13:57:23.920]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.921]: [13:57:23.920]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.921]: [13:57:23.920]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M2

[13:57:23.921]: [13:57:23.920]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.922]: [13:57:23.920]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.922]: [13:57:23.920]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid

[13:57:23.922]: [13:57:23.921]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_M1
[13:57:23.922]: [13:57:23.921]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.922]: [13:57:23.921]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid

[13:57:23.922]: [13:57:23.921]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Drivers\PL180MciDxe\PL180MciDxe\DEBUG\AutoGen.h PL180MciDxe.depex] files for module PL180MciDxe [AARCH64]
[13:57:23.922]: [13:57:23.920]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.922]: [13:57:23.921]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.922]: [13:57:23.921]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_0
[13:57:23.923]: [13:57:23.921]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.923]: [13:57:23.921]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.923]: [13:57:23.922]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P1
[13:57:23.923]: [13:57:23.922]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Drivers\ArmVExpressFastBootDxe\ArmVExpressFastBootDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Drivers\ArmVExpressFastBootDxe\ArmVExpressFastBootDxe\DEBUG\AutoGen.h ArmVExpressFastBootDxe.depex] files for module ArmVExpressFastBootDxe [AARCH64]
[13:57:23.923]: [13:57:23.922]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.923]: [13:57:23.922]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.923]: [13:57:23.922]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P2
[13:57:23.923]: [13:57:23.922]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.923]: [13:57:23.923]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P3
[13:57:23.923]: [13:57:23.923]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.924]: [13:57:23.924]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.924]: [13:57:23.924]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P330
[13:57:23.924]: [13:57:23.924]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiFileHandleLibPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.924]: [13:57:23.924]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P4
[13:57:23.925]: [13:57:23.924]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P430
[13:57:23.925]: [13:57:23.925]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellLibAutoInitialize.gEfiShellPkgTokenSpaceGuid
DEPEX[SmbiosDxe] (+SmbiosDxe) = ['(', 'TRUE', ')']

DEPEX[SmbiosDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']












[13:57:23.926]: [13:57:23.925]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellPrintBufferSize.gEfiShellPkgTokenSpaceGuid







[13:57:23.927]: [13:57:23.925]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P5

[13:57:23.927]: [13:57:23.926]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.927]: [13:57:23.926]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerFreqInHz.gArmTokenSpaceGuid
[13:57:23.927]: [13:57:23.926]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P530
[13:57:23.927]: [13:57:23.926]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:23.927]: [13:57:23.927]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\SmbiosDxe\SmbiosDxe\DEBUG\AutoGen.h SmbiosDxe.depex] files for module SmbiosDxe [AARCH64]
[13:57:23.928]: [13:57:23.928]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P545
[13:57:23.928]: [13:57:23.928]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P6
DEPEX[ArmFvpDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']
[13:57:23.929]: [13:57:23.928]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P630




[13:57:23.929]: [13:57:23.929]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.929]: [13:57:23.929]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P7
[13:57:23.930]: [13:57:23.929]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P8
[13:57:23.930]: [13:57:23.930]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.930]: [13:57:23.930]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\VExpressPkg\Drivers\ArmVExpressDxe\ArmFvpDxe\DEBUG\AutoGen.h ArmFvpDxe.depex] files for module ArmFvpDxe [AARCH64]
[13:57:23.930]: [13:57:23.930]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P9
[13:57:23.931]: [13:57:23.930]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P930
[13:57:23.931]: [13:57:23.931]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P10
[13:57:23.932]: [13:57:23.931]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P11
[13:57:23.932]: [13:57:23.932]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P12
[13:57:23.932]: [13:57:23.932]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.933]: [13:57:23.932]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm.inf] [AARCH64]
[13:57:23.933]: [13:57:23.933]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P13
[13:57:23.933]: [13:57:23.932]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.933]: [13:57:23.933]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
Skipped d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.uni for string token uses search
[13:57:23.933]: [13:57:23.933]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_P14
[13:57:23.933]: [13:57:23.933]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.934]: [13:57:23.933]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.934]: [13:57:23.934]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\DxePcdLib\DxePcdLib\DEBUG\AutoGen.h] files for module DxePcdLib [AARCH64]
[13:57:23.934]: [13:57:23.934]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_LOCAL
[13:57:23.934]: [13:57:23.934]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_UEFI_FUNC_WARN
[13:57:23.935]: [13:57:23.934]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.935]: [13:57:23.934]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_UEFI_FUNC_WARN
[13:57:23.935]: [13:57:23.934]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.935]: [13:57:23.935]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm.inf] [AARCH64]
[13:57:23.935]: [13:57:23.935]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.935]: [13:57:23.935]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ALIAS_OUTPUT
[13:57:23.936]: [13:57:23.935]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.937]: [13:57:23.937]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.937]: [13:57:23.935]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.937]: [13:57:23.935]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.937]: [13:57:23.935]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_AD
[13:57:23.937]: [13:57:23.936]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.937]: [13:57:23.936]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_NOT_FOUND
[13:57:23.938]: [13:57:23.936]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.938]: [13:57:23.936]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_ERR_UK
[13:57:23.938]: [13:57:23.936]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.938]: [13:57:23.936]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.938]: [13:57:23.936]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.938]: [13:57:23.937]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.938]: [13:57:23.937]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.938]: [13:57:23.937]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.938]: [13:57:23.937]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.938]: [13:57:23.938]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.938]: [13:57:23.938]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.939]: [13:57:23.938]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.939]: [13:57:23.938]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.939]: [13:57:23.938]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.939]: [13:57:23.938]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_UEFI_FUNC_WARN
[13:57:23.939]: [13:57:23.939]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_SIMPLE
[13:57:23.939]: [13:57:23.939]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.939]: [13:57:23.939]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.939]: [13:57:23.939]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.939]: [13:57:23.939]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_SIMPLE
[13:57:23.940]: [13:57:23.939]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.940]: [13:57:23.939]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_NI
[13:57:23.940]: [13:57:23.940]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.940]: [13:57:23.940]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TIMEZONE_SIMPLE_LOCAL
[13:57:23.940]: [13:57:23.940]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe.inf] [AARCH64]
[13:57:23.940]: [13:57:23.940]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.940]: [13:57:23.940]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.941]: [13:57:23.941]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_ATTRIB
[13:57:23.941]: [13:57:23.941]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_SFO_HEADER
[13:57:23.941]: [13:57:23.940]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.941]: [13:57:23.940]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.941]: [13:57:23.941]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_CD
[13:57:23.942]: [13:57:23.941]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_CLS_OUTPUT_SFO
[13:57:23.942]: [13:57:23.941]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.942]: [13:57:23.942]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_CP
[13:57:23.942]: [13:57:23.942]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_LOAD
[13:57:23.943]: [13:57:23.943]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_MAP
[13:57:23.943]: [13:57:23.943]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Acpi\Arm\AcpiPpttLibArm\AcpiPpttLibArm\DEBUG\AutoGen.h] files for module AcpiPpttLibArm [AARCH64]
[13:57:23.943]: [13:57:23.942]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.943]: [13:57:23.943]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.943]: [13:57:23.943]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_MKDIR
[13:57:23.944]: [13:57:23.943]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_MV
DEPEX[DpcDxe] (+DpcDxe) = ['(', 'TRUE', ')']
[13:57:23.944]: [13:57:23.943]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM

DEPEX[DpcDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']















[13:57:23.945]: [13:57:23.944]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_PARSE

[13:57:23.945]: [13:57:23.944]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePeCoffLib\BasePeCoffLib.inf] [AARCH64]
[13:57:23.945]: [13:57:23.943]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:23.945]: [13:57:23.944]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:23.946]: [13:57:23.944]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_RESET
[13:57:23.946]: [13:57:23.945]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\DpcDxe\DpcDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\DpcDxe\DpcDxe\DEBUG\AutoGen.h DpcDxe.depex] files for module DpcDxe [AARCH64]
[13:57:23.946]: [13:57:23.945]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Acpi\Arm\AcpiSpcrLibArm\AcpiSpcrLibArm\DEBUG\AutoGen.h] files for module AcpiSpcrLibArm [AARCH64]
[13:57:23.946]: [13:57:23.945]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_SET
[13:57:23.946]: [13:57:23.945]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_LS
[13:57:23.946]: [13:57:23.946]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_RM
[13:57:23.946]: [13:57:23.946]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeCoreHobLib\DxeCoreHobLib.inf] [AARCH64]
[13:57:23.946]: [13:57:23.946]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_VOL
[13:57:23.947]: [13:57:23.947]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_DATE
[13:57:23.947]: [13:57:23.947]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_TIME
[13:57:23.947]: [13:57:23.947]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ECHO_ON
[13:57:23.947]: [13:57:23.947]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_TIMEZONE
[13:57:23.948]: [13:57:23.948]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_DATE
[13:57:23.948]: [13:57:23.948]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_ECHO_OFF
[13:57:23.948]: [13:57:23.948]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_TIME
[13:57:23.949]: [13:57:23.948]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_TIMEZONE
[13:57:23.949]: [13:57:23.949]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.950]: [13:57:23.949]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.950]: [13:57:23.950]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.950]: [13:57:23.950]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.950]: [13:57:23.950]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_OUT_MEM
[13:57:23.951]: [13:57:23.951]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_AD
[13:57:23.951]: [13:57:23.951]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_MTC_OUTPUT
[13:57:23.951]: [13:57:23.951]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\DxeCoreHobLib\DxeCoreHobLib\DEBUG\AutoGen.h] files for module DxeCoreHobLib [AARCH64]
[13:57:23.951]: [13:57:23.951]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VOL_VOLINFO
[13:57:23.952]: [13:57:23.951]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.952]: [13:57:23.952]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.952]: [13:57:23.952]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib.inf] [AARCH64]
[13:57:23.952]: [13:57:23.952]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_CWD
[13:57:23.953]: [13:57:23.953]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CONFLICT
[13:57:23.953]: [13:57:23.953]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_NO_VALUE
[13:57:23.953]: [13:57:23.953]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HELP_INV
[13:57:23.954]: [13:57:23.953]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM_VAL
[13:57:23.954]: [13:57:23.953]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiVariableDefaultPlatformLang.gEfiMdePkgTokenSpaceGuid
[13:57:23.957]: [13:57:23.954]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiVariableDefaultLang.gEfiMdePkgTokenSpaceGuid
[13:57:23.958]: [13:57:23.955]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HELP_NF
[13:57:23.958]: [13:57:23.956]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.958]: [13:57:23.956]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CON
[13:57:23.958]: [13:57:23.956]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.958]: [13:57:23.957]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HELP_SC_HEADER
[13:57:23.958]: [13:57:23.957]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HELP_SC_DATA
[13:57:23.958]: [13:57:23.957]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Mtftp4Dxe\Mtftp4Dxe.inf] [AARCH64]
[13:57:23.958]: [13:57:23.957]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HELP_INV
[13:57:23.958]: [13:57:23.958]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.958]: [13:57:23.958]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HELP_NF
[13:57:23.959]: [13:57:23.958]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HELP_INV
[13:57:23.959]: [13:57:23.954]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmDisassemblerLib\ArmDisassemblerLib.inf] [AARCH64]
[13:57:23.959]: [13:57:23.958]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib\DEBUG\UefiShellDebug1CommandsLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib\OUTPUT\UefiShellDebug1CommandsLibStrDefs.hpk] files for module UefiShellDebug1CommandsLib [AARCH64]
[13:57:23.959]: [13:57:23.959]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DxeCrc32GuidedSectionExtractLib\DxeCrc32GuidedSectionExtractLib\DEBUG\AutoGen.h] files for module DxeCrc32GuidedSectionExtractLib [AARCH64]
[13:57:23.959]: [13:57:23.959]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.960]: [13:57:23.960]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Library\TimeBaseLib\TimeBaseLib.inf] [AARCH64]
[13:57:23.960]: [13:57:23.959]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\ArmDisassemblerLib\ArmDisassemblerLib\DEBUG\AutoGen.h] files for module ArmDisassemblerLib [AARCH64]
[13:57:23.960]: [13:57:23.959]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HELP_NF
[13:57:23.961]: [13:57:23.960]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_HELP_FOOTER
[13:57:23.961]: [13:57:23.960]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_NO_SCRIPT
[13:57:23.961]: [13:57:23.961]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.962]: [13:57:23.961]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.962]: [13:57:23.962]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.962]: [13:57:23.961]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\FatPkg\EnhancedFatDxe\Fat.inf] [AARCH64]
[13:57:23.962]: [13:57:23.961]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.962]: [13:57:23.961]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.962]: [13:57:23.962]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_PAUSE_PROMPT
[13:57:23.963]: [13:57:23.962]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BasePeCoffLib\BasePeCoffLib\DEBUG\AutoGen.h] files for module BasePeCoffLib [AARCH64]
[13:57:23.963]: [13:57:23.962]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.963]: [13:57:23.963]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.964]: [13:57:23.963]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.964]: [13:57:23.964]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.965]: [13:57:23.964]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.965]: [13:57:23.965]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.965]: [13:57:23.962]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.965]: [13:57:23.963]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.966]: [13:57:23.963]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.966]: [13:57:23.963]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.966]: [13:57:23.964]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.966]: [13:57:23.964]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.966]: [13:57:23.964]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib\DEBUG\AutoGen.h] files for module UefiMemoryAllocationLib [AARCH64]
[13:57:23.966]: [13:57:23.964]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_NF
[13:57:23.966]: [13:57:23.965]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.966]: [13:57:23.965]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.966]: [13:57:23.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Library\TimeBaseLib\TimeBaseLib\DEBUG\AutoGen.h] files for module TimeBaseLib [AARCH64]
[13:57:23.966]: [13:57:23.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.966]: [13:57:23.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib\DEBUG\AutoGen.h] files for module UefiBootServicesTableLib [AARCH64]
[13:57:23.966]: [13:57:23.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:23.966]: [13:57:23.964]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLib\UefiShellLib.inf] [AARCH64]
[13:57:23.967]: [13:57:23.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.967]: [13:57:23.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_INV
[13:57:23.967]: [13:57:23.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(241): debug: 
    Worker 12604: Fake Empty.
[13:57:23.967]: [13:57:23.966]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.967]: [13:57:23.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_FEW
[13:57:23.967]: [13:57:23.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\Drivers\BootMonFs\BootMonFs.inf] [AARCH64]
[13:57:23.967]: [13:57:23.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.967]: [13:57:23.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.967]: [13:57:23.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.968]: [13:57:23.967]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_NF
[13:57:23.968]: [13:57:23.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.968]: [13:57:23.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_FILE_OPEN_FAIL
[13:57:23.968]: [13:57:23.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.968]: [13:57:23.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_IS_DIR
[13:57:23.968]: [13:57:23.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.969]: [13:57:23.968]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_TYP_ERROR
[13:57:23.969]: [13:57:23.969]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.969]: [13:57:23.969]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.969]: [13:57:23.969]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_TYPE
[13:57:23.970]: [13:57:23.969]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_TOUCH
[13:57:23.970]: [13:57:23.969]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.970]: [13:57:23.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_VER
[13:57:23.970]: [13:57:23.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.970]: [13:57:23.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_ALIAS
[13:57:23.970]: [13:57:23.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.971]: [13:57:23.970]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_CLS
[13:57:23.971]: [13:57:23.971]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.971]: [13:57:23.971]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_ECHO
[13:57:23.971]: [13:57:23.971]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_PAUSE
[13:57:23.971]: [13:57:23.971]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.972]: [13:57:23.971]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.972]: [13:57:23.972]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_GETMTC
[13:57:23.972]: [13:57:23.972]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_HELP
[13:57:23.972]: [13:57:23.972]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:23.973]: [13:57:23.972]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLib\UefiShellLib\DEBUG\AutoGen.h] files for module UefiShellLib [AARCH64]
[13:57:23.974]: [13:57:23.973]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
DEPEX[FvSimpleFileSystem] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']




[13:57:23.974]: [13:57:23.974]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm.inf] [AARCH64]
[13:57:23.974]: [13:57:23.973]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_TOO_MANY
[13:57:23.974]: [13:57:23.973]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PARAM_CONFLICT
[13:57:23.975]: [13:57:23.974]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VER_OUTPUT_SIMPLE
[13:57:23.975]: [13:57:23.974]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VER_OUTPUT_SHELL
[13:57:23.975]: [13:57:23.974]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:23.975]: [13:57:23.975]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:23.975]: [13:57:23.975]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VER_OUTPUT_SUPPLIER
[13:57:23.975]: [13:57:23.975]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\FvSimpleFileSystemDxe\FvSimpleFileSystemDxe\DEBUG\AutoGen.h FvSimpleFileSystem.depex] files for module FvSimpleFileSystem [AARCH64]
[13:57:23.975]: [13:57:23.975]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VER_OUTPUT_UEFI
[13:57:23.976]: [13:57:23.976]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\DebugPeCoffExtraActionLib\DebugPeCoffExtraActionLib.inf] [AARCH64]
[13:57:23.981]: [13:57:23.981]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\DebugPeCoffExtraActionLib\DebugPeCoffExtraActionLib\DEBUG\AutoGen.h] files for module DebugUnixPeCoffExtraActionLib [AARCH64]
[13:57:23.986]: [13:57:23.981]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiVariableDefaultLang.gEfiMdePkgTokenSpaceGuid
[13:57:23.987]: [13:57:23.982]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGenHelper.py(477): debug: 
    No MaxDatumSize specified for PCD gArmBootMonFsTokenSpaceGuid.PcdBootMonFsSupportedDevicePaths
[13:57:23.987]: [13:57:23.981]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiVariableDefaultPlatformLang.gEfiMdePkgTokenSpaceGuid
[13:57:23.987]: [13:57:23.983]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBootMonFsSupportedDevicePaths.gArmBootMonFsTokenSpaceGuid
[13:57:23.987]: [13:57:23.986]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.987]: [13:57:23.986]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.987]: [13:57:23.986]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.987]: [13:57:23.981]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Acpi\Arm\AcpiDbg2LibArm\AcpiDbg2LibArm\DEBUG\AutoGen.h] files for module AcpiDbg2LibArm [AARCH64]
[13:57:23.987]: [13:57:23.982]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe.inf] [AARCH64]
[13:57:23.988]: [13:57:23.987]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:23.988]: [13:57:23.987]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.988]: [13:57:23.987]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.988]: [13:57:23.979]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeDpcLib\DxeDpcLib.inf] [AARCH64]
[13:57:23.988]: [13:57:23.987]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.988]: [13:57:23.985]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeNetLib\DxeNetLib.inf] [AARCH64]
[13:57:23.988]: [13:57:23.987]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe.inf] [AARCH64]
[13:57:23.988]: [13:57:23.988]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.988]: [13:57:23.988]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.988]: [13:57:23.988]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:23.988]: [13:57:23.988]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.989]: [13:57:23.988]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.989]: [13:57:23.988]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.989]: [13:57:23.982]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe.inf] [AARCH64]
[13:57:23.989]: [13:57:23.989]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:23.989]: [13:57:23.989]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.992]: [13:57:23.989]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:23.992]: [13:57:23.990]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.992]: [13:57:23.990]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:23.992]: [13:57:23.990]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.992]: [13:57:23.990]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.992]: [13:57:23.991]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.992]: [13:57:23.991]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.993]: [13:57:23.991]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.993]: [13:57:23.992]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.993]: [13:57:23.989]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:23.993]: [13:57:23.990]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:23.993]: [13:57:23.990]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:23.993]: [13:57:23.990]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.993]: [13:57:23.991]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:23.993]: [13:57:23.991]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.993]: [13:57:23.992]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.993]: [13:57:23.992]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.993]: [13:57:23.993]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:23.993]: [13:57:23.993]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.994]: [13:57:23.993]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:23.994]: [13:57:23.994]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.994]: [13:57:23.994]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.995]: [13:57:23.994]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:23.995]: [13:57:23.994]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:23.995]: [13:57:23.994]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:23.995]: [13:57:23.995]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.995]: [13:57:23.995]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.996]: [13:57:23.993]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeUdpIoLib\DxeUdpIoLib.inf] [AARCH64]
[13:57:23.996]: [13:57:23.995]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:23.996]: [13:57:23.995]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:23.996]: [13:57:23.996]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.996]: [13:57:23.996]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.997]: [13:57:23.996]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.997]: [13:57:23.996]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:23.997]: [13:57:23.992]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxePcdLib\DxePcdLib.inf] [AARCH64]
[13:57:23.997]: [13:57:23.997]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.997]: [13:57:23.997]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.997]: [13:57:23.997]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.997]: [13:57:23.997]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:23.998]: [13:57:23.998]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:23.998]: [13:57:23.998]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:24.0]: [13:57:23.998]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
DEPEX[Fat] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



[13:57:24.1]: [13:57:23.998]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:24.1]: [13:57:24.0]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
DEPEX[BootMonFs] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']

[13:57:24.1]: [13:57:24.1]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 

[13:57:24.1]: [13:57:24.1]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\FatPkg\EnhancedFatDxe\Fat\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\FatPkg\EnhancedFatDxe\Fat\DEBUG\AutoGen.h Fat.depex] files for module Fat [AARCH64]


[13:57:24.2]: [13:57:24.0]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:24.2]: [13:57:24.1]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:24.2]: [13:57:24.1]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\Drivers\BootMonFs\BootMonFs\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\Drivers\BootMonFs\BootMonFs\DEBUG\AutoGen.h BootMonFs.depex] files for module BootMonFs [AARCH64]
[13:57:24.3]: [13:57:23.997]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseMemoryLibOptDxe\BaseMemoryLibOptDxe.inf] [AARCH64]
[13:57:24.5]: [13:57:24.4]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:24.5]: [13:57:24.5]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.5]: [13:57:24.5]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.6]: [13:57:24.6]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.6]: [13:57:24.6]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.6]: [13:57:24.6]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:24.7]: [13:57:24.7]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:24.7]: [13:57:24.7]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:24.7]: [13:57:24.7]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.7]: [13:57:24.7]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.8]: [13:57:24.7]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:24.8]: [13:57:24.8]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.8]: [13:57:24.8]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:24.8]: [13:57:24.8]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.8]: [13:57:24.8]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:24.9]: [13:57:24.8]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.9]: [13:57:24.8]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:24.9]: [13:57:24.9]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:24.9]: [13:57:24.9]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.9]: [13:57:24.9]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:24.9]: [13:57:24.9]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:24.10]: [13:57:24.10]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.10]: [13:57:24.10]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.10]: [13:57:24.10]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:24.10]: [13:57:24.10]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:24.10]: [13:57:24.10]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:24.11]: [13:57:24.10]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.11]: [13:57:24.11]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:24.11]: [13:57:24.11]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.11]: [13:57:24.11]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:24.12]: [13:57:24.11]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.12]: [13:57:24.11]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:24.12]: [13:57:24.11]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.12]: [13:57:24.12]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:24.12]: [13:57:24.12]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:24.12]: [13:57:24.12]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.12]: [13:57:24.12]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:24.13]: [13:57:24.12]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.13]: [13:57:24.12]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.13]: [13:57:24.13]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:24.14]: [13:57:24.13]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.14]: [13:57:24.14]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.14]: [13:57:24.13]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.14]: [13:57:24.13]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.14]: [13:57:24.13]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.14]: [13:57:24.14]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.14]: [13:57:24.13]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.15]: [13:57:24.13]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.15]: [13:57:24.13]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.15]: [13:57:24.14]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:24.15]: [13:57:24.14]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:24.15]: [13:57:24.14]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:24.15]: [13:57:24.15]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm.inf] [AARCH64]
[13:57:24.15]: [13:57:24.15]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.16]: [13:57:24.15]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.16]: [13:57:24.15]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.16]: [13:57:24.15]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:24.16]: [13:57:24.15]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:24.16]: [13:57:24.15]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:24.16]: [13:57:24.16]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:24.17]: [13:57:24.16]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.17]: [13:57:24.17]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.17]: [13:57:24.14]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:24.17]: [13:57:24.16]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:24.17]: [13:57:24.15]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:24.17]: [13:57:24.16]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
DEPEX[Mtftp4Dxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']
[13:57:24.18]: [13:57:24.17]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid





[13:57:24.18]: [13:57:24.17]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.18]: [13:57:24.17]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:24.18]: [13:57:24.18]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.18]: [13:57:24.18]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.19]: [13:57:24.19]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:24.19]: [13:57:24.19]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:24.19]: [13:57:24.18]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmSmcLib\ArmSmcLib.inf] [AARCH64]
[13:57:24.20]: [13:57:24.20]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdArmArchTimerFreqInHz.gArmTokenSpaceGuid
[13:57:24.20]: [13:57:24.20]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Acpi\Arm\AcpiGtdtLibArm\AcpiGtdtLibArm\DEBUG\AutoGen.h] files for module AcpiGtdtLibArm [AARCH64]
[13:57:24.20]: [13:57:24.18]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:24.20]: [13:57:24.20]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.21]: [13:57:24.18]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.21]: [13:57:24.19]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.21]: [13:57:24.19]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:24.21]: [13:57:24.19]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.21]: [13:57:24.20]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.21]: [13:57:24.20]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:24.21]: [13:57:24.21]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.21]: [13:57:24.21]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.22]: [13:57:24.16]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseLib\BaseLib.inf] [AARCH64]
[13:57:24.22]: [13:57:24.22]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.22]: [13:57:24.18]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:24.22]: [13:57:24.22]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
DEPEX[AtaBusDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





[13:57:24.23]: [13:57:24.22]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:24.23]: [13:57:24.18]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Mtftp4Dxe\Mtftp4Dxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Mtftp4Dxe\Mtftp4Dxe\DEBUG\AutoGen.h Mtftp4Dxe.depex] files for module Mtftp4Dxe [AARCH64]
[13:57:24.23]: [13:57:24.23]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:24.23]: [13:57:24.23]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:24.23]: [13:57:24.23]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Ata\AtaBusDxe\AtaBusDxe\DEBUG\AutoGen.h AtaBusDxe.depex] files for module AtaBusDxe [AARCH64]
[13:57:24.24]: [13:57:24.23]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\ArmSmcLib\ArmSmcLib\DEBUG\AutoGen.h] files for module ArmSmcLib [AARCH64]
[13:57:24.24]: [13:57:24.23]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:24.31]: [13:57:24.25]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull\DEBUG\AutoGen.h] files for module FilterLibNull [AARCH64]
[13:57:24.32]: [13:57:24.26]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm.inf] [AARCH64]
[13:57:24.32]: [13:57:24.31]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Acpi\Arm\AcpiSsdtSerialPortLibArm\SsdtSerialPortLibArm\DEBUG\AutoGen.h] files for module SsdtSerialPortLibArm [AARCH64]
[13:57:24.32]: [13:57:24.24]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.32]: [13:57:24.25]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPerformanceLibraryPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.32]: [13:57:24.25]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdResetOnMemoryTypeInformationChange.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.32]: [13:57:24.25]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdProgressCodeOsLoaderLoad.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.32]: [13:57:24.26]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdProgressCodeOsLoaderStart.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.32]: [13:57:24.26]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdErrorCodeSetVariable.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.32]: [13:57:24.26]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBootManagerMenuFile.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.33]: [13:57:24.27]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverHealthConfigureForm.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.33]: [13:57:24.27]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxRepairCount.gEfiMdeModulePkgTokenSpaceGuid
DEPEX[ConPlatformDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']




[13:57:24.33]: [13:57:24.29]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:24.33]: [13:57:24.30]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:24.33]: [13:57:24.30]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\ConPlatformDxe\ConPlatformDxe\DEBUG\AutoGen.h ConPlatformDxe.depex] files for module ConPlatformDxe [AARCH64]
[13:57:24.35]: [13:57:24.33]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib.inf] [AARCH64]
[13:57:24.35]: [13:57:24.33]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Common\SsdtSerialPortFixupLib\SsdtSerialPortFixupLib\DEBUG\AutoGen.h] files for module DynamicSsdtSerialPortFixupLib [AARCH64]
[13:57:24.38]: [13:57:24.35]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\VarCheckUefiLib\VarCheckUefiLib\DEBUG\AutoGen.h] files for module VarCheckUefiLib [AARCH64]
[13:57:24.38]: [13:57:24.36]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe.inf] [AARCH64]
[13:57:24.38]: [13:57:24.38]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\EmbeddedPkg\Drivers\AndroidFastbootTransportUsbDxe\FastbootTransportUsbDxe.inf] [AARCH64]
[13:57:24.38]: [13:57:24.37]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BasePeCoffGetEntryPointLib\BasePeCoffGetEntryPointLib\DEBUG\AutoGen.h] files for module BasePeCoffGetEntryPointLib [AARCH64]
[13:57:24.46]: [13:57:24.46]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe.inf] [AARCH64]
[13:57:24.47]: [13:57:24.47]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib\DEBUG\UefiShellLevel3CommandsLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib\OUTPUT\UefiShellLevel3CommandsLibStrDefs.hpk] files for module UefiShellLevel3CommandsLib [AARCH64]
[13:57:24.50]: [13:57:24.49]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic\DEBUG\AutoGen.h] files for module BaseIoLibIntrinsic [AARCH64]
[13:57:24.50]: [13:57:24.49]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\ArmLib\ArmBaseLib\DEBUG\AutoGen.h] files for module ArmBaseLib [AARCH64]
[13:57:24.50]: [13:57:24.39]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeUdpIoLib\DxeUdpIoLib.inf] [AARCH64]
[13:57:24.50]: [13:57:24.44]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Library\DxeUdpIoLib\DxeUdpIoLib\DEBUG\AutoGen.h] files for module DxeUpdIoLib [AARCH64]
[13:57:24.51]: [13:57:24.45]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\NetworkPkg\Library\DxeIpIoLib\DxeIpIoLib.inf] [AARCH64]
[13:57:24.51]: [13:57:24.51]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePcdLibNull\BasePcdLibNull.inf] [AARCH64]
[13:57:24.51]: [13:57:24.51]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib\DEBUG\AutoGen.h] files for module UefiHiiServicesLib [AARCH64]
[13:57:24.52]: [13:57:24.52]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdConOutGopSupport.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.52]: [13:57:24.52]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdConOutUgaSupport.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.53]: [13:57:24.52]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\RegisterFilterLibNull\RegisterFilterLibNull.inf] [AARCH64]
[13:57:24.53]: [13:57:24.53]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:24.53]: [13:57:24.53]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.inf] [AARCH64]
[13:57:24.53]: [13:57:24.53]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdConOutRow.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.54]: [13:57:24.53]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdConOutColumn.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.55]: [13:57:24.54]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAndroidFastbootUsbVendorId.gEmbeddedTokenSpaceGuid
[13:57:24.56]: [13:57:24.56]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BasePcdLibNull\BasePcdLibNull\DEBUG\AutoGen.h] files for module BasePcdLibNull [AARCH64]
[13:57:24.57]: [13:57:24.57]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Filesystem\SemihostFs\SemihostFs.inf] [AARCH64]
[13:57:24.58]: [13:57:24.57]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseIoLibIntrinsic\BaseIoLibIntrinsic.inf] [AARCH64]
[13:57:24.58]: [13:57:24.55]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdAndroidFastbootUsbProductId.gEmbeddedTokenSpaceGuid
[13:57:24.59]: [13:57:24.54]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdConInConnectOnDemand.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.59]: [13:57:24.58]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:24.59]: [13:57:24.59]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.59]: [13:57:24.59]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:24.59]: [13:57:24.59]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.60]: [13:57:24.59]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.60]: [13:57:24.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.60]: [13:57:24.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.60]: [13:57:24.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\NetworkPkg\Library\DxeIpIoLib\DxeIpIoLib\DEBUG\AutoGen.h] files for module DxeIpIoLib [AARCH64]
[13:57:24.60]: [13:57:24.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.60]: [13:57:24.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.61]: [13:57:24.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\DxeReportStatusCodeLib\DxeReportStatusCodeLib.inf] [AARCH64]
[13:57:24.61]: [13:57:24.60]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.61]: [13:57:24.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:24.61]: [13:57:24.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:24.61]: [13:57:24.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:24.62]: [13:57:24.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.62]: [13:57:24.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:24.62]: [13:57:24.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:24.62]: [13:57:24.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.63]: [13:57:24.62]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:24.63]: [13:57:24.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:24.63]: [13:57:24.61]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe.inf] [AARCH64]
[13:57:24.63]: [13:57:24.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:24.63]: [13:57:24.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:24.64]: [13:57:24.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:24.64]: [13:57:24.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartLib\PL011UartLib.inf] [AARCH64]
[13:57:24.64]: [13:57:24.63]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:24.64]: [13:57:24.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:24.64]: [13:57:24.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.64]: [13:57:24.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:24.65]: [13:57:24.65]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.65]: [13:57:24.65]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:24.66]: [13:57:24.64]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.66]: [13:57:24.65]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:24.66]: [13:57:24.65]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.66]: [13:57:24.65]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:24.66]: [13:57:24.66]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.66]: [13:57:24.66]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.67]: [13:57:24.66]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.67]: [13:57:24.66]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.67]: [13:57:24.67]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:24.67]: [13:57:24.67]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.67]: [13:57:24.67]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:24.68]: [13:57:24.67]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.68]: [13:57:24.68]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
DEPEX[FastbootTransportUsbDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



[13:57:24.70]: [13:57:24.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFullFtwServiceEnable.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.70]: [13:57:24.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageFtwWorkingBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.70]: [13:57:24.70]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageFtwWorkingBase64.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.71]: [13:57:24.70]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:24.71]: [13:57:24.71]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:24.71]: [13:57:24.68]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.71]: [13:57:24.70]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageFtwWorkingSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.71]: [13:57:24.71]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageFtwSpareBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.72]: [13:57:24.68]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:24.72]: [13:57:24.68]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.72]: [13:57:24.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.72]: [13:57:24.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.72]: [13:57:24.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.72]: [13:57:24.70]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:24.72]: [13:57:24.72]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Drivers\AndroidFastbootTransportUsbDxe\FastbootTransportUsbDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\EmbeddedPkg\Drivers\AndroidFastbootTransportUsbDxe\FastbootTransportUsbDxe\DEBUG\AutoGen.h FastbootTransportUsbDxe.depex] files for module FastbootTransportUsbDxe [AARCH64]
[13:57:24.77]: [13:57:24.72]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageFtwSpareBase64.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.77]: [13:57:24.72]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFlashNvStorageFtwSpareSize.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.77]: [13:57:24.76]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:24.77]: [13:57:24.77]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
DEPEX[ConSplitterDxe] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']



[13:57:24.77]: [13:57:24.73]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:24.78]: [13:57:24.73]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:24.78]: [13:57:24.73]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\Console\ConSplitterDxe\ConSplitterDxe\DEBUG\AutoGen.h ConSplitterDxe.depex] files for module ConSplitterDxe [AARCH64]
[13:57:24.78]: [13:57:24.77]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.78]: [13:57:24.78]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.79]: [13:57:24.78]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.79]: [13:57:24.78]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:24.79]: [13:57:24.78]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.79]: [13:57:24.79]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.79]: [13:57:24.78]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:24.79]: [13:57:24.79]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:24.79]: [13:57:24.79]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.80]: [13:57:24.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\SemihostLib\SemihostLib.inf] [AARCH64]
[13:57:24.80]: [13:57:24.77]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseOrderedCollectionRedBlackTreeLib\BaseOrderedCollectionRedBlackTreeLib.inf] [AARCH64]
[13:57:24.80]: [13:57:24.80]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.80]: [13:57:24.80]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:24.81]: [13:57:24.80]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:24.81]: [13:57:24.80]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.81]: [13:57:24.80]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.81]: [13:57:24.80]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:24.81]: [13:57:24.80]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:24.81]: [13:57:24.69]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011UartClockLib\PL011UartClockLib.inf] [AARCH64]
[13:57:24.81]: [13:57:24.73]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPlatformPkg\Library\PL011SerialPortLib\PL011SerialPortLib.inf] [AARCH64]
[13:57:24.81]: [13:57:24.79]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseDebugPrintErrorLevelLib\BaseDebugPrintErrorLevelLib.inf] [AARCH64]
[13:57:24.81]: [13:57:24.81]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.81]: [13:57:24.81]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.82]: [13:57:24.81]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:24.82]: [13:57:24.81]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.82]: [13:57:24.81]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:24.82]: [13:57:24.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdePkg\Library\BasePrintLib\BasePrintLib\DEBUG\AutoGen.h] files for module BasePrintLib [AARCH64]
[13:57:24.82]: [13:57:24.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.82]: [13:57:24.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:24.83]: [13:57:24.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:24.83]: [13:57:24.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:24.83]: [13:57:24.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:24.83]: [13:57:24.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:24.83]: [13:57:24.82]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:24.83]: [13:57:24.83]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:24.83]: [13:57:24.83]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.83]: [13:57:24.83]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiHandleParsingLib\UefiHandleParsingLib.inf] [AARCH64]
[13:57:24.83]: [13:57:24.83]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.83]: [13:57:24.83]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm.inf] [AARCH64]
[13:57:24.84]: [13:57:24.83]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:24.84]: [13:57:24.83]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BasePrintLib\BasePrintLib.inf] [AARCH64]
[13:57:24.84]: [13:57:24.84]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:24.84]: [13:57:24.84]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.87]: [13:57:24.84]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:24.87]: [13:57:24.84]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:24.87]: [13:57:24.84]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:24.87]: [13:57:24.85]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:24.87]: [13:57:24.84]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.87]: [13:57:24.85]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.87]: [13:57:24.85]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.87]: [13:57:24.85]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:24.88]: [13:57:24.85]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:24.88]: [13:57:24.85]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.88]: [13:57:24.85]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.88]: [13:57:24.86]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:24.88]: [13:57:24.86]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.88]: [13:57:24.86]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.88]: [13:57:24.86]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:24.88]: [13:57:24.86]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.88]: [13:57:24.86]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.88]: [13:57:24.87]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:24.88]: [13:57:24.87]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.88]: [13:57:24.85]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2-platforms\Platform\ARM\Library\ArmShellCmdRunAxf\ArmShellCmdRunAxf.inf] [AARCH64]
[13:57:24.88]: [13:57:24.88]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.89]: [13:57:24.89]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.90]: [13:57:24.89]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.90]: [13:57:24.89]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\DynamicTablesPkg\Library\Acpi\Arm\AcpiRawLibArm\AcpiRawLibArm\DEBUG\AutoGen.h] files for module AcpiRawLibArm [AARCH64]
[13:57:24.90]: [13:57:24.90]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.91]: [13:57:24.90]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(245): debug: 
    Worker 14372: Worker get the last item in the queue.
[13:57:24.91]: [13:57:24.91]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:24.91]: [13:57:24.89]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\DxeRuntimeDebugLibSerialPort\DxeRuntimeDebugLibSerialPort.inf] [AARCH64]
[13:57:24.91]: [13:57:24.91]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:24.91]: [13:57:24.91]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.92]: [13:57:24.91]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:24.92]: [13:57:24.92]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.93]: [13:57:24.92]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.93]: [13:57:24.92]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.93]: [13:57:24.92]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.93]: [13:57:24.93]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(116): debug: 
    Worker 4056: QueueEmpty
[13:57:24.93]: [13:57:24.93]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:24.93]: [13:57:24.93]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:24.94]: [13:57:24.94]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.95]: [13:57:24.94]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
DEPEX[FaultTolerantWriteDxe] (+FaultTolerantWriteDxe) = ['(', '{ 0x8f644fa9, 0xe850, 0x4db1, {0x9c, 0xe2, 0xb, 0x44, 0x69, 0x8e, 0x8d, 0xa4 } }', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', ')']


DEPEX[FaultTolerantWriteDxe] (+DxePcdLib) = ['(', '{ 0x8f644fa9, 0xe850, 0x4db1, {0x9c, 0xe2, 0xb, 0x44, 0x69, 0x8e, 0x8d, 0xa4 } }', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']











DEPEX[SemihostFs] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']





[13:57:24.96]: [13:57:24.94]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiBootServicesTableLib\UefiBootServicesTableLib.inf] [AARCH64]





[13:57:24.97]: [13:57:24.96]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END

[13:57:24.97]: [13:57:24.95]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.97]: [13:57:24.96]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:24.97]: [13:57:24.96]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 

[13:57:24.97]: [13:57:24.95]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x8f644fa9, 0xe850, 0x4db1, {0x9c, 0xe2, 0xb, 0x44, 0x69, 0x8e, 0x8d, 0xa4 } }
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    AND
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:24.97]: [13:57:24.96]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.97]: [13:57:24.96]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Filesystem\SemihostFs\SemihostFs\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Filesystem\SemihostFs\SemihostFs\DEBUG\AutoGen.h SemihostFs.depex] files for module SemihostFs [AARCH64]
[13:57:24.98]: [13:57:24.96]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x8f644fa9, 0xe850, 0x4db1, {0x9c, 0xe2, 0xb, 0x44, 0x69, 0x8e, 0x8d, 0xa4 } }
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    AND
    END
[13:57:24.98]: [13:57:24.97]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\FaultTolerantWriteDxe\FaultTolerantWriteDxe\DEBUG\AutoGen.h FaultTolerantWriteDxe.depex] files for module FaultTolerantWriteDxe [AARCH64]
[13:57:24.98]: [13:57:24.97]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.98]: [13:57:24.97]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:24.98]: [13:57:24.98]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.98]: [13:57:24.98]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.98]: [13:57:24.98]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:24.99]: [13:57:24.99]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.99]: [13:57:24.99]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.100]: [13:57:24.99]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.100]: [13:57:24.99]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiMemoryAllocationLib\UefiMemoryAllocationLib.inf] [AARCH64]
[13:57:24.100]: [13:57:24.100]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.100]: [13:57:24.100]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:24.101]: [13:57:24.101]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:24.102]: [13:57:24.100]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib\DEBUG\UefiShellLevel2CommandsLibStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib\OUTPUT\UefiShellLevel2CommandsLibStrDefs.hpk] files for module UefiShellLevel2CommandsLib [AARCH64]
[13:57:24.102]: [13:57:24.102]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(301): debug: 
    Worker 13152: Done
[13:57:24.103]: [13:57:24.102]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellCommandLib\UefiShellCommandLib.inf] [AARCH64]
DEPEX[SataController] (+UefiDriverEntryPoint) = ['(', '{ 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}', 'AND', '{ 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', 'AND', '{ 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}', 'AND', '{ 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}', 'AND', '{ 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}', 'AND', '{ 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}', 'AND', '{ 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}', ')']




[13:57:24.103]: [13:57:24.103]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(301): debug: 
    Worker 14372: Done
[13:57:24.103]: [13:57:24.103]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x26BACCB2, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x1DA97072, 0xBDDC, 0x4B30, { 0x99, 0xF1, 0x72, 0xA0, 0xB5, 0x6F, 0xFF, 0x2A }}
    PUSH { 0x27CFAC87, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0x27CFAC88, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    PUSH { 0xb7dfb4e1, 0x052f, 0x449f, { 0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 }}
    PUSH { 0xA46423E3, 0x4617, 0x49F1, { 0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 }}
    PUSH { 0x26BACCB3, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x6441F818, 0x6362, 0x4E44, { 0xB5, 0x70, 0x7D, 0xBA, 0x31, 0xDD, 0x24, 0x53 }}
    PUSH { 0x1E5668E2, 0x8481, 0x11D4, { 0xBC, 0xF1, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
    PUSH { 0x665E3FF5, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    AND
    END
[13:57:24.104]: [13:57:24.104]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
[13:57:24.104]: [13:57:24.104]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Bus\Pci\SataControllerDxe\SataControllerDxe\DEBUG\AutoGen.h SataController.depex] files for module SataController [AARCH64]
Skipped d:\code\arm\edk2-platforms\Platform\ARM\Library\ArmShellCmdRunAxf\ArmShellCmdRunAxf.uni for string token uses search
[13:57:24.107]: [13:57:24.106]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf] [AARCH64]
[13:57:24.108]: [13:57:24.107]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFWRONGCLASS_32
[13:57:24.108]: [13:57:24.108]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFWRONGMACH_32
[13:57:24.109]: [13:57:24.109]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFWRONGCLASS_64
[13:57:24.109]: [13:57:24.109]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFWRONGMACH_64
[13:57:24.109]: [13:57:24.109]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(301): debug: 
    Worker 10616: Done
[13:57:24.110]: [13:57:24.109]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellBcfgCommandLib\UefiShellBcfgCommandLib.inf] [AARCH64]
[13:57:24.110]: [13:57:24.109]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFMAGIC
[13:57:24.110]: [13:57:24.110]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFNOTEXEC
[13:57:24.110]: [13:57:24.110]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(301): debug: 
    Worker 8956: Done
[13:57:24.111]: [13:57:24.111]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFNOPROG
[13:57:24.111]: [13:57:24.111]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFNOPROG
[13:57:24.112]: [13:57:24.111]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFWRONGCLASS
[13:57:24.112]: [13:57:24.112]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFBADFORMAT
[13:57:24.112]: [13:57:24.112]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmSmcLib\ArmSmcLib.inf] [AARCH64]
[13:57:24.112]: [13:57:24.112]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFBADHEADER
[13:57:24.113]: [13:57:24.113]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_BAD_ARCH
[13:57:24.113]: [13:57:24.113]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFFAILSEG
[13:57:24.114]: [13:57:24.114]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_ELFNOSEG
[13:57:24.115]: [13:57:24.115]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_INVALID_ARG
[13:57:24.115]: [13:57:24.115]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_INVALID_ARG
[13:57:24.116]: [13:57:24.116]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_FILE_NOT_FOUND
[13:57:24.116]: [13:57:24.116]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_NO_MEM
[13:57:24.117]: [13:57:24.117]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_READ_FAIL
[13:57:24.117]: [13:57:24.117]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_RUNAXF_BAD_FILE
[13:57:24.117]: [13:57:24.117]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GET_HELP_RUNAXF
[13:57:24.118]: [13:57:24.117]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel2CommandsLib\UefiShellLevel2CommandsLib.inf] [AARCH64]
[13:57:24.118]: [13:57:24.118]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDevicePathLib\UefiDevicePathLib.inf] [AARCH64]
[13:57:24.126]: [13:57:24.125]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(301): debug: 
    Worker 1164: Done
[13:57:24.126]: [13:57:24.125]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiRuntimeLib\UefiRuntimeLib.inf] [AARCH64]
[13:57:24.130]: [13:57:24.129]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel1CommandsLib\UefiShellLevel1CommandsLib.inf] [AARCH64]
[13:57:24.132]: [13:57:24.131]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\ArmSmcPsciResetSystemLib\ArmSmcPsciResetSystemLib.inf] [AARCH64]
[13:57:24.132]: [13:57:24.132]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\Library\ArmShellCmdRunAxf\ArmShellCmdRunAxf\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\Library\ArmShellCmdRunAxf\ArmShellCmdRunAxf\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\Library\ArmShellCmdRunAxf\ArmShellCmdRunAxf\DEBUG\ArmShellCmdRunAxfStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\Platform\ARM\Library\ArmShellCmdRunAxf\ArmShellCmdRunAxf\OUTPUT\ArmShellCmdRunAxfStrDefs.hpk] files for module ArmShellCmdRunAxf [AARCH64]
[13:57:24.134]: [13:57:24.134]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(301): debug: 
    Worker 12048: Done
[13:57:24.141]: [13:57:24.140]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiDriverEntryPoint\UefiDriverEntryPoint.inf] [AARCH64]
[13:57:24.143]: [13:57:24.142]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellLevel3CommandsLib\UefiShellLevel3CommandsLib.inf] [AARCH64]
[13:57:24.150]: [13:57:24.149]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\UefiLib\UefiLib.inf] [AARCH64]
[13:57:24.155]: [13:57:24.154]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellDriver1CommandsLib\UefiShellDriver1CommandsLib.inf] [AARCH64]
[13:57:24.161]: [13:57:24.160]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdeModulePkg\Library\RuntimeDxeReportStatusCodeLib\RuntimeDxeReportStatusCodeLib.inf] [AARCH64]
[13:57:24.168]: [13:57:24.167]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\MdePkg\Library\BaseStackCheckLib\BaseStackCheckLib.inf] [AARCH64]
[13:57:24.169]: [13:57:24.168]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellAcpiViewCommandLib\UefiShellAcpiViewCommandLib.inf] [AARCH64]
[13:57:24.176]: [13:57:24.175]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf] [AARCH64]
[13:57:24.189]: [13:57:24.188]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellDebug1CommandsLib\UefiShellDebug1CommandsLib.inf] [AARCH64]
[13:57:24.198]: [13:57:24.198]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:24.199]: [13:57:24.199]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.200]: [13:57:24.199]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.200]: [13:57:24.200]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.200]: [13:57:24.200]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.201]: [13:57:24.200]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:24.201]: [13:57:24.201]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:24.201]: [13:57:24.201]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.202]: [13:57:24.202]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:24.202]: [13:57:24.202]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:24.202]: [13:57:24.202]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:24.203]: [13:57:24.202]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:24.203]: [13:57:24.203]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:24.203]: [13:57:24.203]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.204]: [13:57:24.203]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:24.204]: [13:57:24.204]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.204]: [13:57:24.204]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.205]: [13:57:24.204]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.205]: [13:57:24.205]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:24.205]: [13:57:24.205]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.206]: [13:57:24.205]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.206]: [13:57:24.206]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:24.206]: [13:57:24.206]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.207]: [13:57:24.206]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.207]: [13:57:24.207]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.207]: [13:57:24.207]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.207]: [13:57:24.207]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:24.208]: [13:57:24.208]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:24.209]: [13:57:24.208]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
.DEPEX[ResetSystemRuntimeDxe] (+ResetSystemRuntimeDxe) = ['(', 'TRUE', ')']

DEPEX[ResetSystemRuntimeDxe] (+DxePcdLib) = ['(', 'TRUE', ')', 'AND', '(', '{ 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }', ')']























[13:57:24.219]: [13:57:24.218]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
     TRUE
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    AND
    END
[13:57:24.219]: [13:57:24.219]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH { 0x13a3f0f6, 0x264a, 0x3ef0, { 0xf2, 0xe0, 0xde, 0xc5, 0x12, 0x34, 0x2f, 0x34 } }
    END
[13:57:24.220]: [13:57:24.220]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystemRuntimeDxe\DEBUG\AutoGen.h ResetSystemRuntimeDxe.depex] files for module ResetSystemRuntimeDxe [AARCH64]
[13:57:24.222]: [13:57:24.221]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellInstall1CommandsLib\UefiShellInstall1CommandsLib.inf] [AARCH64]
[13:57:24.229]: [13:57:24.228]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(220): debug: 
    AutoGen module [d:\code\arm\edk2\ShellPkg\Library\UefiShellNetwork1CommandsLib\UefiShellNetwork1CommandsLib.inf] [AARCH64]
[13:57:24.236]: [13:57:24.235]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(301): debug: 
    Worker 12036: Done
[13:57:24.265]: [13:57:24.264]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellSupportLevel.gEfiShellPkgTokenSpaceGuid
[13:57:24.265]: [13:57:24.265]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellSupportOldProtocols.gEfiShellPkgTokenSpaceGuid
[13:57:24.265]: [13:57:24.265]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellRequireHiiPlatform.gEfiShellPkgTokenSpaceGuid
[13:57:24.265]: [13:57:24.265]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellSupportFrameworkHii.gEfiShellPkgTokenSpaceGuid
[13:57:24.266]: [13:57:24.265]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellPageBreakDefault.gEfiShellPkgTokenSpaceGuid
[13:57:24.266]: [13:57:24.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellInsertModeDefault.gEfiShellPkgTokenSpaceGuid
[13:57:24.266]: [13:57:24.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellScreenLogCount.gEfiShellPkgTokenSpaceGuid
[13:57:24.266]: [13:57:24.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellPrintBufferSize.gEfiShellPkgTokenSpaceGuid
[13:57:24.266]: [13:57:24.266]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellForceConsole.gEfiShellPkgTokenSpaceGuid
[13:57:24.267]: [13:57:24.267]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellSupplier.gEfiShellPkgTokenSpaceGuid
[13:57:24.272]: [13:57:24.267]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellMaxHistoryCommandCount.gEfiShellPkgTokenSpaceGuid
[13:57:24.273]: [13:57:24.272]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdVerifyNodeInList.gEfiMdePkgTokenSpaceGuid
[13:57:24.273]: [13:57:24.273]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumLinkedListLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.273]: [13:57:24.273]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumAsciiStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.273]: [13:57:24.273]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumUnicodeStringLength.gEfiMdePkgTokenSpaceGuid
[13:57:24.273]: [13:57:24.273]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdControlFlowEnforcementPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.274]: [13:57:24.274]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSpeculationBarrierType.gEfiMdePkgTokenSpaceGuid
[13:57:24.274]: [13:57:24.274]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultReceiveFifoDepth.gEfiMdePkgTokenSpaceGuid
[13:57:24.274]: [13:57:24.274]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialBaudRate.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.274]: [13:57:24.274]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartInteger.gArmPlatformTokenSpaceGuid
[13:57:24.275]: [13:57:24.274]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartFractional.gArmPlatformTokenSpaceGuid
[13:57:24.275]: [13:57:24.275]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartRegOffsetVariant.gArmPlatformTokenSpaceGuid
[13:57:24.275]: [13:57:24.275]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PL011UartClkInHz.gArmPlatformTokenSpaceGuid
[13:57:24.275]: [13:57:24.275]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.275]: [13:57:24.275]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultBaudRate.gEfiMdePkgTokenSpaceGuid
[13:57:24.276]: [13:57:24.276]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultDataBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.276]: [13:57:24.276]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultParity.gEfiMdePkgTokenSpaceGuid
[13:57:24.276]: [13:57:24.276]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUartDefaultStopBits.gEfiMdePkgTokenSpaceGuid
[13:57:24.277]: [13:57:24.276]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdSerialRegisterBase.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.277]: [13:57:24.277]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugClearMemoryValue.gEfiMdePkgTokenSpaceGuid
[13:57:24.277]: [13:57:24.277]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDebugPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.277]: [13:57:24.277]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdFixedDebugPrintErrorLevel.gEfiMdePkgTokenSpaceGuid
[13:57:24.278]: [13:57:24.278]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaximumDevicePathNodeCount.gEfiMdePkgTokenSpaceGuid
[13:57:24.278]: [13:57:24.278]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnosticsDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.278]: [13:57:24.278]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentNameDisable.gEfiMdePkgTokenSpaceGuid
[13:57:24.278]: [13:57:24.278]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverDiagnostics2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.279]: [13:57:24.278]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdComponentName2Disable.gEfiMdePkgTokenSpaceGuid
[13:57:24.279]: [13:57:24.279]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUgaConsumeSupport.gEfiMdePkgTokenSpaceGuid
[13:57:24.279]: [13:57:24.279]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiLibMaxPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:24.279]: [13:57:24.279]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUefiFileHandleLibPrintBufferSize.gEfiMdePkgTokenSpaceGuid
[13:57:24.280]: [13:57:24.279]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdReportStatusCodePropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.280]: [13:57:24.280]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdPerformanceLibraryPropertyMask.gEfiMdePkgTokenSpaceGuid
[13:57:24.280]: [13:57:24.280]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdValidateOrderedCollection.gEfiMdePkgTokenSpaceGuid
[13:57:24.280]: [13:57:24.280]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellLibAutoInitialize.gEfiShellPkgTokenSpaceGuid
[13:57:24.280]: [13:57:24.280]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellIncludeNtGuids.gEfiShellPkgTokenSpaceGuid
[13:57:24.281]: [13:57:24.281]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdResetOnMemoryTypeInformationChange.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.281]: [13:57:24.281]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdProgressCodeOsLoaderLoad.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.281]: [13:57:24.281]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdProgressCodeOsLoaderStart.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.281]: [13:57:24.281]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdErrorCodeSetVariable.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.282]: [13:57:24.281]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdBootManagerMenuFile.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.282]: [13:57:24.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdDriverHealthConfigureForm.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.282]: [13:57:24.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdMaxRepairCount.gEfiMdeModulePkgTokenSpaceGuid
[13:57:24.282]: [13:57:24.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellMapNameLength.gEfiShellPkgTokenSpaceGuid
[13:57:24.282]: [13:57:24.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdUsbExtendedDecode.gEfiShellPkgTokenSpaceGuid
[13:57:24.283]: [13:57:24.282]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellDecodeIScsiMapNames.gEfiShellPkgTokenSpaceGuid
[13:57:24.283]: [13:57:24.283]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellVendorExtendedDecode.gEfiShellPkgTokenSpaceGuid
[13:57:24.283]: [13:57:24.283]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellFileOperationSize.gEfiShellPkgTokenSpaceGuid
[13:57:24.284]: [13:57:24.283]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py(918): debug: 
    Creating code for PcdShellProfileMask.gEfiShellPkgTokenSpaceGuid
Skipped d:\code\arm\edk2\ShellPkg\Application\Shell\Shell.uni for string token uses search
[13:57:24.287]: [13:57:24.287]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_QUIT_CONT
[13:57:24.289]: [13:57:24.288]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_ENTER_TO_CONT
[13:57:24.289]: [13:57:24.289]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_NO_IN_EX
[13:57:24.290]: [13:57:24.289]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VER_OUTPUT_MAIN_SHELL
[13:57:24.290]: [13:57:24.290]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VER_OUTPUT_MAIN_SUPPLIER
[13:57:24.290]: [13:57:24.290]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_VER_OUTPUT_MAIN_UEFI
[13:57:24.290]: [13:57:24.290]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_GEN_PROBLEM
[13:57:24.291]: [13:57:24.291]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_STARTUP_QUESTION
[13:57:24.291]: [13:57:24.291]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_CRLF
[13:57:24.291]: [13:57:24.291]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_CURDIR
[13:57:24.292]: [13:57:24.291]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_SHELL
[13:57:24.292]: [13:57:24.292]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_NOT_FOUND
[13:57:24.292]: [13:57:24.292]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_INVALID_SPLIT
[13:57:24.293]: [13:57:24.292]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_INVALID_MAPPING
[13:57:24.293]: [13:57:24.293]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_NOT_FOUND
[13:57:24.293]: [13:57:24.293]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_ERROR
[13:57:24.293]: [13:57:24.293]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_ERROR_SCRIPT
[13:57:24.294]: [13:57:24.293]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_NOT_FOUND
[13:57:24.294]: [13:57:24.294]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_NOT_FOUND
[13:57:24.294]: [13:57:24.294]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_CURDIR
[13:57:24.294]: [13:57:24.294]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_SHELL
[13:57:24.296]: [13:57:24.296]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_REDUNDA_REDIR
[13:57:24.297]: [13:57:24.296]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_INVALID_REDIR
[13:57:24.298]: [13:57:24.298]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_IMAGE_NOT_APP
[13:57:24.299]: [13:57:24.299]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py(534): debug: 
    Found string identifier: STR_SHELL_NO_IN_EX
DEPEX[Shell] (+UefiShellCommandLib) = ['(', '{0xa4c751fc, 0x23ae, 0x4c3e, { 0x92, 0xe9, 0x49, 0x64, 0xcf, 0x63, 0xf3, 0x49 }}', ')']














[13:57:24.303]: [13:57:24.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(152): debug: 
    
    PUSH {0xa4c751fc, 0x23ae, 0x4c3e, { 0x92, 0xe9, 0x49, 0x64, 0xcf, 0x63, 0xf3, 0x49 }}
    END
[13:57:24.303]: [13:57:24.303]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenDepex.py(155): debug: 
    
    Optimized: 
    PUSH {0xa4c751fc, 0x23ae, 0x4c3e, { 0x92, 0xe9, 0x49, 0x64, 0xcf, 0x63, 0xf3, 0x49 }}
    END
[13:57:24.304]: [13:57:24.304]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug: 
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\DEBUG\ShellStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\OUTPUT\ShellStrDefs.hpk Shell.depex] files for module Shell [AARCH64]
[13:57:24.316]: [13:57:24.316]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(301): debug: 
    Worker 12604: Done
 done!
[13:57:24.484]: [13:57:24.482]: D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py(461): debug: 
    Pending Queue (20), Ready Queue (0)
Building ... d:\code\arm\edk2\ArmPkg\Library\ArmSmcPsciResetSystemLib\ArmSmcPsciResetSystemLib.inf [AARCH64]
'make' is not recognized as an internal or external command,
operable program or batch file.
Building ... d:\code\arm\edk2\ArmPkg\Library\ArmSmcLib\ArmSmcLib.inf [AARCH64]


build.py...
 : error 7000: Failed to execute command
	make tbuild [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\ArmSmcPsciResetSystemLib\ArmSmcPsciResetSystemLib]


build.py...
 : error 7000: Failed to execute command
	make tbuild [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\ArmSmcLib\ArmSmcLib]


build.py...
 : error F002: Failed to build module
	d:\code\arm\edk2\ArmPkg\Library\ArmSmcPsciResetSystemLib\ArmSmcPsciResetSystemLib.inf [AARCH64, GCC5, DEBUG]

- Failed -
Build end time: 13:57:24, Sep.02 2021
Build total time: 00:00:05


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.
  2021-09-01 11:30   ` Sami Mujawar
  2021-09-02  6:19     ` Linus Liu
@ 2021-09-02  9:07     ` Linus Liu
  1 sibling, 0 replies; 8+ messages in thread
From: Linus Liu @ 2021-09-02  9:07 UTC (permalink / raw)
  To: Sami Mujawar, devel@edk2.groups.io, pierre.gondois@arm.com; +Cc: nd

[-- Attachment #1: Type: text/plain, Size: 10576 bytes --]

Dear Sirs
Update status
After installing MinGW.
Can build pass on windows platform.
Thanks for  supports
Sincerely
Linus


From: Linus Liu
Sent: Thursday, September 2, 2021 2:19 PM
To: 'Sami Mujawar'; devel@edk2.groups.io; 'pierre.gondois@arm.com'
Cc: nd
Subject: RE: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Dear Sirs
Issue remain after following the settings as Laszlo’s mentioned.
And I’ve googled the error messages.
UnicodeEncodeError: 'cp950' codec can't encode character '\u59b8' in position 17: illegal multibyte sequence
It seems related to windows character encoding.
After running chcp 65001.
The build error is similar as below link.

[13:33:09.375]: [13:33:09.375]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py(1857): debug:
    Skipped the generation of [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\DEBUG\AutoGen.c d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\DEBUG\AutoGen.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\DEBUG\ShellStrDefs.h d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ShellPkg\Application\Shell\Shell\OUTPUT\ShellStrDefs.hpk Shell.depex] files for module Shell [AARCH64]
.[13:33:09.388]: [13:33:09.387]: D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py(301): debug:
    Worker 12804: Done
done!
[13:33:09.648]: [13:33:09.644]: D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py(461): debug:
    Pending Queue (20), Ready Queue (0)
Building ... d:\code\arm\edk2\OvmfPkg\Library\VirtioLib\VirtioLib.inf [AARCH64]
'make' is not recognized as an internal or external command,
operable program or batch file.
Building ... d:\code\arm\edk2\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull.inf [AARCH64]


build.py...
: error 7000: Failed to execute command
              make tbuild [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\OvmfPkg\Library\VirtioLib\VirtioLib]


build.py...
: error 7000: Failed to execute command
              make tbuild [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\MdeModulePkg\Library\DxeCapsuleLibNull\DxeCapsuleLibNull]


build.py...
: error F002: Failed to build module
              d:\code\arm\edk2\OvmfPkg\Library\VirtioLib\VirtioLib.inf [AARCH64, GCC5, DEBUG]

- Failed -
Build end time: 13:33:09, Sep.02 2021
Build total time: 00:00:05

https://community.arm.com/developer/ip-products/system/f/embedded-forum/48087/build-issue-on-uefi-arm-in-windows-10-console?tempkey=7f056598-cf28-4d6b-95e7-8742eb39d7fe

From: Sami Mujawar [mailto:Sami.Mujawar@arm.com]
Sent: Wednesday, September 1, 2021 7:31 PM
To: Linus Liu; devel@edk2.groups.io
Cc: nd
Subject: Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Hi Linus,

The problem you are seeing appears to be with your development environment setup. It may be worth trying the settings described in ‘Laszlo's unkempt git guide for edk2 contributors and maintainers’ at https://github.com/tianocore/tianocore.github.io/wiki/Laszlo%27s-unkempt-git-guide-for-edk2-contributors-and-maintainers<https://github.com/tianocore/tianocore.github.io/wiki/Laszlo%27s-unkempt-git-guide-for-edk2-contributors-and-maintainers>

Also, you could try setting the GCC_HOST_PREFIX environment variable to force the build system to use nmake.
    set GCC_HOST_PREFIX=n
    call %WORKSPACE%\edk2\edksetup.bat Reconfig
    build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG

Regards,

Sami Mujawar

From: Linus Liu <Linus_Liu@phoenix.com>
Date: Wednesday, 1 September 2021 at 11:09
To: Sami Mujawar <Sami.Mujawar@arm.com>, "devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: nd <nd@arm.com>
Subject: RE: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Dear Sir
After switching python 3.7. Still can’t work.
Has other error.
Thanks.



Building ... d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf [AARCH64]
--- Logging error ---
Traceback (most recent call last):
  File "C:\Python37\lib\logging\__init__.py", line 985, in emit
    stream.write(msg)
UnicodeEncodeError: 'cp950' codec can't encode character '\u59b8' in position 17: illegal multibyte sequence
Call stack:
  File "C:\Python37\lib\threading.py", line 885, in _bootstrap
    self._bootstrap_inner()
  File "C:\Python37\lib\threading.py", line 917, in _bootstrap_inner
    self.run()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\AutoGenWorker.py", line 91, in run
    self._InfoLogger_agent.log(log_message.levelno,log_message.getMessage())
Message: "'make' OΥ~ROBi檺{Χ\u59b8\u0261C"
Arguments: ()


build.py...
: error 7000: Failed to execute command
              make tbuild [d:\code\arm\Build\ArmVExpress-FVP-AArch64\DEBUG_GCC5\AARCH64\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib]


build.py...
: error F002: Failed to build module
              d:\code\arm\edk2\ArmPkg\Library\CompilerIntrinsicsLib\CompilerIntrinsicsLib.inf [AARCH64, GCC5, DEBUG]

- Failed -
Build end time: 18:02:33, Sep.01 2021
Build total time: 00:00:05


From: Sami Mujawar [mailto:Sami.Mujawar@arm.com]
Sent: Wednesday, September 1, 2021 5:30 PM
To: devel@edk2.groups.io; Linus Liu
Cc: nd
Subject: Re: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Hi Linus,

It looks like Python2.7 is not working with the EDK2 build system on Windows (at least for Arm builds). Can you try using Python 3.7 instead?
I am using Python 3.7.3 and the build is working. Please let me know if switching to Python 3.7 does not work.

Regards,

Sami Mujawar
From: <devel@edk2.groups.io> on behalf of "Linus Liu via groups.io" <Linus_Liu=phoenix.com@groups.io>
Reply to: "devel@edk2.groups.io" <devel@edk2.groups.io>, "Linus_Liu@phoenix.com" <Linus_Liu@phoenix.com>
Date: Wednesday, 1 September 2021 at 08:50
To: "devel@edk2.groups.io" <devel@edk2.groups.io>
Subject: [edk2-devel] building-edkii-eufi-firmware-for-arm-platforms fail on windows 10.

Dear Sir
I’ve followed the attachment try to build UEFI on ARM platform.
But when I ran the below command.
build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG

It shows

Build fail.
Then
I’ve tried.

build -a AARCH64 -t GCC5 -p Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc -b DEBUG  clean

It shows
Build environment: Windows-10-10.0.18362
Build start time: 12:00:00, Sep.01 2021

WORKSPACE        = d:\code\arm
PACKAGES_PATH    = d:\code\arm\edk2;d:\code\arm\edk2-platforms
EDK_TOOLS_PATH   = d:\code\arm\edk2\basetools
EDK_TOOLS_BIN    = d:\code\arm\edk2\basetools\bin\win32
CONF_PATH        = d:\code\arm\edk2\conf
PYTHON_COMMAND   = C:\Python27\python.exe


Architecture(s)  = AARCH64

Processing meta-data .Build target     = DEBUG
Toolchain        = GCC5

Active Platform          = d:\code\arm\edk2-platforms\Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc
. done!


build.py...
: error C0DE: Unknown fatal error when processing [d:\code\arm\edk2\MdeModulePkg\Universal\DisplayEngineDxe\DisplayEngineDxe.inf]

(Please send email to devel@edk2.groups.io for help, attaching following call stack trace!)

(Python 2.7.18 on win32) Traceback (most recent call last):
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 2698, in Main
    MyBuild.Launch()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 2491, in Launch
    self._BuildPlatform()
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 1824, in _BuildPlatform
    self._BuildPa(self.Target, Pa, FfsCommand=CmdListDict,PcdMaList=PcdMaList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\build\build.py", line 1293, in _BuildPa
    AutoGenObject.CreateCodeFile(True)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\Common\caching.py", line 18, in CallMeHere
    Value = self._function(obj, *args,**kwargs)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\PlatformAutoGen.py", line 173, in CreateCodeFile
    Ma.CreateCodeFile(CreateModuleCodeFile)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py", line 1829, in CreateCodeFile
    for File in self.AutoGenFileList:
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\Common\caching.py", line 28, in __get__
    Value = obj.__dict__[self._function.__name__] = self._function(obj)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\ModuleAutoGen.py", line 983, in AutoGenFileList
    GenC.CreateCode(self, AutoGenC, AutoGenH, StringH, AutoGenUniIdf, UniStringBinBuffer, StringIdf, AutoGenUniIdf, IdfGenBinBuffer)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py", line 2047, in CreateCode
    CreateUnicodeStringCode(Info, AutoGenC, StringH, UniGenCFlag, UniGenBinBuffer)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\GenC.py", line 1706, in CreateUnicodeStringCode
    Header, Code = GetStringFiles(Info.UnicodeFileList, SrcList, IncList, Info.IncludePathList, ['.uni', '.inf'], Info.Name, CompatibleMode, ShellMode, UniGenCFlag, UniGenBinBuffer, FilterInfo)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\StrGather.py", line 557, in GetStringFiles
    Uni = UniFileClassObject(sorted(UniFilList, key=lambda x: x.File), IsCompatibleMode, IncludePathList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 230, in __init__
    self.LoadUniFiles(FileList)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 542, in LoadUniFiles
    self.LoadUniFile(File)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 472, in LoadUniFile
    self.GetLangDef(File, Line)
  File "D:\Code\Arm\edk2\BaseTools\Source\Python\AutoGen\UniClassObject.py", line 236, in GetLangDef
    Lang = shlex.split(Line.split(u"//")[0])
  File "C:\Python27\lib\shlex.py", line 275, in split
    lex = shlex(s, posix=posix)
  File "C:\Python27\lib\shlex.py", line 25, in __init__
    instream = StringIO(instream)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 20: ordinal not in range(128)


- Failed -
Build end time: 12:00:02, Sep.01 2021
Build total time: 00:00:03

Could you kindly help on it?
Thanks.




[-- Attachment #2: Type: text/html, Size: 29134 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-09-02  9:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-01  5:30 building-edkii-eufi-firmware-for-arm-platforms fail on windows 10 Linus Liu
2021-09-01 12:09 ` [edk2-devel] " PierreGondois
2021-09-02  2:42   ` Linus Liu
  -- strict thread matches above, loose matches on Subject: below --
2021-09-01  9:30 Sami Mujawar
2021-09-01 10:08 ` Linus Liu
2021-09-01 11:30   ` Sami Mujawar
2021-09-02  6:19     ` Linus Liu
2021-09-02  9:07     ` Linus Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox