File: test_supp_plugin.h

package info (click to toggle)
optee-test 4.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,736 kB
  • sloc: ansic: 80,056; makefile: 356; python: 179; cpp: 115; asm: 41; sh: 23
file content (17 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (c) 2021 Open Mobile Platform LLC
 */

#ifndef TEST_SUPP_PLUGIN_H
#define TEST_SUPP_PLUGIN_H

#define TEST_PLUGIN_UUID { 0xf07bfc66, 0x958c, 0x4a15, \
	{ 0x99, 0xc0, 0x26, 0x0e, 0x4e, 0x73, 0x75, 0xdd } }

#define TEST_PLUGIN_CMD_PING		0
#define TEST_PLUGIN_CMD_PASS_VALUES	1
#define TEST_PLUGIN_CMD_WRITE_ARR	2
#define TEST_PLUGIN_CMD_GET_ARR		3

#endif /* TEST_SUPP_PLUGIN_H */