mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-09-08 16:58:49 +00:00
Merge "SDKRuntime: Introduce skeleton implementation"
GitOrigin-RevId: 4c147d204f782881662e3d30b36f848906ae51d3
This commit is contained in:
committed by
Sam Leffler
parent
02e6caec95
commit
c0c03fe731
@@ -1,3 +1,17 @@
|
||||
// Copyright 2022 Google LLC
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// https://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
import <LoggerInterface.camkes>;
|
||||
import <ProcessControlInterface.camkes>;
|
||||
import <PackageManagementInterface.camkes>;
|
||||
@@ -6,6 +20,7 @@ import <MemoryInterface.camkes>;
|
||||
import <SecurityCoordinatorInterface.camkes>;
|
||||
import <StorageInterface.camkes>;
|
||||
import <TimerServiceInterface.camkes>;
|
||||
import <SDKRuntimeInterface.camkes>;
|
||||
|
||||
component DebugConsole {
|
||||
control;
|
||||
@@ -27,6 +42,7 @@ component DebugConsole {
|
||||
uses SecurityCoordinatorInterface security;
|
||||
// TODO(b/200707300): for debugging
|
||||
uses StorageInterface storage;
|
||||
uses SDKRuntimeInterface sdk_runtime;
|
||||
|
||||
uses Timer timer;
|
||||
|
||||
|
Reference in New Issue
Block a user