1326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu//
2326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// Copyright (C) 2015 The Android Open Source Project
3326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu//
4326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// Licensed under the Apache License, Version 2.0 (the "License");
5326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// you may not use this file except in compliance with the License.
6326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// You may obtain a copy of the License at
7326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu//
8326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu//      http://www.apache.org/licenses/LICENSE-2.0
9326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu//
10326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// Unless required by applicable law or agreed to in writing, software
11326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// distributed under the License is distributed on an "AS IS" BASIS,
12326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// See the License for the specific language governing permissions and
14326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// limitations under the License.
15326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu//
161dbf9fdfef00d80e151d13e5a4ff016f9d916ad7Peter Qiu
171dbf9fdfef00d80e151d13e5a4ff016f9d916ad7Peter Qiu#include "apmanager/mock_process_factory.h"
181dbf9fdfef00d80e151d13e5a4ff016f9d916ad7Peter Qiu
191dbf9fdfef00d80e151d13e5a4ff016f9d916ad7Peter Qiunamespace apmanager {
201dbf9fdfef00d80e151d13e5a4ff016f9d916ad7Peter Qiu
211dbf9fdfef00d80e151d13e5a4ff016f9d916ad7Peter QiuMockProcessFactory::MockProcessFactory() {}
221dbf9fdfef00d80e151d13e5a4ff016f9d916ad7Peter QiuMockProcessFactory::~MockProcessFactory() {}
231dbf9fdfef00d80e151d13e5a4ff016f9d916ad7Peter Qiu
241dbf9fdfef00d80e151d13e5a4ff016f9d916ad7Peter Qiu}  // namespace apmanager
25