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

Add setting object config lang #84

Merged
merged 2 commits into from
Apr 1, 2024

Commits on Mar 28, 2024

  1. RedfishClientPkg: Set SettingsObject URI as the config language

    Set SettingsObject URI in @Redfish.Settings resource as the config
    language which is the same as the config language of parent URI
    that mandates @Redfish.Settings.
    With this, we can find the config language of the properties in
    SettingsObject URI.
    
    Signed-off-by: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Co-authored-by: Nickle Wang <[email protected]>
    Reviewed-by: Nickle Wang <[email protected]>
    changab and nicklela committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fb24a53 View commit details
    Browse the repository at this point in the history
  2. RedfishClientPkg/FeatureDriver: Use SetRedfishSettingsObjectsUri

    Use SetRedfishSettingsObjectsUri to set the config language
    for SettingsObject URI.
    
    Signed-off-by: Abner Chang <[email protected]>
    Co-authored-by: Nickle Wang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Nickle Wang <[email protected]>
    changab and nicklela committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    68a438f View commit details
    Browse the repository at this point in the history