1 | // /** @file
|
---|
2 | //
|
---|
3 | // Module entry point library for standalone MM driver
|
---|
4 | //
|
---|
5 | // Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
---|
6 | // Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
|
---|
7 | // Copyright (c) 2018, Linaro, Limited. All rights reserved.<BR>
|
---|
8 | //
|
---|
9 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | //
|
---|
11 | // **/
|
---|
12 |
|
---|
13 |
|
---|
14 | #string STR_MODULE_ABSTRACT #language en-US "Module entry point library for standalone MM driver"
|
---|
15 |
|
---|
16 | #string STR_MODULE_DESCRIPTION #language en-US "Module entry point library for standalone MM driver."
|
---|
17 |
|
---|