summaryrefslogtreecommitdiff
path: root/audio/sysvad/TabletAudioSample/sources
blob: 07b14c188e496585754f3ca9f8bd9416062e9498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53

# Copyright (c) Microsoft Corporation.  All rights reserved.


!include ..\sources.inc

TARGETNAME=TabletAudioSample

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)

#
# 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)                      \
        hdmitopo.cpp                    \
        spdiftopo.cpp                   \
        micintopo.cpp                   \
        TabletAudioSample.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