summaryrefslogtreecommitdiffstats
blob: f80c7a25aa71038e065fa9f17a3d0774ca8f0f37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/******************************************************************************
 * FILE PURPOSE: Build description for the DSS Package
 ******************************************************************************
 * FILE NAME: package.bld
 *
 * DESCRIPTION: 
 *  This file contains the build specification and description for the DSS
 *
 *
 * Copyright (C) 2018, Texas Instruments, Inc.
 *****************************************************************************/

/* Generate Settings.xdc */
var tplt = xdc.loadTemplate("./Settings.xdc.xdt");
tplt.genFile("./Settings.xdc",dssDriverReleaseVersion);

/* Generate paver.h */
var tplt = xdc.loadTemplate("./dssver.h.xdt");
tplt.genFile("./dssver.h",dssDriverReleaseVersion);