Lines Matching refs:product

4product solution is a special component. It is a product built based on a development board. It in…
6 The product solution directory structure is as follows:
11 ├── product # Product name
26product/init_configs/etc**<br>This folder contains the rcS, Sxxx, and fstab scripts. The init proc…
28 2. **vendor/company/product/init_configs/init.cfg**<br>**init.cfg** defines how the init process st…
82 3. **vendor/company/product/init_configs/hals**<br>This folder contains the OS adaptation of the pr…
84 4. **vendor/company/product/config.json**<br>The **config.json** file is the main entry for compila…
114 5. **vendor/company/product/fs.yml**<br>The **fs.yml** file defines the process for creating a file…
135 - **out** directory of the product, which corresponds to **{root_out_dir}** of GN.
140product/BUILD.gn**<br>**BUILD.gn** provides the entry for product build. It is used to compile the…
143 …group("product") { # The name must be the same as the product name (level-3 director…
152 You can customize a product solution by assembling any chipset solution and components. The procedu…
154 1. Create a directory for the product. <br>The following uses the Wi-Fi IoT module on the RTL8720 d…
160 2. Configure the product. <br>Create a **config.json** file for the product (for example, wifiiot) …
189 3. Implement OS adaptation APIs. Create the **hals** directory in the product directory and save th…
191 4. Create the **init_configs** directory in the product directory and then the **init.cfg** file in…
193 …he **rcS** and **S***xxx* files in the **init.d** file and edit them based on product requirements.
195 …ard that supports the file system.<br> Create the **fs.yml** file in the product directory, and co…
297 …ional) Configure patches if the product and components need to be patched.<br>Create a **patch.yml…
318 8. Write the build script. <br>Create a **BUILD.gn** file in the product directory and write the sc…
321 group("wifiiot") { # The target name must be the same as the product name.
329product.<br> You can start the build by using the [CLI or hb tool](subsys-build-all.md#build-comma…
332 ./build.sh --product-name hispark_taurus_standard --ccache