summaryrefslogtreecommitdiffstats
path: root/channels/cliprdr/ChannelOptions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'channels/cliprdr/ChannelOptions.cmake')
-rw-r--r--channels/cliprdr/ChannelOptions.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/channels/cliprdr/ChannelOptions.cmake b/channels/cliprdr/ChannelOptions.cmake
new file mode 100644
index 0000000..f175f3f
--- /dev/null
+++ b/channels/cliprdr/ChannelOptions.cmake
@@ -0,0 +1,13 @@
+
+set(OPTION_DEFAULT OFF)
+set(OPTION_CLIENT_DEFAULT ON)
+set(OPTION_SERVER_DEFAULT ON)
+
+define_channel_options(NAME "cliprdr" TYPE "static"
+ DESCRIPTION "Clipboard Virtual Channel Extension"
+ SPECIFICATIONS "[MS-RDPECLIP]"
+ DEFAULT ${OPTION_DEFAULT})
+
+define_channel_client_options(${OPTION_CLIENT_DEFAULT})
+define_channel_server_options(${OPTION_SERVER_DEFAULT})
+