blob: 75495ea1e183f371e16fbcfbbc3398d389c5bdc5 [file] [log] [blame]
#!/bin/sh
# Checks if the system has a secure video path.
platform=$(cat /etc/platform)
if [ "$platform" = GFHD254 ]; then
exit 0
fi
exit 1