Lines Matching refs:product
12 For details on how to build an existing product, please refer to the
19 A product is a collection of firmware. All products are located under the
23 └─ product
24 └── <product>
25 ├── product.mk
27 │ │ └── <product level header files...>
29 │ └── <product level source files...>
35 __Note:__ The names of the \<product\> and \<firmware\> directories must not
38 The product.mk is described in the following sections.
40 ### The product.mk File
42 The product.mk file describes a product to the build system listing all build
47 * __BS_PRODUCT_NAME__ - Human-friendly name for the product. The content of this
50 product.
54 Modules are the building blocks of a product firmware. Modules can be
56 can be product-specific and implemented under the product/\<product\>/modules
182 in product/*/include directory.