From 076606899f5db5b556f0153b990eebb0990f95d4 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 28 Jun 2007 03:14:08 +0000 Subject: Add [depex] in inf file and dxs from file list in inf's [source] section. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2826 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/BootModePei/BootMode.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Nt32Pkg/BootModePei') diff --git a/Nt32Pkg/BootModePei/BootMode.inf b/Nt32Pkg/BootModePei/BootMode.inf index 6f3c7c0b24..b1cc3778f6 100644 --- a/Nt32Pkg/BootModePei/BootMode.inf +++ b/Nt32Pkg/BootModePei/BootMode.inf @@ -43,7 +43,6 @@ ################################################################################ [Sources.common] - BootMode.dxs BootMode.c CommonHeader.h @@ -92,3 +91,5 @@ gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED +[depex] + TRUE \ No newline at end of file -- cgit