Lines Matching refs:Parts

9 In principle, HPM Parts should be grouped at a fine-grained granularity to achieve maximum reuse. T…
11 - Independence: HPM Parts provide relatively independent features and can be independently built. E…
15 …ation: If a group of HPM Parts jointly implement a feature, and if other HPM Parts never depend on…
20 HPM Parts are introduced for reuse purposes.
29 | distribution | Distributed as a distribution and dependent on other HPM Parts. It does not contai…
40 - **ohos_bundles** folder for storing dependent HPM Parts. The folder is automatically generated du…
61 …en APIs (declared in header files) provided by HPM Parts, which will be referenced by other HPM Pa…
127 - **dependencies**: dependent HPM Parts.
163 | Installing HPM Parts| **hpm install** or **hpm i**| Installs dependent HPM Parts in the bundle.js…
164 || hpm install bundle\@version | Installs HPM Parts of a specified version.|
165 | Uninstalling HPM Parts| hpm uninstall bundle | Uninstalls dependent HPM Parts.|
166 || **hpm remove** or **hpm rm bundlename**| Uninstalls dependent HPM Parts.|
169 | Searching for HPM Parts| hpm search name | Searches for HPM Parts. **--json** is used t…
172 | Updating HPM Part versions| hpm update | Updates the versions of dependent HPM Parts.|
173 || hpm check-update | Checks whether version updates are available to dependent HPM Parts.|
176 | Packing | hpm pack | Packs dependencies of local HPM Parts.|
195 …red for HPM Part A to implement a feature, and if HPM Parts C and D are interchangeable, HPM Parts
222 …Tags can be defined to group dependent HPM Parts. You can obtain the path of a group of dependent …
274 …e.json**. You can obtain the values of global environment variables from all independent HPM Parts.
285 …nt parameters can be passed to HPM Parts when introducing dependencies so that the compilation of …