guids

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2024 License: LGPL-3.0 Imports: 3 Imported by: 1

README

The source of well-known GUIDS is the guids.csv file, and this is
sourced directly from:
git@github.com:LongSoft/UEFITool.git@c5508535c135612dc921ae0d38eb0cfaae2d33d4

Documentation

Overview

Package guids provides a way to map well known firmware volume and file GUIDs to readable names.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FileOrVolumeNameString deprecated added in v1.0.0

func FileOrVolumeNameString(guid efi.GUID) (name string, wellKnown bool)

FileOrVolumeNameString returns the semi-readable name for the supplied GUID if it corresponds to a well known name used for files or firmware volumes (see efi.MediaFvDevicePathNode and efi.MediaFvFileDevicePathNode). If it is not known by this package, then ("", false) will be returned.

Deprecated: use IndustryStandardString.

func IndustryStandardString added in v1.3.0

func IndustryStandardString(guid efi.GUID) (name string, wellKnown bool)

IndustryStandardString returns the semi-readable name for the supplied GUID if it corresponds to a well known industry standard name. If it is not known by this package, then ("", false) will be returned.

func ListAllKnown added in v0.9.9

func ListAllKnown() []efi.GUID

ListAllKnown returns a list of all well-known GUIDs that are used to identify the names of firmware volumes and their files (see efi.MediaFvDevicePathNode and efi.MediaFvFileDevicePathNode).

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL