Skip to content

Commit 16b7505

Browse files
committed
Remove sim copy of AlertNotificationService and use InfiniTime files
1 parent 847b200 commit 16b7505

3 files changed

Lines changed: 2 additions & 195 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ target_sources(infinisim PUBLIC
129129
sim/displayapp/LittleVgl.cpp
130130
sim/components/battery/BatteryController.h
131131
sim/components/battery/BatteryController.cpp
132-
sim/components/ble/AlertNotificationService.h
133-
sim/components/ble/AlertNotificationService.cpp
134132
sim/components/ble/MusicService.h
135133
sim/components/ble/MusicService.cpp
136134
sim/components/ble/NimbleController.h
@@ -199,6 +197,8 @@ target_sources(infinisim PUBLIC
199197
${InfiniTime_DIR}/src/components/datetime/DateTimeController.cpp
200198
${InfiniTime_DIR}/src/components/settings/Settings.h
201199
${InfiniTime_DIR}/src/components/settings/Settings.cpp
200+
${InfiniTime_DIR}/src/components/ble/AlertNotificationService.h
201+
${InfiniTime_DIR}/src/components/ble/AlertNotificationService.cpp
202202
${InfiniTime_DIR}/src/components/ble/MotionService.h
203203
${InfiniTime_DIR}/src/components/ble/MotionService.cpp
204204
${InfiniTime_DIR}/src/components/ble/NavigationService.h

sim/components/ble/AlertNotificationService.cpp

Lines changed: 0 additions & 125 deletions
This file was deleted.

sim/components/ble/AlertNotificationService.h

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)