uap5:DriverDependency
Contains the driver constraint information for a UWP app. If DriverDependency
is used, the specified driver must be present for the app to load.
<uap5:DriverDependency>
<uap5:DriverDependency>
<!-- Child elements -->
uap5:DriverConstraint{1,1000}
</uap5:DriverDependency>
{}
specific range of occurrences
None
Child element | Description |
---|---|
DriverConstraint | Specifies the details of a driver paired with a UWP app. |
Parent element | Description |
---|---|
Dependencies | Declares other packages that a package depends on to complete its software. |
If you are pairing a driver with a UWP app, all of the listed DriverDependency
elements must be met for the app to load. For a DriverDependency
to be met, at least one of its DriverConstraint
elements must be met.
See Pairing a driver with a Universal Windows Platform (UWP) app for more information.
See uap5:DriverConstraint for an example.
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10/5 |
Minimum OS Version | Windows 10 version 1709 (Build 16299) |