]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspWrapperPkg/FspWrapperSecCore/Ia32/Dummy.asm
IntelFspWrapperPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspWrapperPkg / FspWrapperSecCore / Ia32 / Dummy.asm
CommitLineData
a33a2f62
JY
1;------------------------------------------------------------------------------\r
2;\r
3; Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
19486360 4; SPDX-License-Identifier: BSD-2-Clause-Patent\r
a33a2f62
JY
5;\r
6; Module Name:\r
7;\r
8; Dummy.asm\r
9;\r
10; Abstract:\r
11;\r
12; To pass build\r
13;\r
14;------------------------------------------------------------------------------\r
15\r
16 .586p\r
17 .model flat,C\r
18 .code\r
19\r
20 END\r