From 2d52720093851dcc3f0ffd30ac9854cc775300a9 Mon Sep 17 00:00:00 2001 From: wuyizhong Date: Fri, 30 Jun 2006 17:51:10 +0000 Subject: Change NT32 to new XML Schema. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@678 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa | 96 +++++++++++--------- .../Chipset/RealTimeClock/RealTimeClock.msa | 96 +++++++++++--------- EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Reset/Reset.msa | 96 +++++++++++--------- EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Timer/Timer.msa | 100 ++++++++++++--------- 4 files changed, 227 insertions(+), 161 deletions(-) (limited to 'EdkNt32Pkg/Dxe/WinNtThunk/Chipset') diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa index abaeca95f3..5e474ed4ef 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa @@ -1,61 +1,77 @@ - - + + - Metronome + Metronome DXE_DRIVER - BS_DRIVER - 154CAB4A-52B5-46CD-99C3-4368ABBACFFD - 0 + 154CAB4A-52B5-46CD-99C3-4368ABBACFFD + 1.0 Component description file for Metronome module. FIX ME! Copyright (c) 2004-2006, 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. - - 2006-03-14 17:04 - 2006-03-19 15:17 - 0 + 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. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 + + IA32 X64 IPF EBC + false + Metronome + - BaseLib - DebugLib - UefiLib - UefiDriverEntryPoint - WinNtLib - MemoryAllocationLib - UefiBootServicesTableLib + + BaseLib + + + DebugLib + + + UefiLib + + + UefiDriverEntryPoint + + + WinNtLib + + + MemoryAllocationLib + + + UefiBootServicesTableLib + Metronome.c Metronome.h Metronome.dxs - - MdePkg - EdkModulePkg - EdkNt32Pkg - + + + + + - Metronome + + Metronome + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00090000 WinNtMetronomeDriverInitialize - + \ No newline at end of file diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/RealTimeClock/RealTimeClock.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/RealTimeClock/RealTimeClock.msa index 5522fb441a..5678e412c9 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/RealTimeClock/RealTimeClock.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/RealTimeClock/RealTimeClock.msa @@ -1,60 +1,76 @@ - - + + - RealTimeClock + RealTimeClock DXE_DRIVER - BS_DRIVER - 27F05AF5-1644-4EF4-8944-48C4F75675A0 - 0 + 27F05AF5-1644-4EF4-8944-48C4F75675A0 + 1.0 Component description file for RealTimeClock module. FIX ME! Copyright (c) 2004-2006, 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. - - 2006-03-14 17:04 - 2006-03-19 15:17 - 0 + 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. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 + + IA32 X64 IPF EBC + false + RealTimeClock + - BaseLib - DebugLib - UefiLib - UefiDriverEntryPoint - WinNtLib - MemoryAllocationLib - UefiBootServicesTableLib + + BaseLib + + + DebugLib + + + UefiLib + + + UefiDriverEntryPoint + + + WinNtLib + + + MemoryAllocationLib + + + UefiBootServicesTableLib + RealTimeClock.c RealTimeClock.dxs - - MdePkg - EdkModulePkg - EdkNt32Pkg - + + + + + - RealTimeClock + + RealTimeClock + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00090000 InitializeRealTimeClock - + \ No newline at end of file diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Reset/Reset.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Reset/Reset.msa index 440d2b093e..a1e7c64641 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Reset/Reset.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Reset/Reset.msa @@ -1,60 +1,76 @@ - - + + - Reset + Reset DXE_DRIVER - BS_DRIVER - BA929954-35B0-4dd3-90CD-9634BD7E1CF1 - 0 + BA929954-35B0-4dd3-90CD-9634BD7E1CF1 + 1.0 description of file contents FIX ME! Copyright (c) 2004-2006, 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. - - 2006-03-14 17:04 - 2006-03-19 15:17 - 0 + 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. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 + + IA32 X64 IPF EBC + false + Reset + - BaseLib - DebugLib - UefiLib - UefiDriverEntryPoint - WinNtLib - MemoryAllocationLib - UefiBootServicesTableLib + + BaseLib + + + DebugLib + + + UefiLib + + + UefiDriverEntryPoint + + + WinNtLib + + + MemoryAllocationLib + + + UefiBootServicesTableLib + Reset.c Reset.dxs - - MdePkg - EdkModulePkg - EdkNt32Pkg - + + + + + - Reset + + Reset + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00090000 InitializeNtReset - + \ No newline at end of file diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Timer/Timer.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Timer/Timer.msa index c4e2325d3b..53f7adc5c3 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Timer/Timer.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Chipset/Timer/Timer.msa @@ -1,62 +1,80 @@ - - + + - Timer + Timer DXE_DRIVER - BS_DRIVER - C3811036-710B-4E39-8CF1-0AF9BE3A8198 - 0 + C3811036-710B-4E39-8CF1-0AF9BE3A8198 + 1.0 Component description file for Timer module. FIX ME! Copyright (c) 2004-2006, 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. - - 2006-03-14 17:04 - 2006-03-19 15:17 - 0 + 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. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 + + IA32 X64 IPF EBC + false + Timer + - BaseLib - DebugLib - UefiLib - UefiDriverEntryPoint - WinNtLib - MemoryAllocationLib - UefiBootServicesTableLib + + BaseLib + + + DebugLib + + + UefiLib + + + UefiDriverEntryPoint + + + WinNtLib + + + MemoryAllocationLib + + + UefiBootServicesTableLib + Timer.h Timer.c Timer.dxs - - MdePkg - EdkModulePkg - EdkNt32Pkg - + + + + + - Timer - Cpu + + Timer + + + Cpu + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00090000 WinNtTimerDriverInitialize - + \ No newline at end of file -- cgit v1.2.3