Lines Matching refs:product
26 …A product is a collection of components. The product image built can run on different development …
56 …ugh configuration. The following describes the relationships between the product, subsystem, compo…
58 **Figure 1** Relationships between product, subsystem, component, and module
62 The relationships between the product, subsystem, component, and module are as follows:
66 - The product configuration file contains the configuration of all the components of the product. T…
72 A product, component, and module can be built, but a subsystem cannot. The figure below shows the b…
78 1. Run **hb set** to set the product to build.
80 2. Use **hb build** to build a product, development board, or component.
85 …*gn gen** command to read the product configuration and generate the **out** directory and **ninja…
86 3. Run **ninja -C out/board/product** to start the build.
132 To ensure that chipset and product solutions are decoupled from OpenHarmony, you need to follow cer…
134 - [Product Configuration Rules](subsys-build-product.md#configuration-rules)
206 ./build.sh --product-name {product_name}
212 ./build.sh --product-name {product_name} --gn-args is_debug=true
220 > ./build.sh --product-name {product_name} --gn-args is_debug=true --build-target {target_name}
223 …> **{product_name}** specifies the product platform supported by the current distribution, for exa…
232 --product-name=PRODUCT_NAME # Specify the product name.
259 Sets the product to build.
269 -p, --product Set OHOS board and kernel
276 - You can run **hb set -p** to set the product to build.
289 [OHOS INFO] product: ipcamera
290 [OHOS INFO] product path: xxx/vendor/hisilicon/ipcamera
298 Builds a product, component, module, or chipset solution.
323 -p PRODUCT, --product PRODUCT
324 build a specified product with {product_name}@{company}
332 --patch apply product patch before compiling
347 …- If you run **hb build** with no argument, the previously configured code directory, product, and…
349 …** *{component_name}* to build product components separately based on the development board and ke…
351 …- You can run **hb build -p ipcamera@hisilicon** to skip the setting step and build the product di…
359 …directory, add the directory parameter to the command, for example, **hb clean out/board/product**.
379 You can add and build a product, component, chipset solution, and module. For details, see:
381 - [Adding and Building a Product](subsys-build-product.md#adding-and-building-a-product)