blob: ea27eb3dcdcc9bab718ee1933392b43366fbe7b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// SDLSystemContext.m
//
#import "SDLSystemContext.h"
SDLSystemContext const SDLSystemContextMain = @"MAIN";
SDLSystemContext const SDLSystemContextVoiceRecognitionSession = @"VRSESSION";
SDLSystemContext const SDLSystemContextMenu = @"MENU";
SDLSystemContext const SDLSystemContextHMIObscured = @"HMI_OBSCURED";
SDLSystemContext const SDLSystemContextAlert = @"ALERT";
|