Skip to content

Commit a8e473c

Browse files
authored
RDKEMW-6957: Add getConfigForPackage in IPackageInstaller
1 parent c69ae08 commit a8e473c

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 packageId: package id
266+
// @param version: version of package
267+
// @param metadata: metadata of package
268+
virtual Core::hresult GetConfigForPackage(const string &fileLocator /* @in */, string& packageId /* @out */, string &version /* @out */, RuntimeConfig& metadata /* @out */) = 0;
261269
};
262270

263271

0 commit comments

Comments
 (0)