Skip to content

Commit 38e4eb0

Browse files
Bhaskar VishnuVardhan ChebroluGitHub Enterprise
authored andcommitted
Adding u50 to platform_blacklist for AML example
2 parents 924bb8f + b5005af commit 38e4eb0

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

library_examples/anti_money_laundering/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ $(EMCONFIG_DIR)/emconfig.json:
138138

139139
############################## Setting Essential Checks and Running Rules ##############################
140140
run: all
141+
ifeq ($(findstring u50, $(DEVICE)), u50)
142+
$(error This example is not supported for $(DEVICE))
143+
endif
141144
ifeq ($(findstring zc, $(DEVICE)), zc)
142145
$(error This example is not supported for $(DEVICE))
143146
endif

library_examples/anti_money_laundering/README.rst

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

1111
::
1212

13+
u50
1314
zc
1415
vck
1516

library_examples/anti_money_laundering/description.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"aws"
1010
],
1111
"platform_blacklist": [
12+
"u50",
1213
"zc",
1314
"vck"
1415
],

0 commit comments

Comments
 (0)