GUIDClassification is used with the setting: GUID to specify a specific sensor category or type.

Lists of sensor categories and types are available at the MSDN site: Sensor Categories, Types, and Data Fields.

Values

Category

Specifies that the GUID provided in the setting: GUID specifies a category of sensors.

Type

Specifies that the GUID provided in the setting: GUID specifies a type of sensors.

Valid Configuration Passes

oobeSystem

Parent Hierarchy

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-MobilePC-Sensors-API.

XML Example

The following example XML output shows how to specify that all motion sensors are enabled, except for speedometers. In this example:

  • The GUID: {CD09DAF1-3B2E-4C3D-B598-B5E5FF93FD46} and the GUID classification: Category map to the sensor category: motion sensors.

  • The GUID: {6BD73C1F-0BB4-4310-81B2-DFC18A52BF94} and the GUID classification: Type maps to the sensor type: speedometers.

  Copy Code
<SensorPermissions>
  <Sensor wcm:action="add">
	<Order>1</Order>
	<GUID>{CD09DAF1-3B2E-4C3D-B598-B5E5FF93FD46}</GUID>
	<GUIDClassification>Category</GUIDClassification>
	<Enable>true</Enable>
  </Sensor>
  <Sensor wcm:action="add">
	<Order>2</Order>
	<GUID>{6BD73C1F-0BB4-4310-81B2-DFC18A52BF94}</GUID>
	<GUIDClassification>Type</GUIDClassification>
	<Enable>false</Enable>
  </Sensor>
</SensorPermissions>

See Also

Concepts

GUID
Sensor