Skip to content

Commit

Permalink
Remove old service API code from backend
Browse files Browse the repository at this point in the history
Remove datacontracts and services used by the old service APIs
that have been rewritten in services v2

Refs #915
  • Loading branch information
bennettpeter committed Dec 17, 2024
1 parent a4f35a7 commit f8dad57
Show file tree
Hide file tree
Showing 72 changed files with 1 addition and 7,352 deletions.
70 changes: 0 additions & 70 deletions mythtv/libs/libmythservicecontracts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,88 +15,18 @@ endif()
set(HEADERS serviceexp.h service.h datacontracthelper.h)

set(DATACONTRACTS_HEADERS
datacontracts/artworkInfo.h
datacontracts/artworkInfoList.h
datacontracts/backendInfo.h
datacontracts/blurayInfo.h
datacontracts/buildInfo.h
datacontracts/captureCard.h
datacontracts/captureCardList.h
datacontracts/castMember.h
datacontracts/castMemberList.h
datacontracts/channelGroup.h
datacontracts/channelGroupList.h
datacontracts/channelInfoList.h
datacontracts/connectionInfo.h
datacontracts/cutList.h
datacontracts/cutting.h
datacontracts/databaseInfo.h
datacontracts/encoder.h
datacontracts/encoderList.h
datacontracts/enum.h
datacontracts/enumItem.h
datacontracts/envInfo.h
datacontracts/frontend.h
datacontracts/frontendActionList.h
datacontracts/frontendList.h
datacontracts/frontendStatus.h
datacontracts/genre.h
datacontracts/genreList.h
datacontracts/imageMetadataInfo.h
datacontracts/imageMetadataInfoList.h
datacontracts/imageSyncInfo.h
datacontracts/input.h
datacontracts/inputList.h
datacontracts/labelValue.h
datacontracts/lineup.h
datacontracts/liveStreamInfo.h
datacontracts/liveStreamInfoList.h
datacontracts/logInfo.h
datacontracts/logMessage.h
datacontracts/logMessageList.h
datacontracts/markup.h
datacontracts/markupList.h
datacontracts/musicMetadataInfo.h
datacontracts/musicMetadataInfoList.h
datacontracts/programAndChannel.h
datacontracts/programGuide.h
datacontracts/programList.h
datacontracts/recRule.h
datacontracts/recRuleFilter.h
datacontracts/recRuleFilterList.h
datacontracts/recRuleList.h
datacontracts/recording.h
datacontracts/settingList.h
datacontracts/storageGroupDir.h
datacontracts/storageGroupDirList.h
datacontracts/timeZoneInfo.h
datacontracts/titleInfo.h
datacontracts/titleInfoList.h
datacontracts/versionInfo.h
datacontracts/videoLookupInfo.h
datacontracts/videoLookupInfoList.h
datacontracts/videoMetadataInfo.h
datacontracts/videoMetadataInfoList.h
datacontracts/videoMultiplex.h
datacontracts/videoMultiplexList.h
datacontracts/videoSource.h
datacontracts/videoSourceList.h
datacontracts/videoStreamInfo.h
datacontracts/videoStreamInfoList.h
datacontracts/wolInfo.h)

set(SERVICES_HEADERS
services/captureServices.h
services/channelServices.h
services/contentServices.h
services/dvrServices.h
services/frontendServices.h
services/guideServices.h
services/imageServices.h
services/musicServices.h
services/mythServices.h
services/rttiServices.h
services/videoServices.h)

#
# Declare the library
Expand Down
67 changes: 0 additions & 67 deletions mythtv/libs/libmythservicecontracts/datacontracts/artworkInfo.h

This file was deleted.

This file was deleted.

83 changes: 0 additions & 83 deletions mythtv/libs/libmythservicecontracts/datacontracts/backendInfo.h

This file was deleted.

Loading

0 comments on commit f8dad57

Please sign in to comment.