Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RedfishPkg/Include: move protocol version definition to protocol header #6174

Merged

Conversation

nicklela
Copy link
Contributor

@nicklela nicklela commented Sep 9, 2024

Description

Move protocol interface version definition to public protocol header file. So, driver can decide which version it is supported. This is to address the review comment here: #5951 (comment)

  • Breaking change?
    • Breaking change - Does this PR cause a break in build or boot behavior?
    • Examples: Does it add a new library class or move a module to a different repo.
  • Impacts security?
    • Security - Does this PR have a direct security impact?
    • Examples: Crypto algorithm change or buffer overflow fix.
  • Includes tests?
    • Tests - Does this PR include any explicit test code?
    • Examples: Unit tests or integration tests.

How This Was Tested

Build pass on RedfishPkg.

Integration Instructions

N/A

Move protocol interface version definition to public protocol header
file. So, driver can decide which version it is supported.

Signed-off-by: Nickle Wang <[email protected]>
@nicklela nicklela self-assigned this Sep 9, 2024
@nicklela nicklela added the push Auto push patch series in PR if all checks pass label Sep 16, 2024
@mergify mergify bot merged commit 7843c8d into tianocore:master Sep 16, 2024
126 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
push Auto push patch series in PR if all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants