ModuleInfo

The ModuleInfo module provides module information of an application.

NOTE

The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version.

ModuleInfo(deprecated)

This API is deprecated since API version 9. You are advised to use bundleManager-HapModuleInfo instead.

System capability: SystemCapability.BundleManager.BundleFramework

Name Type Readable Writable Description
moduleName string Yes No Module name.
moduleSourceDir string Yes No Installation directory. Do not access resource files using concatenated paths. Use @ohos.resourceManager instead.