1## @file
2# Build description file to ACPICA applications.
3#
4# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
5# This program and the accompanying materials
6# are licensed and made available under the terms and conditions of the BSD License
7# which accompanies this distribution.  The full text of the license may be found at
8# http://opensource.org/licenses/bsd-license.php
9#
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12#
13##
14
15[Defines]
16  PACKAGE_NAME                   = AcpiPkg
17  PACKAGE_GUID                   = 3ee43d98-2941-11e6-a597-0024e8c6d30e
18  PACKAGE_VERSION                = 0.01
19  DEC_SPECIFICATION              = 0x00010005
20
21[Includes]
22  source/include
23
24[Guids]
25  gAcpiPkgTokenSpaceGuid       = { 0x81c5af5c, 0x2941, 0x11e6, { 0xa5, 0x3d, 0x00, 0x24, 0xe8, 0xc6, 0xd3, 0x0e }}
26