SoftwareInfo XML 範例
MBAE 淘汰警告
重要
從 Windows 10 1803 版開始,MBAE 應用程式體驗會由 MO UWP 應用程式取代。 如需 MO UWP 應用程式的詳細資訊,請參閱 UWP 行動寬頻應用程式。
下列 XML 檔會使用 ServiceInfo XML 架構 來指定 Contoso Wireless 服務的屬性:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<SoftwareInfo xmlns="http://schemas.microsoft.com/windows/2010/08/DeviceMetadata/SoftwareInfo">
<DeviceCompanionApplications>
<Package>
<Identity Name="64022CONTOSO.ContosoDeviceApp" Publisher="CN=05558413-FFF6-4AA5-8176-AD43036533FA" />
<Applications>
<Application Id="DeviceAppForPrinters">
<DeviceNotificationHandlers>
<DeviceNotificationHandler EventID="NotificationHandler" EventAsset="Fabrikam.OperatorApp. NotificationHandler" />
</DeviceNotificationHandlers>
</Application>
</Applications>
</Package>
</DeviceCompanionApplications>
<PrivilegedApplications>
<Package>
<Identity Name="64022CONTOSO.ContosoDeviceApp" Publisher="CN=05558413-FFF6-4AA5-8176-AD43036533FA" AccessCustomDriver="false" />
</Package>
</PrivilegedApplications>
</SoftwareInfo>