diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-28 07:17:17 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-28 07:17:17 +0000 |
commit | 078bee4ebfc4dfdff3eff06823c4fd514c9130f5 (patch) | |
tree | 60e26743f3fb64094f99cdf70700cd04ddb69b96 /MdePkg/Library/FvbServiceLib | |
parent | 82e718f80f8cf17ebeccb0c052942f6b70b659ef (diff) | |
download | edk2-platforms-078bee4ebfc4dfdff3eff06823c4fd514c9130f5.tar.xz |
clean up EBC in inf files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6267 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/FvbServiceLib')
-rw-r--r-- | MdePkg/Library/FvbServiceLib/FvbServiceLib.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/FvbServiceLib/FvbServiceLib.inf b/MdePkg/Library/FvbServiceLib/FvbServiceLib.inf index b019232f69..1c9b316205 100644 --- a/MdePkg/Library/FvbServiceLib/FvbServiceLib.inf +++ b/MdePkg/Library/FvbServiceLib/FvbServiceLib.inf @@ -29,12 +29,12 @@ #
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64
+# VALID_ARCHITECTURES = IA32 X64 EBC
#
# VIRTUAL_ADDRESS_MAP_CALLBACK = FvbVirtualAddressChangeNotifyEvent
#
-[Sources]
+[Sources.common]
Fvb.h
Fvb.c
|