Support datachannel-tests and datachannel-benchmark in UWP.
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 488 B |
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 167 B |
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 909 B After Width: | Height: | Size: 909 B |
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
42
test/uwp-benchmark/package.appxManifest
Normal file
@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Package
|
||||
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
|
||||
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
|
||||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
||||
xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
|
||||
xmlns:iot2="http://schemas.microsoft.com/appx/manifest/iot/windows10/2"
|
||||
IgnorableNamespaces="uap mp">
|
||||
|
||||
<Identity Name="EF284012-D73C-360F-A800-2D2910675E38" Publisher="CN=CMake" Version="1.0.0.0" />
|
||||
<mp:PhoneIdentity PhoneProductId="EF284012-D73C-360F-A800-2D2910675E38" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
||||
<Properties>
|
||||
<DisplayName>datachannel-benchmark</DisplayName>
|
||||
<PublisherDisplayName>CMake</PublisherDisplayName>
|
||||
<Logo>StoreLogo.png</Logo>
|
||||
</Properties>
|
||||
<Dependencies>
|
||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
|
||||
</Dependencies>
|
||||
<Resources>
|
||||
<Resource Language="x-generate" />
|
||||
</Resources>
|
||||
<Applications>
|
||||
<Application
|
||||
Id="App"
|
||||
Executable="datachannel-benchmark.exe"
|
||||
EntryPoint="datachannel-benchmark.App"
|
||||
desktop4:Subsystem="console"
|
||||
desktop4:SupportsMultipleInstances="true"
|
||||
iot2:Subsystem="console"
|
||||
iot2:SupportsMultipleInstances="true">
|
||||
<uap:VisualElements
|
||||
DisplayName="datachannel-benchmark"
|
||||
Description="datachannel-benchmark"
|
||||
BackgroundColor="#336699"
|
||||
Square150x150Logo="Logo.png"
|
||||
Square44x44Logo="SmallLogo44x44.png">
|
||||
<uap:SplashScreen Image="SplashScreen.png" />
|
||||
</uap:VisualElements>
|
||||
</Application>
|
||||
</Applications>
|
||||
</Package>
|
BIN
test/uwp-tests/Logo.png
Normal file
After Width: | Height: | Size: 488 B |
BIN
test/uwp-tests/SmallLogo.png
Normal file
After Width: | Height: | Size: 167 B |
BIN
test/uwp-tests/SmallLogo44x44.png
Normal file
After Width: | Height: | Size: 265 B |
BIN
test/uwp-tests/SplashScreen.png
Normal file
After Width: | Height: | Size: 909 B |
BIN
test/uwp-tests/StoreLogo.png
Normal file
After Width: | Height: | Size: 227 B |