Skip to content

Commit 3d7bce9

Browse files
authored
Merge pull request #485 from rdkcentral/topic/RDKEMW-6957_1
RDKEMW-6957: Add getConfigForPackage in IPackageInstaller
2 parents 7a0796f + b6d1c1d commit 3d7bce9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apis/PackageManager/IAppPackageManager.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,14 @@ namespace Exchange {
258258
const string &version,
259259
InstallState &state /* @out */
260260
) = 0;
261+
262+
// @brief getConfigForPackage
263+
// @text getConfigForPackage
264+
// @param fileLocator: locator of package
265+
// @param id: package id
266+
// @param version: version of package
267+
// @param config: metadata of package
268+
virtual Core::hresult GetConfigForPackage(const string &fileLocator, string& id /* @out */, string &version /* @out */, RuntimeConfig& config /* @out */) = 0;
261269
};
262270

263271

0 commit comments

Comments
 (0)