module.tmpl

来自「Centrality Atlas II development software」· TMPL 代码 · 共 41 行

TMPL
41
字号
<?xml version="1.0"?><module name="fs-etfs-atlasii512">	<type>Element</type>	<classification>Driver</classification>	<description>		<short>ETFS driver for NAND flash device atlasii512</short>		<abstract>			<![CDATA[The fs-etfs-atlasii512 driver is a NAND flash driver to support the ETFS file system for QNX Neutrino on the atlasii512 board.]]>		</abstract>	</description>	<supports>		<!-- as this is a board specific variant, we will just list the			variant that is available ...  --> 		<availability>			<cpu isa="arm"><byteOrder>le</byteOrder></cpu>		</availability>	</supports>	<source available="true">		<location type="">.</location>	</source>	<GroupOwner>hw</GroupOwner>	<RuntimeComponent>Neutrino RTOS</RuntimeComponent>	<contents>		<component id="atlasii512" generated="true">			<location basedir="{cpu}/{o|endian}"				 runtime="true">fs-etfs-atlasii512</location>		</component>	</contents>	<requires>		<!-- libetfs && etfs.h should be part of the standard install -->	</requires></module>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?