Share via


Sample DeviceInfo XML Data

Important

Device metadata is deprecated and will be removed in a future release of Windows. For information about the replacement for this functionality, see Driver Package Container Metadata.

The following data shows the contents of an XML document in the format of the DeviceInfo XML schema.

This XML document is part of the device metadata package provided with the Toaster sample driver. The XML documents for this package are located in the src\general\toaster\devicemetadatapackage subdirectory of the WDK.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<DeviceInfo xmlns="https://schemas.microsoft.com/windows/DeviceMetadata/DeviceInfo/2007/11/">
  <DeviceCategoryList>
    <DeviceCategory>Other</DeviceCategory>
  </DeviceCategoryList>
  <ModelName>Toaster</ModelName>
  <DeviceDescription1>Device Metadata Package Sample for WDK Toaster</DeviceDescription1>
  <Manufacturer>Fabrikam, Inc.</Manufacturer>
  <DeviceIconFile>Toaster.ico</DeviceIconFile>
</DeviceInfo>