diff options
author | Yonghong Zhu <yonghong.zhu@intel.com> | 2017-12-27 14:12:29 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2017-12-31 13:10:49 +0800 |
commit | 7dbc50bd244d95fdc1741b9cfc561f0bfd724de1 (patch) | |
tree | 7f317c3cd6f55654c41e88a39ae76881844f61c6 /BaseTools/Source/BinaryFiles.txt | |
parent | f13f306b3b07330191ba4620e49c2a9151b8e575 (diff) | |
download | edk2-7dbc50bd244d95fdc1741b9cfc561f0bfd724de1.tar.gz edk2-7dbc50bd244d95fdc1741b9cfc561f0bfd724de1.tar.bz2 edk2-7dbc50bd244d95fdc1741b9cfc561f0bfd724de1.zip |
BaseTools: Add DevicePath support for PCD values
Use C code parse device path to output hex string, and Python
run command when PCD Value need device path parse.
https://bugzilla.tianocore.org/show_bug.cgi?id=541
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/BinaryFiles.txt')
-rw-r--r-- | BaseTools/Source/BinaryFiles.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BaseTools/Source/BinaryFiles.txt b/BaseTools/Source/BinaryFiles.txt index 7b014a71e4..a5273d4753 100644 --- a/BaseTools/Source/BinaryFiles.txt +++ b/BaseTools/Source/BinaryFiles.txt @@ -11,7 +11,7 @@ # must ensure that files that are required by the cx_freeze frozen binaries are
# present in the Bin\Win32 directory.
#
-# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials are licensed and made available under
# the terms and conditions of the BSD License which accompanies this distribution.
@@ -59,6 +59,7 @@ UPT.exe VfrCompile.exe
VolInfo.exe
Pkcs7Sign.exe
+DevicePath.exe
[ExtraFiles.Win32]
TestSigningPrivateKey.pem
|