Skip to content

Commit 558560a

Browse files
committed
chore(gates): drop the retired app-inventory/app-state host allowances
The two PLATFORM_RUNTIME_HOST_FILES rows point at host files this change deletes, and the ./platform-runtime-app-state-host.ts composition allowance has no importer left.
1 parent cce3edd commit 558560a

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/layering/platform-composition-policy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ function isAllowedCompositionImport(specifier: string): boolean {
7676
specifier === './platform-runtime-android-adb-host.ts' ||
7777
specifier === './platform-runtime-android-observation-host.ts' ||
7878
specifier === './platform-runtime-operation-host.ts' ||
79-
specifier === './platform-runtime-app-state-host.ts' ||
8079
specifier === './platform-runtime-device-inventory.ts' ||
8180
specifier === './platform-runtime-host.ts' ||
8281
specifier === './platform-runtime/request-providers.ts' ||

scripts/layering/platform-package-policy.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ const COMPOSITION_FILES = new Set([COMPOSITION_FILE, REQUEST_PROVIDER_COMPOSITIO
3636
const RULE = 'R13 platform-package-substrate';
3737
const RAW_PROCESS_SPECIFIERS = new Set(['child_process', 'node:child_process']);
3838
const PLATFORM_RUNTIME_HOST_FILES = new Set([
39-
'src/platform-runtime-app-inventory-host.ts',
40-
'src/platform-runtime-app-state-host.ts',
4139
'src/platform-runtime-audio-probe-host.ts',
4240
'src/platform-runtime-host-diagnostics.ts',
4341
'src/platform-runtime-managed-web-backend.ts',

0 commit comments

Comments
 (0)