Module package_sets
Source - PackageProperties
- PackageProperties contains additional properties besides
the package URL that apply to a package and can be provided. It is intended to be extensible.
- AnchoredPackageSetType
- DiscoverablePackageSetType
- PackageSetType
- Package Set Types as specified in RFC-212
https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0212_package_sets
- UpgradablePackageSetType
- AnchoredPackageMap
- AnchoredPackageMap is a high level map of packages, similar to the PackageMap type, but
limited to the sets of anchored packages types.
- PackageMap
- PackageMap is the high level map of packages, containing maps to all the sets
referenced by its set type (e.g. the “on demand upgradable set”).
- PackageSet
- PackageSet encapsulates one set of packages (e.g. the “automatic anchored set”)
as a map of its package URL to the package’s properties.