Skip to content

Commit bc9b00e

Browse files
Virat AgarwalBhaskar VishnuVardhan Chebrolu
authored andcommitted
Disabling Anti Money Laundering and MCEuropanEngine for u280 platform
1 parent 02929c0 commit bc9b00e

File tree

6 files changed

+10
-0
lines changed

6 files changed

+10
-0
lines changed

library_examples/MCEuropeanEngine/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ run: all
142142
ifeq ($(findstring u50, $(DEVICE)), u50)
143143
$(error This example is not supported for $(DEVICE))
144144
endif
145+
ifeq ($(findstring u280, $(DEVICE)), u280)
146+
$(error This example is not supported for $(DEVICE))
147+
endif
145148
ifeq ($(findstring zc, $(DEVICE)), zc)
146149
$(error This example is not supported for $(DEVICE))
147150
endif

library_examples/MCEuropeanEngine/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Platforms containing following strings in their names are not supported for this
1111
::
1212

1313
u50
14+
u280
1415
zc
1516
qdma
1617
vck

library_examples/MCEuropeanEngine/description.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
],
1313
"platform_blacklist": [
1414
"u50",
15+
"u280",
1516
"zc",
1617
"qdma",
1718
"vck",

library_examples/anti_money_laundering/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ endif
147147
ifeq ($(findstring u50, $(DEVICE)), u50)
148148
$(error This example is not supported for $(DEVICE))
149149
endif
150+
ifeq ($(findstring u280, $(DEVICE)), u280)
151+
$(error This example is not supported for $(DEVICE))
152+
endif
150153
ifeq ($(findstring zc, $(DEVICE)), zc)
151154
$(error This example is not supported for $(DEVICE))
152155
endif

library_examples/anti_money_laundering/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Platforms containing following strings in their names are not supported for this
1212

1313
_u25_
1414
u50
15+
u280
1516
zc
1617
vck
1718

library_examples/anti_money_laundering/description.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"platform_blacklist": [
1313
"_u25_",
1414
"u50",
15+
"u280",
1516
"zc",
1617
"vck"
1718
],

0 commit comments

Comments
 (0)