Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 2, 2019 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/e6bf0cafad64b9faa14e923f67de0d16 to your computer and use it in GitHub Desktop.
Save ryantm/e6bf0cafad64b9faa14e923f67de0d16 to your computer and use it in GitHub Desktop.
/nix/store/lplf8s7mjidnldm1j8nfj2s2m611zwrf-modem-manager-1.10.6
├── bin
│   ├── mmcli
│   └── ModemManager
├── etc
│   └── systemd
│   └── system
│   └── ModemManager.service
├── include
│   ├── libmm-glib
│   │   ├── libmm-glib.h
│   │   ├── mm-bearer.h
│   │   ├── mm-bearer-ip-config.h
│   │   ├── mm-bearer-properties.h
│   │   ├── mm-bearer-stats.h
│   │   ├── mm-call-audio-format.h
│   │   ├── mm-call.h
│   │   ├── mm-call-properties.h
│   │   ├── mm-cdma-manual-activation-properties.h
│   │   ├── mm-enums-types.h
│   │   ├── mm-errors-types.h
│   │   ├── mm-firmware-properties.h
│   │   ├── mm-firmware-update-settings.h
│   │   ├── mm-gdbus-bearer.h
│   │   ├── mm-gdbus-call.h
│   │   ├── mm-gdbus-manager.h
│   │   ├── mm-gdbus-modem.h
│   │   ├── mm-gdbus-sim.h
│   │   ├── mm-gdbus-sms.h
│   │   ├── mm-helper-types.h
│   │   ├── mm-kernel-event-properties.h
│   │   ├── mm-location-3gpp.h
│   │   ├── mm-location-cdma-bs.h
│   │   ├── mm-location-common.h
│   │   ├── mm-location-gps-nmea.h
│   │   ├── mm-location-gps-raw.h
│   │   ├── mm-manager.h
│   │   ├── mm-modem-3gpp.h
│   │   ├── mm-modem-3gpp-ussd.h
│   │   ├── mm-modem-cdma.h
│   │   ├── mm-modem-firmware.h
│   │   ├── mm-modem.h
│   │   ├── mm-modem-location.h
│   │   ├── mm-modem-messaging.h
│   │   ├── mm-modem-oma.h
│   │   ├── mm-modem-signal.h
│   │   ├── mm-modem-simple.h
│   │   ├── mm-modem-time.h
│   │   ├── mm-modem-voice.h
│   │   ├── mm-network-timezone.h
│   │   ├── mm-object.h
│   │   ├── mm-pco.h
│   │   ├── mm-signal.h
│   │   ├── mm-sim.h
│   │   ├── mm-simple-connect-properties.h
│   │   ├── mm-simple-status.h
│   │   ├── mm-sms.h
│   │   ├── mm-sms-properties.h
│   │   └── mm-unlock-retries.h
│   └── ModemManager
│   ├── ModemManager-compat.h
│   ├── ModemManager-enums.h
│   ├── ModemManager-errors.h
│   ├── ModemManager.h
│   ├── ModemManager-names.h
│   └── ModemManager-version.h
├── lib
│   ├── girepository-1.0
│   │   └── ModemManager-1.0.typelib
│   ├── libmm-glib.la
│   ├── libmm-glib.so -> libmm-glib.so.0.4.0
│   ├── libmm-glib.so.0 -> libmm-glib.so.0.4.0
│   ├── libmm-glib.so.0.4.0
│   ├── ModemManager
│   │   ├── libmm-plugin-altair-lte.la
│   │   ├── libmm-plugin-altair-lte.so
│   │   ├── libmm-plugin-anydata.la
│   │   ├── libmm-plugin-anydata.so
│   │   ├── libmm-plugin-cinterion.la
│   │   ├── libmm-plugin-cinterion.so
│   │   ├── libmm-plugin-dell.la
│   │   ├── libmm-plugin-dell.so
│   │   ├── libmm-plugin-ericsson-mbm.la
│   │   ├── libmm-plugin-ericsson-mbm.so
│   │   ├── libmm-plugin-fibocom.la
│   │   ├── libmm-plugin-fibocom.so
│   │   ├── libmm-plugin-generic.la
│   │   ├── libmm-plugin-generic.so
│   │   ├── libmm-plugin-haier.la
│   │   ├── libmm-plugin-haier.so
│   │   ├── libmm-plugin-huawei.la
│   │   ├── libmm-plugin-huawei.so
│   │   ├── libmm-plugin-iridium.la
│   │   ├── libmm-plugin-iridium.so
│   │   ├── libmm-plugin-linktop.la
│   │   ├── libmm-plugin-linktop.so
│   │   ├── libmm-plugin-longcheer.la
│   │   ├── libmm-plugin-longcheer.so
│   │   ├── libmm-plugin-motorola.la
│   │   ├── libmm-plugin-motorola.so
│   │   ├── libmm-plugin-mtk.la
│   │   ├── libmm-plugin-mtk.so
│   │   ├── libmm-plugin-nokia-icera.la
│   │   ├── libmm-plugin-nokia-icera.so
│   │   ├── libmm-plugin-nokia.la
│   │   ├── libmm-plugin-nokia.so
│   │   ├── libmm-plugin-novatel.la
│   │   ├── libmm-plugin-novatel-lte.la
│   │   ├── libmm-plugin-novatel-lte.so
│   │   ├── libmm-plugin-novatel.so
│   │   ├── libmm-plugin-option-hso.la
│   │   ├── libmm-plugin-option-hso.so
│   │   ├── libmm-plugin-option.la
│   │   ├── libmm-plugin-option.so
│   │   ├── libmm-plugin-pantech.la
│   │   ├── libmm-plugin-pantech.so
│   │   ├── libmm-plugin-quectel.la
│   │   ├── libmm-plugin-quectel.so
│   │   ├── libmm-plugin-samsung.la
│   │   ├── libmm-plugin-samsung.so
│   │   ├── libmm-plugin-sierra.la
│   │   ├── libmm-plugin-sierra-legacy.la
│   │   ├── libmm-plugin-sierra-legacy.so
│   │   ├── libmm-plugin-sierra.so
│   │   ├── libmm-plugin-simtech.la
│   │   ├── libmm-plugin-simtech.so
│   │   ├── libmm-plugin-telit.la
│   │   ├── libmm-plugin-telit.so
│   │   ├── libmm-plugin-thuraya.la
│   │   ├── libmm-plugin-thuraya.so
│   │   ├── libmm-plugin-ublox.la
│   │   ├── libmm-plugin-ublox.so
│   │   ├── libmm-plugin-via.la
│   │   ├── libmm-plugin-via.so
│   │   ├── libmm-plugin-wavecom.la
│   │   ├── libmm-plugin-wavecom.so
│   │   ├── libmm-plugin-x22x.la
│   │   ├── libmm-plugin-x22x.so
│   │   ├── libmm-plugin-zte.la
│   │   └── libmm-plugin-zte.so
│   ├── pkgconfig
│   │   ├── mm-glib.pc
│   │   └── ModemManager.pc
│   └── udev
│   └── rules.d
│   ├── 77-mm-cinterion-port-types.rules
│   ├── 77-mm-dell-port-types.rules
│   ├── 77-mm-ericsson-mbm.rules
│   ├── 77-mm-fibocom-port-types.rules
│   ├── 77-mm-haier-port-types.rules
│   ├── 77-mm-huawei-net-port-types.rules
│   ├── 77-mm-longcheer-port-types.rules
│   ├── 77-mm-mtk-port-types.rules
│   ├── 77-mm-nokia-port-types.rules
│   ├── 77-mm-pcmcia-device-blacklist.rules
│   ├── 77-mm-quectel-port-types.rules
│   ├── 77-mm-sierra.rules
│   ├── 77-mm-simtech-port-types.rules
│   ├── 77-mm-telit-port-types.rules
│   ├── 77-mm-ublox-port-types.rules
│   ├── 77-mm-usb-device-blacklist.rules
│   ├── 77-mm-usb-serial-adapters-greylist.rules
│   ├── 77-mm-x22x-port-types.rules
│   ├── 77-mm-zte-port-types.rules
│   └── 80-mm-candidate.rules
├── sbin -> bin
└── share
├── bash-completion
│   └── completions
│   └── mmcli
├── dbus-1
│   ├── interfaces
│   │   ├── org.freedesktop.ModemManager1.Bearer.xml
│   │   ├── org.freedesktop.ModemManager1.Call.xml
│   │   ├── org.freedesktop.ModemManager1.Modem.Firmware.xml
│   │   ├── org.freedesktop.ModemManager1.Modem.Location.xml
│   │   ├── org.freedesktop.ModemManager1.Modem.Messaging.xml
│   │   ├── org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml
│   │   ├── org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
│   │   ├── org.freedesktop.ModemManager1.Modem.ModemCdma.xml
│   │   ├── org.freedesktop.ModemManager1.Modem.Oma.xml
│   │   ├── org.freedesktop.ModemManager1.Modem.Signal.xml
│   │   ├── org.freedesktop.ModemManager1.Modem.Simple.xml
│   │   ├── org.freedesktop.ModemManager1.Modem.Time.xml
│   │   ├── org.freedesktop.ModemManager1.Modem.Voice.xml
│   │   ├── org.freedesktop.ModemManager1.Modem.xml
│   │   ├── org.freedesktop.ModemManager1.Sim.xml
│   │   ├── org.freedesktop.ModemManager1.Sms.xml
│   │   └── org.freedesktop.ModemManager1.xml
│   ├── system.d
│   │   └── org.freedesktop.ModemManager1.conf
│   └── system-services
│   └── org.freedesktop.ModemManager1.service
├── gir-1.0
│   └── ModemManager-1.0.gir
├── icons
│   └── hicolor
│   └── 22x22
│   └── apps
│   └── ModemManager.png
├── locale
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── ModemManager.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── ModemManager.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── ModemManager.mo
│   ├── fur
│   │   └── LC_MESSAGES
│   │   └── ModemManager.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── ModemManager.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   └── ModemManager.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── ModemManager.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── ModemManager.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── ModemManager.mo
│   ├── sk
│   │   └── LC_MESSAGES
│   │   └── ModemManager.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── ModemManager.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── ModemManager.mo
│   └── uk
│   └── LC_MESSAGES
│   └── ModemManager.mo
├── man
│   ├── man1
│   │   └── mmcli.1.gz
│   └── man8
│   └── ModemManager.8.gz
├── ModemManager
│   └── mm-dell-dw5821e-carrier-mapping.conf
├── polkit-1
│   └── actions
│   └── org.freedesktop.ModemManager1.policy
└── vala
└── vapi
├── libmm-glib.deps
└── libmm-glib.vapi
61 directories, 192 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment