module.tmpl

来自「QNX ADS BSP code for i.MX27 chips」· TMPL 代码 · 共 41 行

TMPL
41
字号
<?xml version="1.0"?><module name="devc-sermx1">	<type>Element</type>	<classification>Driver</classification>        <description>                <short>Serial driver for sermx1 compatible uarts</short>                <abstract>                        <![CDATA[The devc-sermx1 manager is a small serial device manager for QNX Neutrino.]]>                </abstract>        </description>	<supports>		<availability>			<cpu isa="arm"><byteOrder>be</byteOrder><byteOrder>le</byteOrder></cpu>		</availability>	</supports>	<source available="false">		<location type="">.</location>	</source>	<GroupOwner>hw</GroupOwner>	<contents>		<component id="sermx1" generated="true">			<location basedir="{cpu}/{endian}"				 runtime="true">devc-sermx1</location>		</component>		<component id="tsermx1" generated="true">			<location basedir="{cpu}/{endian}"				 runtime="true">devc-tsermx1</location>		</component>	</contents>	<requires>		<part build="true" location="lib/io-char"/>		<part build="false" location="hardware/devc"/>	</requires></module>

⌨️ 快捷键说明

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