]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct some linux building issue and wrong file header
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Jan 2007 07:28:44 +0000 (07:28 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Jan 2007 07:28:44 +0000 (07:28 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2238 6f19259b-4bc3-4df7-8a09-765794883524

Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c
Tools/CCode/Source/GenAcpiTable/build.xml
Tools/CCode/Source/Include/IndustryStandard/Acpi1_0.h
Tools/CCode/Source/Include/IndustryStandard/Acpi2_0.h
Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h

index ec866d3370aa474afca138dd03533071b6141a94..5638c3fa256a81d16770b560459aac2a403c9610 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
 /*++\r
 \r
-Copyright (c)  2004-2006 Intel Corporation. All rights reserved\r
+Copyright (c) 2004 - 2007 Intel Corporation. All rights reserved\r
 This program and the accompanying materials are licensed and made available \r
 under the terms and conditions of the BSD License which accompanies this \r
 distribution.  The full text of the license may be found at\r
 This program and the accompanying materials are licensed and made available \r
 under the terms and conditions of the BSD License which accompanies this \r
 distribution.  The full text of the license may be found at\r
index b7712521c65286d3e3645e379116eb2cda87bb58..e864f132cb8ee8c4c860a8188b9613f90b2471a6 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>\r
 <!--\r
 <?xml version="1.0" ?>\r
 <!--\r
-Copyright (c) 2006, Intel Corporation\r
+Copyright (c) 2006 - 2007, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index d9c4b264622f0d3fbbba71d3ab48a04e463b04f6..6480e2ecdfb7bd7d0d4cd0b79ff506c19cedfd2c 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation. All rights reserved. \r
+Copyright (c) 2006 - 2007 Intel Corporation. All rights reserved. \r
 This software and associated documentation (if any) is furnished\r
 under a license and may only be used or copied in accordance\r
 with the terms of the license. Except as permitted by such\r
 This software and associated documentation (if any) is furnished\r
 under a license and may only be used or copied in accordance\r
 with the terms of the license. Except as permitted by such\r
@@ -23,7 +23,8 @@ Abstract:
 #ifndef _ACPI_1_0_H_\r
 #define _ACPI_1_0_H_\r
 \r
 #ifndef _ACPI_1_0_H_\r
 #define _ACPI_1_0_H_\r
 \r
-#include <IndustryStandard\Acpi.h>\r
+#include "IndustryStandard/Acpi.h"\r
+\r
 //\r
 // Ensure proper structure formats\r
 //\r
 //\r
 // Ensure proper structure formats\r
 //\r
index 9cffc600ae4fd6f6bfae7ed94bd54bb30fbba520..03c46c6f0de61fd0a504049d78c56b29858becdb 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation. All rights reserved. \r
+Copyright (c) 2006 - 2007 Intel Corporation. All rights reserved. \r
 This software and associated documentation (if any) is furnished\r
 under a license and may only be used or copied in accordance\r
 with the terms of the license. Except as permitted by such\r
 This software and associated documentation (if any) is furnished\r
 under a license and may only be used or copied in accordance\r
 with the terms of the license. Except as permitted by such\r
@@ -23,7 +23,7 @@ Abstract:
 #ifndef _ACPI_2_0_H_\r
 #define _ACPI_2_0_H_\r
 \r
 #ifndef _ACPI_2_0_H_\r
 #define _ACPI_2_0_H_\r
 \r
-#include <IndustryStandard\Acpi.h>\r
+#include "IndustryStandard/Acpi.h"\r
 \r
 //\r
 // Ensure proper structure formats\r
 \r
 //\r
 // Ensure proper structure formats\r
index d9f61d4adbe005f78a2faf1f94de0b069167bf73..af51e4d3fa7fe0490b440f5eb39344dcacdca9c9 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation. All rights reserved. \r
+Copyright (c) 2006 - 2007 Intel Corporation. All rights reserved. \r
 This software and associated documentation (if any) is furnished\r
 under a license and may only be used or copied in accordance\r
 with the terms of the license. Except as permitted by such\r
 This software and associated documentation (if any) is furnished\r
 under a license and may only be used or copied in accordance\r
 with the terms of the license. Except as permitted by such\r
@@ -23,7 +23,7 @@ Abstract:
 #ifndef _ACPI_3_0_H_\r
 #define _ACPI_3_0_H_\r
 \r
 #ifndef _ACPI_3_0_H_\r
 #define _ACPI_3_0_H_\r
 \r
-#include <IndustryStandard\Acpi.h>\r
+#include "IndustryStandard/Acpi.h"\r
 \r
 //\r
 // Ensure proper structure formats\r
 \r
 //\r
 // Ensure proper structure formats\r