mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
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
|
## @file
|
||||||
# Provides interface to shell functionality for shell commands and applications.
|
# 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
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@ -17,7 +17,7 @@
|
|||||||
INF_VERSION = 0x00010006
|
INF_VERSION = 0x00010006
|
||||||
BASE_NAME = UefiShellCEntryLib
|
BASE_NAME = UefiShellCEntryLib
|
||||||
FILE_GUID = 0e205c8a-8586-4dec-9f5c-4f9e394aefe8
|
FILE_GUID = 0e205c8a-8586-4dec-9f5c-4f9e394aefe8
|
||||||
MODULE_TYPE = UEFI_DRIVER
|
MODULE_TYPE = UEFI_APPLICATION
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = ShellCEntryLib|UEFI_APPLICATION UEFI_DRIVER
|
LIBRARY_CLASS = ShellCEntryLib|UEFI_APPLICATION UEFI_DRIVER
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user