module.tmpl

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

TMPL
36
字号
<?xml version="1.0"?><module name="deva-ctrl-atlasii_ac97">	<type>Element</type>	<classification>Driver</classification>	<description>	        <short>Audio Driver for the Centrality Atlas-II System Board (AC'97 codec)</short>	        <abstract>			<![CDATA[The deva-ctrl-atlasii_ac97 shared object is responsible for configuring and operating the Centrality Atlas-II System Board audio devices under the direct control of the QNX Sound Architecture (io-audio). There are multiple audio codec options included on the standard Centrality Atals-II System Board. This driver is specifically written to use the AC'97 codec.]]>	        </abstract>	</description>	<supports>		<availability>			<cpu isa="arm"><byteOrder>le</byteOrder></cpu>		</availability>	</supports>	<source available="false">		<location type="">.</location>	</source>	<contents>		<component id="atlasii_ac97" generated="true">			<location basedir="{os}/{cpu}/dll{.:endian}"				 runtime="true">deva-ctrl-atlasii_ac97.so</location>		</component>	</contents>	<requires>		<part build="false" location="lib/asound"/>		<part rootMacro="AUDIO_ROOT" build="false" location="services/audio"/>	</requires></module>

⌨️ 快捷键说明

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