Files
trail-mate/modules/ui_shared/library.json
T
liu weikai 0502c68e20 Implement phone-independent mesh settings
Add protocol-scoped MQTT/channel settings for Meshtastic and MeshCore, centralize Settings identity/visibility through SettingId specs, remove BLE from the ESP Arduino firmware profile, and keep Settings Wi-Fi scan/channel/backup paths on fixed buffers.
2026-07-11 17:23:14 +08:00

50 lines
2.2 KiB
JSON

{
"name": "ui_shared",
"version": "0.1.0",
"build": {
"includeDir": "include",
"srcDir": "src",
"srcFilter": [
"+<*>",
"-<ui/assets/ble_topbar.c>",
"-<ui/widgets/ble_pairing_popup.cpp>",
"-<ui/screens/pc_link/>"
],
"flags": [
"-I../../platform/shared/include",
"-I../../modules/core_sys/include",
"-I../../modules/core_chat/include",
"-I../../modules/core_gps/include",
"-I../../modules/core_team/include",
"-I../../modules/ui_presentation/include",
"-I../../modules/chat_presentation_adapters/include",
"-I../../modules/ui_chat_runtime/include",
"-I../../modules/ui_map_runtime/include",
"-I../../modules/ui_gps_runtime/include",
"-I../../modules/ui_key_verification_runtime/include",
"-I../../modules/ui_lvgl_core/include",
"-I../../modules/ui_lvgl_ux_packs/include"
]
},
"dependencies": [
{
"name": "chat_presentation_adapters"
},
{
"name": "ui_chat_runtime"
},
{
"name": "ui_map_runtime"
},
{
"name": "ui_gps_runtime"
},
{
"name": "ui_key_verification_runtime"
},
{
"name": "ui_lvgl_ux_packs"
}
]
}