summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/ActiveManagement/AlertStandardFormat/Heci/Dxe/AlertStandardFormatDxe.mak
blob: 202d1c90281f17839b02696a0d86762be2086bd9 (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
54
55
56
57
58
59
# MAK file for the ModulePart:AlertStandardFormatDxe

all : AlertStandardFormatDxe 

AlertStandardFormatDxe : $(BUILD_DIR)\AlertStandardFormatDxe.mak AlertStandardFormatDxeBin

$(BUILD_DIR)\AlertStandardFormatDxe.mak : $(AlertStandardFormatDxe_DIR)\$(@B).cif $(AlertStandardFormatDxe_DIR)\$(@B).mak $(BUILD_RULES)
  $(CIF2MAK) $(AlertStandardFormatDxe_DIR)\$(@B).cif $(CIF2MAK_DEFAULTS)

AlertStandardFormatDxe_INCLUDES=\
  $(EDK_INCLUDES)\
  $(EdkIIGlueLib_INCLUDES)\
  $(ME_INCLUDES)\
  $(AlertStandardFormat_INCLUDES)\
  $(IndustryStandard_INCLUDES)\
  $(INTEL_PCH_INCLUDES)\

AlertStandardFormatDxe_LIBS=\
  $(EDKPROTOCOLLIB)\
  $(EDKFRAMEWORKPROTOCOLLIB)\
  $(AmtLibDxe_LIB)\
  $(MeGuidLib_LIB)\
  $(MeProtocolLib_LIB)\
  $(MeAslUpdateLib_LIB)\
  $(EdkIIGlueBaseLib_LIB)\
!IF "$(x64_BUILD)"=="1"
  $(EdkIIGlueBaseLibX64_LIB)\
!ELSE
  $(EdkIIGlueBaseLibIA32_LIB)\
!ENDIF
  $(EdkIIGlueUefiLib_LIB)\
  $(EdkIIGlueBaseMemoryLib_LIB)\
  $(EdkIIGlueDxeReportStatusCodeLib_LIB)\
  $(EdkIIGlueEdkDxeRuntimeDriverLib_LIB)\
  $(EdkIIGlueDxeDebugLibReportStatusCode_LIB)\
  $(EdkIIGlueUefiBootServicesTableLib_LIB)\
  $(EdkIIGlueDxeMemoryAllocationLib_LIB)\
  $(EdkIIGlueDxeHobLib_LIB)\

AlertStandardFormatDxe_DEFINES=\
  $(MY_DEFINES)\
  /D"__EDKII_GLUE_MODULE_ENTRY_POINT__=AlertStandardFormatDriverEntryPoint"\
  /D __EDKII_GLUE_BASE_MEMORY_LIB__ \
  /D __EDKII_GLUE_DXE_REPORT_STATUS_CODE_LIB__ \
  /D __EDKII_GLUE_DXE_DEBUG_LIB_REPORT_STATUS_CODE__ \
  /D __EDKII_GLUE_UEFI_BOOT_SERVICES_TABLE_LIB__\

AlertStandardFormatDxeBin : $(AlertStandardFormatDxe_LIBS)
  $(MAKE) /$(MAKEFLAGS) $(EDKIIGLUE_DEFAULTS)\
		/f $(BUILD_DIR)\AlertStandardFormatDxe.mak all\
		"MY_INCLUDES=$(AlertStandardFormatDxe_INCLUDES)" \
		"MY_DEFINES=$(AlertStandardFormatDxe_DEFINES)"\
		GUID=33c6406d-2f6b-41b5-8705-52bafb633c09 \
		ENTRY_POINT=_ModuleEntryPoint \
        EDKIIModule=DXEDRIVER\
		TYPE=BS_DRIVER \
		DEPEX1=$(AlertStandardFormatDxe_DIR)\AlertStandardFormatDxe.dxs \
		DEPEX1_TYPE=EFI_SECTION_DXE_DEPEX \
		COMPRESS=1