module.tmpl

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

TMPL
44
字号
<?xml version="1.0"?><module name="devg-imx21">	<type>Element</type>	<classification>Driver</classification>	<description>			<short>Graphics Driver for the integrated LCD controller on the Freescale IMX21 board</short>	        <abstract>				<![CDATA[The devg-imx21 shared object is responsible for configuring and operating the integated LCD controller on the Freescale I.MX21 board.]]>	        </abstract>	</description>	<supports>		<availability>			<cpu isa="arm">				<byteOrder>le</byteOrder>			</cpu>		</availability>	</supports>	<source available="false">		<location type="">.</location>	</source>	<GroupOwner>hw</GroupOwner>	<contents>		<component id="imx21" generated="true">			<location basedir="{os}/{cpu}/dll{.:endian}"				 runtime="true">devg-imx21.so</location>		</component>		<component id="imx21.conf" generated="false">		        <location type="install">usr/photon/config</location>		        <location isa="{cpu}" byteorder="{endian}" runtime="true">imx21.conf</location>		</component>	</contents>	<requires>		<part rootMacro="LIBFFB_ROOT" build="true" location="lib/ffb"/>		<part rootMacro="LIBDISPUTIL_ROOT" build="true" location="lib/disputil"/>		<part build="false" location="hardware/devg"/>	</requires></module>

⌨️ 快捷键说明

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