Lines Matching refs:product
25 complete product. These components have different roles within the product and
27 the concept of a product itself and then examines each of the components that
28 can be used when constructing a product using the framework.
32 A product is a representation of a system that one or more firmware images
36 a product may be designed such that software for a single processor is split
39 A product always consists of a *product.mk* file that defines one or more
41 image, when building the product as a whole. Refer to the Build System document
44 In addition to these targets a product may also contain header files that are
45 used for product-specific definitions.
48 directory per product under the product directory.
52 product/
59 product.mk
64 Within a product there will always be at least one firmware. A firmware
65 represents a software image that is built as part of a product. Each firmware
173 For each module that is built as part of a product, a corresponding module
188 of elements that the product has provided for the module. If the pointer is
212 element configuration data is provided as part of a product specification, the
213 module itself does not need to contain any product-specific data and it can be