Intermec 700 Series User Manual page 287

Color mobile computer
Hide thumbs Also See for 700 Series:
Table of Contents

Advertisement

[CEDevice]
UnsupportedPlatforms = pltfrm1
; The following specifies version 1.0 devices only.
VersionMin = 1.0
VersionMax = 1.0
[CEDevice.SH3]
; This will create a .CAB file specific to SH3 devices.
ProcessorType = 10003
UnsupportedPlatforms =
; The following overrides the version settings so that no version checking is
performed.
VersionMin =
VersionMax =
[CEDevice.MIPS]
; This will create a .CAB file specific to "MIPS" devices.
ProcessorType = 4000
microprocessor.
UnsupportedPlatforms =pltfrm2 ; pltfrm1, pltfrm2 unsupported for MIPs .CAB
file.
700 Series Color Mobile Computer User's Manual
Example
The following code example shows three [CEDevice] sections: one that
gives basic information for any CPU and two that are specific to the SH3
and the MIPS microprocessors.
; A "template" for all platforms
; Does not support pltfrm1
; Inherits all [CEDevice] settings
; SH3 .cab file is valid for SH3 microprocessors.
; pltfrm1 is still unsupported
; Inherits all [CEDevice] settings
; MIPS .CAB file is valid for MIPS
Note: To create the two CPU-specific .CAB files for the SETUP.INF file
in the previous example, run the CAB Wizard with the "/cpu sh3 mips"
parameter.
Chapter 7
Programming
265

Advertisement

Table of Contents
loading

Table of Contents