Last change
on this file since 78223 was 58466, checked in by vboxsync, 9 years ago |
EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .
|
-
Property svn:eol-style
set to
native
|
File size:
947 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.