<id>
(Required) An identifier (50 characters or less) that maps to your package name
Parent elements:
<qnx>, <configuration>
Child elements:
None.
Description:
The <id> element specifies an identifier (50 characters or less) that maps to your package name. We recommend that you use a reverse DNS-style naming convention for the value. For example, com.example.HelloWorldDisplay. The value is the package name in the BAR file.
Content:
A PCDATA value representing the name of your application.
Attributes:
None.
Example:
<id>com.example.HelloWorldDisplay</id>