- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / app / chrome.exe.manifest
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3
4   <!--The compatibility section will be merged from build/win/compatibility.manifest -->
5
6   <dependency>
7     <dependentAssembly>
8       <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"></assemblyIdentity>
9     </dependentAssembly>
10   </dependency>
11
12   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
13     <security>
14       <requestedPrivileges>
15         <requestedExecutionLevel level="asInvoker" />
16       </requestedPrivileges>
17     </security>
18   </trustInfo>
19
20 </assembly>