iface-modem-3gpp-profile-manager: new interface for profile management

This interface will provide support for the profile management
operations in different modem types.

This initial commit introduces support for the interface and provides
handlers for the methods that may be called in the interface.
This commit is contained in:
Aleksander Morgado
2021-03-24 12:03:30 +01:00
parent 62cbf7fa86
commit 10aa516f07
5 changed files with 2040 additions and 30 deletions

View File

@@ -184,6 +184,21 @@
send_interface="org.freedesktop.ModemManager1.Bearer"
send_member="Disconnect"/>
<!-- org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager.xml -->
<!-- Protected by the Device.Control policy rule -->
<allow send_destination="org.freedesktop.ModemManager1"
send_interface="org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager"
send_member="List"/>
<allow send_destination="org.freedesktop.ModemManager1"
send_interface="org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager"
send_member="Set"/>
<allow send_destination="org.freedesktop.ModemManager1"
send_interface="org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager"
send_member="Delete"/>
<!-- org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml -->
<!-- Protected by the USSD policy rule -->