blob: 5cb0b4c2232afa726459793209f80395de270d9c [file] [log] [blame]
Vishal Bhoj82c80712015-12-15 21:13:33 +05301#/** @file
2# Component name for module WatchdogDriver
3# Copyright (c) Huawei Technologies Co., Ltd. 2013. All rights reserved.
4# This program and the accompanying materials
5# are licensed and made available under the terms and conditions of the BSD License
6# which accompanies this distribution. The full text of the license may be found at
7# http://opensource.org/licenses/bsd-license.php
8#
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11#
12#**/
13
14[Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = WatchdogDriver
17 FILE_GUID = 93B70004-9FC5-11d4-9A4B-0090283FC14D
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20
21 ENTRY_POINT = WdtClearWatchdogEntry
22[Binaries.common]
23 DXE_DEPEX|WatchdogDriver.depex
24 PE32|WatchdogDriver.efi|*
25