summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSystemContext.m
blob: 55b3a33e445f050de4a2469030ba0a4507b2fb26 (plain)
1
2
3
4
5
6
7
8
9
10
11
//  SDLSystemContext.m
//


#import "SDLSystemContext.h"

SDLSystemContext const SDLSystemContextMain = @"MAIN";
SDLSystemContext const SDLSystemContextVRSession = @"VRSESSION";
SDLSystemContext const SDLSystemContextMenu = @"MENU";
SDLSystemContext const SDLSystemContextHMIObscured = @"HMI_OBSCURED";
SDLSystemContext const SDLSystemContextAlert = @"ALERT";