Skip to content

Commit

Permalink
Update the avcService black list.
Browse files Browse the repository at this point in the history
Updated the blacklist to include newly added Legato services.

Resolves: LE-5981
Change-Id: I5575626f83d96449542d2f0efb7687f8e7c5fe7c
  • Loading branch information
Kelly Murphy authored and Bertrand Roussel committed Dec 20, 2016
1 parent 7c1d3bf commit 8a7d144
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion components/airVantage/avcAppUpdate/avcAppUpdate.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,17 @@ static bool IsHiddenApp
"fwupdateService",
"smsInboxService",
"gpioService",
"tools"
"tools",
"atService",
"atClient",
"atServer",
"spiService",
"devMode",
"wifiService",
"wifiClientTest",
"wifiApTest",
"wifiWebAp",
"wifi"
};

for (size_t i = 0; i < NUM_ARRAY_MEMBERS(appList); i++)
Expand Down

0 comments on commit 8a7d144

Please sign in to comment.