-
Notifications
You must be signed in to change notification settings - Fork 14
RDKEMW-6957: Add getConfigForPackage in IPackageInstaller #485
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
base: develop
Are you sure you want to change the base?
Conversation
|
bring latest changes
// @param packageId: package id | ||
// @param version: version of package | ||
// @param config: metadata of package | ||
virtual Core::hresult GetConfigForPackage(const string &fileLocator /* @in */, string& packageId /* @out */, string &version /* @out */, RuntimeConfig& config /* @out */) = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not add @in for input parameters.
bring latest changes
Update CODEOWNERS
bring latest changes
No description provided.