]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blob - pasdk/test_arm/application/app_pkgs.cmd
PASDK-376:Update root installation folder to processor_audio_sdk_1_00_00_05
[processor-sdk/performance-audio-sr.git] / pasdk / test_arm / application / app_pkgs.cmd
1 /*
2 Copyright (c) 2017, Texas Instruments Incorporated - http://www.ti.com/
3 All rights reserved.
5 * Redistribution and use in source and binary forms, with or without 
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *
9 * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 *
12 * Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the
15 * distribution.
16 *
17 * Neither the name of Texas Instruments Incorporated nor the names of
18 * its contributors may be used to endorse or promote products derived
19 * from this software without specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 *
33 */
35 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_05\pasdk\paf\pa\build\a15\release )
36 /*
37 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_05\dolby_ip\intrinsics\Dolby_Intrinsics_Imp\lib_float_A15 )
38 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_05\dolby_ip\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\ddp_udc_lib\a15 )
39 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_05\dolby_ip\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\ddp_udc_wrapper\a15 )
40 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_05\dolby_ip\mat-thd\Dolby_MAT_Decoder_Imp\Source_Code\mat_dec\make\dthd_dec_lib\a15 )
41 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_05\dolby_ip\mat-thd\Dolby_MAT_Decoder_Imp\Source_Code\mat_dec\make\mat_dec_lib\a15 )
42 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_05\dolby_ip\mat-thd\Dolby_MAT_Decoder_Imp\Source_Code\mat_dec\make\thd_alg_lib\a15 )
43 */
44 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_05\dolby_ip\dh-ip\build\a15\release )
45 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_05\pasdk\paf\pa\util\da10x_misc\a15\release )
47 INPUT ( c67x_cintrins_elf.lib simulate_dma_elf.lib )
48 INPUT ( acp_elf.lib asp_std_elf.lib com_asp_elf.lib com_dec_elf.lib pcm1_elf.lib statusop_common_elf.lib )
49 INPUT ( dlb_intrinsics_generic_float32_release.a )
50 INPUT ( ddp_dec_lib_generic_wrapper_release.a ddp_dec_lib_generic_float32_release.a )
51 INPUT ( mat_dec_lib_generic_float32_release.lib thd_alg_lib_generic_float32_release.lib dthd_dec_lib_generic_float32_release.lib )
52 INPUT ( misc_elf.lib )
54 SECTIONS
55 {
56     .globalSection :
57     {
58         *(.commonSectionPafAsdtConfig)
59     } > HOST_DDR3
60     
61     .commonSection :
62     {
63         *(.commonSectionPafAstConfig)
64         *(.commonSectionAcpStdBetaTable)
65         *(.commonSectionAcpCusBetaTable)
66         *(.commonSectionAcpCusPhiTable)
67         *(.commonSectionAcpCusSigmaTable)
68     } > COMMON_DDR3
69     
70     .capBufSection (NOLOAD):
71     {
72         *(.gCapIbBufPcm)
73         *(.gCapIbBuf)
74         *(.gCapAfBuf)
75     } > DDR3
76 }