1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| ## @file
| #
| # Copyright (c) 2020, Pete Batard <pete@akeo.ie>
| # Copyright (c) 2020, ARM Limited. All rights reserved.
| #
| # SPDX-License-Identifier: BSD-2-Clause-Patent
| #
| ##
|
| [Defines]
| DEC_SPECIFICATION = 0x0001001A
| PACKAGE_NAME = BcmNetPkg
| PACKAGE_GUID = 34E19823-D23A-41AB-9C09-ED1225B32DFF
| PACKAGE_VERSION = 1.0
|
| [Includes]
| Include
|
| [Guids]
| gBcmNetTokenSpaceGuid = {0x12b97d70, 0x9149, 0x4c2f, {0x82, 0xd5, 0xad, 0xa9, 0x1e, 0x92, 0x75, 0xa1}}
|
| [Protocols]
| gBcmGenetPlatformDeviceProtocolGuid = {0x5e485a22, 0x1bb0, 0x4e22, {0x85, 0x49, 0x41, 0xfc, 0xec, 0x85, 0xdf, 0xd3}}
|
|