]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Scripts/Rvct-Align4K.sct
BaseTools/BinToPcd: Follow PEP-8 indent of 4 spaces
[mirror_edk2.git] / BaseTools / Scripts / Rvct-Align4K.sct
1 /** @file
2
3 Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
4
5 This program and the accompanying materials are licensed and made available under
6 the terms and conditions of the BSD License that accompanies this distribution.
7 The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php.
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 **/
14
15 REGION 0x1000 RELOC {
16 ER_RO +0 ALIGN 4096 {
17 * (+RO)
18 }
19 ER_RW +0 ALIGN 4096 {
20 * (+RW)
21 }
22 ER_ZI +0 {
23 * (+ZI)
24 }
25 }