|
102 | 102 | #define RTE_FC_EMBED_AUTO_INIT /* fc_embed Auto Init */ |
103 | 103 | </RTE_Components_h> |
104 | 104 | <files> |
105 | | - <file category="header" attr="config" name="core/fc_config.h"/> |
| 105 | + <file category="header" attr="config" version="1.0.0" name="core/fc_config.h"/> |
106 | 106 | <file category="source" name="core/fc_auto_init.c"/> |
107 | | - <file category="header" attr="template" name="core/fc_auto_init.h"/> |
| 107 | + <file category="header" attr="template" select="Auto Init Header" name="core/fc_auto_init.h"/> |
108 | 108 | </files> |
109 | 109 | </component> |
110 | 110 |
|
|
115 | 115 | #define RTE_FC_EMBED_POOL /* FC Embed Memory Pool */ |
116 | 116 | </RTE_Components_h> |
117 | 117 | <files> |
118 | | - <file category="header" attr="config" name="core/fc_config.h"/> |
| 118 | + <file category="header" attr="config" version="1.0.0" name="core/fc_config.h"/> |
119 | 119 | <file category="source" name="core/fc_pool.c"/> |
120 | | - <file category="header" attr="template" name="core/fc_pool.h"/> |
| 120 | + <file category="header" attr="template" select="Memory Pool Header" name="core/fc_pool.h"/> |
121 | 121 | </files> |
122 | 122 | </component> |
123 | 123 |
|
|
128 | 128 | #define RTE_FC_EMBED_PORT /* fc_embed Port Layer */ |
129 | 129 | </RTE_Components_h> |
130 | 130 | <files> |
131 | | - <file category="header" attr="config" name="core/fc_config.h"/> |
132 | | - <file category="header" attr="template" name="core/fc_fifo.h"/> |
| 131 | + <file category="header" attr="config" version="1.0.0" name="core/fc_config.h"/> |
| 132 | + <file category="header" attr="template" select="FIFO Header" name="core/fc_fifo.h"/> |
133 | 133 | <file category="source" name="core/fc_port.c"/> |
134 | | - <file category="header" attr="template" name="core/fc_port.h"/> |
| 134 | + <file category="header" attr="template" select="Port Header" name="core/fc_port.h"/> |
135 | 135 | </files> |
136 | 136 | </component> |
137 | 137 |
|
|
142 | 142 | #define RTE_FC_EMBED_TRANSPORT /* fc_embed Transport */ |
143 | 143 | </RTE_Components_h> |
144 | 144 | <files> |
145 | | - <file category="header" attr="config" name="core/fc_config.h"/> |
146 | | - <file category="header" attr="template" name="core/fc_fifo.h"/> |
| 145 | + <file category="header" attr="config" version="1.0.0" name="core/fc_config.h"/> |
| 146 | + <file category="header" attr="template" select="FIFO Header" name="core/fc_fifo.h"/> |
147 | 147 | <file category="source" name="core/fc_trans.c"/> |
148 | | - <file category="header" attr="template" name="core/fc_trans.h"/> |
| 148 | + <file category="header" attr="template" select="Transport Header" name="core/fc_trans.h"/> |
149 | 149 | </files> |
150 | 150 | </component> |
151 | 151 |
|
|
156 | 156 | #define RTE_FC_EMBED_STDIO /* FC Embed Standard I/O */ |
157 | 157 | </RTE_Components_h> |
158 | 158 | <files> |
159 | | - <file category="header" attr="config" name="core/fc_config.h"/> |
| 159 | + <file category="header" attr="config" version="1.0.0" name="core/fc_config.h"/> |
160 | 160 | <!-- Main stdio implementation (includes all utils/*.c internally) --> |
161 | 161 | <file category="source" name="core/fc_stdio.c"/> |
162 | | - <file category="header" attr="template" name="core/fc_stdio.h"/> |
| 162 | + <file category="header" attr="template" select="StdIO Header" name="core/fc_stdio.h"/> |
163 | 163 | <file category="doc" name="core/utils/readme.md"/> |
164 | 164 | </files> |
165 | 165 | </component> |
|
171 | 171 | #define RTE_FC_EMBED_LOGGER /* FC Embed Logger */ |
172 | 172 | </RTE_Components_h> |
173 | 173 | <files> |
174 | | - <file category="header" attr="config" name="core/fc_config.h"/> |
| 174 | + <file category="header" attr="config" version="1.0.0" name="core/fc_config.h"/> |
175 | 175 | <file category="source" name="core/fc_log.c"/> |
176 | | - <file category="header" attr="template" name="core/fc_log.h"/> |
| 176 | + <file category="header" attr="template" select="Logger Header" name="core/fc_log.h"/> |
177 | 177 | </files> |
178 | 178 | </component> |
179 | 179 | </components> |
|
0 commit comments