Added EDBG parameter size validation to TDF script and other bits of tidying

This commit is contained in:
Nav
2024-03-25 18:57:05 +00:00
parent 0056d56904
commit dd0b4dd7e1
5 changed files with 205 additions and 32 deletions

View File

@@ -33,7 +33,7 @@ if (is_dir(TDF_PATH)) {
$discoveryService = new DiscoveryService();
$xmlFiles = $discoveryService->findTargetDescriptionFiles(TDF_PATH);
print count($xmlFiles) . ' target descriptions files found in ' . TDF_PATH . PHP_EOL . PHP_EOL;
print count($xmlFiles) . ' target description files found in ' . TDF_PATH . PHP_EOL . PHP_EOL;
} else {
$xmlFiles = [new \SplFileInfo(TDF_PATH)];