childrenGeneratedFile property
Work in progress.
Purpose
Specify the configuration header file that will be generated for the children of a given component.
Syntax
{
"cdlComponents": [
{
"name": "...",
...
"childrenGeneratedFile": "<file path>",
...
}
]
}
The value of the childrenGeneratedFile property is a string that contains a
file path relative to the build folder.
Default value
If missing, the definition from the parent node is used, first the
childrenGeneratedFile, then headerFile.
Description
When the configuration tools generate a build tree, one of the steps is to
output each object's configuration data to a header file. Instead of defining a
headerFile for each individual cdlOptions or cdlComponents object, it
is recommended to define the file path only once in the parent object. This
definition will then be used for all children nodes without a headerFile.
The name specified in a childrenGeneratedFile property will always be
interpreted as relative to the build folder.
Example
TBD
See also
headerFileproperty
eCos reference
define-headerproperty