ProgrammingChapter —7
226 700Series Color MobileComputer User’s Manual
[CEDevice]Describes the platformfor the targeted application. All keys in this section
are optional. If a key is nonexistent or has no data, Windows CE does not
perform any checking with the excepti on being UnsupportedPlatforms.If
the UnsupportedPlatforms key exists but no data,the previous value is not
overridden.
Required? Yes
SProcessorType :processor_type
The value that is returned by SYSTEMINFO.dwProcessorType.For
example, the value for the ARM CPU is 2577
SUnsupportedPlatforms:platform_family_name
This lists known unsupported platform family names. If the name
specified in the [CEDevice.xxx] sectionis different from that in the
[CEDevice] section, both platform_family_name values are unsupported
for the microprocessorspecified by xxx. That is, the list of unsupported
platform family names is appended to the previous list of u nsupported
names. Application Manager will not display the application for an
unsupported platform. Also, a user will be warne d during the setup
process if the .CAB file is copied to an u nsupported device.
Example
[CEDevice]
UnsupportedPlatforms = pltfrm1 ; pltfrm1 is unsupported
[CEDevice.SH3]
UnsupportedPlatforms = ; pltfrm1 is still unsupported
SVersionMin:minor_version
Numeric value returnedby OSV ERSIONINFO.dwVersionMinor. The
.CAB file is valid for the currently connected device i f the version of
this device is greater than or equal to Versio nMin.
SVersionMax:major_version
Numeric value returnedby OSV ERSIONINFO.dwVersionMajor. The
.CAB file is valid for the currently connected device i f the version of
this device is less than or equal to VersionMax.
SBuildMin:build_number
Numeric value returnedby OSV ERSIONINFO.dwBuildNumber.The
.CAB file is valid for the currently connected device i f the version of
this device is greater than or equal to Build Min.
SBuildMax:build_number
Numeric value returnedby OSV ERSIONINFO.dwBuildNumber.The
.CAB file is valid for the currently connected device i f the version of
this device is less than or equal to BuildMax.