Home
last modified time | relevance | path

Searched refs:ComponentStatementClassObject (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DComponentStatement.py18 from CommonDataClass.FdfClass import ComponentStatementClassObject
23 class ComponentStatement (ComponentStatementClassObject) :
29 ComponentStatementClassObject.__init__(self)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DFdfClass.py384 class ComponentStatementClassObject : class