Skip to content

Commit

Permalink
Json meta to IDL changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul committed Nov 28, 2024
1 parent 2ef6a34 commit b227c71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions definitions/Definitions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <interfaces/IBluetooth.h>
#include <interfaces/IBluetoothAudio.h>
#include <interfaces/IButler.h>
#if defined(ENABLE_LEGACY_INTERFACE_SUPPORT)
#if ENABLE_LEGACY_INTERFACE_SUPPORT
#include <interfaces/IBrowser.h>
#else
#include <interfaces/IBrowserExt.h>
Expand All @@ -40,7 +40,7 @@
#include <interfaces/ICryptography.h>
#include <interfaces/ICustomerCareOperations.h>

#if defined(ENABLE_LEGACY_INTERFACE_SUPPORT)
#if ENABLE_LEGACY_INTERFACE_SUPPORT
#include <interfaces/IDeviceInfo.h>
#else
#include <interfaces/IDeviceInfoExt.h>
Expand Down Expand Up @@ -196,7 +196,7 @@ ENUM_CONVERSION_BEGIN(Exchange::IBrightness::Brightness)
{ Exchange::IBrightness::SdrToHdrGraphicsBrightness_Max, _TXT("max") },
ENUM_CONVERSION_END(Exchange::IBrightness::Brightness)

#if defined(ENABLE_LEGACY_INTERFACE_SUPPORT)
#if ENABLE_LEGACY_INTERFACE_SUPPORT
ENUM_CONVERSION_BEGIN(Exchange::IDeviceAudioCapabilities::AudioOutput)
{ Exchange::IDeviceAudioCapabilities::AudioOutput::AUDIO_OTHER, _TXT("OTHER") },
{ Exchange::IDeviceAudioCapabilities::AudioOutput::AUDIO_ANALOG, _TXT("ANALOG") },
Expand Down
2 changes: 1 addition & 1 deletion definitions/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <interfaces/IPower.h>
#include <interfaces/json/ExternalMetadata.h>

#if defined(ENABLE_LEGACY_INTERFACE_SUPPORT)
#if ENABLE_LEGACY_INTERFACE_SUPPORT
#include <interfaces/IDeviceInfo.h>
#endif

Expand Down
2 changes: 1 addition & 1 deletion interfaces/Ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ namespace Exchange {
ID_CONFIGURATION = ID_APPLICATION + 2,

ID_DEVICE_INFO = RPC::IDS::ID_EXTERNAL_INTERFACE_OFFSET + 0x370,
#if defined(ENABLE_LEGACY_INTERFACE_SUPPORT)
#if ENABLE_LEGACY_INTERFACE_SUPPORT
ID_DEVICE_CAPABILITIES_AUDIO = ID_DEVICE_INFO + 1,
ID_DEVICE_CAPABILITIES_AUDIO_OUTPUT = ID_DEVICE_INFO + 2,
ID_DEVICE_CAPABILITIES_AUDIO_CAPABILITY = ID_DEVICE_INFO + 3,
Expand Down

0 comments on commit b227c71

Please sign in to comment.