341 taskadd digital rights management support#405
Draft
outdooruseonly wants to merge 36 commits intodevelopfrom
Draft
341 taskadd digital rights management support#405outdooruseonly wants to merge 36 commits intodevelopfrom
outdooruseonly wants to merge 36 commits intodevelopfrom
Conversation
- Introduced IDrmControllerListener, IDrmEventListener, and IDrmManager AIDL interfaces for DRM controller callbacks and resource management. - Added KeySetId, KeyValue, NumberOfSessions, ProvideProvisionResponseResult, ProvisionRequest, and SecurityLevel parcelable data structures for handling DRM-related data. - Defined Status enum for error handling in DRM operations, covering various error scenarios. - Created hfp-drm.yaml file to outline the HAL feature profile for DRM, including a placeholder for supported features.
…RM and Crypto plugin definitions
Added a TODO for crediting Android with the DRM design.
…ol creation. Extended videoDecode::openWithResolution to specify a maximum resolution that is less than that specified in codecCapabilities.
…://github.com/rdkcentral/rdk-halif-aidl into 341-taskadd-digital-rights-management-support
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/rdkcentral/rdk-halif-aidl/sessions/5294e587-c2f2-4c02-9be5-f7e0531f39ad Co-authored-by: outdooruseonly <78563063+outdooruseonly@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/rdkcentral/rdk-halif-aidl/sessions/b2cad194-d6fe-4a38-94b3-35176903e4be Co-authored-by: outdooruseonly <78563063+outdooruseonly@users.noreply.github.com>
…ution() Agent-Logs-Url: https://github.com/rdkcentral/rdk-halif-aidl/sessions/99e1bdd8-859d-4952-83cf-abb0fe9e684b Co-authored-by: outdooruseonly <78563063+outdooruseonly@users.noreply.github.com>
…er naming Agent-Logs-Url: https://github.com/rdkcentral/rdk-halif-aidl/sessions/d2b3b2cb-4a33-482e-a228-d9aaf3d59c01 Co-authored-by: outdooruseonly <78563063+outdooruseonly@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…not decode Agent-Logs-Url: https://github.com/rdkcentral/rdk-halif-aidl/sessions/1ab703f0-5ece-4c4e-9b1a-57f8b34b67c9 Co-authored-by: outdooruseonly <78563063+outdooruseonly@users.noreply.github.com>
Agent-Logs-Url: https://github.com/rdkcentral/rdk-halif-aidl/sessions/32ae4b50-d8c1-4972-a5be-b7411171dd94 Co-authored-by: outdooruseonly <78563063+outdooruseonly@users.noreply.github.com>
Missed the function to add a listener.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…rithm and setMacAlgorithm docs Agent-Logs-Url: https://github.com/rdkcentral/rdk-halif-aidl/sessions/ed5a5a38-3e8e-4845-b9c2-3265aeeef2c4 Co-authored-by: outdooruseonly <78563063+outdooruseonly@users.noreply.github.com>
Improved decrypt documentation to explain how error codes are returned.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…corrected DrmErrors.aidl to state the correct copyright year.
Contributor
Author
|
Hi @mhughesacn, I have applied the NOTICE changes as suggested and decided to close and do a draft PR. I can see that the Fossid stateless diff scan is failing before blackduck and copyright scans. I'm told I need to update tools/ignore_projects_fossid. Is that right? Thanks |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Starting a draft to fix issues before a real pull request.