1## @file
2#
3# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
4#
5# This program and the accompanying materials are licensed and made available under
6# the terms and conditions of the BSD License which accompanies this distribution.
7# The full text of the license may be found at
8# http://opensource.org/licenses/bsd-license.
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  DEC_SPECIFICATION              = 0x00010005
17  PACKAGE_NAME                   = StdLibPrivateInternalFiles
18  PACKAGE_GUID                   = 25e23884-dc26-42c3-bd27-40e99f7d866b
19  PACKAGE_VERSION                = 0.01
20
21
22[Includes]
23  Include
24
25[Includes.IA32]
26  Include/Ia32
27
28[Includes.X64]
29  Include/X64
30
31[Includes.IPF]
32  Include/Ipf
33
34[Includes.ARM]
35  Include/Arm
36
37[Includes.AARCH64]
38  # Use the ARM headers for now.
39  Include/Arm
40