mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-02 03:29:02 +00:00
91 lines
1.8 KiB
TOML
91 lines
1.8 KiB
TOML
[library]
|
|
version = "@version@"
|
|
browse_url = "https://github.com/fwupd/fwupd"
|
|
repository_url = "https://github.com/fwupd/fwupd.git"
|
|
website_url = "https://www.fwupd.org"
|
|
authors = "fwupd Development Team"
|
|
logo_url = "org.freedesktop.fwupd.svg"
|
|
license = "LGPL-2.1-or-later"
|
|
description = "Functionality available to fwupd plugins"
|
|
dependencies = [
|
|
"GObject-2.0",
|
|
"Gio-2.0",
|
|
"Fwupd-2.0",
|
|
"Xmlb-2.0",
|
|
"GUsb-1.0"
|
|
]
|
|
devhelp = true
|
|
search_index = true
|
|
|
|
[dependencies."GObject-2.0"]
|
|
name = "GObject"
|
|
description = "The base type system library"
|
|
docs_url = "https://developer.gnome.org/gobject/stable/"
|
|
|
|
[dependencies."Gio-2.0"]
|
|
name = "Gio"
|
|
description = "A modern, easy-to-use VFS API"
|
|
docs_url = "https://developer.gnome.org/gio/stable/"
|
|
|
|
[dependencies."Fwupd-2.0"]
|
|
name = "Fwupd"
|
|
description = "Firmware update daemon client library"
|
|
docs_url = "../libfwupd/index.html"
|
|
|
|
[theme]
|
|
name = "basic"
|
|
show_index_summary = true
|
|
show_class_hierarchy = true
|
|
|
|
[source-location]
|
|
base_url = "https://github.com/fwupd/fwupd/blob/@version@/"
|
|
|
|
[extra]
|
|
content_files = [
|
|
"tutorial.md",
|
|
"hsi.md",
|
|
]
|
|
content_images = [
|
|
"architecture-plan.svg",
|
|
"../data/org.freedesktop.fwupd.svg",
|
|
]
|
|
urlmap_file = "urlmap_fwupdplugin.js"
|
|
|
|
[[object]]
|
|
name = "Device"
|
|
|
|
[[object.method]]
|
|
name = "incorporate_from_component"
|
|
hidden = true
|
|
|
|
[[object]]
|
|
name = "Cabinet"
|
|
|
|
[[object.method]]
|
|
name = "set_jcat_context"
|
|
hidden = true
|
|
|
|
[[object.method]]
|
|
name = "get_silo"
|
|
hidden = true
|
|
|
|
[[object.function]]
|
|
name = "common_cab_build_silo"
|
|
hidden = true
|
|
|
|
[[object]]
|
|
name = "Fmap"
|
|
hidden = true
|
|
|
|
[[object]]
|
|
name = "FmapArea"
|
|
hidden = true
|
|
|
|
[[object]]
|
|
name = "IhexFirmwareRecord"
|
|
hidden = true
|
|
|
|
[[object]]
|
|
name = "SrecFirmwareRecord"
|
|
hidden = true
|