1/*#
2 *# Copyright 2018, Data61
3 *# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
4 *# ABN 41 687 119 230.
5 *#
6 *# This software may be distributed and modified according to the terms of
7 *# the BSD 2-Clause license. Note that NO WARRANTY is provided.
8 *# See "LICENSE_BSD2.txt" for details.
9 *#
10 *# @TAG(DATA61_BSD)
11 #*/
12
13/*# This template exists as backwards compatiblity for the Make based build system that is not
14  # going to be updated to support different environments. As such this template continues
15  # building the C environment with the common environment into a single file.
16  # This wrapping template can be removed once the Make based build system is removed #*/
17
18/*# Include the common generated C code we need for every component. This is a workaround
19    for not having additional template targets for the component yet #*/
20/*- include 'component.common.c' -*/
21
22/*# Currently we assume the one and only C environment and include that directly here,
23    against because we currently must generate a single C file for the component template #*/
24/*- include 'component.environment.c' -*/
25