summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-13 18:53:16 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-13 18:53:16 (GMT)
commit531c1172a2357d53b214aaf7b29efee47d9b32e5 (patch)
treee9c008f13900e1d3c63332a3bbc305754f8ae35c /src/CMakeLists.txt
parent27fa6bba08766831fe143fe5ca13767bedcd9072 (diff)
Revert "Sans notification (notification manager retained as it seems to be used by the dfu manager)"ultraredux2
This reverts commit 569e6fea41c13f33ad1374bb80ca489aaf4a7037.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e0e334a..c47cda7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -389,10 +389,12 @@ list(APPEND SOURCE_FILES
displayapp/screens/Tile.cpp
displayapp/screens/BatteryIcon.cpp
displayapp/screens/BleIcon.cpp
+ displayapp/screens/NotificationIcon.cpp
displayapp/screens/Label.cpp
displayapp/screens/FirmwareUpdate.cpp
displayapp/screens/FirmwareValidation.cpp
displayapp/screens/ApplicationList.cpp
+ displayapp/screens/Notifications.cpp
displayapp/screens/List.cpp
displayapp/screens/Error.cpp
displayapp/screens/Styles.cpp
@@ -429,9 +431,12 @@ list(APPEND SOURCE_FILES
components/ble/NimbleController.cpp
components/ble/DeviceInformationService.cpp
components/ble/CurrentTimeClient.cpp
+ components/ble/AlertNotificationClient.cpp
components/ble/DfuService.cpp
components/ble/CurrentTimeService.cpp
+ components/ble/AlertNotificationService.cpp
components/ble/BatteryInformationService.cpp
+ components/ble/ImmediateAlertService.cpp
components/ble/ServiceDiscovery.cpp
components/firmwarevalidator/FirmwareValidator.cpp
components/motor/MotorController.cpp
@@ -479,9 +484,12 @@ list(APPEND RECOVERY_SOURCE_FILES
components/ble/NimbleController.cpp
components/ble/DeviceInformationService.cpp
components/ble/CurrentTimeClient.cpp
+ components/ble/AlertNotificationClient.cpp
components/ble/DfuService.cpp
components/ble/CurrentTimeService.cpp
+ components/ble/AlertNotificationService.cpp
components/ble/BatteryInformationService.cpp
+ components/ble/ImmediateAlertService.cpp
components/ble/ServiceDiscovery.cpp
components/firmwarevalidator/FirmwareValidator.cpp
components/settings/Settings.cpp
@@ -536,12 +544,14 @@ set(INCLUDE_FILES
displayapp/screens/Meter.h
displayapp/screens/BatteryIcon.h
displayapp/screens/BleIcon.h
+ displayapp/screens/NotificationIcon.h
displayapp/screens/ScreenList.h
displayapp/screens/Label.h
displayapp/screens/FirmwareUpdate.h
displayapp/screens/FirmwareValidation.h
displayapp/screens/ApplicationList.h
displayapp/Apps.h
+ displayapp/screens/Notifications.h
displayapp/Colors.h
drivers/St7789.h
drivers/SpiNorFlash.h
@@ -567,9 +577,11 @@ set(INCLUDE_FILES
components/ble/NimbleController.h
components/ble/DeviceInformationService.h
components/ble/CurrentTimeClient.h
+ components/ble/AlertNotificationClient.h
components/ble/DfuService.h
components/firmwarevalidator/FirmwareValidator.h
components/ble/BatteryInformationService.h
+ components/ble/ImmediateAlertService.h
components/ble/ServiceDiscovery.h
components/ble/BleClient.h
components/settings/Settings.h