This repository has been archived on 2025-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
aclock-efi/Aclock.inf

47 lines
1.0 KiB
INI
Raw Permalink Normal View History

2016-05-17 15:47:26 +01:00
## @file
# Aclock is an analog clock program for text mode console displays, terminals, or terminal emulators.
# This program is obviously absolutely useless, except for turning your old, expensive mainframe or
# supercomputer into a wall clock.
#
# Copyright (c) 1994-2016 Antoni Sawicki <as@tenoware.com>
# Copyright (c) 2016 Natalia Portillo <claunia@claunia.com>
#
##
[Defines]
INF_VERSION = 1.25
BASE_NAME = Aclock
FILE_GUID = 23825e7d-3da7-4201-836d-582d369b0986
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 Etc...
#
[Sources]
Aclock.c
[Packages]
MdePkg/MdePkg.dec
ShellPkg/ShellPkg.dec
StdLib/StdLib.dec
2016-05-17 15:47:26 +01:00
[LibraryClasses]
LibC
LibMath
UefiBootServicesTableLib
2016-05-17 15:47:26 +01:00
UefiApplicationEntryPoint
2016-05-17 15:47:26 +01:00
[Guids]
[Ppis]
[Protocols]
[FeaturePcd]
[Pcd]