1#/** @file
2# Framework Module Development Environment Industry Standards
3#
4# This Package provides headers and libraries that conform to EFI/PI Industry standards.
5# Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>
6# Copyright (c) 2012-2014, ARM Ltd. All rights reserved.<BR>
7#
8#    This program and the accompanying materials are licensed and made available under
9#    the terms and conditions of the BSD License which accompanies this distribution.
10#    The full text of the license may be found at
11#    http://opensource.org/licenses/bsd-license.php
12#
13#    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14#    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15#
16#**/
17
18[Defines]
19  DEC_SPECIFICATION              = 0x00010005
20  PACKAGE_NAME                   = OpenPlatformDriversNetLan91xDxePkg
21  PACKAGE_GUID                   = 1960135f-df18-40e7-bce5-72747176b3bb
22  PACKAGE_VERSION                = 0.1
23
24
25################################################################################
26#
27# Include Section - list of Include Paths that are provided by this package.
28#                   Comments are used for Keywords and Module Types.
29#
30# Supported Module Types:
31#  BASE SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
32#
33################################################################################
34
35[Guids.common]
36  gLan91xDxeTokenSpaceGuid	= { 0xae317565, 0xdb72, 0x4841,  { 0xbc, 0x9b, 0x76, 0x47, 0x56, 0xd0, 0xb5, 0x99 }}
37
38[PcdsFixedAtBuild.common]
39  # LAN91x Ethernet Driver PCDs
40  gLan91xDxeTokenSpaceGuid.PcdLan91xDxeBaseAddress|0x0|UINT32|0x000000FE
41