MT#59962 apps: exclude sw_vsc

For cases when used in testing environment
add sw_vsc to the list of `exclude_app_modules`.

We cannot link this to the swrate library
while compiling locally, because swrate lib has
a separate repository.

Change-Id: Id5df2c197139a454b9338bb6bdccba87b1c78424
mr13.1
Donat Zenichev 2 years ago
parent f9edcce337
commit 63b3f4db79

@ -24,7 +24,7 @@ ifeq ($(app_modules),)
endif
ifeq ($(TEST_ENVIRONMENT),yes)
exclude_app_modules = ann_b2b announce_transfer announcement annrecorder callback callqueues conference confpin conf_auth diameter_client dimanagedha early_announce early_dbprompt examples examples/tutorial/cc_acc gateway ivr jsonrpc mailbox memcachedstore mobile_push mp3 msg_storage mwi pin_collect precoded_announce py_sems rtmp twit voicebox voicemail webconference sw_rating
exclude_app_modules = ann_b2b announce_transfer announcement annrecorder callback callqueues conference confpin conf_auth diameter_client dimanagedha early_announce early_dbprompt examples examples/tutorial/cc_acc gateway ivr jsonrpc mailbox memcachedstore mobile_push mp3 msg_storage mwi pin_collect precoded_announce py_sems rtmp twit voicebox voicemail webconference sw_rating sw_vsc
endif
exclude_modules = $(exclude_app_modules)

Loading…
Cancel
Save