Skip to content

Commit 9efa89d

Browse files
committed
Merge branch 'release/1.16.8'
2 parents 50fbb06 + a042c50 commit 9efa89d

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,26 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.16.8](https://github.com/rdkcentral/entservices-apis/compare/1.16.7...1.16.8)
8+
9+
- RDKEMW-6957: Add getConfigForPackage in IPackageInstaller [`#485`](https://github.com/rdkcentral/entservices-apis/pull/485)
10+
- bring latest changes [`#549`](https://github.com/rdkcentral/entservices-apis/pull/549)
11+
- bring latest changes [`#545`](https://github.com/rdkcentral/entservices-apis/pull/545)
12+
- bring latest changes [`#521`](https://github.com/rdkcentral/entservices-apis/pull/521)
13+
- Update CODEOWNERS [`#517`](https://github.com/rdkcentral/entservices-apis/pull/517)
14+
- bring latest changes [`#516`](https://github.com/rdkcentral/entservices-apis/pull/516)
15+
- bring latest changes [`#512`](https://github.com/rdkcentral/entservices-apis/pull/512)
16+
- bring latest changes [`#504`](https://github.com/rdkcentral/entservices-apis/pull/504)
17+
- Merge tag '1.16.7' into develop [`7a0796f`](https://github.com/rdkcentral/entservices-apis/commit/7a0796f93a329114bd81ea095fff139da724a203)
18+
- Update IAppPackageManager.h [`7745374`](https://github.com/rdkcentral/entservices-apis/commit/7745374fd9d9cd9893b87fc4ef917ffa20349981)
19+
- Rename parameter name [`6aab5e7`](https://github.com/rdkcentral/entservices-apis/commit/6aab5e7077a6565d0a832d006a8e952f2c4a37c4)
20+
721
#### [1.16.7](https://github.com/rdkcentral/entservices-apis/compare/1.16.6...1.16.7)
822

23+
> 24 September 2025
24+
925
- RDKEMW-6918: Create documentation for LifecycleManager [`#539`](https://github.com/rdkcentral/entservices-apis/pull/539)
26+
- 1.16.7 release changelog updates [`9bd874e`](https://github.com/rdkcentral/entservices-apis/commit/9bd874ee889ef15196073f4c3556cde33aabca24)
1027
- Merge tag '1.16.6' into develop [`8cdc936`](https://github.com/rdkcentral/entservices-apis/commit/8cdc936b0ae498aae0308f5f7367ddd82a22a8e0)
1128

1229
#### [1.16.6](https://github.com/rdkcentral/entservices-apis/compare/1.16.5...1.16.6)

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)