Conversation
Documentation Auto-GeneratedDocumentation has been automatically generated for the changed plugins and committed to this PR branch. The generated documentation files have been added to the PR for review. |
There was a problem hiding this comment.
Pull request overview
This pull request adds a new ralfPkgPath field to the RuntimeConfig struct across multiple API interfaces to support RALF (RDK Application Lifecycle Framework) package path configuration. The PR also includes documentation updates reflecting these changes, along with some corrections to interface file references in the documentation.
Changes:
- Added
ralfPkgPathstring field toRuntimeConfigstruct in four interface files - Updated API documentation to include the new field in method responses
- Corrected interface file references in PackageManager and LifecycleManager documentation headers
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 13 comments.
Show a summary per file
| File | Description |
|---|---|
| apis/RuntimeManager/IRuntimeManager.h | Added ralfPkgPath field to RuntimeConfig struct |
| apis/PackageManager/IAppPackageManager.h | Added ralfPkgPath field to RuntimeConfig struct |
| apis/LifecycleManager/ILifecycleManager.h | Added ralfPkgPath field to RuntimeConfig struct |
| apis/AppManager/IAppManager.h | Added ralfPkgPath field to RuntimeConfig struct |
| docs/apis/PackageManager.md | Updated documentation to include ralfPkgPath in config responses and corrected header file reference |
| docs/apis/LifecycleManager.md | Corrected header file reference and updated parameter descriptions |
Documentation Auto-GeneratedDocumentation has been automatically generated for the changed plugins and committed to this PR branch. The generated documentation files have been added to the PR for review. |
No description provided.