diff --git a/apis/PackageManager/IAppPackageManager.h b/apis/PackageManager/IAppPackageManager.h index 6c7d7d31..219176b3 100644 --- a/apis/PackageManager/IAppPackageManager.h +++ b/apis/PackageManager/IAppPackageManager.h @@ -258,6 +258,14 @@ namespace Exchange { const string &version, InstallState &state /* @out */ ) = 0; + + // @brief getConfigForPackage + // @text getConfigForPackage + // @param fileLocator: locator of package + // @param id: package id + // @param version: version of package + // @param config: metadata of package + virtual Core::hresult GetConfigForPackage(const string &fileLocator, string& id /* @out */, string &version /* @out */, RuntimeConfig& config /* @out */) = 0; };