Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FFA] Fixed an issue of symbol unresolved when enabling TPM (#1102)
## Description The `TpmServiceLib` is not linkable when there is library class specified because its inf does not pertain the same logic of linking `TpmServiceLib`. This change moved it to NULL library class so that it will be linked according to the build flag. For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested This was tested buildable for QEMU SBSA. ## Integration Instructions N/A
- Loading branch information