module_info-h.md 3.3 KB
Newer Older
W
wenjun 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
# module\_info.h<a name="ZH-CN_TOPIC_0000001054799573"></a>

## **Overview**<a name="section1685557188093526"></a>

**Related Modules:**

[BundleManager](BundleManager.md)

**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**<a name="section1715856424093526"></a>

## Data Structures<a name="nested-classes"></a>

<a name="table119256148093526"></a>
<table><thead align="left"><tr id="row41044219093526"><th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.1"><p id="p993835798093526"><a name="p993835798093526"></a><a name="p993835798093526"></a>Data Structure Name</p>
</th>
<th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.2"><p id="p1567766948093526"><a name="p1567766948093526"></a><a name="p1567766948093526"></a>Description</p>
</th>
</tr>
</thead>
<tbody><tr id="row1046966895093526"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 "><p id="p930154542093526"><a name="p930154542093526"></a><a name="p930154542093526"></a><a href="MetaData.md">MetaData</a></p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1533589310093526"><a name="p1533589310093526"></a><a name="p1533589310093526"></a>Defines the metadata information in a <a href="ModuleInfo.md">ModuleInfo</a> object. </p>
</td>
</tr>
<tr id="row423992815093526"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 "><p id="p1538023582093526"><a name="p1538023582093526"></a><a name="p1538023582093526"></a><a href="ModuleInfo.md">ModuleInfo</a></p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p992502400093526"><a name="p992502400093526"></a><a name="p992502400093526"></a>Defines the HAP information. </p>
</td>
</tr>
</tbody>
</table>

## Functions<a name="func-members"></a>

<a name="table13299066093526"></a>
<table><thead align="left"><tr id="row1016600989093526"><th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.1"><p id="p266296993093526"><a name="p266296993093526"></a><a name="p266296993093526"></a>Function Name</p>
</th>
<th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.2"><p id="p649121970093526"><a name="p649121970093526"></a><a name="p649121970093526"></a>Description</p>
</th>
</tr>
</thead>
<tbody><tr id="row1780947857093526"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 "><p id="p1681351122093526"><a name="p1681351122093526"></a><a name="p1681351122093526"></a><a href="BundleManager.md#ga6c2242cc10f135d129b95444faacb345">ClearModuleInfo</a> (<a href="ModuleInfo.md">ModuleInfo</a> *moduleInfo)</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1767762646093526"><a name="p1767762646093526"></a><a name="p1767762646093526"></a>void&nbsp;</p>
<p id="p1878778886093526"><a name="p1878778886093526"></a><a name="p1878778886093526"></a>Clears a <a href="ModuleInfo.md">ModuleInfo</a> object. </p>
</td>
</tr>
</tbody>
</table>