Daemon asks correct status from MobiCore: FC_INFO state_id = 1
(Update from MobiCore1.2_V005_Path3)
Bug:
7179227,
7336639
Change-Id: I87dc8acc3fd7e56a6a0dd2c9be0c8a5b995e6c87
Signed-off-by: DongJin Park <djpax.park@samsung.com>
uint32_t TrustZoneDevice::getMobicoreStatus(void)
{
uint32_t status;
- //IMPROVEMENT-2012-03-07-maneaval Can fcInfo ever fail? Before it threw an
- //exception but the handler depended on the context.
- pMcKMod->fcInfo(0, &status, NULL);
+
+ pMcKMod->fcInfo(1, &status, NULL);
return status;
}