| 2877 |
dpurdie |
1 |
;This is an example .ini file that allows the setup author the ability
|
|
|
2 |
;to add processor support to the WindowsCE feature. Below is
|
|
|
3 |
;an example of adding another processor to the wizard. This is not a
|
|
|
4 |
;real processor, just an example of what to add to the ini file if indeed
|
|
|
5 |
;this were a processor you would like to add to the wizard.
|
|
|
6 |
|
|
|
7 |
;Must have a section named "Processors" without the quotes as shown below.
|
|
|
8 |
;There should be Processor* keys specifying the processors you are adding.
|
|
|
9 |
;The keys should be of the format Processor1 to ProcessorN. The value
|
|
|
10 |
;would be the Processor ID. Usually the processorid is specified in winnt.h file.
|
|
|
11 |
|
|
|
12 |
;[Processors]
|
|
|
13 |
;Processor1=16000
|
|
|
14 |
|
|
|
15 |
|
|
|
16 |
;There would then be a section for each processor specified the Processor section.
|
|
|
17 |
;The section would be the Processor ID. In this section there needs to two keys-
|
|
|
18 |
;Name and ProcessorID. The name will be displayed in the CE Object's UI. The ProcessorID
|
|
|
19 |
;will be used at build time to create the .inf file and the .cab file.
|
|
|
20 |
;[16000]
|
|
|
21 |
;Name=StrongARM1
|
|
|
22 |
;ProcessorID=16000
|