Skip to content

Commit

Permalink
Update shared crypto to v1.0.1 (#1247)
Browse files Browse the repository at this point in the history
## Description

Includes a change to fix the conditional syntax in Standalone MM include
FDF files.

- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
- [x] Backport to release branch?

## How This Was Tested

- Local build and CI
- Integration on a platform that uses shared crypto (and Standalone MM
shared crypto)

## Integration Instructions

- No changes from v1.0.0 integration instructions

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki authored Dec 20, 2024
1 parent a40e166 commit 6953cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CryptoPkg/Binaries/BaseCryptoDriver_ext_dep.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "nuget",
"name": "edk2-basecrypto-driver-bin",
"source": "https://pkgs.dev.azure.com/projectmu/mu/_packaging/Mu-Public/nuget/v3/index.json",
"version": "1.0.0",
"version": "1.0.1",
"flags": ["set_build_var"],
"var_name": "BLD_*_SHARED_CRYPTO_PATH"
}

0 comments on commit 6953cfe

Please sign in to comment.