module.tmpl

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

TMPL
51
字号
<?xml version="1.0"?><module name="libstartup">	<type>Element</type>	<classification>SDK</classification>	<description>	        <short>Startup Library</short>	        <abstract>	                <![CDATA[The startup library (libstartup.a) contains generic code which is used to prepare a "QNX environment" on a system, prior to the loading of the QNX microkernel (procnto). Some of the code is completely system and platform independent, and is tightly coupled to the way that the kernel operates. Other code is hardware specific, and some of those routines are available to the kernel at runtime, in the form of "kernel callouts". In this sense, the startup library acts as an abstraction layer between the kernel and the hardware, so that the kernel can be kept free of hardware specific code.]]>	        </abstract>	</description>	<supports>		<availability ref="ostargets"/>	</supports>	<source available="false">		<location type="">.</location>	</source>	<GroupOwner>os</GroupOwner>	<contents>		<component id="Archive" generated="true">		<kind type="library"/>                        <location basedir="{cpu}/a{.:endian}" runtime="false">                                libstartup.a                        </location>                </component>		<component id="startup-headers" basedir="public">			<kind type="header"/>			<source>			<location subdirs="false" runtime="false">arm</location>			<location subdirs="false" runtime="false">mips</location>			<location subdirs="false" runtime="false">sh</location>			<location subdirs="false" runtime="false">ppc</location>			<location subdirs="false" runtime="false">x86</location>			<location subdirs="false" runtime="false">hw</location>			<location subdirs="false" runtime="false">sys</location>			<location subdirs="false" runtime="false">c6x</location>			</source>		</component>	</contents><!--	<requires>		<part build="false" location="services/system"/>	</requires>--></module>

⌨️ 快捷键说明

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