Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-37932

WinRT: capability description needs to match device capabilities as well

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 5.3.0 RC1
    • 5.3.0 Beta1
    • Build tools: qmake
    • Windows, WinRT
    • WinRT
    • 7f0d75805c9ad30cd4730445cd37258169a2dab0

      WinRT has to different types of capabilities, on generic one and one for device specific items. Currently we only handle generic items. However, current Windows Phone only uses the generic one also for device specific capabilities like location.

      Hence we only need to create those in the winrt case. Following a full list of capabilities for WinRT on 8.1:

      <Capabilities>
      <Capability Name="internetClient" />
      <Capability Name="enterpriseAuthentication" />
      <Capability Name="internetClientServer" />
      <Capability Name="musicLibrary" />
      <Capability Name="picturesLibrary" />
      <Capability Name="privateNetworkClientServer" />
      <Capability Name="removableStorage" />
      <Capability Name="sharedUserCertificates" />
      <Capability Name="videosLibrary" />
      <DeviceCapability Name="location" />
      <DeviceCapability Name="microphone" />
      <DeviceCapability Name="proximity" />
      <DeviceCapability Name="webcam" />
      </Capabilities>

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            mkalinow Maurice Kalinowski
            mkalinow Maurice Kalinowski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes