added PPI and Protocol definitions needed by porting modules

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2778 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2007-06-27 06:15:36 +00:00
parent dcd8c7d649
commit d8a43975d9
20 changed files with 508 additions and 44 deletions

View File

@@ -12,6 +12,11 @@
**/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "Partition.h"
//

View File

@@ -13,6 +13,11 @@
**/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "Partition.h"

View File

@@ -14,6 +14,11 @@
**/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "Partition.h"

View File

@@ -29,6 +29,11 @@ Abstract:
--*/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "Partition.h"
STATIC

View File

@@ -16,6 +16,11 @@
**/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "Partition.h"
//

View File

@@ -18,6 +18,11 @@
#ifndef _PARTITION_H
#define _PARTITION_H
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include <Uefi.h>
#include <Protocol/BlockIo.h>
#include <Guid/Gpt.h>

View File

@@ -5,13 +5,12 @@
# that represents the bytes Start to End of the Parent Block IO
# device (one partition of physical BlockIo device,
# which can be one of GPT, MBR, ElTorito partition).
# Copyright (c) 2006 - 2007, Intel Corporation
#
# Copyright (c) 2006 - 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.
#
@@ -56,6 +55,8 @@
ElTorito.c
Partition.c
Partition.h
CommonHeader.h
EntryPoint.c
################################################################################
@@ -68,17 +69,6 @@
[Includes]
$(WORKSPACE)/MdePkg/Include/Library
################################################################################
#
# Package Dependency Section - list of Package files that are required for
# this module.
#
################################################################################
[Packages]
MdePkg/MdePkg.dec
################################################################################
#
# Library Class Section - list of Library Classes that are required for