James Feist | 8102f92 | 2017-11-09 14:09:15 -0800 | [diff] [blame] | 1 | ## System states |
2 | ## state can change to next state in 2 ways: | ||||
3 | ## - a process emits a GotoSystemState signal with state name to goto | ||||
4 | ## - objects specified in EXIT_STATE_DEPEND have started | ||||
5 | SYSTEM_STATES = [ | ||||
6 | ] | ||||
7 | |||||
8 | FRU_INSTANCES = { | ||||
9 | '<inventory_root>/system/chassis/motherboard/bmc' : { 'fru_type' : 'BMC','is_fru' : False, 'manufacturer' : 'ASPEED' }, | ||||
10 | } |