SettingsComponentOverrideInfo
The ComponentOverrideInfo structure contains fields that describe how the component was overridden.
Properties
Human readable version of the component override.
The ComponentSource enumerated type contains the component’s source information.
BASE_IMAGE : Base image is the source for this component
ADD_ON : Addon is the source for this component
USER : User is the source for this component
SOLUTION : Solution is the source for this component
HARDWARE_SUPPORT_PACKAGE : Hardware Support Package (HSP) is the source for this component
Possible values are: BASE_IMAGE , ADD_ON , USER , SOLUTION , HARDWARE_SUPPORT_PACKAGE
Version of the component override.
JSON Example
{
"display_version": "string",
"note": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"source": "BASE_IMAGE",
"version": "string"
}