@@ -88,9 +88,12 @@ add_library(sim-base STATIC
88
88
# nrf/components/libraries/timer
89
89
sim/libraries/gpiote/app_gpiote.h # includes hal/nrf_gpio.h
90
90
# nibmle
91
+ sim/host/ble_att.h
91
92
sim/host/ble_gap.h
92
93
sim/host/ble_gatt.h
93
94
sim/host/ble_gatt.cpp
95
+ sim/host/ble_hs_mbuf.h
96
+ sim/host/ble_hs_mbuf.cpp
94
97
sim/host/ble_uuid.h
95
98
sim/host/ble_uuid.cpp
96
99
sim/host/os_mbuf.h
@@ -126,10 +129,6 @@ target_sources(infinisim PUBLIC
126
129
sim/displayapp/LittleVgl.cpp
127
130
sim/components/battery/BatteryController.h
128
131
sim/components/battery/BatteryController.cpp
129
- sim/components/ble/AlertNotificationService.h
130
- sim/components/ble/AlertNotificationService.cpp
131
- sim/components/ble/MotionService.h
132
- sim/components/ble/MotionService.cpp
133
132
sim/components/ble/MusicService.h
134
133
sim/components/ble/MusicService.cpp
135
134
sim/components/ble/NimbleController.h
@@ -140,8 +139,6 @@ target_sources(infinisim PUBLIC
140
139
sim/components/firmwarevalidator/FirmwareValidator.cpp
141
140
sim/components/heartrate/HeartRateController.h
142
141
sim/components/heartrate/HeartRateController.cpp
143
- sim/components/motion/MotionController.h
144
- sim/components/motion/MotionController.cpp
145
142
sim/drivers/Bma421.h
146
143
sim/drivers/Bma421.cpp
147
144
sim/drivers/Cst816s.h
@@ -198,6 +195,10 @@ target_sources(infinisim PUBLIC
198
195
${InfiniTime_DIR} /src/components/datetime/DateTimeController.cpp
199
196
${InfiniTime_DIR} /src/components/settings/Settings.h
200
197
${InfiniTime_DIR} /src/components/settings/Settings.cpp
198
+ ${InfiniTime_DIR} /src/components/ble/AlertNotificationService.h
199
+ ${InfiniTime_DIR} /src/components/ble/AlertNotificationService.cpp
200
+ ${InfiniTime_DIR} /src/components/ble/MotionService.h
201
+ ${InfiniTime_DIR} /src/components/ble/MotionService.cpp
201
202
${InfiniTime_DIR} /src/components/ble/NavigationService.h
202
203
${InfiniTime_DIR} /src/components/ble/NavigationService.cpp
203
204
${InfiniTime_DIR} /src/components/ble/NotificationManager.h
@@ -206,6 +207,8 @@ target_sources(infinisim PUBLIC
206
207
${InfiniTime_DIR} /src/components/ble/SimpleWeatherService.cpp
207
208
${InfiniTime_DIR} /src/components/fs/FS.h
208
209
${InfiniTime_DIR} /src/components/fs/FS.cpp
210
+ ${InfiniTime_DIR} /src/components/motion/MotionController.h
211
+ ${InfiniTime_DIR} /src/components/motion/MotionController.cpp
209
212
${InfiniTime_DIR} /src/components/motor/MotorController.h
210
213
${InfiniTime_DIR} /src/components/motor/MotorController.cpp
211
214
${InfiniTime_DIR} /src/drivers/Hrs3300.h
0 commit comments