Exemplo n.º 1
0
int main(void)
{
	VbUnlockDeviceTest();
	VbLockDeviceTest();

	if (vboot_api_stub_check_memory())
		return 255;

	return gTestSuccess ? 0 : 255;
}
Exemplo n.º 2
0
int main(void)
{
	VbUnlockDeviceTest();

	return gTestSuccess ? 0 : 255;
}