summaryrefslogtreecommitdiff
path: root/audio/sysvad/PhoneAudioSample/sources
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sysvad/PhoneAudioSample/sources')
-rw-r--r--audio/sysvad/PhoneAudioSample/sources59
1 files changed, 0 insertions, 59 deletions
diff --git a/audio/sysvad/PhoneAudioSample/sources b/audio/sysvad/PhoneAudioSample/sources
deleted file mode 100644
index e16edb8e..00000000
--- a/audio/sysvad/PhoneAudioSample/sources
+++ /dev/null
@@ -1,59 +0,0 @@
-
-# Copyright (c) Microsoft Corporation. All rights reserved.
-
-
-!include ..\sources.inc
-
-TARGETNAME=PhoneAudioSample
-
-TARGETLIBS= \
- $(TARGETLIBS) \
- $(OBJ_PATH)\..\EndpointsCommon\$(O)\EndpointsCommon.lib
-
-
-C_DEFINES = $(C_DEFINES) -D_USE_WAVERT_ -DSYSVAD_BTH_BYPASS -DSYSVAD_USB_SIDEBAND
-#C_DEFINES = $(C_DEFINES) -D_USE_WAVERT_
-
-#
-# Indicate to the WDK that this sample only supports Win10[+]
-#
-MINIMUM_NT_TARGET_VERSION=$(_NT_TARGET_VERSION_WINTHRESHOLD)
-
-DDK_TARGET_PLATFORM=Universal
-
-#
-# Audio driver is a KMDF miniport.
-#
-KMDF_VERSION_MAJOR=1
-
-#
-# Uncomment one of the following lines to select the right power management.
-# Note that the single-component/multi-state feature requires also a registry
-# value set via the INF. The name of the registry value is SingleComponentMultiFxStates.
-# see INF file for more info.
-#
-C_DEFINES= $(C_DEFINES) -D_USE_IPortClsRuntimePower
-#C_DEFINES= $(C_DEFINES) -D_USE_SingleComponentMultiFxStates
-
-INCLUDES= \
- $(INCLUDES); \
- ..\EndpointsCommon; \
-
-SOURCES=$(SOURCES) \
- cellulartopo.cpp \
- fmtopo.cpp \
- handsetspeakertopo.cpp \
- handsetmictopo.cpp \
- michstopo.cpp \
- speakerhstopo.cpp \
- cellularwave.cpp \
- fmwave.cpp \
- PhoneAudioSample.rc \
-
-# Indicate that this module must be included in the driver package
-DDK_NO_PACKAGE_PROJECT=0
-DDK_INCLUDE_PACKAGE_PROJECT=1
-
-
-MUI_VERIFY_NO_LOC_RESOURCE=1
-