﻿<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:rescap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop2="http://schemas.microsoft.com/appx/manifest/desktop/windows10/2" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:wincap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities/3" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5" IgnorableNamespaces="uap4 uap5 wincap3 rescap3 desktop2 desktop4 desktop5 com" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
  <Identity Name="AdvancedMicroDevicesInc-2.AMDRadeonSoftware" ProcessorArchitecture="x64" Publisher="CN=0A0B0503-04C2-4CCF-9BC2-4F164DC80FEE" Version="10.22.40043.0" />
  <Properties>
    <DisplayName>AMD Radeon Software</DisplayName>
    <PublisherDisplayName>Advanced Micro Devices Inc.</PublisherDisplayName>
    <Logo>Assets\StoreLogo.png</Logo>
  </Properties>
  <Resources>
    <Resource Language="en-us" />
    <Resource uap:Scale="100" />
    <Resource uap:Scale="125" />
    <Resource uap:Scale="150" />
    <Resource uap:Scale="200" />
    <Resource uap:Scale="400" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17701.0" MaxVersionTested="10.0.19000.0" />
    <PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.23810.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
    <uap5:DriverDependency>
      <uap5:DriverConstraint Name="Advanced_Micro_Devices,_Inc.-UWPPair.inf" MinVersion="31.2240.0.0" />
    </uap5:DriverDependency>
  </Dependencies>
  <Capabilities>
    <rescap:Capability Name="runFullTrust" />
    <Capability Name="internetClient" />
  </Capabilities>
  <Applications>
    <Application Id="AMDRadeonsoftwareUWP" Executable="radeonsoftware\radeonsoftware.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="AMD Software" Description="AMD Software" BackgroundColor="transparent" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png">
        <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\Square310x310Logo.png" Square71x71Logo="Assets\Square71x71Logo.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo" />
            <uap:ShowOn Tile="wide310x150Logo" />
            <uap:ShowOn Tile="square310x310Logo" />
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
      </uap:VisualElements>
      <Extensions>
        <desktop:Extension Category="windows.startupTask" Executable="radeonsoftware\launcherrsxruntime.exe" EntryPoint="Windows.FullTrustApplication">
          <desktop:StartupTask TaskId="launcherrsxruntimeTask" Enabled="true" DisplayName="Radeon Software Startup Task" />
        </desktop:Extension>
        <uap3:Extension Category="windows.appExecutionAlias" Executable="radeonsoftware\launcherrsxruntime.exe" EntryPoint="Windows.FullTrustApplication">
          <uap3:AppExecutionAlias>
            <desktop:ExecutionAlias Alias="launcherrsxruntimeuwp.exe" />
          </uap3:AppExecutionAlias>
        </uap3:Extension>
        <desktop4:Extension Category="windows.fileExplorerContextMenus" EntryPoint="Windows.FullTrustApplication">
          <desktop4:FileExplorerContextMenus>
            <desktop5:ItemType Type="Directory\Background">
              <desktop5:Verb Id="Command1" Clsid="6767B3BC-8FF7-11EC-B909-0242AC120002" />
            </desktop5:ItemType>
          </desktop4:FileExplorerContextMenus>
        </desktop4:Extension>
        <com:Extension Category="windows.comServer" EntryPoint="Windows.FullTrustApplication">
          <com:ComServer>
            <com:SurrogateServer AppId="6767B3BC-8FF7-11EC-B909-0242AC120002" DisplayName="Catalyst Context Menu extension">
              <com:Class Id="6767B3BC-8FF7-11EC-B909-0242AC120002" Path="radeonsoftware\atiacm64.dll" ThreadingModel="STA" />
            </com:SurrogateServer>
          </com:ComServer>
        </com:Extension>
      </Extensions>
    </Application>
  </Applications>
  <mp:PhoneIdentity PhoneProductId="484d9bfb-b568-4c1f-8550-62c4994fd0dd" PhonePublisherId="c35d95bb-3494-49cf-958e-371c895557c6" />
</Package>