VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxIso9660.inf@ 46296

Last change on this file since 46296 was 44529, checked in by vboxsync, 12 years ago

header (C) fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1# $Id: VBoxIso9660.inf 44529 2013-02-04 15:54:15Z vboxsync $
2## @file
3# VBox ISO9660 FS driver
4
5#
6# Copyright (C) 2010-2012 Oracle Corporation
7#
8# This file is part of VirtualBox Open Source Edition (OSE), as
9# available from http://www.virtualbox.org. This file is free software;
10# you can redistribute it and/or modify it under the terms of the GNU
11# General Public License (GPL) as published by the Free Software
12# Foundation, in version 2 as it comes in the "COPYING" file of the
13# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15#
16
17[Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = VBoxIso9600
20 FILE_GUID = B34E57EE-2E02-4DAF-867F-7F40BE6FC33D
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 EDK_RELEASE_VERSION = 0x00020000
24 EFI_SPECIFICATION_VERSION = 0x00020000
25 ENTRY_POINT = fsw_efi_main
26
27[Sources.common]
28 fsw_iso9660.c
29 fsw_core.c
30 fsw_efi_lib.c
31 fsw_efi.c
32 fsw_lib.c
33
34[Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
38 VBoxPkg/VBoxPkg.dec
39
40[LibraryClasses]
41 UefiRuntimeServicesTableLib
42 UefiBootServicesTableLib
43 MemoryAllocationLib
44 BaseMemoryLib
45 BaseLib
46 UefiLib
47 UefiDriverEntryPoint
48 DebugLib
49 PcdLib
50 DevicePathLib
51
52[Guids]
53 gEfiFileInfoGuid
54 gEfiFileSystemInfoGuid
55 gEfiFileSystemVolumeLabelInfoIdGuid
56
57
58[Protocols]
59 gEfiDiskIoProtocolGuid
60 gEfiBlockIoProtocolGuid
61 gEfiSimpleFileSystemProtocolGuid
62 gEfiUnicodeCollationProtocolGuid
63 gEfiUnicodeCollation2ProtocolGuid
64 gEfiDevicePathToTextProtocolGuid ## CONSUMED
65
66[Pcd]
67 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang
68 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
69
70[BuildOptions.common]
71 GCC:*_*_*_CC_FLAGS = -DFSTYPE=iso9660
72
73 INTEL:*_*_*_CC_FLAGS = -DFSTYPE=iso9660
74
75 MSFT:*_*_*_CC_FLAGS = -DFSTYPE=iso9660
76
77
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette