# This file lists the places in the generated code where the developer is expected
# to add custom code beyond what the script can generate.  This is generated as 
# part of the KernelExportCode.export() function, but may also be called independently 
# by calling the KernelExportCode.todo() function with the requirement that the 
# CUSTOM_APPLICATION_PATH environment variable is defined. This function simply searches
# for the "< DEVELOPER_TODO ...>" string in all the files from this path, and lists them.
# Removing the "< DEVELOPER_TODO ...>" comment block from the files will effectively remove those
# lines from showing up in this file the next time KernelExportCode.todo() is run.

Y:\piyali\vsdk\vision_sdk\apps\src\rtos\alg_plugins\openvx\dms_kernel\concerto_inc.mak
    12: Add any additional dependent libraries 


Y:\piyali\vsdk\vision_sdk\apps\src\rtos\alg_plugins\openvx\dms_kernel\custom_tools_path.mak
    6: Add any custom PATH environment variables 


Y:\piyali\vsdk\vision_sdk\apps\src\rtos\alg_plugins\openvx\dms_kernel\kernels\dms\host\vx_apply_gain_host.c
    152: (Optional) Add any custom parameter type or range checking not 

    153: covered by the code-generation script.)  


    155: (Optional) If intending to use a virtual data object, set metas using appropriate TI API. 

    156: For a code example, please refer to the validate callback of the follow file: 

    157: tiovx/kernels/openvx-core/host/vx_absdiff_host.c. For further information regarding metas, 

    158: please refer to the OpenVX 1.1 spec p. 260, or search for vx_kernel_validate_f.  


    189: (Optional) Set padding values based on valid region if border mode is 

    190: set to VX_BORDER_UNDEFINED and remove the if 0 and endif lines. 

    191: Else, remove this entire if 0 ... endif block  


Y:\piyali\vsdk\vision_sdk\apps\src\rtos\alg_plugins\openvx\dms_kernel\kernels\dms\c66\concerto.mak
    12: Add any custom include paths using 'IDIRS' 


    13: Add any custom preprocessor defines or build options needed using

    14: 'CFLAGS'. 


    15: Adjust which cores this library gets built on using 'SKIPBUILD'. 


Y:\piyali\vsdk\vision_sdk\apps\src\rtos\alg_plugins\openvx\dms_kernel\kernels\dms\c66\vx_apply_gain_target.c
    154: Add target kernel processing code here  


    181: (Optional) Add any target kernel create code here (e.g. allocating 

    182: local memory buffers, one time initialization, etc)  


    193: (Optional) Add any target kernel delete code here (e.g. freeing 

    194: local memory buffers, etc)  


    206: (Optional) Add any target kernel control code here (e.g. commands 

    207: the user can call to modify the processing of the kernel at run-time)  


Y:\piyali\vsdk\vision_sdk\apps\src\rtos\alg_plugins\openvx\dms_kernel\kernels\dms\c66\bam\concerto.mak
    17: Add any custom include paths using 'IDIRS' 


    18: Add any custom preprocessor defines or build options needed using

    19: 'CFLAGS'. 


    20: Adjust which cores this library gets built on using 'SKIPBUILD'. 


Y:\piyali\vsdk\vision_sdk\apps\src\rtos\alg_plugins\openvx\dms_kernel\kernels\dms\c66\bam\vx_bam_apply_gain_target.c
    170: Uncomment once BAM graph has been created  


    173: Uncomment once BAM graph has been created  


    178: Add target kernel processing code here  


    206: (Optional) Add any target kernel create code here (e.g. allocating 

    207: local memory buffers, one time initialization, etc)  


    233: Create BAM graph using graph_handle  


    260: (Optional) Add any target kernel delete code here (e.g. freeing 

    261: local memory buffers, etc)  


    277: Uncomment once BAM graph has been created  


    293: (Optional) Add any target kernel control code here (e.g. commands 

    294: the user can call to modify the processing of the kernel at run-time)  


