Skip to content

Commit

Permalink
Merge pull request #5 from rdkcentral/development/WindowsPreparations
Browse files Browse the repository at this point in the history
[WINDOWS] Windows preparations with the new repository structures.
  • Loading branch information
pwielders authored Oct 23, 2020
2 parents a41fd8b + 4b43737 commit 27525f4
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 249 deletions.
96 changes: 48 additions & 48 deletions definitions/Definitions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,54 +20,54 @@
#include "definitions.h"

#ifdef __WINDOWS__
#include "IAVNClient.h"
#include "IAVSClient.h"
#include "IBluetooth.h"
#include "IBrowser.h"
#include "ICapture.h"
#include "ICommand.h"
#include "IComposition.h"
#include "IContentDecryption.h"
#include "ICustomerCareOperations.h"
#include "IDeviceIdentification.h"
#include "IDictionary.h"
#include "IDisplayInfo.h"
#include "IDolby.h"
#include "IDRM.h"
#include "IDsgccClient.h"
#include "IExternal.h"
#include "IExternalBase.h"
#include "IGuide.h"
#include "IInputPin.h"
#include "IInputSwitch.h"
#include "IIPNetwork.h"
#include "IKeyHandler.h"
#include "IMath.h"
#include "IMemory.h"
#include "IMessenger.h"
#include "INetflix.h"
#include "IPackager.h"
#include "IPerformance.h"
#include "IPlayerInfo.h"
#include "IPlayGiga.h"
#include "IPower.h"
#include "IProvisioning.h"
#include "IRemoteControl.h"
#include "IResourceMonitor.h"
#include "IRPCLink.h"
#include "IRtspClient.h"
#include "ISecureShellServer.h"
#include "IStream.h"
#include "ISwitchBoard.h"
#include "ISystemCommands.h"
#include "ITestController.h"
#include "ITestUtility.h"
#include "ITimeSync.h"
#include "IVoiceHandler.h"
#include "IVolumeControl.h"
#include "IWebDriver.h"
#include "IWebPA.h"
#include "IWebServer.h"
#include <interfaces/IAVNClient.h>
#include <interfaces/IAVSClient.h>
#include <interfaces/IBluetooth.h>
#include <interfaces/IBrowser.h>
#include <interfaces/ICapture.h>
#include <interfaces/ICommand.h>
#include <interfaces/IComposition.h>
#include <interfaces/IContentDecryption.h>
#include <interfaces/ICustomerCareOperations.h>
#include <interfaces/IDeviceIdentification.h>
#include <interfaces/IDictionary.h>
#include <interfaces/IDisplayInfo.h>
#include <interfaces/IDolby.h>
#include <interfaces/IDRM.h>
#include <interfaces/IDsgccClient.h>
#include <interfaces/IExternal.h>
#include <interfaces/IExternalBase.h>
#include <interfaces/IGuide.h>
#include <interfaces/IInputPin.h>
#include <interfaces/IInputSwitch.h>
#include <interfaces/IIPNetwork.h>
#include <interfaces/IKeyHandler.h>
#include <interfaces/IMath.h>
#include <interfaces/IMemory.h>
#include <interfaces/IMessenger.h>
#include <interfaces/INetflix.h>
#include <interfaces/IPackager.h>
#include <interfaces/IPerformance.h>
#include <interfaces/IPlayerInfo.h>
#include <interfaces/IPlayGiga.h>
#include <interfaces/IPower.h>
#include <interfaces/IProvisioning.h>
#include <interfaces/IRemoteControl.h>
#include <interfaces/IResourceMonitor.h>
#include <interfaces/IRPCLink.h>
#include <interfaces/IRtspClient.h>
#include <interfaces/ISecureShellServer.h>
#include <interfaces/IStream.h>
#include <interfaces/ISwitchBoard.h>
#include <interfaces/ISystemCommands.h>
#include <interfaces/ITestController.h>
#include <interfaces/ITestUtility.h>
#include <interfaces/ITimeSync.h>
#include <interfaces/IVoiceHandler.h>
#include <interfaces/IVolumeControl.h>
#include <interfaces/IWebDriver.h>
#include <interfaces/IWebPA.h>
#include <interfaces/IWebServer.h>
#endif

MODULE_NAME_DECLARATION(BUILD_REFERENCE);
Expand Down
Loading

0 comments on commit 27525f4

Please sign in to comment.