diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-25 10:25:16 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-25 10:25:16 +0000 |
commit | febc64336241fc400af7d0bcbf01b2f35925cf96 (patch) | |
tree | 1d2b138fea00f835be4cd3db909b02a0aaa9f247 /EdkUnixPkg/Sec/SecMain.msa | |
parent | fb5a3ed8c728f692d111633d478b31e0b5e2942c (diff) | |
download | edk2-platforms-febc64336241fc400af7d0bcbf01b2f35925cf96.tar.xz |
Remove USER_DEFINED in IncludePkgHeader in spd files as it does not make sense to specify package include header file for a custom build type module. Package creator has no a priori knowledge about what header file will be needed by the USER_DEFINED module customers created in dependent package.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2316 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkUnixPkg/Sec/SecMain.msa')
-rw-r--r-- | EdkUnixPkg/Sec/SecMain.msa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkUnixPkg/Sec/SecMain.msa b/EdkUnixPkg/Sec/SecMain.msa index 8e0af9a7ce..2629982571 100644 --- a/EdkUnixPkg/Sec/SecMain.msa +++ b/EdkUnixPkg/Sec/SecMain.msa @@ -2,7 +2,7 @@ <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
<MsaHeader>
<ModuleName>SecMain</ModuleName>
- <ModuleType>USER_DEFINED</ModuleType>
+ <ModuleType>SEC</ModuleType>
<GuidValue>f43be88c-8985-11db-8f78-0040d02b1835</GuidValue>
<Version>1.0</Version>
<Abstract>Entry Point of Unix Emulator</Abstract>
@@ -110,4 +110,4 @@ 0x20: Boot in reovery mode.</HelpText>
</PcdEntry>
</PcdCoded>
-</ModuleSurfaceArea> +</ModuleSurfaceArea>
|