summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSystemCapabilityType.m
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-01-30 15:56:48 -0500
committerNicoleYarroch <nicole@livio.io>2019-01-30 15:56:48 -0500
commite2190067a023a7991e371ac299038899be60eeb2 (patch)
treebb898636410eeb727fef5996a690e468b664d1d2 /SmartDeviceLink/SDLSystemCapabilityType.m
parent7ec1c0d0e0c0eb8d64626f672b5f0522c77e938e (diff)
downloadsdl_ios-e2190067a023a7991e371ac299038899be60eeb2.tar.gz
Added new SystemCapabilityType
* Added new SystemCapabilityType: SDLSystemCapabilityTypeAppServices
Diffstat (limited to 'SmartDeviceLink/SDLSystemCapabilityType.m')
-rwxr-xr-xSmartDeviceLink/SDLSystemCapabilityType.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLSystemCapabilityType.m b/SmartDeviceLink/SDLSystemCapabilityType.m
index c8a25e755..933a74418 100755
--- a/SmartDeviceLink/SDLSystemCapabilityType.m
+++ b/SmartDeviceLink/SDLSystemCapabilityType.m
@@ -8,7 +8,7 @@
#import "SDLSystemCapabilityType.h"
-
+SDLSystemCapabilityType const SDLSystemCapabilityTypeAppServices = @"APP_SERVICES";
SDLSystemCapabilityType const SDLSystemCapabilityTypeNavigation = @"NAVIGATION";
SDLSystemCapabilityType const SDLSystemCapabilityTypePhoneCall = @"PHONE_CALL";
SDLSystemCapabilityType const SDLSystemCapabilityTypeVideoStreaming = @"VIDEO_STREAMING";