# # This file contains 'Framework Code' and is licensed as such # under the terms of your license agreement with Intel or your # vendor. This file may not be modified, except as allowed by # additional terms of your license agreement. # ## @file # TraceHub Hook Lib Null Instance # # Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.
# # This software and associated documentation (if any) is furnished # under a license and may only be used or copied in accordance # with the terms of the license. Except as permitted by such # license, no part of this software or documentation may be # reproduced, stored in a retrieval system, or transmitted in any # form or by any means without the express written consent of # Intel Corporation. # ## [Defines] INF_VERSION = 0x00010006 BASE_NAME = TraceHubHookLibNull FILE_GUID = 41292206-4069-42A6-AC38-C4A5C123C6E5 MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = TraceHubHookLib # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 # [Packages] MdePkg/MdePkg.dec # BpCommonPkg/BpCommonPkg.dec [Sources] TraceHubHookLibNull.c