0% found this document useful (0 votes)
63 views4 pages

F 0276624

The document contains the manifest for a Universal Windows Platform (UWP) app package. It defines extensions, capabilities, and metadata for the Feedback Hub app, including background tasks, app services, protocols, and file type associations for logging and sharing feedback.

Uploaded by

Flávio Santos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views4 pages

F 0276624

The document contains the manifest for a Universal Windows Platform (UWP) app package. It defines extensions, capabilities, and metadata for the Feedback Hub app, including background tasks, app services, protocols, and file type associations for logging and sharing feedback.

Uploaded by

Flávio Santos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

ackgroundTasks"

EntryPoint="PilotsHubApp.BackgroundWorker.AppEnumerationBackgroundTask">
<BackgroundTasks>
<Task Type="timer"/>
</BackgroundTasks>
</Extension>
<uap:Extension Category="windows.appService"
EntryPoint="PilotsHubApp.BackgroundWorker.SiufDispatchAppService">
<uap:AppService Name="com.microsoft.feedbackhub.siufservice"/>
</uap:Extension>
<uap:Extension Category="windows.appService"
EntryPoint="PilotsHubApp.BackgroundWorker.SupplementalDiagnosticsWorker">
<uap:AppService Name="com.microsoft.feedbackhub.diagnostics"/>
</uap:Extension>
<uap:Extension Category="windows.appService">
<uap:AppService Name="com.microsoft.feedbackhub.uifsvc"/>
</uap:Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="windows-feedback">
<uap:Logo>Assets\InsiderHubAppList.png</uap:Logo>
<uap:DisplayName>Feedback Hub</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="insiderhub">
<uap:Logo>Assets\InsiderHubAppList.png</uap:Logo>
<uap:DisplayName>Feedback Hub</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="feedback-hub">
<uap:Logo>Assets\InsiderHubAppList.png</uap:Logo>
<uap:DisplayName>Feedback Hub</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<Extension Category="windows.backgroundTasks"
EntryPoint="PilotsHubApp.BackgroundWorker.SiufInteractiveToastBackgroundTask">
<BackgroundTasks>
<Task Type="systemEvent"/>
</BackgroundTasks>
</Extension>
<Extension Category="windows.backgroundTasks"
EntryPoint="PilotsHubApp.BackgroundWorker.DiagtrackClientBackgroundTask">
<BackgroundTasks>
<Task Type="general"/>
</BackgroundTasks>
</Extension>
<uap:Extension Category="windows.shareTarget">
<uap:ShareTarget>
<uap:SupportedFileTypes>
<uap:FileType>.jpeg</uap:FileType>
<uap:FileType>.jpg</uap:FileType>
<uap:FileType>.png</uap:FileType>
</uap:SupportedFileTypes>
<uap:DataFormat>Bitmap</uap:DataFormat>
</uap:ShareTarget>
</uap:Extension>
<uap:Extension Category="windows.fileTypeAssociation">
<uap:FileTypeAssociation Name="fh">
<uap:Logo>images\icon.png</uap:Logo>
<uap:SupportedFileTypes>
<uap:FileType>.fh</uap:FileType>
</uap:SupportedFileTypes>
</uap:FileTypeAssociation>
</uap:Extension>
<Extension Category="windows.updateTask"
EntryPoint="PilotsHubApp.BackgroundWorker.AppUpdateTask"/>
</Extensions>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient"/>
<uap:Capability Name="enterpriseAuthentication"/>
<uap:Capability Name="picturesLibrary"/>
<uap:Capability Name="documentsLibrary"/>
<uap6:Capability Name="graphicsCapture"/>
<wincap:Capability Name="feedbackLogCollection"/>
<rescap:Capability Name="backgroundMediaRecording"/>
<rescap:Capability Name="packageQuery"/>
<rescap:Capability Name="screenDuplication"/>
<DeviceCapability Name="microphone"/>
<DeviceCapability Name="webcam"/>
</Capabilities>
<Extensions>
<Extension Category="windows.activatableClass.inProcessServer">
<InProcessServer>
<Path>Helper.dll</Path>
<ActivatableClass ActivatableClassId="Helper.UtcApiVersion"
ThreadingModel="both"/>
<ActivatableClass
ActivatableClassId="Helper.Velocity.SeverityFeedbackFeature"
ThreadingModel="both"/>
<ActivatableClass ActivatableClassId="Helper.Velocity.SIUFTypeFeature"
ThreadingModel="both"/>
<ActivatableClass ActivatableClassId="Helper.ShellUifBroker"
ThreadingModel="both"/>
<ActivatableClass ActivatableClassId="Helper.HoloLensLogger"
ThreadingModel="both"/>
<ActivatableClass ActivatableClassId="Helper.FeedbackContext"
ThreadingModel="both"/>
<ActivatableClass ActivatableClassId="Helper.DeviceLog"
ThreadingModel="both"/>
<ActivatableClass ActivatableClassId="Helper.MixedRealityCapture"
ThreadingModel="both"/>
<ActivatableClass ActivatableClassId="Helper.NativeWrapper"
ThreadingModel="both"/>
<ActivatableClass ActivatableClassId="Helper.DiagtrackEscalationResult"
ThreadingModel="both"/>
<ActivatableClass ActivatableClassId="Helper.NativeMemoryLogger"
ThreadingModel="both"/>
</InProcessServer>
</Extension>
<Extension Category="windows.activatableClass.inProcessServer">
<InProcessServer>
<Path>PilotshubApp.dll</Path>
<ActivatableClass
ActivatableClassId="PilotsHubApp.BackgroundWorker.SiufToastExpirationBackgroundTask
" ThreadingModel="both"/>
<ActivatableClass
ActivatableClassId="PilotsHubApp.BackgroundWorker.NotificationAggregatorBackgroundT
ask" ThreadingModel="both"/>
<ActivatableClass
ActivatableClassId="PilotsHubApp.BackgroundWorker.AppEnumerationBackgroundTask"
ThreadingModel="both"/>
<ActivatableClass
ActivatableClassId="PilotsHubApp.BackgroundWorker.AppUpdateTask"
ThreadingModel="both"/>
<ActivatableClass
ActivatableClassId="PilotsHubApp.BackgroundWorker.DiagtrackClientBackgroundTask"
ThreadingModel="both"/>
<ActivatableClass
ActivatableClassId="PilotsHubApp.BackgroundWorker.SiufInteractiveToastBackgroundTas
k" ThreadingModel="both"/>
<ActivatableClass
ActivatableClassId="PilotsHubApp.BackgroundWorker.SupplementalDiagnosticsWorker"
ThreadingModel="both"/>
<ActivatableClass
ActivatableClassId="PilotsHubApp.BackgroundWorker.DiagtrackClientBackgroundTimerTas
k" ThreadingModel="both"/>
<ActivatableClass
ActivatableClassId="PilotsHubApp.BackgroundWorker.BackgroundTaskServices"
ThreadingModel="both"/>
<ActivatableClass
ActivatableClassId="PilotsHubApp.BackgroundWorker.SiufDispatchAppService"
ThreadingModel="both"/>
</InProcessServer>
</Extension>
<Extension Category="windows.activatableClass.inProcessServer">
<InProcessServer>
<Path>RuntimeConfiguration.dll</Path>
<ActivatableClass
ActivatableClassId="RuntimeConfiguration.PreviewProgramLauncher"
ThreadingModel="both"/>
<ActivatableClass ActivatableClassId="RuntimeConfiguration.PreviewProgram"
ThreadingModel="both"/>
<ActivatableClass
ActivatableClassId="RuntimeConfiguration.AdvancedPreviewProgramFactory"
ThreadingModel="both"/>
</InProcessServer>
</Extension>
</Extensions>
<build:Metadata>
<build:Item Name="TargetFrameworkMoniker" Value=".NETCore,Version=v5.0"/>
<build:Item Name="VisualStudio" Version="16.0"/>
<build:Item Name="OperatingSystem" Version="10.0.14393.0 (rs1_release.160715-
1616)"/>
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="16.0.29311.281"/>
<build:Item Name="ProjectGUID" Value="{C02F59DD-3333-41CC-A5A6-A3D1C4E9F810}"/>
<build:Item Name="ilc.exe" Version="2.2.27420.00 built by: PROJECTNREL"/>
<build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll"
Version="10.0.18362.1"/>
<build:Item Name="OptimizingToolset" Value="ilc.exe"/>
<build:Item Name="UseDotNetNativeSharedAssemblyFrameworkPackage" Value="True"/>
<build:Item Name="DisableStackTraceMetadata" Value="false"/>
<build:Item Name="DisableExceptionMessages" Value="false"/>
<build:Item Name="ShortcutGenericAnalysis" Value="false"/>
<build:Item Name="GeneratePGD" Value="false"/>
<build:Item Name="ConsumePGD" Value="false"/>
<build:Item Name="SingleThreadNUTC" Value="false"/>
<build:Item Name="Use64BitCompiler" Value="false"/>
<build:Item Name="OptimizeForSize" Value="false"/>
<build:Item Name="AlignMethodsAtMinimalBoundaries" Value="false"/>
<build:Item Name="LargeAddressAware" Value="false"/>
<build:Item Name="MakePri.exe" Version="10.0.18362.1 (WinBuild.160101.0800)"/>
</build:Metadata>
</Package>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy