Element
Attributes
Description
Typically, use the library element as the target of a
<requires>
element, so that when a particular BlackBerry
device application loads onto the BlackBerry device, a required
library also loads onto the BlackBerry device.
BlackBerry Desktop Software version 3.6 or later supports this
element.
loader
version
The
loader
element contains one or more
application
element.
The
version
attribute specifies the version of the application
loader tool of the BlackBerry Desktop Manager.
name
—
The
name
element provides a descriptive name for the
BlackBerry device application, which appears in the application
loader tool of the BlackBerry Desktop Manager.
required
—
The
required
element lets you force an application to load.
The application loader tool of the BlackBerry Desktop Manager
selects the BlackBerry device application for installation, and the
BlackBerry device user cannot change this selection. Add the
following line:
<required>true</required>
.
Only corporate system administrators should use the
required
tag. This tag should not be used by third-party
software vendors.
BlackBerry Desktop Software version 3.5 or later supports this
element.
requires
id
The
requires
element is an optional element that specifies
the
id
of a package on which this BlackBerry device application
depends. This element can appear more than once, if the
BlackBerry device application depends on more than one
BlackBerry device application . When a BlackBerry device
application loads onto the BlackBerry device, all packages that
the
<requires>
tag specifies also load onto the BlackBerry
device.
Development Guide
Distributing BlackBerry device applications with the BlackBerry Desktop Software
97