]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Library/DataType.py
BaseTool/Upt: Add support for Private
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Library / DataType.py
index 8449dc8d6d328ce0dbe6cc404a648338f1f174de..c151be3bc4d9ae12e7a22eeb66db614ae111bd2f 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to define class for data type structure\r
 #\r
-# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available \r
 # under the terms and conditions of the BSD License which accompanies this \r
@@ -680,6 +680,8 @@ TAB_DEFINE = 'DEFINE'
 TAB_NMAKE = 'Nmake'\r
 TAB_USER_EXTENSIONS = 'UserExtensions'\r
 TAB_INCLUDE = '!include'\r
+TAB_PRIVATE = 'Private'\r
+TAB_INTEL = 'Intel'\r
 \r
 #\r
 # Common Define\r