summaryrefslogtreecommitdiff
path: root/Board/EM/Pfat/HandlePfatLegacy/HandlePfatLegacy.sdl
blob: 0c6d246eb80ebe77876085de3f4898bccfd4b602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2012, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**     5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093            **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************
#**********************************************************************
# $Header: /Alaska/SOURCE/Modules/SharkBayRefCodes/IntelPfat/Pfatflashlib/HandlePfatLegacy/HandlePfatLegacy.sdl 2     11/19/12 5:30p Fredericko $
#
# $Revision: 2 $
#
# $Date: 11/19/12 5:30p $
#
# $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/IntelPfat/Pfatflashlib/HandlePfatLegacy/HandlePfatLegacy.sdl $
# 
# 2     11/19/12 5:30p Fredericko
# 
# 1     11/02/12 8:23p Fredericko
# [TAG]  		EIP105153
# [Files]  		HandlePfatLegacy.cif
# HandlePfatLegacy.sdl
# HandlePfatLegacy.mak
# HandlePfatLegacy.c
# 
# 
#**********************************************************************
#<AMI_FHDR_START>
#
# Name:	HandlePfatLegacy.sdl
#
# Description:	SDL file for HandlePfatLegacy
#
#<AMI_FHDR_END>
#**********************************************************************
TOKEN
	Name  = "HandlePfatLegacy_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable HandlePfatLegacy support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

PATH
	Name  = "HandlePfatLegacy_DIR"
	Help  = "HandlePfatLegacy files source directory"
End

MODULE
	Help  = "Includes HandlePfatLegacy.mak to Project"
	File  = "HandlePfatLegacy.mak"
End

ELINK
	Name  = "$(BUILD_DIR)\HandlePfatLegacy.ffs"
	Parent  = "FV_MAIN"
	InvokeOrder = AfterParent
End
#**********************************************************************
#**********************************************************************
#**                                                                  **
#**        (C)Copyright 1985-2012, American Megatrends, Inc.         **
#**                                                                  **
#**                       All Rights Reserved.                       **
#**                                                                  **
#**     5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093            **
#**                                                                  **
#**                       Phone: (770)-246-8600                      **
#**                                                                  **
#**********************************************************************