plugin: new properties to support Intel XMM capability probing

This commit is contained in:
Aleksander Morgado
2018-08-08 14:05:46 +02:00
committed by Dan Williams
parent 82262117e6
commit da046fe566
2 changed files with 80 additions and 0 deletions

View File

@@ -66,6 +66,9 @@
#define MM_PLUGIN_ICERA_PROBE "icera-probe"
#define MM_PLUGIN_ALLOWED_ICERA "allowed-icera"
#define MM_PLUGIN_FORBIDDEN_ICERA "forbidden-icera"
#define MM_PLUGIN_XMM_PROBE "xmm-probe"
#define MM_PLUGIN_ALLOWED_XMM "allowed-xmm"
#define MM_PLUGIN_FORBIDDEN_XMM "forbidden-xmm"
#define MM_PLUGIN_CUSTOM_INIT "custom-init"
#define MM_PLUGIN_CUSTOM_AT_PROBE "custom-at-probe"
#define MM_PLUGIN_SEND_DELAY "send-delay"