OSDN Git Service

original
[gb-231r1-is01/GB_2.3_IS01.git] / sdk / sdklauncher / sdklauncher.exe.manifest
diff --git a/sdk/sdklauncher/sdklauncher.exe.manifest b/sdk/sdklauncher/sdklauncher.exe.manifest
new file mode 100644 (file)
index 0000000..dc286ae
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
+\r
+<!--\r
+  For details on the Assembly Manifest, please look here:\r
+  http://msdn.microsoft.com/en-us/library/aa374191(VS.85).aspx\r
+-->\r
+\r
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> \r
+\r
+    <application>\r
+        <!--The ID below indicates application support for Windows Vista -->\r
+        <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />\r
+        <!--The ID below indicates application support for Windows 7 -->\r
+        <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />\r
+    </application>\r
+  \r
+    <assemblyIdentity version="1.0.0.0"\r
+        processorArchitecture="x86"\r
+        name="Android.SDK.Launcher"\r
+        type="win32"\r
+        /> \r
+\r
+    <description>Launches the Android SDK Manager to download Android SDK packages.</description> \r
+\r
+    <!-- Identify the application security requirements. -->\r
+    <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">\r
+        <security>\r
+            <requestedPrivileges>\r
+                <requestedExecutionLevel level="asInvoker" uiAccess="false" />\r
+            </requestedPrivileges>\r
+        </security>\r
+    </trustInfo>\r
+</assembly>\r