ReleaseFlags
Description:
[ CCode ( cprefix = "FWUPD_RELEASE_FLAG_" , has_type_id = false ) ]
[ Flags ]
public enum ReleaseFlags
Flags used to represent release attributes
Content:
Enum values:
- BLOCKED_APPROVAL - The
installation of the release is blocked as release not approved by an administrator.
- BLOCKED_VERSION - The
installation of the release is blocked as below device version-lowest.
- IS_ALTERNATE_BRANCH - The
release is an alternate branch of firmware.
- IS_COMMUNITY - The release is
supported by the community and not the hardware vendor.
- IS_DOWNGRADE - The release is older
than the device version.
- IS_UPGRADE - The release is newer
than the device version.
- NONE - No flags are set.
- TRUSTED_METADATA - The payload
metadata is trusted.
- TRUSTED_PAYLOAD - The payload
binary is trusted.
- TRUSTED_REPORT - The payload has
been tested by a report we trust.
- UNKNOWN - The release flag is unknown,
typically caused by using mismatched client and daemon.