kIOPropertyVendorNameKey
Declaration
#define kIOPropertyVendorNameKeyDiscussion
This key is used to define the Vendor Name for a particular device and it has an associated string.
Requirement: Mandatory
Example:
<dict>
<key>Device Characteristics</key>
<dict>
<key>Vendor Name</key>
<string>Apple</string>
<key>Product Name</key>
<string>iPod</string>
<key>Product Revision Level</key>
<string>1.0</string>
</dict>
</dict>