add trans pcid.sc to pcid string function.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I50a6f9f48060df615f5b74e85726f687a0a68183
This commit is contained in:
yudechen
2022-06-09 12:29:32 +08:00
parent c792eb9a73
commit eab7f4ba7e
4 changed files with 122 additions and 3 deletions
+4
View File
@@ -690,5 +690,9 @@ int32_t ComparePcidWithRpcidString(char *pcidFile, char *rpcidFile)
}
priSysFound = false;
}
if (ret == 0) {
printf("Succeed! The pcid contains rpcid.\n");
}
return ret;
}