Sign in
gfiber
/
buildroot
/
cd4d6add4d6743fd0c31599299bd52e4364e1287
/
.
/
fs
/
skeleton
/
bin
/
has-secure-video-path
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