Files
QNX/lib/compat/module.tmpl
2025-08-20 19:02:58 +08:00

41 lines
791 B
XML

<?xml version="1.0"?>
<module name="compat">
<type>Element</type>
<classification>SDK</classification>
<supports>
<availability ref="toolshosts"/>
<availability ref="ostargets"/>
</supports>
<source available="false">
<location type="">.</location>
</source>
<GroupOwner>tools</GroupOwner>
<contents>
<package isHost="true">
<component id="Archive" generated="true">
<kind type="library"/>
<location basedir="{os}/{cpu}/a{.:endian}" runtime="false">
libcompat.a
</location>
</component>
<component id="header" generated="false">
<kind type="header"/>
<source available="true">
<location basedir="public" runtime="false" subdirs="true">
.
</location>
</source>
</component>
</package>
</contents>
</module>