module_info.h

Overview

Related Modules:

BundleManager

Description:

Declares structures and functions for managing HAP package information.

The HAP package is used to deploy Ability instances. It is a module package consisting of the code, resources, third-party libraries, and an application configuration file. You can use the function provided in this file to clear HAP information.

Since:

1.0

Version:

1.0

Summary

Data Structures

Data Structure Name Description
MetaData Defines the metadata information in a ModuleInfo object.
ModuleInfo Defines the HAP information.

Functions

Function Name Description
ClearModuleInfo (ModuleInfo *moduleInfo) void Clears a ModuleInfo object.