diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 03:14:08 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 03:14:08 +0000 |
commit | 076606899f5db5b556f0153b990eebb0990f95d4 (patch) | |
tree | 530e787637db4db18dc3273ad4d5197b34164ded /Nt32Pkg/BootModePei | |
parent | b665a407ebb4a64e4c996cbb1cdae32ad47367c3 (diff) | |
download | edk2-076606899f5db5b556f0153b990eebb0990f95d4.tar.gz edk2-076606899f5db5b556f0153b990eebb0990f95d4.tar.bz2 edk2-076606899f5db5b556f0153b990eebb0990f95d4.zip |
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
Diffstat (limited to 'Nt32Pkg/BootModePei')
-rw-r--r-- | Nt32Pkg/BootModePei/BootMode.inf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |