]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/fvid2.git/blob - package.bld
PDK-2676 Fixed FVID2 doxygen warnings
[keystone-rtos/fvid2.git] / package.bld
1 /******************************************************************************
2  * FILE PURPOSE: Build description for the FVID2 LLD Package
3  ******************************************************************************
4  * FILE NAME: package.bld
5  *
6  * DESCRIPTION: 
7  *  This file contains the build specification and description for the FVID2 driver
8  *
9  *
10  * Copyright (C) 2018, Texas Instruments, Inc.
11  *****************************************************************************/
13 /* Generate Settings.xdc */
14 var tplt = xdc.loadTemplate("./Settings.xdc.xdt");
15 tplt.genFile("./Settings.xdc",fvid2DriverReleaseVersion);
17 /* Generate paver.h */
18 var tplt = xdc.loadTemplate("./fvid2ver.h.xdt");
19 tplt.genFile("./fvid2ver.h",fvid2DriverReleaseVersion);