Namespaces
Enumerations
enum class Configuration : uint32_t
| Name | Value |
|---|---|
| kA | 1u |
| kB | 2u |
| kRecovery | 3u |
Describes the version of an asset.
Defined at line 18 of file fidling/gen/sdk/fidl/fuchsia.paver/fuchsia.paver/cpp/fidl/fuchsia.paver/cpp/common_types.h
enum class Asset : uint32_t
| Name | Value | Comments |
|---|---|---|
| kKernel | 1u |
Zircon Boot Image (ZBI) containing the kernel image as well as bootfs. |
| kVerifiedBootMetadata | 2u |
Metadata used for verified boot purposes. |
Describes assets which may be updated. Each asset has 3 versions, each tied to a particular
configuration.
Defined at line 45 of file fidling/gen/sdk/fidl/fuchsia.paver/fuchsia.paver/cpp/fidl/fuchsia.paver/cpp/common_types.h
enum class ConfigurationStatus : uint32_t
| Name | Value | Comments |
|---|---|---|
| kHealthy | 1u |
Bootable and health checked. |
| kPending | 2u |
Bootable but not yet marked healthy. |
| kUnbootable | 3u |
Unbootable. |
Set of states configuration may be in.
Defined at line 71 of file fidling/gen/sdk/fidl/fuchsia.paver/fuchsia.paver/cpp/fidl/fuchsia.paver/cpp/common_types.h