1# Bundle Management Subsystem Changelog
2
3## cl.bundlemanager.1 Changed Underlying Capability by Not Decompressing the HAP During HAP Installation
4
5The HAP will no longer be decompressed during installation. After the installation is complete, only the HAP file exists in the installation directory. As a result, the application must use the standard resource management interface, rather than a combined path, to access a resource file.
6
7**Change Impact**
8
9If the application uses a combined path to access a resource file, the access fails. It must use the resource management interface.
10
11**Key API/Component Changes**
12
13No API or component change is involved.
14
15**Adaptation Guide**
16
17The resource management subsystem provides the JS interface for accessing resource files. Reference: [Accessing Resource Files](../../../application-dev/reference/apis/js-apis-resource-manager.md#getrawfilecontent9)