Skip to content

Commit 6eb13a0

Browse files
Set hwInfo with skuTable and sysInfo for selected productFamily
Change-Id: I9dc7de0ad70d0ebd98e569ee2657e6ff7278bc76
1 parent 43497fc commit 6eb13a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unit_tests/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ int main(int argc, char **argv) {
293293
return -1;
294294
}
295295
platform = *hardwareInfo->pPlatform;
296+
featureTable = *hardwareInfo->pSkuTable;
297+
gtSystemInfo = *hardwareInfo->pSysInfo;
296298

297299
platform.usRevId = (uint16_t)revisionId;
298300

0 commit comments

Comments
 (0)