mirror of https://github.com/acidanthera/audk.git
clarify library type.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11432 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
78ed876bf4
commit
b0475f1289
|
@ -1,7 +1,7 @@
|
|||
## @file
|
||||
# Provides interface to shell functionality for shell commands and applications.
|
||||
#
|
||||
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved. <BR>
|
||||
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved. <BR>
|
||||
#
|
||||
# This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
|
@ -17,7 +17,7 @@
|
|||
INF_VERSION = 0x00010006
|
||||
BASE_NAME = UefiShellCEntryLib
|
||||
FILE_GUID = 0e205c8a-8586-4dec-9f5c-4f9e394aefe8
|
||||
MODULE_TYPE = UEFI_DRIVER
|
||||
MODULE_TYPE = UEFI_APPLICATION
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = ShellCEntryLib|UEFI_APPLICATION UEFI_DRIVER
|
||||
|
||||
|
|
Loading…
Reference in New Issue