-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CryptoPkg/Driver: Remove directory (#733)
## Description These contents will be available in the shared crypto binary. Quite a bit of the DSC is cleaned up to reflect the fact that the package is mostly just building libraries that wrap around PPIs and protocols now. - [ ] Impacts functionality? - **Functionality** - Does the change ultimately impact how firmware functions? - Examples: Add a new library, publish a new PPI, update an algorithm, ... - [ ] Impacts security? - **Security** - Does the change have a direct security impact on an application, flow, or firmware? - Examples: Crypto algorithm change, buffer overflow fix, parameter validation improvement, ... - [x] Breaking change? - **Breaking change** - Will anyone consuming this change experience a break in build or boot behavior? - Examples: Add a new library class, move a module to a different repo, call a function in a new library class in a pre-existing module, ... - [ ] Includes tests? - **Tests** - Does the change include any explicit test code? - Examples: Unit tests, integration tests, robot tests, ... - [ ] Includes documentation? - **Documentation** - Does the change contain explicit documentation additions outside direct code modifications (and comments)? - Examples: Update readme file, add feature readme file, link to documentation on an a separate Web page, ... ## How This Was Tested - Verified files present in shared crypto external dependency in QemuQ35Pkg and QemuSbsaPkg. ## Integration Instructions Update any code to refer to the files relative to the shared crypto binary external dependency. Most references for shared crypto will be in files inside the shared crypto binary distribution package (ext dep). **NOTE**: The value `BLD_*_SHARED_CRYPTO_PATH` is different than the previous `var_name` value in the JSON file previously checked into this repo. This value can be used in build files and is more generic for the new use cases it serves. The ext dep also sits in `CryptoPkg/Binaries` a shorter, simpler path than before. Signed-off-by: Michael Kubacki <[email protected]>
- Loading branch information
Showing
113 changed files
with
12 additions
and
7,303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"scope": "global", | ||
"type": "nuget", | ||
"name": "edk2-basecrypto-driver-bin", | ||
"source": "https://pkgs.dev.azure.com/projectmu/mu/_packaging/Mu-Public/nuget/v3/index.json", | ||
"version": "2023.2.10", | ||
"flags": ["set_build_var"], | ||
"var_name": "BLD_*_SHARED_CRYPTO_PATH" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.