]>
Commit | Line | Data |
---|---|---|
2aa62f2b | 1 | ## @file\r |
2 | #\r | |
3 | # Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r | |
4 | #\r | |
5 | # This program and the accompanying materials are licensed and made available under\r | |
6 | # the terms and conditions of the BSD License which accompanies this distribution.\r | |
7 | # The full text of the license may be found at\r | |
8 | # http://opensource.org/licenses/bsd-license.\r | |
9 | #\r | |
10 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
11 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
12 | ##\r | |
13 | \r | |
14 | \r | |
15 | [Defines]\r | |
16 | DEC_SPECIFICATION = 0x00010005\r | |
17 | PACKAGE_NAME = StdLibPrivateInternalFiles\r | |
18 | PACKAGE_GUID = 25e23884-dc26-42c3-bd27-40e99f7d866b\r | |
19 | PACKAGE_VERSION = 0.01\r | |
20 | \r | |
21 | \r | |
22 | [Includes]\r | |
23 | Include\r | |
24 | \r | |
25 | [Includes.IA32]\r | |
26 | Include/Ia32\r | |
27 | \r | |
28 | [Includes.X64]\r | |
29 | Include/X64\r | |
30 | \r | |
31 | [Includes.IPF]\r | |
32 | Include/Ipf\r | |
33 | \r | |
34 | [Includes.ARM]\r | |
35 | Include/Arm\r |