Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/AppManifest.xml.expect

Issue 29368690: [buildtools] Issue 4578 - Make uap3:AppExtension.Id configurable for Microsoft Edge builds (Closed)
Patch Set: Removed extension_id_devbuild option from test metadata Created Jan. 10, 2017, 8:08 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « templates/edge/AppxManifest.xml.tmpl ('k') | tests/metadata.edge » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/AppManifest.xml.expect
diff --git a/tests/AppManifest.xml.expect b/tests/AppManifest.xml.expect
deleted file mode 100644
index ee8757523c57951d66befc370d9082082cc03c76..0000000000000000000000000000000000000000
--- a/tests/AppManifest.xml.expect
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<Package
- xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
- xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
- xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
- IgnorableNamespaces="uap3">
-
- <Identity
- Name="EyeoGmbH.AdblockPlus"
- Publisher="CN=4F066043-8AFE-41C9-B762-6C15E77E3F88"
- Version="1.2.3.0" />
-
- <Properties>
- <DisplayName>Adblock Plus</DisplayName>
- <PublisherDisplayName>Eyeo GmbH</PublisherDisplayName>
- <Logo>Assets\logo_50.png</Logo>
- </Properties>
-
- <Dependencies>
- <TargetDeviceFamily
- Name="Windows.Desktop"
- MinVersion="10.0.14332.0"
- MaxVersionTested="12.0.0.0" />
- </Dependencies>
-
- <Resources>
- <Resource Language="en-us"/>
- </Resources>
-
- <Applications>
- <Application Id="App">
- <uap:VisualElements
- AppListEntry="none"
- DisplayName="Adblock Plus"
- Square150x150Logo="Assets\logo_150.png"
- Square44x44Logo="Assets\logo_44.png"
- Description="Adblock Plus is the most popular ad blocker ever, and also supports websites by not blocking unobstrusive ads by default (configurable)."
- BackgroundColor="red">
- </uap:VisualElements>
- <Extensions>
- <uap3:Extension Category="windows.appExtension">
- <uap3:AppExtension Name="com.microsoft.edge.extension"
- Id="EdgeExtension"
- PublicFolder="Extension"
- DisplayName="Adblock Plus">
- <uap3:Properties>
- <Capabilities>
- <Capability Name="websiteContent"/>
- <Capability Name="browserStorage"/>
- <Capability Name="websiteInfo"/>
- <Capability Name="browserWebRequest"/>
- </Capabilities>
- </uap3:Properties>
- </uap3:AppExtension>
- </uap3:Extension>
- </Extensions>
- </Application>
- </Applications>
-
-</Package>
« no previous file with comments | « templates/edge/AppxManifest.xml.tmpl ('k') | tests/metadata.edge » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld