<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
<Feature  Id="4750C984-7721-4feb-BE61-C660C6190D43"
          Title="$Resources:EnhancedSearch_Feature_Title;"
          Description="$Resources:EnhancedSearch_Feature_Description;"
          DefaultResourceFile="Microsoft.Office.Server.Search"
          Version="14.0.0.0"
          Scope="WebApplication"
          xmlns="http://schemas.microsoft.com/sharepoint/">

    <ElementManifests>
        <ElementManifest Location="searcharea.xml"/>
        <ElementManifest Location="searchadminlinks.xml"/>
        <ElementManifest Location="mobilesearch.xml"/>
    </ElementManifests>

    <UpgradeActions>
        <VersionRange EndVersion="14.0.0.0">
          <ApplyElementManifests>
            <ElementManifest Location="mobilesearch.xml" />
          </ApplyElementManifests>
        </VersionRange>
    </UpgradeActions>
</Feature>
