Searched refs:TAB_PROTOCOLS (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | DataType.py | 152 TAB_PROTOCOLS = 'Protocols' variable 153 TAB_PROTOCOLS_COMMON = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_COMMON 154 TAB_PROTOCOLS_IA32 = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_IA32 155 TAB_PROTOCOLS_X64 = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_X64 156 TAB_PROTOCOLS_IPF = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_IPF 157 TAB_PROTOCOLS_ARM = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_ARM 158 TAB_PROTOCOLS_EBC = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_EBC 159 TAB_PROTOCOLS_AARCH64 = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_AARCH64
|
D | DecClassObject.py | 40 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL, 100 TAB_INCLUDES, TAB_GUIDS, TAB_PROTOCOLS, TAB_PPIS, TAB_LIBRARY_CLASSES, \ 278 self.GenGuidProtocolPpis(DataType.TAB_PROTOCOLS, ContainerFile) 391 elif Type == TAB_PROTOCOLS:
|
D | InfClassObject.py | 52 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL, 183 TAB_PROTOCOLS, TAB_PPIS, TAB_LIBRARY_CLASSES, TAB_PACKAGES, TAB_LIBRARIES, 279 self.GenGuidProtocolPpis(DataType.TAB_PROTOCOLS, ContainerFile) 1086 elif Type == TAB_PROTOCOLS:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | DataType.py | 489 TAB_PROTOCOLS = 'Protocols' variable 490 TAB_PROTOCOLS_COMMON = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_COMMON 491 TAB_PROTOCOLS_IA32 = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_IA32 492 TAB_PROTOCOLS_X64 = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_X64 493 TAB_PROTOCOLS_IPF = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_IPF 494 TAB_PROTOCOLS_ARM = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_ARM 495 TAB_PROTOCOLS_EBC = TAB_PROTOCOLS + TAB_SPLIT + TAB_ARCH_EBC
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
D | InfParserMisc.py | 54 DT.TAB_PROTOCOLS.upper() : DT.MODEL_EFI_PROTOCOL,
|
D | DecParser.py | 652 DT.TAB_PROTOCOLS.upper() : self.ProtocolObj 802 DT.TAB_PROTOCOLS.upper() : self._Guid,
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
D | DecObject.py | 26 from Library.DataType import TAB_PROTOCOLS 553 self._SecName = TAB_PROTOCOLS.upper()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/ |
D | DecPomAlignment.py | 35 from Library.DataType import TAB_PROTOCOLS 167 self.GenGuidProtocolPpis(TAB_PROTOCOLS, ContainerFile) 505 elif Type == TAB_PROTOCOLS: 550 elif Type == TAB_PROTOCOLS:
|
D | InfPomAlignment.py | 115 self._GenGuidProtocolPpis(DT.TAB_PROTOCOLS) 1009 elif Type == DT.TAB_PROTOCOLS: 1050 elif Type == DT.TAB_PROTOCOLS:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | MetaFileParser.py | 490 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL, 1612 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL, 1763 …if self._SectionName in [TAB_INCLUDES.upper(), TAB_GUIDS.upper(), TAB_PROTOCOLS.upper(), TAB_PPIS.…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
D | MetaFileParser.py | 434 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL, 1507 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL,
|