## @file # Developer- Giovanni Cino # # This is a shell application to perform file operations # ## [Defines] INF_VERSION = 0x00010005 BASE_NAME = fsbg FILE_GUID = eaea9aec-c9c1-46e2-9d52-432ad25a9b0b MODULE_TYPE = UEFI_APPLICATION VERSION_STRING = 1.0 ENTRY_POINT = UefiMain # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # [Sources] fsbg.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec ShellPkg/ShellPkg.dec [LibraryClasses] UefiApplicationEntryPoint UefiRuntimeServicesTableLib UefiBootServicesTableLib MemoryAllocationLib BaseMemoryLib BaseLib UefiLib DebugLib PcdLib [Protocols] gEfiSimpleFileSystemProtocolGuid gEfiLoadedImageProtocolGuid gEfiDiskIoProtocolGuid gEfiBlockIoProtocolGuid gEfiUnicodeCollationProtocolGuid gEfiUnicodeCollation2ProtocolGuid gEfiSimpleFileSystemProtocolGuid gEfiFirmwareVolume2ProtocolGuid [Pcd] gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang [Guids] gEfiFileInfoGuid gEfiFileSystemInfoGuid gEfiFileSystemVolumeLabelInfoIdGuid .