Searched refs:ComponentType (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
D | FWVolume.h | 43 char *ComponentType,
|
D | FWVolume.c | 40 char *ComponentType; member 279 char *ComponentType, in CFVAddFVFile() argument 329 for (i = 0; mCompTypeExtension[i].ComponentType != NULL; i++) { in CFVAddFVFile() 330 if (_stricmp (ComponentType, mCompTypeExtension[i].ComponentType) == 0) { in CFVAddFVFile() 339 if (mCompTypeExtension[i].ComponentType == NULL) { in CFVAddFVFile() 344 ComponentType, in CFVAddFVFile()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | InfClassObject.py | 461 print 'ComponentType =', M.Header[Arch].ComponentType 561 if ModuleHeader.ComponentType == "LIBRARY": 630 if ModuleHeader.ComponentType in gComponentType2ModuleType: 631 ModuleHeader.ModuleType = gComponentType2ModuleType[ModuleHeader.ComponentType] 632 elif ModuleHeader.ComponentType != '': 633 …", PARSER_ERROR, "Unsupported Edk component type [%s]" % ModuleHeader.ComponentType, ExtraData=Fil…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | ParserValidate.py | 117 def IsValidInfComponentType(ComponentType): argument 118 if ComponentType.upper() in COMPONENT_TYPE_LIST:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
D | ModuleClass.py | 72 self.ComponentType = ''
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/ |
D | DataHubSubClassMisc.h | 982 UINT8 ComponentType; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
D | BuildReport.py | 375 ModuleType = gComponentType2ModuleType.get(M.ComponentType, "") 543 ModuleType = gComponentType2ModuleType.get(M.ComponentType, "")
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/ |
D | FrameworkSpecConformance.txt | 661 UINT8 ComponentType; 667 …b. The field "ComponentType" above is *NOT* defined in MiscSubclass specifications 0.9. It's imple…
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/ |
D | DataHubRecords.h | 2674 UINT8 ComponentType; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | FfsInfStatement.py | 196 self.ModuleType = Inf.ComponentType
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
D | MiscConv.c | 2109 …ManagementDeviceComponent->ComponentType, // SMBIOS type, according to SMBIOS spec, it can be Ty… in SmbiosFldMiscType35()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | AutoGen.py | 2744 return self.Module.ComponentType 4064 ComponentType = property(_GetComponentType) variable in ModuleAutoGen
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | WorkspaceDatabase.py | 2817 ComponentType = property(_GetComponentType) variable in InfBuildData
|