Resolution
If an application template has some dependencies, you may add all of them to the 'Requires' tag inconf.xml
file for the template. The 'Requires' tag contains information about operating systems the given application is compatible with. The 'Template' tag under the 'Requires' section contains information about OS templates the Application is compatible with. The 'Template' tag has the following attributes:Name | Type | Usage | Description |
Package | string | required | The OS template basedir. |
VersionID | integer | optional | The OS template version. |
Oper | string | optional | Compare operation, possible values: lt, gt, le, ge, eq, ne, in. |
You also may find more information about 'Requires' tag in 'HSPcomplete Template Creation Guide'.