]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Workspace/MetaFileParser.py
BaseTools:Define Macro in Inf file, the pcdvalue Can't convert
authorFan, ZhijuX <zhijux.fan@intel.com>
Fri, 25 Jan 2019 08:52:32 +0000 (16:52 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 28 Jan 2019 03:44:42 +0000 (11:44 +0800)
commit51f5233385569475e28deab0380976c47c21f5d2
treec9eedfdb129d6668ab04aa8e715b8ff08858a519
parent42bd17508ec519689464175a794b6de54ebe95a0
BaseTools:Define Macro in Inf file, the pcdvalue Can't convert

Define Macro in Inf file, the pcdvalue Can't convert

in dec:
gUefiOvmfPkgGuid.test1|"ddd"|VOID*|0x3c
in inf:
DEFINE ABC=PATH
gUefiOvmfPkgTokenSpaceGuid.test1|$(ABC)

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/Workspace/MetaFileParser.py