17 lines
1.9 KiB
Plaintext
17 lines
1.9 KiB
Plaintext
// /** @file
|
|
// Strings for RamDiskApp
|
|
//;******************************************************************************
|
|
//;* Copyright (c) 2015, Insyde Software Corp. All Rights Reserved.
|
|
//;*
|
|
//;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
//;* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
//;* any part of this publication in any form, by any means, without the prior
|
|
//;* written permission of Insyde Software Corporation.
|
|
//;*
|
|
//;******************************************************************************
|
|
//; */
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Sample UEFI Application Reference EDKII Module"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "This is a sample shell application that will print UEFI Hello World! to the UEFI Console based on PCD setting. It demonstrates how to use the EDKII PCD mechanism to make code more flexible"
|