module.tmpl
来自「QNX ADS BSP code for i.MX27 chips」· TMPL 代码 · 共 44 行
TMPL
44 行
<?xml version="1.0"?><module name="devn-crys8900"> <type>Element</type> <classification>Driver</classification> <description> <short>Driver for Crystal 89xx Ethernet controllers</short> <abstract> <![CDATA[The devn-smc9000.so driver controls Crystal 89xx compatible Ethernet adapters.]]> </abstract> </description> <supports> <availability> <cpu isa="arm"> <byteOrder>le</byteOrder> </cpu> <cpu isa="x86"/> </availability> </supports> <source available="false"> <location type="">.</location> </source> <GroupOwner>os</GroupOwner> <contents> <component id="crys8900" generated="true"> <location basedir="{cpu}/dll{.:endian}" runtime="true">devn-crys8900.so</location> <location basedir="arm/s3c2400.dll.le" runtime="true">devn-crys8900-s3c2400.so</location> <location basedir="arm/mx31ads.dll.le" runtime="true">devn-crys8900-mx31ads.so</location> </component> </contents> <requires> <part build="true" location="lib/drvr"/> <part build="false" location="hardware/devn"/> </requires></module>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?