comparison packages/services/crc/current/cdl/crc.cdl @ 732:dae991a7e8b3

* cdl/crc.cdl: Add doc link.
author jlarmour
date Mon, 24 Feb 2003 14:51:14 +0000
parents 544b77bfb6d5
children
comparison
equal deleted inserted replaced
731:5237082a8822 732:dae991a7e8b3
50 # ==================================================================== 50 # ====================================================================
51 51
52 cdl_package CYGPKG_CRC { 52 cdl_package CYGPKG_CRC {
53 display "Compute CRCs" 53 display "Compute CRCs"
54 include_dir cyg/crc 54 include_dir cyg/crc
55 doc ref/services-crc.html
55 56
56 compile posix_crc.c crc16.c crc32.c 57 compile posix_crc.c crc16.c crc32.c
57 description " 58 description "
58 This package provides support for CRC calculation. Currently 59 This package provides support for CRC calculation. Currently
59 this is the POSIX 1003 defined CRC algorithm, a 32 CRC by 60 this is the POSIX 1003 defined CRC algorithm, a 32 CRC by
61 62
62 cdl_option CYGPKG_CRC_TESTS { 63 cdl_option CYGPKG_CRC_TESTS {
63 display "POSIX CRC tests" 64 display "POSIX CRC tests"
64 flavor data 65 flavor data
65 no_define 66 no_define
66 calculated { "tests/crc_test.c" } 67 calculated { "tests/crc_test" }
67 } 68 }
68 } 69 }
69 70
70 71