1 # 2 # Copyright (c) 2014-2017, Linaro Limited. All rights reserved. 3 # 4 # This program and the accompanying materials 5 # are licensed and made available under the terms and conditions of the BSD License 6 # which accompanies this distribution. The full text of the license may be found at 7 # http://opensource.org/licenses/bsd-license.php 8 # 9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 11 # 12 13 [Defines] 14 DEC_SPECIFICATION = 0x00010019 15 PACKAGE_NAME = HiKey960 16 PACKAGE_GUID = a71a681b-3c46-4c92-9fc2-986919026362 17 PACKAGE_VERSION = 0.1 18 19 ################################################################################ 20 # 21 # Include Section - list of Include Paths that are provided by this package. 22 # Comments are used for Keywords and Module Types. 23 # 24 # Supported Module Types: 25 # BASE SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION 26 # 27 ################################################################################ 28 [Includes.common] 29 Include # Root include for the package 30 31 [Guids.common] 32 gDwUsbDeviceGuid = { 0x72d78ea6, 0x4dee, 0x11e3, { 0x81, 0x00, 0xf3, 0x84, 0x2a, 0x48, 0xd0, 0xa0 } } 33 gHiKey960TokenSpaceGuid = { 0x73efcd58, 0x3320, 0x4043, { 0xa8, 0x87, 0xd1, 0xf9, 0xb4, 0x49, 0x48, 0x87 } } 34 gHiKey960VariableGuid = { 0x29727c8d, 0x3531, 0x7a41, { 0x81, 0x9c, 0x7e, 0x50, 0x4e, 0xdd, 0x24, 0x3f } } 35 36 [PcdsFixedAtBuild.common] 37 gHiKey960TokenSpaceGuid.PcdAndroidFastbootNvmDevicePath|L""|VOID*|0x00000001 38 gHiKey960TokenSpaceGuid.PcdArmFastbootFlashLimit|L""|VOID*|0x00000002 39 gHiKey960TokenSpaceGuid.PcdXloaderDevicePath|L""|VOID*|0x00000003 40