X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FShellPkg.dec;h=4c7292b3b0da6f70089557f687d9cb2501d75dd9;hp=65b62a0827335e0fca6a78378e8dc97d69d13dd4;hb=4983ca934c85ed80b15264d3a7ee10a4d3c0d51f;hpb=d2b4564ba50b095d5a5e00b9c7bebef004967d5e diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec index 65b62a0827..4c7292b3b0 100644 --- a/ShellPkg/ShellPkg.dec +++ b/ShellPkg/ShellPkg.dec @@ -36,6 +36,14 @@ ## used by Shell and ShellLib ## FileHandleLib|Include/Library/FileHandleLib.h + + ## @libraryclass Allows for a shell application to have a C style entry point + ## + ShellCEntryLib|Include/Library/ShellCEntryLib.h + + ## @libraryclass Provides sorting functions + ## + SortLib|Include/Library/Sortlib.h [Guids.common] @@ -48,7 +56,7 @@ gEfiShellEnvironment2Guid = {0x47c7b221, 0xc42a, 0x11d2, {0x8e, 0x57, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b}} gEfiShellInterfaceGuid = {0x47c7b223, 0xc42a, 0x11d2, {0x8e, 0x57, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b}} -[PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic] +[PcdsFixedAtBuild] ## This flag is used to control initialization of the shell library - ## This should be FALSE for compiling the shell application itself onlty. + ## This should be FALSE for compiling the shell application itself only. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|TRUE|BOOLEAN|0x00000005 \ No newline at end of file