screen_ai.sb 434 B

12345678910
  1. ; Copyright 2022 The Chromium Authors. All rights reserved.
  2. ; Use of this source code is governed by a BSD-style license that can be
  3. ; found in the LICENSE file.
  4. ; --- The contents of common.sb implicitly included here. ---
  5. ; Required to load the libscreen_ai.so binary downloaded by the component
  6. ; updater.
  7. (define screen-ai-component-path "SCREEN_AI_COMPONENT_PATH")
  8. (allow file-read* (subpath (param screen-ai-component-path)))