commit | b9dbb8c02f9a7ef2c7736b75acf4724d5fd43ff2 | [log] [tgz] |
---|---|---|
author | Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> | Thu Mar 28 17:06:07 2024 +0800 |
committer | DelphineCCChiu <Delphine_CC_Chiu@wiwynn.com> | Wed Apr 10 01:00:42 2024 +0000 |
tree | ce784a60d2b92402a6326d68343502f3554632df | |
parent | 031687d9c45341adcb327c13f8c7471e6c22559b [diff] [blame] |
schemas: Add Decorator.Revision interface This adds property `Version` under `xyz.openbmc_project.Inventory. Decorator.Revision` as described in [1] [1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Decorator/Revision.interface.yaml Change-Id: Icd28f56e2dfccd824cee3ff14b6cbbd0ef17303f Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
diff --git a/schemas/global.json b/schemas/global.json index 5a8f95d..b5cd741 100644 --- a/schemas/global.json +++ b/schemas/global.json
@@ -114,6 +114,9 @@ "xyz.openbmc_project.Inventory.Decorator.Slot": { "$ref": "openbmc-dbus.json#/definitions/xyz/openbmc_project/Inventory/Decorator/Slot" }, + "xyz.openbmc_project.Inventory.Decorator.Revision": { + "$ref": "openbmc-dbus.json#/definitions/xyz/openbmc_project/Inventory/Decorator/Revision" + }, "xyz.openbmc_project.Inventory.Item.Board.Motherboard": { "$ref": "openbmc-dbus.json#/definitions/xyz/openbmc_project/Inventory/Item/Board/Motherboard" },