You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
This change adds AdvancedFeaturePkg to the Features/Intel directory. AdvancedFeaturePkg is a special package that is located at the root level of Features/Intel. All advanced features can be built using the AdvancedFeaturePkg build. To build all advanced features, follow the instructions in the Feature/Intel/Readme.md file. The actual build is performed by executing the following command in the Features/Intel directory: "build -p AdvancedFeaturePkg/AdvancedFeaturePkg.dsc -a IA32 -a X64" Cc: Sai Chaganty <rangasai.v.chaganty@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com> Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
## @file
|
|
# Advanced Feature Package build declaration file.
|
|
#
|
|
# Advanced features allow a board package to be extended with advanced functionality.
|
|
#
|
|
# This package should not contain any specific advanced features. The package has two responsibilities:
|
|
# 1. Present a consolidated and simplified view of all available advanced features to board packages.
|
|
# 2. Provide a simple, single package build for all available advanced features.
|
|
#
|
|
# The DEC files are used by the utilities that parse DSC and
|
|
# INF files to generate AutoGen.c and AutoGen.h files
|
|
# for the build infrastructure.
|
|
#
|
|
# Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
[Defines]
|
|
DEC_SPECIFICATION = 0x00010017
|
|
PACKAGE_NAME = AdvancedFeaturePkg
|
|
PACKAGE_VERSION = 0.1
|
|
PACKAGE_GUID = 086F1F68-76CD-4F40-A712-06939A0BDD12
|
|
|
|
[Includes]
|
|
Include
|
|
|
|
[Guids]
|
|
gAdvancedFeaturePkgTokenSpaceGuid = {0xa8514688, 0x6693, 0x4ab5, {0xaa, 0xc8, 0xcc, 0xa9, 0x8d, 0xde, 0x90, 0xe1}}
|
|
|
|
[PcdsFeatureFlag]
|