<?xml version="1.0" encoding="UTF-8"?>

  <!-- THIS IS A TEMPLATE FILE WITH SAMPLE VALUES FILLED IN. PLEASE REVIEW AND UPDATE FOR YOUR INSTALLER -->
  <!-- Its Schema is available here public/Common/xplat/schema/CSUManifest.xsd -->
  <Manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CSUManifest.xsd" CSUVersion="1.0">    <UpdateID>6.3.050</UpdateID>

    <OwningChannel><!-- Channel ID which owns this update -->PhotoshopCameraRaw64bit-6.0</OwningChannel>
<!-- One for each locale to be displayed in CS Updater-->
  <DisplayName default="en_US">
                    <en_US>Photoshop Camera Raw x64 Updates</en_US>
                </DisplayName>
  <!-- One for each locale to be displayed in CS Updater-->
  <Description default="en_US">
                    <en_US>Photoshop Camera Raw x64 Updates</en_US>
                </Description>
  <AffectedChannels>
    <!--Channel IDs which could get affected by this update.-->
    <ChannelID>PhotoshopCameraRaw64bit-6.0</ChannelID>
  </AffectedChannels>
  <InstallFiles>
    <File RIBSBased="1">
      <Name>
        <!-- e.g. photoshop12_en_US-12.0.1-intel-AdobeUpdate-win.zip -->
      </Name>
      <Type>
        <!-- 0 = single file, 1 = zip, and 2 = dmg -->
      </Type>
      <ExecutableName>
        <!--Relative path to AdobePatchInstaller.app/AdobePatchInstaller.exe -->
      </ExecutableName>
      <Size>
        <!-- e.g. 251391 -->
      </Size>
      <!-- CompareType is to specify platform specific requirements for this patch. This is optional tag and need be used only if required. -->
      <CompareType name="OSLanguageLookup">
        <TargetValue>
          <!-- e.g. en_US -->
        </TargetValue>
        <Operator>
          <!-- e.g. Equal -->
        </Operator>
      </CompareType>
      <CompareType name="OSPlatformLookup">
        <TargetValue>
          <!-- e.g. 6.0.8000 -->
        </TargetValue>
        <Operator>
          <!-- e.g. LessThan -->
        </Operator>
      </CompareType>
    </File>
  </InstallFiles>
  <NeedsReboot>
    <!--true/false (whether this update will require reboot or not). Default is 'false'  -->
  </NeedsReboot>
</Manifest>