summaryrefslogtreecommitdiff
path: root/Tools/CCode
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-12 07:28:44 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-12 07:28:44 +0000
commit9dcae728e1076cb6431768a5a5b41a2c20762009 (patch)
tree23d7ece1c5d8732fcf1f7adf5f924cd15198b458 /Tools/CCode
parentf6ab0ceeac81c4a0b58d9099e14999bbe370fa47 (diff)
downloadedk2-9dcae728e1076cb6431768a5a5b41a2c20762009.zip
edk2-9dcae728e1076cb6431768a5a5b41a2c20762009.tar.gz
edk2-9dcae728e1076cb6431768a5a5b41a2c20762009.tar.bz2
Correct some linux building issue and wrong file header
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2238 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode')
-rw-r--r--Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c2
-rw-r--r--Tools/CCode/Source/GenAcpiTable/build.xml2
-rw-r--r--Tools/CCode/Source/Include/IndustryStandard/Acpi1_0.h5
-rw-r--r--Tools/CCode/Source/Include/IndustryStandard/Acpi2_0.h4
-rw-r--r--Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h4
5 files changed, 9 insertions, 8 deletions
diff --git a/Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c b/Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c
index ec866d3..5638c3f 100644
--- a/Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c
+++ b/Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c
@@ -1,6 +1,6 @@
/*++
-Copyright (c) 2004-2006 Intel Corporation. All rights reserved
+Copyright (c) 2004 - 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
diff --git a/Tools/CCode/Source/GenAcpiTable/build.xml b/Tools/CCode/Source/GenAcpiTable/build.xml
index b771252..e864f13 100644
--- a/Tools/CCode/Source/GenAcpiTable/build.xml
+++ b/Tools/CCode/Source/GenAcpiTable/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<!--
-Copyright (c) 2006, 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
diff --git a/Tools/CCode/Source/Include/IndustryStandard/Acpi1_0.h b/Tools/CCode/Source/Include/IndustryStandard/Acpi1_0.h
index d9c4b26..6480e2e 100644
--- a/Tools/CCode/Source/Include/IndustryStandard/Acpi1_0.h
+++ b/Tools/CCode/Source/Include/IndustryStandard/Acpi1_0.h
@@ -1,6 +1,6 @@
/*++
-Copyright (c) 2006, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2007 Intel Corporation. All rights reserved.
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
@@ -23,7 +23,8 @@ Abstract:
#ifndef _ACPI_1_0_H_
#define _ACPI_1_0_H_
-#include <IndustryStandard\Acpi.h>
+#include "IndustryStandard/Acpi.h"
+
//
// Ensure proper structure formats
//
diff --git a/Tools/CCode/Source/Include/IndustryStandard/Acpi2_0.h b/Tools/CCode/Source/Include/IndustryStandard/Acpi2_0.h
index 9cffc60..03c46c6 100644
--- a/Tools/CCode/Source/Include/IndustryStandard/Acpi2_0.h
+++ b/Tools/CCode/Source/Include/IndustryStandard/Acpi2_0.h
@@ -1,6 +1,6 @@
/*++
-Copyright (c) 2006, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2007 Intel Corporation. All rights reserved.
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
@@ -23,7 +23,7 @@ Abstract:
#ifndef _ACPI_2_0_H_
#define _ACPI_2_0_H_
-#include <IndustryStandard\Acpi.h>
+#include "IndustryStandard/Acpi.h"
//
// Ensure proper structure formats
diff --git a/Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h b/Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h
index d9f61d4..af51e4d 100644
--- a/Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h
+++ b/Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h
@@ -1,6 +1,6 @@
/*++
-Copyright (c) 2006, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2007 Intel Corporation. All rights reserved.
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
@@ -23,7 +23,7 @@ Abstract:
#ifndef _ACPI_3_0_H_
#define _ACPI_3_0_H_
-#include <IndustryStandard\Acpi.h>
+#include "IndustryStandard/Acpi.h"
//
// Ensure proper structure formats