Rev 2877 | Blame | Compare with Previous | Last modification | View Log | RSS feed
;This is an example .ini file that allows the setup author the ability;to add processor support to the WindowsCE feature. Below is;an example of adding another processor to the wizard. This is not a;real processor, just an example of what to add to the ini file if indeed;this were a processor you would like to add to the wizard.;Must have a section named "Processors" without the quotes as shown below.;There should be Processor* keys specifying the processors you are adding.;The keys should be of the format Processor1 to ProcessorN. The value;would be the Processor ID. Usually the processorid is specified in winnt.h file.;[Processors];Processor1=16000;There would then be a section for each processor specified the Processor section.;The section would be the Processor ID. In this section there needs to two keys-;Name and ProcessorID. The name will be displayed in the CE Object's UI. The ProcessorID;will be used at build time to create the .inf file and the .cab file.;[16000];Name=StrongARM1;ProcessorID=16000