Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
20
third_party/FreeRDP/channels/ainput/ChannelOptions.cmake
vendored
Normal file
20
third_party/FreeRDP/channels/ainput/ChannelOptions.cmake
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
set(OPTION_DEFAULT ON)
|
||||
set(OPTION_CLIENT_DEFAULT ON)
|
||||
set(OPTION_SERVER_DEFAULT ON)
|
||||
|
||||
define_channel_options(
|
||||
NAME
|
||||
"ainput"
|
||||
TYPE
|
||||
"dynamic"
|
||||
DESCRIPTION
|
||||
"Advanced Input Virtual Channel Extension"
|
||||
SPECIFICATIONS
|
||||
"[XXXXX]"
|
||||
DEFAULT
|
||||
${OPTION_DEFAULT}
|
||||
CLIENT_DEFAULT
|
||||
${OPTION_CLIENT_DEFAULT}
|
||||
SERVER_DEFAULT
|
||||
${OPTION_SERVER_DEFAULT}
|
||||
)
|
||||
Reference in New Issue
Block a user