1*61046927SAndroid Build Coastguard Worker<?xml version="1.0" ?> 2*61046927SAndroid Build Coastguard Worker 3*61046927SAndroid Build Coastguard Worker<!-- 4*61046927SAndroid Build Coastguard WorkerCopyright © 2022 Imagination Technologies Ltd. 5*61046927SAndroid Build Coastguard Worker 6*61046927SAndroid Build Coastguard WorkerPermission is hereby granted, free of charge, to any person obtaining a copy 7*61046927SAndroid Build Coastguard Workerof this software and associated documentation files (the "Software"), to deal 8*61046927SAndroid Build Coastguard Workerin the Software without restriction, including without limitation the rights 9*61046927SAndroid Build Coastguard Workerto use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10*61046927SAndroid Build Coastguard Workercopies of the Software, and to permit persons to whom the Software is 11*61046927SAndroid Build Coastguard Workerfurnished to do so, subject to the following conditions: 12*61046927SAndroid Build Coastguard Worker 13*61046927SAndroid Build Coastguard WorkerThe above copyright notice and this permission notice (including the next 14*61046927SAndroid Build Coastguard Workerparagraph) shall be included in all copies or substantial portions of the 15*61046927SAndroid Build Coastguard WorkerSoftware. 16*61046927SAndroid Build Coastguard Worker 17*61046927SAndroid Build Coastguard WorkerTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18*61046927SAndroid Build Coastguard WorkerIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19*61046927SAndroid Build Coastguard WorkerFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20*61046927SAndroid Build Coastguard WorkerAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21*61046927SAndroid Build Coastguard WorkerLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22*61046927SAndroid Build Coastguard WorkerOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23*61046927SAndroid Build Coastguard WorkerSOFTWARE. 24*61046927SAndroid Build Coastguard Worker--> 25*61046927SAndroid Build Coastguard Worker 26*61046927SAndroid Build Coastguard Worker<csbgen name="ROGUE" prefix="LLS"> 27*61046927SAndroid Build Coastguard Worker 28*61046927SAndroid Build Coastguard Worker <!-- Size of the CDM's context state buffer in bytes. --> 29*61046927SAndroid Build Coastguard Worker <define name="CDM_CONTEXT_RESUME_BUFFER_SIZE" value="72"/> 30*61046927SAndroid Build Coastguard Worker <define name="CDM_CONTEXT_RESUME_BUFFER_ALIGNMENT" value="16"/> 31*61046927SAndroid Build Coastguard Worker 32*61046927SAndroid Build Coastguard Worker <!-- Size of the PDS's persistent-temporary register context state buffer in bytes. --> 33*61046927SAndroid Build Coastguard Worker <define name="PDS_PERSISTENT_TEMPS_BUFFER_ALIGNMENT" value="16"/> 34*61046927SAndroid Build Coastguard Worker <define name="PDS_PERSISTENT_TEMPS_BUFFER_SIZE" value="128"/> 35*61046927SAndroid Build Coastguard Worker 36*61046927SAndroid Build Coastguard Worker <!-- Size of the TA's context state buffer in bytes. --> 37*61046927SAndroid Build Coastguard Worker <define name="TA_STATE_BUFFER_ALIGNMENT" value="16"/> 38*61046927SAndroid Build Coastguard Worker <define name="TA_STATE_BUFFER_SIZE" value="484"/> 39*61046927SAndroid Build Coastguard Worker 40*61046927SAndroid Build Coastguard Worker <!-- Size of the USC's shared register context state buffer in bytes. --> 41*61046927SAndroid Build Coastguard Worker <define name="USC_SHARED_REGS_BUFFER_ALIGNMENT" value="16"/> 42*61046927SAndroid Build Coastguard Worker <define name="USC_SHARED_REGS_BUFFER_SIZE" value="16384"/> 43*61046927SAndroid Build Coastguard Worker 44*61046927SAndroid Build Coastguard Worker <!-- Size of the VDM's context resume control stream buffer in bytes. --> 45*61046927SAndroid Build Coastguard Worker <define name="VDM_CONTEXT_RESUME_BUFFER_ALIGNMENT" value="16"/> 46*61046927SAndroid Build Coastguard Worker <define name="VDM_CONTEXT_RESUME_BUFFER_SIZE" value="92"/> 47*61046927SAndroid Build Coastguard Worker 48*61046927SAndroid Build Coastguard Worker</csbgen> 49