Fix rdpecam server channel naming

This commit is contained in:
akallabeth 2022-06-30 11:11:29 +02:00 committed by akallabeth
parent 5707ec3266
commit cfd87ab3f1
3 changed files with 4 additions and 11 deletions

View File

@ -15,8 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
define_channel("camera-device")
define_channel("camera-device-enumerator")
define_channel("rdpecam")
if(WITH_SERVER_CHANNELS)
add_channel_server(${MODULE_PREFIX} ${CHANNEL_NAME})

View File

@ -1,14 +1,9 @@
set(OPTION_DEFAULT OFF)
set(OPTION_DEFAULT ON)
set(OPTION_CLIENT_DEFAULT OFF)
set(OPTION_SERVER_DEFAULT ON)
define_channel_options(NAME "camera-device" TYPE "dynamic"
DESCRIPTION "Video Capture Virtual Channel Extension"
SPECIFICATIONS "[MS-RDPECAM]"
DEFAULT ${OPTION_DEFAULT})
define_channel_options(NAME "camera-device-enumerator" TYPE "dynamic"
define_channel_options(NAME "rdpecam" TYPE "dynamic"
DESCRIPTION "Video Capture Virtual Channel Extension"
SPECIFICATIONS "[MS-RDPECAM]"
DEFAULT ${OPTION_DEFAULT})

View File

@ -15,8 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
define_channel_server("camera-device")
define_channel_server("camera-device-enumerator")
define_channel_server("rdpecam")
set(${MODULE_PREFIX}_SRCS
camera_device_enumerator_main.c