Skip to content

Commit 9f6a187

Browse files
Merge pull request #532 from LedgerHQ/xch/plugin-sdk-remove-ui-disabler
standard_plugin.mk: Remove DISABLE_UI
2 parents 5a448db + 5e382ea commit 9f6a187

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

src_plugin_sdk/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
| :rotating_light: | Breaks build |
66
| :warning: | Breaks compatibility with app |
77

8-
## [latest](/) - 2024/02/02
8+
## [latest](/) - 2024/02/07
9+
10+
### Removed
11+
12+
* UI disabler
13+
14+
## [2250549](/../../commit/2250549) - 2024/02/02
915

1016
### Changed
1117

src_plugin_sdk/standard_plugin.mk

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ ifeq ($(BOLOS_SDK),)
1919
$(error Environment variable BOLOS_SDK is not set)
2020
endif
2121

22-
# Prevent compilation of BAGL/NBGL
23-
# Has to be before any SDK include
24-
DISABLE_UI = 1
25-
2622
include $(BOLOS_SDK)/Makefile.defines
2723

2824
APPVERSION ?= "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"
@@ -60,16 +56,4 @@ DISABLE_STANDARD_BAGL_UX_FLOW = 1
6056
DISABLE_DEBUG_LEDGER_ASSERT = 1
6157
DISABLE_DEBUG_THROW = 1
6258

63-
# Required for PRINTFs to compile
64-
ifeq ($(DEBUG),0)
65-
DISABLE_STANDARD_SEPROXYHAL = 1
66-
endif
67-
68-
# So the plugin can still access the necessary NBGL types and pass its icon to
69-
# the Ethereum app
70-
ifeq ($(TARGET_NAME),TARGET_STAX)
71-
DEFINES += HAVE_NBGL
72-
INCLUDES_PATH += $(BOLOS_SDK)/lib_nbgl/include $(BOLOS_SDK)/lib_ux_stax
73-
endif
74-
7559
include $(BOLOS_SDK)/Makefile.standard_app

0 commit comments

Comments
 (0)