-
Notifications
You must be signed in to change notification settings - Fork 39
/
UefiToolsPkg.dec
33 lines (28 loc) · 1.09 KB
/
UefiToolsPkg.dec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Time-stamp: <2016-06-11 00:39:06 andreiw>
# Copyright (C) 2016 Andrei Evgenievich Warkentin
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php
#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
[Defines]
DEC_SPECIFICATION = 0x00010005
PACKAGE_NAME = UefiToolsPkg
PACKAGE_GUID = B3E3D4D5-D42B-4497-A175-464F489D127E
PACKAGE_VERSION = 0.01
[Includes]
Include
[LibraryClasses]
UtilsLib|Include/Library/UtilsLib.h
SoftFloatLib.h|Include/Library/SoftFloatLib.h
FTSLib|Include/Library/FTSLib.h
StdExtLib|Include/Library/StdExtLib.h
RegexLib|Include/Library/RegexLib.h
[Guids]
gUefiToolsPkgTokenSpaceGuid = { 0xaba2deb5, 0x7607, 0x4a78, { 0xa7, 0xdd, 0x43, 0xe4, 0xbd, 0x72, 0xc0, 0x99 }}
[PcdsFixedAtBuild]