tree: b84b57be1f3838e42ed5fef9e7c4c31b7fec0628 [path history] [tgz]
  1. astro_node_config.json
  2. base_node_config.json
  3. BUILD.gn
  4. luis_node_config.json
  5. nelson_node_config.json
  6. node_config.schema.json
  7. README.md
  8. sherlock_node_config.json
src/power/power-manager/node_config/README.md

Node configuration files

Adding an entry into a node config file

In most cases, adding a new node entry into a node config file is simple and doesn't require any extra thought. In some cases, care should be taken regarding the ordering of entries in the config file. Nodes are created in the order that they are listed within the node config file. Therefore, there are some rules that should be followed:

Node dependencies

If a node has a dependency on another node (that is, the node entry contains the “dependencies” key), then care should be taken that the dependent node comes after those nodes listed under “dependencies”.

Driver dependencies

If the DriverManagerHandler node is used to connect to drivers in the system, then care should be taken to list the DriverManagerHandler node before any of the nodes that have driver dependencies.