PROCESSOR element
Specifies the type of processor the software will run on.
Usage
<PROCESSOR VALUE = "sProcessor"/>
Attributes
| Attribute | Type | Required | Description |
|---|---|---|---|
|
VALUE |
sProcessor |
Yes |
String value representing the name of the processor that the software will run on. |
Child elements
There are no child elements.
Parent elements
| Element |
|---|
Remarks
There may be zero or more instances of this element specifying the particular processor architectures that an implementation runs on. If no PROCESSOR is specified, the particular IMPLEMENTATION runs on all processors.
Examples
This example shows how to specify which type of processor the software will run on.
<PROCESSOR VALUE="x86"/>
Element information
|
Minimum supported system | Windows XP |
|---|---|
| Can be empty | Yes |
Show: