Import MdeModulePkg, only one module HelloWorld by now.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2718 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
81
MdeModulePkg/MdeModulePkg.dec
Normal file
81
MdeModulePkg/MdeModulePkg.dec
Normal file
@@ -0,0 +1,81 @@
|
||||
#/** @file
|
||||
# Mde Module Package Reference Implementations
|
||||
#
|
||||
# This Module provides standard reference information for EFI/PI implementations.
|
||||
# Copyright (c) 2007, Intel Corporation.
|
||||
#
|
||||
# All rights reserved.
|
||||
# This program and the accompanying materials are licensed and made available
|
||||
# under the terms and conditions of the BSD License which accompanies this distribution.
|
||||
# The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
|
||||
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES
|
||||
# OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
#**/
|
||||
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Defines Section - statements that will be processed to create a Makefile.
|
||||
#
|
||||
################################################################################
|
||||
|
||||
[Defines]
|
||||
DEC_SPECIFICATION = 0x00010005
|
||||
PACKAGE_NAME = EdkModulePkg
|
||||
PACKAGE_GUID = BA0D78D6-2CAF-414b-BD4D-B6762A894288
|
||||
PACKAGE_VERSION = 0.1
|
||||
|
||||
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Include Section - list of Include Paths that are provided by this package.
|
||||
# Comments are used for Keywords and Module Types.
|
||||
#
|
||||
# Supported Module Types:
|
||||
# SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER
|
||||
#
|
||||
################################################################################
|
||||
[Includes.common]
|
||||
|
||||
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Library Class Header section - list of Library Class header files that are
|
||||
# provided by this package.
|
||||
#
|
||||
################################################################################
|
||||
[LibraryClasses.common]
|
||||
|
||||
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Global Guid Definition section - list of Global Guid C Name Data Structures
|
||||
# that are provided by this package.
|
||||
#
|
||||
################################################################################
|
||||
[Guids.common]
|
||||
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Global Protocols Definition section - list of Global Protocols C Name Data
|
||||
# Structures that are provided by this package.
|
||||
#
|
||||
################################################################################
|
||||
[Protocols.common]
|
||||
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# PCD Declarations section - list of all PCDs Declared by this Package
|
||||
# Only this package should be providing the
|
||||
# declaration, other packages should not.
|
||||
#
|
||||
################################################################################
|
||||
|
||||
[PcdsFeatureFlag.common]
|
||||
|
Reference in New Issue
Block a user