// Copyright (C) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef SUSPEND_RESUME_TEST_ #define SUSPEND_RESUME_TEST_ #define TEST_SERVICE 0x6311 #define TEST_INSTANCE 0x0002 #define TEST_MAJOR 0x01 #define TEST_MINOR 0x0 #define TEST_EVENT 0x8005 #define TEST_EVENTGROUP 0x0002 #define TEST_METHOD 0x0001 #define TEST_SUSPEND 0x00 #define TEST_STOP 0xFF #endif // SUSPEND_RESUME_TEST_