Sign in
android-kvm
/
buildroot
/
refs/heads/2017.02.x
/
.
/
package
/
ti-sgx-um
/
S80ti-sgx
blob: 8cae52fd6e2014a6038394abdd3a38f15cb275d7 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh
case
"$1"
in
start
)
printf
"Initializing SGX graphics driver "
/
usr
/
bin
/
pvrsrvinit
[
$
?
=
0
]
&&
echo
"OK"
||
echo
"FAIL"
;;
stop
)
;;
*)
echo
"Usage: $0 {start|stop}"
exit
1
;;
esac