From a0a2cd1ea6933bdd54165b8e9a403e7e7f492822 Mon Sep 17 00:00:00 2001 From: "Feng, Bob C" Date: Tue, 26 Aug 2014 02:52:24 +0000 Subject: This patch is going to correct the external PCD database generation rule to support the case that all binary driver are only listed in FDF file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Feng, Bob C Reviewed-by: Yingke Liu git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15893 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Source/Python/Workspace/BuildClassObject.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BaseTools/Source/Python/Workspace/BuildClassObject.py') diff --git a/BaseTools/Source/Python/Workspace/BuildClassObject.py b/BaseTools/Source/Python/Workspace/BuildClassObject.py index a95e3f39ab..8b98f164fd 100644 --- a/BaseTools/Source/Python/Workspace/BuildClassObject.py +++ b/BaseTools/Source/Python/Workspace/BuildClassObject.py @@ -57,6 +57,8 @@ class PcdClassObject(object): self.Phase = "DXE" self.Pending = False self.IsOverrided = IsOverrided + self.IsFromBinaryInf = False + self.IsFromDsc = False ## Convert the class to a string # -- cgit v1.2.3