commit | c74b06a77f676eef95128b298ade1a958f5d12b9 | [log] [tgz] |
---|---|---|
author | Ingrid Chen <ingrid.chen.wiwynn@gmail.com> | Mon Sep 02 14:57:15 2024 +0800 |
committer | Ingrid Chen <ingrid.chen.wiwynn@gmail.com> | Mon Sep 09 01:41:40 2024 +0000 |
tree | 83f910d395ccf95e624d487fce7163e02fc95569 | |
parent | 979eedcede1078dd5677b58621a351b1c292bf2f [diff] [blame] |
schemas: Add Inventory.Item.BMC interface This commit adds the Item.BMC interface as described in [1]. [1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Item/Bmc.interface.yaml Change-Id: I905fb12434df5280e71d7472666ad646c6b74911 Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>
diff --git a/schemas/global.json b/schemas/global.json index 5ef30fd..9df52b4 100644 --- a/schemas/global.json +++ b/schemas/global.json
@@ -131,6 +131,9 @@ }, "xyz.openbmc_project.Inventory.Item.System": { "$ref": "openbmc-dbus.json#/definitions/xyz/openbmc_project/Inventory/Item/System" + }, + "xyz.openbmc_project.Inventory.Item.BMC": { + "$ref": "openbmc-dbus.json#/definitions/xyz/openbmc_project/Inventory/Item/BMC" } }, "required": ["Exposes", "Name", "Probe", "Type"]