Home
last modified time | relevance | path

Searched refs:TAB_LIBRARY_CLASSES (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DDataType.py170 TAB_LIBRARY_CLASSES = 'LibraryClasses' variable
171 TAB_LIBRARY_CLASSES_COMMON = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_COMMON
172 TAB_LIBRARY_CLASSES_IA32 = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_IA32
173 TAB_LIBRARY_CLASSES_X64 = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_X64
174 TAB_LIBRARY_CLASSES_IPF = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_IPF
175 TAB_LIBRARY_CLASSES_ARM = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_ARM
176 TAB_LIBRARY_CLASSES_EBC = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_EBC
177 TAB_LIBRARY_CLASSES_AARCH64 = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_AARCH64
496 SECTIONS_HAVE_ITEM_AFTER_ARCH = [TAB_LIBRARY_CLASSES.upper(), TAB_DEPEX.upper(), TAB_USER_EXTENSION…
DDecClassObject.py37 TAB_LIBRARY_CLASSES.upper() : MODEL_EFI_LIBRARY_CLASS,
100 TAB_INCLUDES, TAB_GUIDS, TAB_PROTOCOLS, TAB_PPIS, TAB_LIBRARY_CLASSES, \
412 EdkLogger.debug(2, "Generate %s ..." % TAB_LIBRARY_CLASSES)
DDscClassObject.py41 TAB_LIBRARY_CLASSES.upper() : MODEL_EFI_LIBRARY_CLASS,
108 … TAB_SKUIDS, TAB_LIBRARIES, TAB_LIBRARY_CLASSES, TAB_BUILD_OPTIONS, TAB_PCDS_FIXED_AT_BUILD_NULL, \
413 EdkLogger.debug(2, "Generate %s ..." % TAB_LIBRARY_CLASSES)
431 …= CheckFileExist(self.WorkspaceDir, IncludeFile[0], ContainerFile, TAB_LIBRARY_CLASSES, '', Includ…
1325 …if CurrentSection == TAB_LIBRARY_CLASSES or CurrentSection in TAB_PCD_DYNAMIC_TYPE_LIST or Current…
DInfClassObject.py42 TAB_LIBRARY_CLASSES.upper() : MODEL_EFI_LIBRARY_CLASS,
183 TAB_PROTOCOLS, TAB_PPIS, TAB_LIBRARY_CLASSES, TAB_PACKAGES, TAB_LIBRARIES,
741 EdkLogger.debug(2, "Generate %s ..." % TAB_LIBRARY_CLASSES)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DDataType.py505 TAB_LIBRARY_CLASSES = 'LibraryClasses' variable
506 TAB_LIBRARY_CLASSES_COMMON = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_COMMON
507 TAB_LIBRARY_CLASSES_IA32 = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_IA32
508 TAB_LIBRARY_CLASSES_X64 = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_X64
509 TAB_LIBRARY_CLASSES_IPF = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_IPF
510 TAB_LIBRARY_CLASSES_ARM = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_ARM
511 TAB_LIBRARY_CLASSES_EBC = TAB_LIBRARY_CLASSES + TAB_SPLIT + TAB_ARCH_EBC
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfParserMisc.py45 DT.TAB_LIBRARY_CLASSES.upper() : DT.MODEL_EFI_LIBRARY_CLASS,
DInfSectionParser.py77 if not (ItemList[0].upper() == DT.TAB_LIBRARY_CLASSES.upper() or \
384 if ItemList[0].upper() == DT.TAB_LIBRARY_CLASSES.upper() and len(ItemList) == 3:
DDecParser.py766 DT.TAB_LIBRARY_CLASSES.upper() : self._LibClass,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DDecObject.py29 from Library.DataType import TAB_LIBRARY_CLASSES
314 self._SecName = TAB_LIBRARY_CLASSES.upper()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DDecPomAlignment.py44 from Library.DataType import TAB_LIBRARY_CLASSES
556 Logger.Debug(2, "Generate %s ..." % TAB_LIBRARY_CLASSES)
DInfPomAlignment.py484 Logger.Debug(2, "Generate %s ..." % DT.TAB_LIBRARY_CLASSES)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileParser.py470 TAB_LIBRARY_CLASSES.upper() : MODEL_EFI_LIBRARY_CLASS,
790 TAB_LIBRARY_CLASSES.upper() : MODEL_EFI_LIBRARY_CLASS,
1595 TAB_LIBRARY_CLASSES.upper() : MODEL_EFI_LIBRARY_CLASS,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileParser.py424 TAB_LIBRARY_CLASSES.upper() : MODEL_EFI_LIBRARY_CLASS,
740 TAB_LIBRARY_CLASSES.upper() : MODEL_EFI_LIBRARY_CLASS,
1499 TAB_LIBRARY_CLASSES.upper() : MODEL_EFI_LIBRARY_CLASS,