summaryrefslogtreecommitdiff
path: root/test/suspend_resume_tests/suspend_resume_test.hpp
blob: 5271bba014302bdf1ead59e3a828a05fe57dad51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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_