aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/VSIX
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-07 20:39:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-07 20:39:25 +0000
commit841bb33e362cfbeee8fb3d267072a3e64f5fbd87 (patch)
tree06a85af26abb264efaf63ac411c27a7aa8481c86 /LUFA/StudioIntegration/VSIX
parent48e87c8e8f4395a107bd63c3be8c57a636c25cf1 (diff)
downloadlufa-841bb33e362cfbeee8fb3d267072a3e64f5fbd87.tar.gz
lufa-841bb33e362cfbeee8fb3d267072a3e64f5fbd87.tar.bz2
lufa-841bb33e362cfbeee8fb3d267072a3e64f5fbd87.zip
Add ASF provider manifest file and adjust VSIX packing to compress the library contents.
Diffstat (limited to 'LUFA/StudioIntegration/VSIX')
-rw-r--r--LUFA/StudioIntegration/VSIX/[Content_Types].xml17
-rw-r--r--LUFA/StudioIntegration/VSIX/asf-manifest.xml18
-rw-r--r--LUFA/StudioIntegration/VSIX/extension.vsixmanifest13
3 files changed, 28 insertions, 20 deletions
diff --git a/LUFA/StudioIntegration/VSIX/[Content_Types].xml b/LUFA/StudioIntegration/VSIX/[Content_Types].xml
index bb630d84e..8a20e77f3 100644
--- a/LUFA/StudioIntegration/VSIX/[Content_Types].xml
+++ b/LUFA/StudioIntegration/VSIX/[Content_Types].xml
@@ -1,22 +1,7 @@
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
<Default Extension="vsixmanifest" ContentType="text/xml"/>
-
- <Default Extension="jpg" ContentType="image/jpg"/>
<Default Extension="png" ContentType="application/octet-stream"/>
- <Default Extension="bmp" ContentType="application/octet-stream"/>
-
- <Default Extension="c" ContentType="application/octet-stream"/>
- <Default Extension="h" ContentType="application/octet-stream"/>
- <Default Extension="S" ContentType="application/octet-stream"/>
-
<Default Extension="txt" ContentType="text/plain"/>
-
- <Default Extension="conf" ContentType="application/octet-stream"/>
- <Default Extension="inf" ContentType="application/octet-stream"/>
-
<Default Extension="xml" ContentType="text/xml"/>
-
- <Default Extension="css" ContentType="application/octet-stream"/>
- <Default Extension="html" ContentType="text/html"/>
- <Default Extension="js" ContentType="application/octet-stream"/>
+ <Default Extension="zip" ContentType="application/octet-stream"/>
</Types>
diff --git a/LUFA/StudioIntegration/VSIX/asf-manifest.xml b/LUFA/StudioIntegration/VSIX/asf-manifest.xml
new file mode 100644
index 000000000..511e743f6
--- /dev/null
+++ b/LUFA/StudioIntegration/VSIX/asf-manifest.xml
@@ -0,0 +1,18 @@
+<AsfContentProvider Version="1.0.0">
+ <Identifier Id="0e160d5c-e331-48d9-850b-e0387912171b">
+ <Org>FourWalledCubicle</Org>
+ <ShortName>LUFA</ShortName>
+ <Author>Dean Camera</Author>
+ <Description></Description>
+ <FollowFolderStructure>True</FollowFolderStructure>
+ </Identifier>
+ <AsfContent Type="zip" Path="contents.zip">
+ <Content>
+ <Version></Version>
+ <HelpURL/>
+ <Locator/>
+ <DbXMLPath>content.xml.cache</DbXMLPath>
+ <Description/>
+ </Content>
+ </AsfContent>
+</AsfContentProvider>
diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest
index 8dd6de091..6be9f6a66 100644
--- a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest
+++ b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest
@@ -8,9 +8,9 @@
<MoreInfoUrl>http://www.lufa-lib.org</MoreInfoUrl>
<Description xml:space="preserve">LUFA USB Framework</Description>
- <License>LUFA\License.txt</License>
- <Icon>LUFA\DoxygenPages\Images\LUFA_thumb.png</Icon>
- <PreviewImage>LUFA\DoxygenPages\Images\LUFA.png</PreviewImage>
+ <License>License.txt</License>
+ <Icon>PreviewThumb.png</Icon>
+ <PreviewImage>Preview.png</PreviewImage>
<SupportedProducts>
<IsolatedShell Version="6.1">AtmelStudio</IsolatedShell>
@@ -18,8 +18,13 @@
<SupportedFrameworkRuntimeEdition MinVersion="4.0" />
<Locale>1033</Locale>
+
+ <AllUsers>true</AllUsers>
</Identifier>
<References/>
- <Content/>
+
+ <Content>
+ <CustomExtension Type="asf-manifest">asf-manifest.xml</CustomExtension>
+ </Content>
</Vsix>