Updating libcec to 6d68d21243aa92862592435e8396b4280ea46c3f.
1.1 --- a/Clients/Test/SharpDisplayClientTest.csproj Wed Jun 08 17:22:19 2016 +0200
1.2 +++ b/Clients/Test/SharpDisplayClientTest.csproj Thu Jul 14 19:25:52 2016 +0200
1.3 @@ -75,7 +75,7 @@
1.4 <SignManifests>true</SignManifests>
1.5 </PropertyGroup>
1.6 <PropertyGroup>
1.7 - <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
1.8 + <ManifestCertificateThumbprint>5BAED0690B4D99A5D9E89E562A8B9A2BE342929E</ManifestCertificateThumbprint>
1.9 </PropertyGroup>
1.10 <PropertyGroup>
1.11 <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
1.12 @@ -132,6 +132,7 @@
1.13 <DependentUpon>Settings.settings</DependentUpon>
1.14 <DesignTimeSharedInput>True</DesignTimeSharedInput>
1.15 </Compile>
1.16 + <None Include="SharpDisplayManager_TemporaryKey.pfx" />
1.17 </ItemGroup>
1.18 <ItemGroup>
1.19 <None Include="App.config" />
2.1 --- a/Server/CecClient.cs Wed Jun 08 17:22:19 2016 +0200
2.2 +++ b/Server/CecClient.cs Thu Jul 14 19:25:52 2016 +0200
2.3 @@ -60,6 +60,23 @@
2.4 Console.WriteLine("CEC Parser created - libCEC version " + Config.ServerVersion);
2.5 }
2.6
2.7 +
2.8 +
2.9 + public virtual int ReceiveAlert(CecAlert alert, CecParameter data)
2.10 + {
2.11 + return 1;
2.12 + }
2.13 +
2.14 + public virtual int ReceiveMenuStateChange(CecMenuState newVal)
2.15 + {
2.16 + return 1;
2.17 + }
2.18 +
2.19 + public virtual void SourceActivated(CecLogicalAddress logicalAddress, bool activated)
2.20 + {
2.21 + return;
2.22 + }
2.23 +
2.24 public override int ReceiveCommand(CecCommand command)
2.25 {
2.26 return 1;
3.1 Binary file Server/LibCecSharp.dll has changed
4.1 --- a/Server/SharpDisplayManager.csproj Wed Jun 08 17:22:19 2016 +0200
4.2 +++ b/Server/SharpDisplayManager.csproj Thu Jul 14 19:25:52 2016 +0200
4.3 @@ -294,7 +294,7 @@
4.4 <Content Include="..\bin\x86\Release\MiniDisplay.dll">
4.5 <Link>MiniDisplay.dll</Link>
4.6 </Content>
4.7 - <Content Include="libcec.dll">
4.8 + <Content Include="cec.dll">
4.9 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4.10 </Content>
4.11 <EmbeddedResource Include="Resources\record.ico" />
5.1 Binary file Server/cec.dll has changed
6.1 Binary file Server/libcec.dll has changed