mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-25 14:29:22 -05:00
* SIM hot swap should now properly show |x| in sim place when there is no SIM inserted in selected sim slot * ServiceCellular now can inform on Fatal state desktop which will trigger window `Reboot` with no point of exit * All windows in Desktop now have name in one place * Access to cmux channels via enum class instead of String (which is errorprone)
15 lines
392 B
C++
15 lines
392 B
C++
//
|
|
// Created by mati on 28.04.19.
|
|
//
|
|
|
|
#ifndef MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|
|
#define MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|
|
|
|
// M.P: add here application specific definitions of bus channels
|
|
|
|
// Custom Bus channels
|
|
ServiceCellularNotifications, Test2CustomBusChannel, ServiceDBNotifications, ServiceAudioNotifications,
|
|
AppManagerNotifications,
|
|
|
|
#endif // MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|