From e68db23a97df9cf94ebcb0b63fc83b4cdb0d9b78 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 27 Feb 2012 22:32:53 +0100 Subject: introspection: setup all new files and remove old ones --- ...org.freedesktop.ModemManager.Modem.Firmware.xml | 114 --------------------- 1 file changed, 114 deletions(-) delete mode 100644 introspection/org.freedesktop.ModemManager.Modem.Firmware.xml (limited to 'introspection/org.freedesktop.ModemManager.Modem.Firmware.xml') diff --git a/introspection/org.freedesktop.ModemManager.Modem.Firmware.xml b/introspection/org.freedesktop.ModemManager.Modem.Firmware.xml deleted file mode 100644 index 42bcae12..00000000 --- a/introspection/org.freedesktop.ModemManager.Modem.Firmware.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - This interface allows clients to select or install firmware images on - modems. - - Firmware slots and firmware images are identified by arbitrary opaque - strings. - - Firmware images are represented as dictionaries of properties. - Certain properties are pre-defined, and some are required: - - Name (string, required): A user-readable name for the firmware image. - Version (string, optional): The version of the firmware. The format is - unspecified; tools attempting to upgrade firmware automatically must - understand the versioning scheme used by the modem driver they are - interacting with. May be displayed to the user. - - - - - List installed and available firmware images. - - Depending on the type of modem, installed images may be stored on the - host or the modem. The distinction between "installed" and - "available" is not one of where the firmware is stored, but that - installed images can be selected non-destructively, while available - images must be installed into a slot, possibly overwriting another - installed image. - - - - - The identifier of the selected firmware slot, or the empty string if - no slot is selected (such as if all slots are empty, or no slots - exist). - - - - - A dictionary of slots into which firmware is and/or can be - installed. The key of each entry is the identifier of the slot, - and the value is either an empty dictionary if the slot is empty, - or a dictionary of properties of the firmware image installed in - that slot. - - The slot identifiers and the mapping between slots and firmware - images are guaranteed to remain stable only as long as the modem - remains present. - - - - - A dictionary of available firmware images. The key of each entry is - the identifier of the image, and the value is a dictionary of - properties of the image. - - The image identifiers are guaranteed to remain stable only as long - as the modem remains present. - - - - - - - Selects a different firmware image to use, and immediately resets the - modem so that it begins using the new firmware image. - - Select will fail if the identifier does not match any of the slot - identifiers returned by List, or if the slot could not be selected - for some reason. - - - - - - The identifier of the firmware slot to select. - - - - - - - Install an available firmware image into a slot. - - Install does not guarantee that the image will be installed into the - specified slot, but does guarantee that, if the slot is empty, no - image will be overwritten, and if the slot is not empty, no image - other than the one in that slot will be overwritten. - - Install will fail if either of the identifiers is invalid, or if the - image could not be installed into the slot for some reason. - - - - - - The identifier of the firmware image to install. - - - - - The identifier of the slot into which the firmware should be - installed. - - - - - -- cgit v1.2.3-70-g09d2