| 227 |
dpurdie |
1 |
#############################################################################
|
|
|
2 |
# File: gbe/DPACKAGE
|
|
|
3 |
#
|
|
|
4 |
# Description: Specifies the libraries used by this component
|
|
|
5 |
# This removes the consumers need to know which libraries
|
|
|
6 |
# are required to use this library
|
|
|
7 |
#
|
|
|
8 |
# Note: The consumer still needs to import the required
|
|
|
9 |
# packages in build.pl
|
|
|
10 |
#
|
|
|
11 |
# Contents: DAF_DSI Using specification
|
|
|
12 |
#...........................................................................
|
|
|
13 |
|
|
|
14 |
Version( 1, 0 ); # Interface version
|
|
|
15 |
|
|
|
16 |
Using( 'daf_dsi' ); # Usage name
|
|
|
17 |
|
|
|
18 |
Libraries( 'MOS', # Associated libraries
|
|
|
19 |
, '-ldaf_dsi'
|
|
|
20 |
, '-ldaf_utils_fsm'
|
|
|
21 |
, '-ldaf_utils_fileio'
|
|
|
22 |
, '-ldaf_dti_stub'
|
|
|
23 |
, '-lcrc'
|
|
|
24 |
);
|
|
|
25 |
|
|
|
26 |
|