X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FUPT%2FLibrary%2FGlobalData.py;h=40b17cf083f15675145999909d2e58c7a4a61fc5;hb=ac107416484b74e5d412f7b48268761f9ba95afe;hp=8f446d48883d4611470e6f3aa99e5a9ef1260abf;hpb=fb0f8067ea4bfe21b8bc3bd2b2617f5b3d8d87aa;p=mirror_edk2.git diff --git a/BaseTools/Source/Python/UPT/Library/GlobalData.py b/BaseTools/Source/Python/UPT/Library/GlobalData.py index 8f446d4888..40b17cf083 100644 --- a/BaseTools/Source/Python/UPT/Library/GlobalData.py +++ b/BaseTools/Source/Python/UPT/Library/GlobalData.py @@ -1,11 +1,11 @@ ## @file # This file is used to define common static strings and global data used by UPT # -# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made available -# under the terms and conditions of the BSD License which accompanies this -# distribution. The full text of the license may be found at +# This program and the accompanying materials are licensed and made available +# under the terms and conditions of the BSD License which accompanies this +# distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php # # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, @@ -16,7 +16,7 @@ GlobalData ''' # -# The workspace directory +# The workspace directory # gWORKSPACE = '.' gPACKAGE_PATH = None @@ -87,7 +87,7 @@ gWARNING_AS_ERROR = False # # Used to specify the temp directory to hold the unpacked distribution files # -gUNPACK_DIR = None +gUNPACK_DIR = [] # # Flag used to mark whether the INF file is Binary INF or not. @@ -109,3 +109,8 @@ gPackageDict = {} # {FilePath: FileObj} # gLIBINSTANCEDICT = {} + +# +# Store the list of DIST +# +gTO_BE_INSTALLED_DIST_LIST = []