Subversion Repositories DevTools

Rev

Rev 227 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#############################################################################
# File:                 gbe/DPACKAGE
#
# Description:  Specifies the libraries used by this component
#               This removes the consumers need to know which libraries
#               are required to use this library
#
#               Note: The consumer still needs to import the required
#                     packages in build.pl
#
# Contents:     DAF_DSI Using specification
#...........................................................................

Version( 1, 0 );                                # Interface version

Using( 'daf_dsi' );                             # Usage name

Libraries( 'MOS',                               # Associated libraries
            , '-ldaf_dsi'
            , '-ldaf_utils_fsm'
            , '-ldaf_utils_fileio'
            , '-ldaf_dti_stub'
            , '-lcrc'
            );